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 "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] 31build: [ 32 [make "sys"] 33 [make "test"] {with-test} 34] 35install: [make "install"] 36conflicts: [ 37 "ocaml-option-bytecode-only" 38] 39x-ci-accept-failures: [ 40 "opensuse-tumbleweed" 41 "freebsd" 42] 43url { 44 src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.06.tar.gz" 45 checksum: [ 46 "sha512=8494de2727e60790be698e87e369dfc7c641f2213119c29b6afa9f4bac6f43c48c657ee049c3d5d0ff32dd92c7eacd12f1739a97d3fd93d04451925e5016a778" 47 ] 48}