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"
18depends: [
19 "ocaml" {>= "4.02.3" & < "5.0"}
20 "base-unix"
21 "base-bigarray"
22 "ocamlgraph"
23 "re" {>= "1.5.0"}
24 "dune" {>= "1.2.1"}
25 "cppo" {build & >= "1.1.0"}
26]
27conflicts: ["extlib-compat"]
28build: [
29 ["./configure" "--disable-checks" "--prefix" prefix]
30 [make "%{name}%.install"]
31]
32dev-repo: "git+https://github.com/ocaml/opam.git"
33url {
34 src: "https://github.com/ocaml/opam/archive/2.0.5.tar.gz"
35 checksum: [
36 "md5=836fd716befec093cc6457bc34c98a43"
37 "sha512=427003d57ab02f87e4b778e0ecb566247dc38e27267825b612401b9938c48d7e844519752468226f240a3e1a249dbbf9e3beee803565a72272ec8bcf40cdfda1"
38 ]
39}
40synopsis: "Core library for opam 2.0"
41description:"""
42opam 2.0 development libraries
43
44Small standard library extensions, and generic system interaction modules used
45by opam.
46"""
47build-env: [
48 [CI = ""]
49]