opam-version: "2.0" maintainer: "opam-devel@lists.ocaml.org" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 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" 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] [make "%{name}%.install"] ] dev-repo: "git+https://github.com/ocaml/opam.git" url { src: "https://github.com/ocaml/opam/archive/2.0.7.tar.gz" checksum: [ "md5=798911b81a5359e5f632416e895e7e3e" "sha512=2ade3998a94333a5a838b55e229ab0c707e678481cae892980b986fb86f39163070a9b7d3e0e87879cd57b91a33bf6a3e15f3786c3510a635e59383782218f1d" ] } synopsis: "Core library for opam 2.0" description:""" opam 2.0 development libraries Small standard library extensions, and generic system interaction modules used by opam. """