opam-version: "2.0" synopsis: "Alternative ocaml dependency analyzer" description: """ Codept intends to be a dependency solver for OCaml project and an alternative to ocamldep. This package provides the core library used to build the codept executable under a more permissive license in order to be easier to reuse in other projects""" maintainer: ["Florian Angeletti "] authors: ["Florian Angeletti "] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/Octachron/codept" bug-reports: "https://github.com/Octachron/codept/issues" depends: [ "dune" {>= "2.8"} "menhir" {>= "20180523"} "ocaml" {>= "4.03" & < "5.4~"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/Octachron/codept.git" x-maintenance-intent: "latest" url { src: "https://github.com/Octachron/codept/releases/download/0.12.1/codept-0.12.1.tbz" checksum: [ "sha256=381d300bad1d526d241414d74c670853896547c10efe69f56a1838f00264f69b" "sha512=1517e482a60ed9c76cceff0f64ef73b28a667800fb5bd0a0f142487bbd9c36aadc9534b70de1d261027bd7164dc80ac620d8c04cc94990f627db49e96f786ae5" ] } x-commit-hash: "d9902f2a11217122a04edb39b5c5d4d540ad18fd"