this repo has no description
1opam-version: "2.0" 2synopsis: "Format library for opam 2.1" 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.1.4"} 24 "re" {>= "1.9.0"} 25 "dune" {>= "1.11.0"} 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/refs/tags/2.1.6.tar.gz" 34 checksum: [ 35 "md5=6f69e91a0535297272127e184c314272" 36 "sha512=f75d81b4eb19ef6603e7a2a18e1a281ea6f5eea47b820ae888593102db5b98ded5b593b176e70235611b63a07f4a406a57fe016386f4e921f51b55eb62b9864d" 37 ] 38}