this repo has no description
1opam-version: "2.0" 2synopsis: "Alternative ocaml dependency analyzer" 3description: """ 4Codept intends to be a dependency solver for OCaml project and an 5 alternative to ocamldep. This package provides the core library used to build 6 the codept executable under a more permissive license in order to be easier to 7 reuse in other projects""" 8maintainer: ["Florian Angeletti <octa@polychoron.fr>"] 9authors: ["Florian Angeletti <octa@polychoron.fr>"] 10license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 11homepage: "https://github.com/Octachron/codept" 12bug-reports: "https://github.com/Octachron/codept/issues" 13depends: [ 14 "dune" {>= "2.8"} 15 "menhir" {>= "20180523"} 16 "ocaml" {>= "4.03" & < "5.4~"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/Octachron/codept.git" 33x-maintenance-intent: "latest" 34url { 35 src: 36 "https://github.com/Octachron/codept/releases/download/0.12.1/codept-0.12.1.tbz" 37 checksum: [ 38 "sha256=381d300bad1d526d241414d74c670853896547c10efe69f56a1838f00264f69b" 39 "sha512=1517e482a60ed9c76cceff0f64ef73b28a667800fb5bd0a0f142487bbd9c36aadc9534b70de1d261027bd7164dc80ac620d8c04cc94990f627db49e96f786ae5" 40 ] 41} 42x-commit-hash: "d9902f2a11217122a04edb39b5c5d4d540ad18fd"