this repo has no description
1opam-version: "2.0"
2synopsis: "Dependency graphs for OCaml modules, libraries and packages"
3maintainer: ["Simmo Saan <simmo.saan@gmail.com>"]
4authors: ["Simmo Saan"]
5license: "MIT"
6homepage: "https://github.com/sim642/odep"
7bug-reports: "https://github.com/sim642/odep/issues"
8depends: [
9 "dune" {>= "2.5"}
10 "ocaml" {>= "4.08"}
11 "sexplib"
12 "ppx_sexp_conv" {>= "v0.13"}
13 "parsexp"
14 "opam-core" {>= "2.1.0" & < "2.2"}
15 "opam-state" {>= "2.1.0" & < "2.2"}
16 "opam-format" {< "2.2"}
17 "ocamlfind" {>= "1.8.1"}
18 "cmdliner" {>= "1.1.0"}
19 "bos"
20 "ppx_deriving"
21]
22conflicts: [
23 "result" {< "1.5"}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/sim642/odep.git"
40url {
41 src:
42 "https://github.com/sim642/odep/releases/download/0.1.0/odep-0.1.0.tbz"
43 checksum: [
44 "sha256=5309c0be0281db227da2964b09dc9eebac655addb9ae72c7570ef1b82342880f"
45 "sha512=ce284baf5d37e5db628afa7f586380973486f389ba047b6e9231e0294b187c0d66f5e10197aac32870caae35ba48eba5f3bd51933e5e51e959c7da7f7fe6d91d"
46 ]
47}
48x-commit-hash: "6775a103325c5acc8ad3c0f4d6d8abd3544196c3"