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] 26build: [ 27 [make "sys"] 28 [make "test"] {with-test} 29] 30install: [make "install"] 31url { 32 src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.02.tar.gz" 33 checksum: [ 34 "sha512=8d503ac0f1c820a6cb0746553280dbce579e139baa3dc98eb1c5a26ca3eccd0ca8089949bed4e1d6567d7170ca7fb79578de76a280290cd3020d060e8e7128c9" 35 ] 36}