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" {< "2.0.0"} 24 "cmdliner" 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 41used as a first step for migration.""" 42url { 43 src: "https://github.com/ocaml/opam/archive/1.3.1.tar.gz" 44 checksum: [ 45 "sha256=625767c3465219cc8799aad1449c74279b31686db0821300cfdb92fbff17e9fd" 46 "md5=e0688c0cf9a55f93ee93f62d07cf6b74" 47 ] 48} 49x-maintenance-intent: ["(none)"]