this repo has no description
0
fork

Configure Feed

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

Merge pull request #27104 from chetmurthy/release-camlp5-buildscripts-0.04

release camlp5-buildscripts (with windows support)

authored by

Marcello Seri and committed by
GitHub
9b195692 d2b4b598

+37
+37
packages/camlp5-buildscripts/camlp5-buildscripts.0.04/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 + maintainer: "Chet Murthy <chetsky@gmail.com>" 12 + authors: ["Chet Murthy"] 13 + homepage: "https://github.com/camlp5/camlp5-buildscripts" 14 + license: "BSD-3-Clause" 15 + bug-reports: "https://github.com/camlp5/camlp5-buildscripts/issues" 16 + dev-repo: "git+https://github.com/camlp5/camlp5-buildscripts.git" 17 + doc: "https://github.com/camlp5/camlp5-buildscripts/doc" 18 + 19 + depends: [ 20 + "ocaml" { >= "4.10.0" } 21 + "not-ocamlfind" { >= "0.01" } 22 + "mdx" { with-test & >= "2.2.1" } 23 + "fmt" 24 + "re" { >= "1.10.4" } 25 + "bos" { >= "0.2.1" } 26 + ] 27 + build: [ 28 + [make "sys"] 29 + [make "test"] {with-test} 30 + ] 31 + install: [make "install"] 32 + url { 33 + src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.04.tar.gz" 34 + checksum: [ 35 + "sha512=4ef170bb287877a6075bbd0f90a520fe8acb207ea09b31807bfc0d43b0d34b8c44bec46a7a5db369efffbb69ae1c52a9ba9f22b189ebdf15a7c2cca4f5b5ba47" 36 + ] 37 + }