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 ["./configure" "--disable-checks" "--prefix" prefix]
21 [make "%{name}%.install"]
22]
23depends: [
24 "ocaml" {>= "4.02.3" & < "5.0"}
25 "base-unix"
26 "base-bigarray"
27 "ocamlgraph"
28 "re" {>= "1.5.0"}
29 "jbuilder" {>= "1.0+beta20"}
30 "cppo" {build & >= "1.1.0"}
31]
32conflicts: "extlib-compat"
33synopsis: "Core library for opam 2.0"
34description: """
35Small standard library extensions, and generic system interaction modules used
36by opam."""
37url {
38 src: "https://github.com/ocaml/opam/archive/2.0.0-rc4.tar.gz"
39 checksum: [
40 "sha256=7f812f9b78e9948fb641bc559183721fedea62d3dafb2960bb786b400eae1de5"
41 "md5=385612adf8733f6816cfcbc39e3e1b50"
42 ]
43}
44build-env: [
45 [CI = ""]
46]