this repo has no description
1opam-version: "2.0"
2maintainer: "ygrek@autistici.org"
3authors: "ygrek <ygrek@autistici.org>"
4homepage: "https://github.com/ygrek/mybuild"
5bug-reports: "https://github.com/ygrek/mybuild/issues"
6dev-repo: "git+https://github.com/ygrek/mybuild.git"
7tags: [ "org:ygrek" ]
8build: [
9 [make]
10 [make "doc"] {with-doc}
11]
12install: [
13 [make "install"]
14]
15depends: [
16 "ocaml"
17 "ocamlfind" {build}
18 "base-unix"
19 "ocamlbuild"
20]
21conflicts: [
22 "ocaml-option-bytecode-only"
23]
24synopsis: "Collection of ocamlbuild plugins (extprot, atdgen, ragel, etc) and utility to generate version from VCS"
25url {
26 src: "https://github.com/ygrek/mybuild/archive/v6.tar.gz"
27 checksum: [
28 "md5=290a1c27c0a1714342574f9ad8d6b6b7"
29 "sha256=32ddc8b3d054c3afcda861c6d1f58294b4bd9588129dd71be218b7ef0844e40a"
30 "sha512=5da624b8a55ce76f15f96536dc1073a6700a9469894bae28f080131adf61592e2b8e7d3983bc04c8065b826e1ff5b6974e54650c6683cd8d53ee4574ffd4686b"
31 ]
32}
33extra-source "mybuild.install" {
34 src:
35 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/mybuild/mybuild.install"
36 checksum: [
37 "sha256=420e138a245b290d3903393033f7e75f3d86cb339c21ba33cdbf11c85949b9b4"
38 "md5=6fd20e1483f1350b71fdd00227bf3994"
39 ]
40}