this repo has no description
1opam-version: "2.0" 2maintainer: "opam-devel@lists.ocaml.org" 3license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 4authors: [ 5 "Vincent Bernardoff <vb@luminar.eu.org>" 6 "Raja Boujbel <raja.boujbel@ocamlpro.com>" 7 "Roberto Di Cosmo <roberto@dicosmo.org>" 8 "Thomas Gazagnaire <thomas@gazagnaire.org>" 9 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 10 "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 11 "Anil Madhavapeddy <anil@recoil.org>" 12 "Guillem Rieu <guillem.rieu@ocamlpro.com>" 13 "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 14 "Frederic Tuong <tuong@users.gforge.inria.fr>" 15] 16homepage: "https://opam.ocaml.org/" 17bug-reports: "https://github.com/ocaml/opam/issues" 18dev-repo: "git+https://github.com/ocaml/opam.git" 19build: [ 20 ["./configure" "--disable-checks" "--prefix" prefix] 21 [make "%{name}%.install"] 22] 23depends: [ 24 "ocaml" {>= "4.02.3" & < "5.0"} 25 "base-unix" 26 "base-bigarray" 27 "ocamlgraph" 28 "re" {>= "1.5.0"} 29 "jbuilder" {>= "1.0+beta20"} 30 "cppo" {build & >= "1.1.0"} 31] 32conflicts: "extlib-compat" 33synopsis: "Core library for opam 2.0" 34description: """ 35Small standard library extensions, and generic system interaction modules used 36by opam.""" 37url { 38 src: "https://github.com/ocaml/opam/archive/2.0.0-rc3.tar.gz" 39 checksum: [ 40 "sha256=8f5f9e3e38cd92ceb0a0f8da5bd68fd0c5e50e7afb588e0b37b6a1123f5b708f" 41 "md5=5b782a93c6784304e61dfe9d56349b09" 42 ] 43} 44build-env: [ 45 [CI = ""] 46] 47x-maintained: false