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" dev-repo: "git+https://github.com/ocaml/opam.git" build: [ ["./configure" "--disable-checks" "--prefix" prefix] [make "%{name}%.install"] ] depends: [ "ocaml" {>= "4.02.3" & < "5.0"} "base-unix" "base-bigarray" "ocamlgraph" "re" {>= "1.5.0"} "jbuilder" {>= "1.0+beta20"} "cppo" {build & >= "1.1.0"} ] conflicts: "extlib-compat" synopsis: "Core library for opam 2.0" description: """ Small standard library extensions, and generic system interaction modules used by opam.""" url { src: "https://github.com/ocaml/opam/archive/2.0.0-rc4.tar.gz" checksum: [ "sha256=7f812f9b78e9948fb641bc559183721fedea62d3dafb2960bb786b400eae1de5" "md5=385612adf8733f6816cfcbc39e3e1b50" ] } build-env: [ [CI = ""] ]