this repo has no description
1opam-version: "2.0"
2maintainer: "sylvain.pogodalla@inria.fr"
3authors: ["Xavier Clerc"]
4homepage: "http://bolt.x9c.fr/"
5license: "LGPL-3.0-only"
6
7build: [
8 ["./configure" "-ocaml-prefix" prefix "-ocamlfind" "%{bin}%/ocamlfind"]
9 [make]
10]
11remove: [["ocamlfind" "remove" "bolt"]]
12depends: [
13 "ocaml"
14 "ocamlfind"
15 "camlp4"
16 "ocamlbuild" {build}
17]
18patches: ["opam.patch"]
19install: [make "install"]
20available: ["ocaml-version" < "4.02"]
21synopsis: "Bolt is an OCaml Logging Tool"
22flags: light-uninstall
23url {
24 src: "https://download.ocamlcore.org/bolt/1.3/sources/bolt-1.3.tar.gz"
25 checksum: [
26 "sha256=77c623e09f9ebef7fac65c0feb66ad9b7f6ada9d30548a87386a6822c04d701f"
27 "md5=5e3fd4038e5ad4d9954cbcfde385d2b8"
28 ]
29}
30extra-source "opam.patch" {
31 src:
32 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/bolt/opam.patch.1.3"
33 checksum: [
34 "sha256=16379f82c3c9c84443d95e607c88aaa4c92b4430aa47ef890fcc0c18973bde24"
35 "md5=fb8f2a98f7e3c18ade131044ab96231f"
36 ]
37}