this repo has no description

Merge pull request #27689 from chetmurthy/release-camlp5-buildscripts-0.06

Release camlp5 buildscripts 0.06

Changed files
+48
packages
camlp5-buildscripts
camlp5-buildscripts.0.06
+48
packages/camlp5-buildscripts/camlp5-buildscripts.0.06/opam
···
+
+
synopsis: "Camlp5 Build scripts (written in OCaml)"
+
description:
+
"""
+
These are build-scripts that are helpful in building Camlp5 and packages based on Camlp5.
+
As such, they need to *not* depend on Camlp5. The command are *not* installed in a
+
bin-directory, but in the package-directory, hence invoked via the "ocamlfind package/exe"
+
method.
+
"""
+
opam-version: "2.0"
+
x-maintenance-intent: [ "(latest)" ]
+
maintainer: "Chet Murthy <chetsky@gmail.com>"
+
authors: ["Chet Murthy"]
+
homepage: "https://github.com/camlp5/camlp5-buildscripts"
+
license: "BSD-3-Clause"
+
bug-reports: "https://github.com/camlp5/camlp5-buildscripts/issues"
+
dev-repo: "git+https://github.com/camlp5/camlp5-buildscripts.git"
+
doc: "https://github.com/camlp5/camlp5-buildscripts/doc"
+
+
depends: [
+
"ocaml" { >= "4.10.0" }
+
"not-ocamlfind" { >= "0.01" }
+
"mdx" { with-test & >= "2.2.1" }
+
"conf-perl-ipc-system-simple" { >= "3" & os-family = "windows" }
+
"conf-perl-string-shellquote" { >= "3" & os-family = "windows" }
+
"conf-diffutils" { with-test & (os-distribution = "alpine" | os-distribution = "freebsd") }
+
"fmt"
+
"re" { >= "1.10.4" }
+
"bos" { >= "0.2.1" }
+
]
+
build: [
+
[make "sys"]
+
[make "test"] {with-test}
+
]
+
install: [make "install"]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
+
x-ci-accept-failures: [
+
"opensuse-tumbleweed"
+
"freebsd"
+
]
+
url {
+
src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.06.tar.gz"
+
checksum: [
+
"sha512=8494de2727e60790be698e87e369dfc7c641f2213119c29b6afa9f4bac6f43c48c657ee049c3d5d0ff32dd92c7eacd12f1739a97d3fd93d04451925e5016a778"
+
]
+
}