this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24965 from kit-ty-kate/opam-publish-ocamlbuild.0.14.3

Package ocamlbuild.0.14.3

authored by

Marcello Seri and committed by
GitHub
3c5c8e44 b9457ef4

+41 -2
+1 -1
packages/ocamlbuild/ocamlbuild.0.14.2+win/opam
··· 8 8 doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc" 9 9 bug-reports: "https://github.com/ocaml/ocamlbuild/issues" 10 10 depends: [ 11 - "ocaml" {>= "4.03"} 11 + "ocaml" {>= "4.03" & < "5.2"} 12 12 ] 13 13 conflicts: [ 14 14 "base-ocamlbuild"
+1 -1
packages/ocamlbuild/ocamlbuild.0.14.2/opam
··· 8 8 doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc" 9 9 bug-reports: "https://github.com/ocaml/ocamlbuild/issues" 10 10 depends: [ 11 - "ocaml" {>= "4.03"} 11 + "ocaml" {>= "4.03" & < "5.2"} 12 12 ] 13 13 conflicts: [ 14 14 "base-ocamlbuild"
+39
packages/ocamlbuild/ocamlbuild.0.14.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "OCamlbuild is a build system with builtin rules to easily build most OCaml projects" 4 + maintainer: "Gabriel Scherer <gabriel.scherer@gmail.com>" 5 + authors: ["Nicolas Pouillard" "Berke Durak"] 6 + license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" 7 + homepage: "https://github.com/ocaml/ocamlbuild/" 8 + doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc" 9 + bug-reports: "https://github.com/ocaml/ocamlbuild/issues" 10 + depends: [ 11 + "ocaml" {>= "4.03"} 12 + ] 13 + conflicts: [ 14 + "base-ocamlbuild" 15 + "ocamlfind" {< "1.6.2"} 16 + ] 17 + build: [ 18 + [ 19 + make 20 + "-f" 21 + "configure.make" 22 + "all" 23 + "OCAMLBUILD_PREFIX=%{prefix}%" 24 + "OCAMLBUILD_BINDIR=%{bin}%" 25 + "OCAMLBUILD_LIBDIR=%{lib}%" 26 + "OCAMLBUILD_MANDIR=%{man}%" 27 + "OCAML_NATIVE=%{ocaml:native}%" 28 + "OCAML_NATIVE_TOOLS=%{ocaml:native}%" 29 + ] 30 + [make "check-if-preinstalled" "all" "opam-install"] 31 + ] 32 + dev-repo: "git+https://github.com/ocaml/ocamlbuild.git" 33 + url { 34 + src: "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.3.tar.gz" 35 + checksum: [ 36 + "md5=220df59060c916e8aac2eb471c870485" 37 + "sha512=def8fa1d5488905fda31f72b7f6f0ebdccefa55a8e984a6ea4a7c1e0856e8ea1f7814410202e0f7f7d5e72aca7e8ae0d6623f7f2bade78b0dd82155de76ec4e5" 38 + ] 39 + }