this repo has no description
0
fork

Configure Feed

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

Merge pull request #27689 from chetmurthy/release-camlp5-buildscripts-0.06

Release camlp5 buildscripts 0.06

authored by

Marcello Seri and committed by
GitHub
96403aad 18be678a

+48
+48
packages/camlp5-buildscripts/camlp5-buildscripts.0.06/opam
··· 1 + 2 + synopsis: "Camlp5 Build scripts (written in OCaml)" 3 + description: 4 + """ 5 + These are build-scripts that are helpful in building Camlp5 and packages based on Camlp5. 6 + As such, they need to *not* depend on Camlp5. The command are *not* installed in a 7 + bin-directory, but in the package-directory, hence invoked via the "ocamlfind package/exe" 8 + method. 9 + """ 10 + opam-version: "2.0" 11 + x-maintenance-intent: [ "(latest)" ] 12 + maintainer: "Chet Murthy <chetsky@gmail.com>" 13 + authors: ["Chet Murthy"] 14 + homepage: "https://github.com/camlp5/camlp5-buildscripts" 15 + license: "BSD-3-Clause" 16 + bug-reports: "https://github.com/camlp5/camlp5-buildscripts/issues" 17 + dev-repo: "git+https://github.com/camlp5/camlp5-buildscripts.git" 18 + doc: "https://github.com/camlp5/camlp5-buildscripts/doc" 19 + 20 + depends: [ 21 + "ocaml" { >= "4.10.0" } 22 + "not-ocamlfind" { >= "0.01" } 23 + "mdx" { with-test & >= "2.2.1" } 24 + "conf-perl-ipc-system-simple" { >= "3" & os-family = "windows" } 25 + "conf-perl-string-shellquote" { >= "3" & os-family = "windows" } 26 + "conf-diffutils" { with-test & (os-distribution = "alpine" | os-distribution = "freebsd") } 27 + "fmt" 28 + "re" { >= "1.10.4" } 29 + "bos" { >= "0.2.1" } 30 + ] 31 + build: [ 32 + [make "sys"] 33 + [make "test"] {with-test} 34 + ] 35 + install: [make "install"] 36 + conflicts: [ 37 + "ocaml-option-bytecode-only" 38 + ] 39 + x-ci-accept-failures: [ 40 + "opensuse-tumbleweed" 41 + "freebsd" 42 + ] 43 + url { 44 + src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.06.tar.gz" 45 + checksum: [ 46 + "sha512=8494de2727e60790be698e87e369dfc7c641f2213119c29b6afa9f4bac6f43c48c657ee049c3d5d0ff32dd92c7eacd12f1739a97d3fd93d04451925e5016a778" 47 + ] 48 + }