this repo has no description
1synopsis: "Camlp5 Build scripts (written in OCaml)"
2description:
3"""
4These are build-scripts that are helpful in building Camlp5 and packages based on Camlp5.
5As such, they need to *not* depend on Camlp5. The command are *not* installed in a
6bin-directory, but in the package-directory, hence invoked via the "ocamlfind package/exe"
7method.
8"""
9opam-version: "2.0"
10maintainer: "Chet Murthy <chetsky@gmail.com>"
11authors: ["Chet Murthy"]
12homepage: "https://github.com/camlp5/camlp5-buildscripts"
13license: "BSD-3-Clause"
14bug-reports: "https://github.com/camlp5/camlp5-buildscripts/issues"
15dev-repo: "git+https://github.com/camlp5/camlp5-buildscripts.git"
16doc: "https://github.com/camlp5/camlp5-buildscripts/doc"
17
18depends: [
19 "ocaml" { >= "4.10.0" }
20 "not-ocamlfind" { >= "0.01" }
21 "mdx" { with-test & >= "2.2.1" }
22 "fmt"
23 "re" { >= "1.10.4" }
24 "bos" { >= "0.2.1" }
25 "conf-bash"
26]
27build: [
28 [make "sys"]
29 [make "test"] {with-test}
30]
31install: [make "install"]
32url {
33 src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.03.tar.gz"
34 checksum: [
35 "sha512=090032bc688685c88fcb36c3e3004577442376983c3f6082ebd92520ed02b67c2f26e5169243cd244e8a5c25696e4ff78a3f9a632b06c1e14aceab76f800445a"
36 ]
37}