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