this repo has no description
1opam-version: "2.0" 2synopsis: "Client library for opam 2.0" 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 "extlib" {>= "1.7.3" & < "1.7.8"} 26 "opam-repository" {= version} 27 "re" {>= "1.7.2"} 28 "cmdliner" {>= "1.0.0" & < "2.0.0"} 29 "dune" {>= "1.2.1"} 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/2.0.10.tar.gz" 38 checksum: [ 39 "md5=6f64322df0415af45430b0024d3dcdcc" 40 "sha512=49218a14c3b7e2f47052c1fb6907b54086f5af4adb43d120065c77f2c573d72136ac64f55f577a613eb43ebe29fbe14f9ac0e25756209ca7a572aa35a4410a5d" 41 ] 42}