Skip to content

Commit

Permalink
Merge pull request #26164 from hhugo/ocamlbuild-0.15
Browse files Browse the repository at this point in the history
OCamlbuild.0.15.0
  • Loading branch information
mseri authored Jul 9, 2024
2 parents cc4ffe8 + d6d8c27 commit bc51acf
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/ocamlbuild/ocamlbuild.0.15.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
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.0-or-later WITH OCaml-LGPL-linking-exception"
doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc"
dev-repo: "git+https://github.com/ocaml/ocamlbuild.git"
synopsis:
"OCamlbuild is a build system with builtin rules to easily build most OCaml projects"

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"}
]

depends: [
"ocaml" {>= "4.08"}
"ocamlfind" {with-test}
"menhirLib" {with-test}
]

url {
src: "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.15.0.tar.gz"
checksum: [
"sha512=c8311a9a78491bf759eb27153d6ba4692d27cd935759a145f96a8ba8f3c2e97cef54e7d654ed1c2c07c74f60482a4fef5224e26d0f04450e69cdcb9418c762d3"
]
}

0 comments on commit bc51acf

Please sign in to comment.