forked from ocaml/opam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam-client.opam
30 lines (30 loc) · 973 Bytes
/
opam-client.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.1.0~beta"
maintainer: "[email protected]"
authors: [
"Vincent Bernardoff <[email protected]>"
"Raja Boujbel <[email protected]>"
"Roberto Di Cosmo <[email protected]>"
"Thomas Gazagnaire <[email protected]>"
"Louis Gesbert <[email protected]>"
"Fabrice Le Fessant <[email protected]>"
"Anil Madhavapeddy <[email protected]>"
"Guillem Rieu <[email protected]>"
"Ralf Treinen <[email protected]>"
"Frederic Tuong <[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: [
"opam-state" {= "2.1.0~beta"}
"opam-solver" {= "2.1.0~beta"}
"re" {>= "1.9.0"}
"cmdliner" {>= "0.9.8"}
"dune" {build & >= "1.2.1"}
]
available: ocaml-version >= "4.02.3"