opam-version: "2.0" maintainer: "opam-devel@lists.ocaml.org" homepage: "https://opam.ocaml.org/" dev-repo: "git+https://github.com/ocaml/opam.git" bug-reports: "https://github.com/ocaml/opam/issues" authors: [ "Thomas Gazagnaire " "Anil Madhavapeddy " "Fabrice Le Fessant " "Frederic Tuong " "Louis Gesbert " "Guillem Rieu " "Vincent Bernardoff " "Roberto Di Cosmo " ] build: [ ["./configure"] [make] [make "-C" "src" "../opam-lib.install"] ] depends: [ "ocaml" "ocamlgraph" "cmdliner" {<= "0.9.8"} "dose3" {>= "5.0" & < "6.0"} "cudf" "re" {>= "1.2.0"} "ocamlfind" {build} "jsonm" ] flags: deprecated synopsis: "The OPAM library" description: """ OPAM is The OCaml PAckage Manager. This package contains the OPAM libraries, that may be used by external tools to access OPAM installation, state and data. Note: this version does not correspond to a released version of opam, but has some improvements over the 1.2.2 opam-lib while retaining the compatibility with the ~/.opam format; later versions (2.0) are no longer compatible. This can be sused as a first step for migration.""" url { src: "https://github.com/ocaml/opam/archive/1.3.0.tar.gz" checksum: [ "sha256=9d50122940f44401c2dcee39b12a4e4afea851b2f2ab47d90b522f7395f10f7a" "md5=b73fa01ffc1a1bce3a9097d8fb519933" ] }