You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
407 B

(lang dune 2.8)
(name orel)
(license ISC)
(generate_opam_files true)
(package
(name orel)
(synopsis "OCaml repository linter")
(description "OCaml repository linter")
(tags
(opam ocaml linter repository quality))
(depends
(ocaml
(>= 4.05))
(dune
(>= 2.8))
(bos
(>= 0.2))
(crunch
(>= 3.2.0))
(ocb
(>= 0.1))
(bisect_ppx
(and
:with-test
(>= "2.6")
:dev))))