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"}
25 "opam-state" {= "2.0.0"}
26 "opam-solver" {= "2.0.0"}
27 "re" {>= "1.7.2"}
28 "cmdliner" {>= "0.9.8" & < "2.0.0"}
29 "jbuilder" {>= "1.0+beta20"}
30]
31synopsis: "Client library for opam 2.0"
32description:
33 "Actions on the opam root, switches, installations, and front-end."
34url {
35 src: "https://github.com/ocaml/opam/archive/2.0.0-rc4.tar.gz"
36 checksum: [
37 "sha256=7f812f9b78e9948fb641bc559183721fedea62d3dafb2960bb786b400eae1de5"
38 "md5=385612adf8733f6816cfcbc39e3e1b50"
39 ]
40}
41build-env: [
42 [CI = ""]
43]