forked from ocaml/opam
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathopam-core.opam
32 lines (32 loc) · 981 Bytes
/
opam-core.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
opam-version: "1.2"
version: "2.0.0~rc2"
maintainer: "opam-devel@lists.ocaml.org"
authors: [
"Vincent Bernardoff <vb@luminar.eu.org>"
"Raja Boujbel <raja.boujbel@ocamlpro.com>"
"Roberto Di Cosmo <roberto@dicosmo.org>"
"Thomas Gazagnaire <thomas@gazagnaire.org>"
"Louis Gesbert <louis.gesbert@ocamlpro.com>"
"Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>"
"Anil Madhavapeddy <anil@recoil.org>"
"Guillem Rieu <guillem.rieu@ocamlpro.com>"
"Ralf Treinen <ralf.treinen@pps.jussieu.fr>"
"Frederic Tuong <tuong@users.gforge.inria.fr>"
]
homepage: "https://opam.ocaml.org/"
bug-reports: "https://github.com/ocaml/opam/issues"
dev-repo: "https://github.com/ocaml/opam.git"
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make "%{name}%.install"]
]
depends: [
"base-unix"
"base-bigarray"
"ocamlgraph"
"re" {>= "1.5.0"}
"jbuilder" {build & >= "1.0+beta17"}
"cppo" {build}
]
conflicts: "extlib-compat"
available: ocaml-version >= "4.02.3"