this repo has no description
1opam-version: "2.0"
2authors: ["Xavier Clerc" "Codinuum"]
3homepage: "https://codinuum.com/en/software/oss/volt.html"
4maintainer: "Codinuum <codinuum@me.com>"
5bug-reports: "https://github.com/codinuum/volt/issues"
6dev-repo: "git+https://github.com/codinuum/volt.git"
7license: "LGPL-3.0-only"
8build: [
9 ["sh" "./configure" "-ocamlfind" "%{bin}%/ocamlfind"] {ocaml:preinstalled}
10 [
11 "sh"
12 "./configure"
13 "-ocaml-prefix"
14 "%{prefix}%"
15 "-ocamlfind"
16 "%{bin}%/ocamlfind"
17 ] {!ocaml:preinstalled}
18 [make "all"]
19]
20depends: [
21 "ocaml" {>= "4.03" & < "5.0"}
22 "camlp4"
23 "ocamlfind" {build}
24 "ocamlbuild" {build}
25 "conf-which" {build}
26]
27conflicts: ["bolt"]
28patches: ["opam.patch"]
29install: [make "install"]
30synopsis: "Volt is a variant of Bolt OCaml Logging Tool"
31url {
32 src: "https://github.com/codinuum/volt/archive/v1.4.tar.gz"
33 checksum: [
34 "sha256=578cc4d205d4f596121cb5dc6cd05cfbaabcba42a09639eb8da1814f57582596"
35 "md5=7798e1559302bb84ab247d5b09d20476"
36 ]
37}
38extra-source "opam.patch" {
39 src:
40 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/volt/opam.patch"
41 checksum: [
42 "sha256=b1188bb7266836ea9c6df9ec6e6f789a86cbcda2d2fb90ef6c56220f3bbc68ff"
43 "md5=0b71adad67d3b786e37bde80caf17e61"
44 ]
45}