this repo has no description
1opam-version: "2.0" 2synopsis: "Client library for opam 2.1" 3description: 4 "Actions on the opam root, switches, installations, and front-end." 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"} 23 "opam-state" {= version} 24 "opam-solver" {= version} 25 ("base64" {>= "3.1.0"} | "base64" & "ocaml" {= "4.02.3"}) 26 "opam-repository" {= version} 27 "re" {>= "1.9.0"} 28 "cmdliner" {>= "1.0.0" & < "2.0.0"} 29 "dune" {>= "1.11.0"} 30] 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.4.tar.gz" 38 checksum: [ 39 "md5=f8123b6840e93000fcf228aa9cb23891" 40 "sha512=276fdbe4e114a0d23b9d4b7938d87bf39c06b4716fae601588da7d5d2d5d9b5c584855d96edfed2eb5ac8a36ee9431c4ea7d281c52acdab28b9a3bdcbf10ce57" 41 ] 42}