-
Notifications
You must be signed in to change notification settings - Fork 4
/
opam
37 lines (36 loc) · 1.08 KB
/
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
33
34
35
36
37
(**************************************************************)
(* *)
(* This file is managed by ocp-autoconf *)
(* Remove it from `manage_files` in 'ocp-autoconf.config' *)
(* if you want to modify it manually (or use 'opam.trailer') *)
(* *)
(**************************************************************)
opam-version: "1.2"
build: [
[ "./configure"
"--prefix"
"%{prefix}%"
"--with-ocamldir=%{prefix}%/lib"
"--with-metadir=%{prefix}%/lib"
]
[ make ]
]
install: [
[ make "install" ]
]
remove: [
]
depends: [
"dose3"
"jsonm"
"ocamlfind"
"ocp-build" {>= "1.99.19-beta" }
]
available: [ocaml-version >= "3.12.1"]
maintainer: "Fabrice Le Fessant <[email protected]>"
authors: [
"Fabrice Le Fessant <[email protected]>"
]
homepage: "http://opam.ocamlpro.com/builder"
dev-repo: "https://github.com/OCamlPro/opam-builder.git"
bug-reports: "https://github.com/OCamlPro/opam-builder/issues"