this repo has no description

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

Kate bec5658c a14bf63b

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