File tree 1 file changed +48
-0
lines changed
packages/camlp5-buildscripts/camlp5-buildscripts.0.06
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ synopsis: "Camlp5 Build scripts (written in OCaml)"
3
+ description:
4
+ """
5
+ These are build-scripts that are helpful in building Camlp5 and packages based on Camlp5.
6
+ As such, they need to *not* depend on Camlp5. The command are *not* installed in a
7
+ bin-directory, but in the package-directory, hence invoked via the "ocamlfind package/exe"
8
+ method.
9
+ """
10
+ opam-version: "2.0"
11
+ x-maintenance-intent: [ "(latest)" ]
12
+ maintainer: "Chet Murthy <
[email protected] >"
13
+ authors: ["Chet Murthy"]
14
+ homepage: "https://github.com/camlp5/camlp5-buildscripts"
15
+ license: "BSD-3-Clause"
16
+ bug-reports: "https://github.com/camlp5/camlp5-buildscripts/issues"
17
+ dev-repo: "git+https://github.com/camlp5/camlp5-buildscripts.git"
18
+ doc: "https://github.com/camlp5/camlp5-buildscripts/doc"
19
+
20
+ depends: [
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
+ ]
31
+ build: [
32
+ [make "sys"]
33
+ [make "test"] {with-test}
34
+ ]
35
+ install: [make "install"]
36
+ conflicts: [
37
+ "ocaml-option-bytecode-only"
38
+ ]
39
+ x-ci-accept-failures: [
40
+ "opensuse-tumbleweed"
41
+ "freebsd"
42
+ ]
43
+ url {
44
+ src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.06.tar.gz"
45
+ checksum: [
46
+ "sha512=8494de2727e60790be698e87e369dfc7c641f2213119c29b6afa9f4bac6f43c48c657ee049c3d5d0ff32dd92c7eacd12f1739a97d3fd93d04451925e5016a778"
47
+ ]
48
+ }
You can’t perform that action at this time.
0 commit comments