Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamlbuild.0.13.1 #12586

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/ocamlbuild/ocamlbuild.0.13.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
28 changes: 28 additions & 0 deletions packages/ocamlbuild/ocamlbuild.0.13.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "1.2"
maintainer: "Gabriel Scherer <gabriel.scherer@gmail.com>"
authors: ["Nicolas Pouillard" "Berke Durak"]
homepage: "https://github.com/ocaml/ocamlbuild/"
bug-reports: "https://github.com/ocaml/ocamlbuild/issues"
license: "LGPL-2 with OCaml linking exception"
doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc"
dev-repo: "https://github.com/ocaml/ocamlbuild.git"
build: [
[
make
"-f"
"configure.make"
"all"
"OCAMLBUILD_PREFIX=%{prefix}%"
"OCAMLBUILD_BINDIR=%{bin}%"
"OCAMLBUILD_LIBDIR=%{lib}%"
"OCAMLBUILD_MANDIR=%{man}%"
"OCAML_NATIVE=%{ocaml-native}%"
"OCAML_NATIVE_TOOLS=%{ocaml-native}%"
]
[make "check-if-preinstalled" "all" "opam-install"]
]
conflicts: [
"base-ocamlbuild"
"ocamlfind" {< "1.6.2"}
]
available: [ocaml-version >= "4.03"]
2 changes: 2 additions & 0 deletions packages/ocamlbuild/ocamlbuild.0.13.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/ocaml/ocamlbuild/archive/0.13.1.tar.gz"
checksum: "22e1f5e0f523a08187d955e8b871bc61"