File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Implementation of BDD"
3+ 4+ authors: "Jean-Christophe Filliâtre"
5+ license: "LGPL-2.1-only"
6+ homepage: "https://github.com/backtracking/ocaml-bdd"
7+ bug-reports: "https://github.com/backtracking/ocaml-bdd/issues"
8+ depends: [
9+ "dune" {>= "2.0.0"}
10+ "menhir"
11+ "stdlib-shims"
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ ["dune" "build" "-p" name "-j" jobs]
16+ ["dune" "runtest" "-p" name] {with-test}
17+ ]
18+ dev-repo: "git://github.com/backtracking/ocaml-bdd.git"
19+ url {
20+ src:
21+ "https://github.com/backtracking/ocaml-bdd/archive/refs/tags/0.5.tar.gz"
22+ checksum: [
23+ "md5=193cf8d966bbca4d864ac82460a18523"
24+ "sha512=79c3f20fb17236c0f53af7fb42ba82f3e6f776c9e9def8fb3f219936fc5b72961c27a58eee8056cd92ce260b40568c5b16b67709e0bbc943e22f9e49a031aa16"
25+ ]
26+ }
You can’t perform that action at this time.
0 commit comments