this repo has no description
1opam-version: "2.0" 2synopsis: "Client library for opam 2.3" 3description: 4 "Actions on the opam root, switches, installations, and front-end." 5maintainer: "opam-devel@lists.ocaml.org" 6authors: [ 7 "David Allsopp <david@tarides.com>" 8 "Vincent Bernardoff <vb@luminar.eu.org>" 9 "Raja Boujbel <raja.boujbel@ocamlpro.com>" 10 "Kate Deplaix <kit-ty-kate@outlook.com>" 11 "Roberto Di Cosmo <roberto@dicosmo.org>" 12 "Thomas Gazagnaire <thomas@gazagnaire.org>" 13 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 14 "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 15 "Anil Madhavapeddy <anil@recoil.org>" 16 "Guillem Rieu <guillem.rieu@ocamlpro.com>" 17 "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 18 "Frederic Tuong <tuong@users.gforge.inria.fr>" 19] 20license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21homepage: "https://opam.ocaml.org" 22bug-reports: "https://github.com/ocaml/opam/issues" 23depends: [ 24 "ocaml" {>= "4.08.0"} 25 "opam-state" {= version} 26 "opam-solver" {= version} 27 "base64" {>= "3.1.0"} 28 "opam-repository" {= version} 29 "re" {>= "1.10.0"} 30 "cmdliner" {>= "1.1.0" & < "2.0.0"} 31 "dune" {>= "2.8.0"} 32] 33conflicts: [ 34 "extlib" {< "1.7.8"} 35 "extlib-compat" 36] 37build: [ 38 ["./configure" "--disable-checks" "--prefix" prefix] 39 ["dune" "build" "-p" name "-j" jobs] 40] 41dev-repo: "git+https://github.com/ocaml/opam.git" 42url { 43 src: "https://github.com/ocaml/opam/archive/refs/tags/2.3.0.tar.gz" 44 checksum: [ 45 "md5=3a99d6d8c0394185f168fa0f085f6bb9" 46 "sha512=596d7b28f0cf9613dc7637aaeac45cc45f411a13286fea1cc81aeb0630c4f8a6dc2095d50db73229a255a3da3d9a08fe0993355a7fc64d3b16fd712789ff5f6e" 47 ] 48}