this repo has no description
1opam-version: "2.0" 2maintainer: "opam-devel@lists.ocaml.org" 3license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 4authors: [ 5 "Vincent Bernardoff <vb@luminar.eu.org>" 6 "Raja Boujbel <raja.boujbel@ocamlpro.com>" 7 "Roberto Di Cosmo <roberto@dicosmo.org>" 8 "Thomas Gazagnaire <thomas@gazagnaire.org>" 9 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 10 "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 11 "Anil Madhavapeddy <anil@recoil.org>" 12 "Guillem Rieu <guillem.rieu@ocamlpro.com>" 13 "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 14 "Frederic Tuong <tuong@users.gforge.inria.fr>" 15] 16homepage: "https://opam.ocaml.org/" 17bug-reports: "https://github.com/ocaml/opam/issues" 18dev-repo: "git+https://github.com/ocaml/opam.git" 19build: [ 20 ["env" "CI=" "./configure" "--disable-checks" "--prefix" prefix] 21 [make "%{name}%.install"] 22] 23depends: [ 24 "ocaml" {>= "4.02.3"} 25 "opam-core" {= "2.0.0"} 26 "opam-file-format" {>= "2.0.0~rc2" & < "2.1.1"} 27 "jbuilder" {>= "1.0+beta18"} 28] 29synopsis: "Format library for opam 2.0" 30description: "Definition of opam datastructures and its file interface." 31url { 32 src: "https://github.com/ocaml/opam/archive/2.0.0-rc4.tar.gz" 33 checksum: [ 34 "sha256=7f812f9b78e9948fb641bc559183721fedea62d3dafb2960bb786b400eae1de5" 35 "md5=385612adf8733f6816cfcbc39e3e1b50" 36 ] 37} 38build-env: [ 39 [CI = ""] 40]