opam-version: "2.0"
authors: ["Xavier Clerc" "Codinuum"]
homepage: "https://codinuum.com/en/software/oss/volt.html"
maintainer: "Codinuum <codinuum@me.com>"
bug-reports: "https://github.com/codinuum/volt/issues"
dev-repo: "git+https://github.com/codinuum/volt.git"
license: "LGPL-3.0-only"
build: [
  ["sh" "./configure" "-ocamlfind" "%{bin}%/ocamlfind"] {ocaml:preinstalled}
  [
    "sh"
    "./configure"
    "-ocaml-prefix"
    "%{prefix}%"
    "-ocamlfind"
    "%{bin}%/ocamlfind"
  ] {!ocaml:preinstalled}
  [make "all"]
]
depends: [
  "ocaml" {>= "4.03"}
  "camlp4"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "conf-which" {build}
]
conflicts: ["bolt"]
patches: ["opam.patch"]
install: [make "install"]
synopsis: "Volt is a variant of Bolt OCaml Logging Tool"
extra-files: [
  ["opam.patch" "md5=0b71adad67d3b786e37bde80caf17e61"]
]
url {
  src: "https://github.com/codinuum/volt/archive/v1.4.tar.gz"
  checksum: "md5=7798e1559302bb84ab247d5b09d20476"
}
