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