forked from ocaml/opam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam-core.opam
30 lines (30 loc) · 907 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
opam-version: "1.2"
version: "2.0.0~rc"
maintainer: "[email protected]"
authors: [
"Thomas Gazagnaire <[email protected]>"
"Anil Madhavapeddy <[email protected]>"
"Fabrice Le Fessant <[email protected]>"
"Frederic Tuong <[email protected]>"
"Louis Gesbert <[email protected]>"
"Guillem Rieu <[email protected]>"
"Vincent Bernardoff <[email protected]>"
"Roberto Di Cosmo <[email protected]>"
]
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"