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.0/odep-0.2.0.tbz" 44 checksum: [ 45 "sha256=3baaaef6b09fb90eb82e4567e7aa4e8958d0f8a2a3b6369bd1b61a1974595297" 46 "sha512=976d0d45a332eb045134610cc12121b8ab1ab3b192a5c2f1e4ef2eda4a94f3e346edc7b10311ee7a455197eea1ebf6e9016544fc459d8b9888359a5d4fea370b" 47 ] 48} 49x-commit-hash: "d2fdc38305d989be73061bafd634d0e948b4ff48"