forked from ocaml/ocamlbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
37 lines (31 loc) · 917 Bytes
/
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
opam-version: "1.2"
name: "ocamlbuild"
maintainer: "Gabriel Scherer <[email protected]>"
authors: [
"Nicolas Pouillard"
"Berke Durak"
]
license: "LGPL-2 with OCaml linking exception"
dev-repo: "https://github.com/ocaml/ocamlbuild.git"
homepage: "https://github.com/ocaml/ocamlbuild/"
bug-reports: "https://github.com/ocaml/ocamlbuild/issues"
build: [
[make "-f" "configure.make" "Makefile.config"
"OCAMLBUILD_PREFIX=%{prefix}%"
"OCAMLBUILD_BINDIR=%{bin}%"
"OCAMLBUILD_LIBDIR=%{lib}%"
"OCAML_NATIVE=%{ocaml-native}%"
"OCAML_NATIVE_TOOLS=%{ocaml-native}%"]
[make "check-if-preinstalled" "all" "opam-install"]
]
doc: [
"http://caml.inria.fr/pub/docs/manual-ocaml/ocamlbuild.html"
"https://github.com/gasche/manual-ocamlbuild/blob/master/manual.md"
]
available: [ocaml-version >= "4.03"]
depends: [ ]
conflicts: [
"base-ocamlbuild"
"ocamlfind" {< "1.5"}
]
version: "dev"