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