Skip to content

Commit 267e7cf

Browse files
authored
Merge pull request #8155 from gasche/ocamlbuild.0.10.0
ocamlbuild.0.10.0
2 parents 19b14a1 + 2bf4d6c commit 267e7cf

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ocamlbuild
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "1.2"
2+
name: "ocamlbuild"
3+
maintainer: "Gabriel Scherer <gabriel.scherer@gmail.com>"
4+
version: "0.10.0"
5+
6+
authors: [
7+
"Nicolas Pouillard"
8+
"Berke Durak"
9+
]
10+
11+
license: "LGPL-2 with OCaml linking exception"
12+
dev-repo: "https://github.com/ocaml/ocamlbuild.git"
13+
homepage: "https://github.com/ocaml/ocamlbuild/"
14+
bug-reports: "https://github.com/ocaml/ocamlbuild/issues"
15+
doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc"
16+
17+
build: [
18+
[make "-f" "configure.make" "all"
19+
"OCAMLBUILD_PREFIX=%{prefix}%"
20+
"OCAMLBUILD_BINDIR=%{bin}%"
21+
"OCAMLBUILD_LIBDIR=%{lib}%"
22+
"OCAML_NATIVE=%{ocaml-native}%"
23+
"OCAML_NATIVE_TOOLS=%{ocaml-native}%"]
24+
[make "check-if-preinstalled" "all" "opam-install"]
25+
]
26+
27+
available: [ocaml-version >= "4.03"]
28+
depends: [ ]
29+
conflicts: [
30+
"base-ocamlbuild"
31+
"ocamlfind" {< "1.6.2"}
32+
]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
archive: "https://github.com/ocaml/ocamlbuild/archive/0.10.0.tar.gz"
2+
checksum: "6156ae64b05f1bc9b18ae7d087a02dc6"

0 commit comments

Comments
 (0)