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] 17license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 18homepage: "https://opam.ocaml.org" 19bug-reports: "https://github.com/ocaml/opam/issues" 20depends: [ 21 "ocaml" {>= "4.02.3"} 22 "opam-core" {= version} 23 "opam-file-format" {>= "2.0.0~rc2"} 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.10.tar.gz" 34 checksum: [ 35 "md5=6f64322df0415af45430b0024d3dcdcc" 36 "sha512=49218a14c3b7e2f47052c1fb6907b54086f5af4adb43d120065c77f2c573d72136ac64f55f577a613eb43ebe29fbe14f9ac0e25756209ca7a572aa35a4410a5d" 37 ] 38}