this repo has no description
1opam-version: "2.0" 2synopsis: "Format library for opam 2.0" 3description: "Definition of opam datastructures and its file interface." 4maintainer: "opam-devel@lists.ocaml.org" 5authors: [ 6 "Vincent Bernardoff <vb@luminar.eu.org>" 7 "Raja Boujbel <raja.boujbel@ocamlpro.com>" 8 "Roberto Di Cosmo <roberto@dicosmo.org>" 9 "Thomas Gazagnaire <thomas@gazagnaire.org>" 10 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 11 "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 12 "Anil Madhavapeddy <anil@recoil.org>" 13 "Guillem Rieu <guillem.rieu@ocamlpro.com>" 14 "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 15 "Frederic Tuong <tuong@users.gforge.inria.fr>" 16] 17homepage: "https://opam.ocaml.org" 18bug-reports: "https://github.com/ocaml/opam/issues" 19license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 20depends: [ 21 "ocaml" {>= "4.02.3"} 22 "opam-core" {= version} 23 "opam-file-format" {>= "2.0.0~rc2" & < "2.1.1"} 24 "re" {>= "1.5.0"} 25 "dune" {>= "1.2.1"} 26] 27build: [ 28 ["./configure" "--disable-checks" "--prefix" prefix] 29 ["dune" "build" "-p" name "-j" jobs] 30] 31dev-repo: "git+https://github.com/ocaml/opam.git" 32url { 33 src: "https://github.com/ocaml/opam/archive/2.0.8.tar.gz" 34 checksum: [ 35 "md5=0b798434a6275212ec58922068cde186" 36 "sha512=14737dc994be2c54dfeaf2658d3713178033e1bc2b4b845a58b4bfc118bbbf12b502924add0ae32b4b2b6c1944462e5ee7143df3de362d9ee39573249d013bc9" 37 ] 38}