this repo has no description
1opam-version: "2.0"
2synopsis: "Core library for opam 2.1"
3description: """
4Small standard library extensions, and generic system interaction modules used by opam.
5"""
6maintainer: "opam-devel@lists.ocaml.org"
7authors: [
8 "Vincent Bernardoff <vb@luminar.eu.org>"
9 "Raja Boujbel <raja.boujbel@ocamlpro.com>"
10 "Roberto Di Cosmo <roberto@dicosmo.org>"
11 "Thomas Gazagnaire <thomas@gazagnaire.org>"
12 "Louis Gesbert <louis.gesbert@ocamlpro.com>"
13 "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>"
14 "Anil Madhavapeddy <anil@recoil.org>"
15 "Guillem Rieu <guillem.rieu@ocamlpro.com>"
16 "Ralf Treinen <ralf.treinen@pps.jussieu.fr>"
17 "Frederic Tuong <tuong@users.gforge.inria.fr>"
18]
19homepage: "https://opam.ocaml.org"
20bug-reports: "https://github.com/ocaml/opam/issues"
21dev-repo: "git+https://github.com/ocaml/opam.git"
22license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
23build: [
24 ["./configure" "--disable-checks" "--prefix" prefix]
25 ["dune" "build" "-p" name "-j" jobs]
26]
27depends: [
28 "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")}
29 "base-unix"
30 "base-bigarray"
31 "ocamlgraph"
32 "re" {>= "1.9.0"}
33 "dune" {>= "1.11.0"}
34 "cppo" {build & >= "1.1.0"}
35]
36conflicts: "extlib-compat"
37url {
38 src: "https://github.com/ocaml/opam/archive/2.1.2.tar.gz"
39 checksum: [
40 "md5=d50bdf14ebda2ed9627c1c8af5f5888f"
41 "sha512=bea6f75728a6ef25bcae4f8903dde7a297df7186208dccacb3f58bd6a0caec551c11b79e8544f0983feac038971dbe49481fc405a5962973a5f56ec811abe396"
42 ]
43}