File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Dependency graphs for OCaml modules, libraries and packages"
3+ maintainer: ["Simmo Saan <
[email protected] >"]
4+ authors: ["Simmo Saan"]
5+ license: "MIT"
6+ homepage: "https://github.com/sim642/odep"
7+ bug-reports: "https://github.com/sim642/odep/issues"
8+ depends: [
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"}
16+ "opam-format"
17+ "ocamlfind" {>= "1.8.1"}
18+ "cmdliner" {>= "1.1.0"}
19+ "bos"
20+ "ppx_deriving"
21+ "odoc" {with-doc}
22+ ]
23+ conflicts: [
24+ "result" {< "1.5"}
25+ ]
26+ build: [
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+ ]
40+ dev-repo: "git+https://github.com/sim642/odep.git"
41+ url {
42+ src:
43+ "https://github.com/sim642/odep/releases/download/0.2.0/odep-0.2.0.tbz"
44+ checksum: [
45+ "sha256=3baaaef6b09fb90eb82e4567e7aa4e8958d0f8a2a3b6369bd1b61a1974595297"
46+ "sha512=976d0d45a332eb045134610cc12121b8ab1ab3b192a5c2f1e4ef2eda4a94f3e346edc7b10311ee7a455197eea1ebf6e9016544fc459d8b9888359a5d4fea370b"
47+ ]
48+ }
49+ x-commit-hash: "d2fdc38305d989be73061bafd634d0e948b4ff48"
You can’t perform that action at this time.
0 commit comments