this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

codept.0.11.0: Indent the depends field and add missing -p and -j to dune

authored by

Kate and committed by
GitHub
bec5658c a14bf63b

+7 -3
+7 -3
packages/codept/codept.0.11.0/opam
··· 5 5 license: "GPL-3.0-or-later" 6 6 dev-repo: "git+https://github.com/Octachron/codept.git" 7 7 build: [ 8 - ["dune" "build" "-p" name] 8 + ["dune" "build" "-p" name "-j" jobs] 9 9 ] 10 10 run-test: [ 11 - ["dune" "runtest"] 11 + ["dune" "runtest" "-p" name "-j" jobs] 12 12 ] 13 - depends: ["dune" {>="2.5"} "menhir" {build & >="20180523" } "ocaml" {>="4.03" & < "4.14~"}] 13 + depends: [ 14 + "dune" {>= "2.5"} 15 + "menhir" {build & >= "20180523"} 16 + "ocaml" {>= "4.03" & < "4.14~"} 17 + ] 14 18 synopsis: "Alternative ocaml dependency analyzer" 15 19 description:""" 16 20 Codept intends to be a dependency solver for OCaml project and an alternative to ocamldep. Compared to ocamldep, codept major features are: