this repo has no description
1opam-version: "2.0" 2maintainer: "opam-devel@lists.ocaml.org" 3homepage: "https://opam.ocaml.org/" 4dev-repo: "git+https://github.com/ocaml/opam.git" 5bug-reports: "https://github.com/ocaml/opam/issues" 6authors: [ 7 "Thomas Gazagnaire <thomas@gazagnaire.org>" 8 "Anil Madhavapeddy <anil@recoil.org>" 9 "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 10 "Frederic Tuong <tuong@users.gforge.inria.fr>" 11 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 12 "Guillem Rieu <guillem.rieu@ocamlpro.com>" 13 "Vincent Bernardoff <vb@luminar.eu.org>" 14 "Roberto Di Cosmo <roberto@dicosmo.org>" 15] 16build: [ 17 ["./configure"] 18 [make] 19 [make "-C" "src" "../opam-lib.install"] 20] 21depends: [ 22 "ocaml" 23 "ocamlgraph" 24 "cmdliner" {<= "0.9.8"} 25 "dose3" {>= "5.0" & < "6.0"} 26 "cudf" 27 "re" {>= "1.2.0"} 28 "ocamlfind" {build} 29 "jsonm" 30] 31flags: deprecated 32synopsis: "The OPAM library" 33description: """ 34OPAM is The OCaml PAckage Manager. This package contains the OPAM 35libraries, that may be used by external tools to access OPAM 36installation, state and data. 37 38Note: this version does not correspond to a released version of opam, but has 39some improvements over the 1.2.2 opam-lib while retaining the compatibility with 40the ~/.opam format; later versions (2.0) are no longer compatible. This can be 41sused as a first step for migration.""" 42url { 43 src: "https://github.com/ocaml/opam/archive/1.3.0.tar.gz" 44 checksum: [ 45 "sha256=9d50122940f44401c2dcee39b12a4e4afea851b2f2ab47d90b522f7395f10f7a" 46 "md5=b73fa01ffc1a1bce3a9097d8fb519933" 47 ] 48}