File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
packages/ocamlbuild/ocamlbuild.0.10.0 Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
Original file line number Diff line number Diff line change 1+ ocamlbuild
Original file line number Diff line number Diff line change 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+ ]
Original file line number Diff line number Diff line change 1+ archive: "https://github.com/ocaml/ocamlbuild/archive/0.10.0.tar.gz"
2+ checksum: "6156ae64b05f1bc9b18ae7d087a02dc6"
You can’t perform that action at this time.
0 commit comments