opam-version: "2.0" synopsis: "Core library for opam 2.0" description: "Small standard library extensions, and generic system interaction modules used by opam." maintainer: "opam-devel@lists.ocaml.org" authors: [ "Vincent Bernardoff " "Raja Boujbel " "Roberto Di Cosmo " "Thomas Gazagnaire " "Louis Gesbert " "Fabrice Le Fessant " "Anil Madhavapeddy " "Guillem Rieu " "Ralf Treinen " "Frederic Tuong " ] homepage: "https://opam.ocaml.org" bug-reports: "https://github.com/ocaml/opam/issues" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" depends: [ "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} "base-unix" "base-bigarray" "ocamlgraph" "re" {>= "1.5.0"} "dune" {>= "1.2.1"} "cppo" {build & >= "1.1.0"} ] conflicts: ["extlib-compat"] build: [ ["./configure" "--disable-checks" "--prefix" prefix] ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/ocaml/opam.git" url { src: "https://github.com/ocaml/opam/archive/2.0.8.tar.gz" checksum: [ "md5=0b798434a6275212ec58922068cde186" "sha512=14737dc994be2c54dfeaf2658d3713178033e1bc2b4b845a58b4bfc118bbbf12b502924add0ae32b4b2b6c1944462e5ee7143df3de362d9ee39573249d013bc9" ] }