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" {>= "3.0"}
10 "ocaml" {>= "4.08"}
11 "sexplib"
12 "ppx_sexp_conv" {>= "v0.13"}
13 "parsexp"
14 "opam-core" {>= "2.1.0"}
15 "opam-state" {>= "2.1.0" & (< "2.2.0~beta3" | >= "2.2.0")}
16 "opam-format"
17 "ocamlfind" {>= "1.8.1"}
18 "cmdliner" {>= "1.1.0"}
19 "bos"
20 "ppx_deriving"
21 "odoc" {with-doc}
22]
23conflicts: [
24 "result" {< "1.5"}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39]
40dev-repo: "git+https://github.com/sim642/odep.git"
41url {
42 src:
43 "https://github.com/sim642/odep/releases/download/0.2.1/odep-0.2.1.tbz"
44 checksum: [
45 "sha256=fae1e859ce276189038c3f8d840d60ec9fc26b733485077b5a6a19f2dcf9dc6a"
46 "sha512=15fd00d21fef777819f3ab45cd851ef7cd505bd19e907d6663885af2a28de75bf41d2349d2c06f03d1e665ad573b90454515916a604536549e7a108288f302f1"
47 ]
48}
49x-commit-hash: "86b8f95fa378ab7d0cf158abcdce7c09ef90ba47"