opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: "Maxence Guesdon"
homepage: "http://zoggy.github.io/ocaml-taglog/"
bug-reports: "https://github.com/zoggy/ocaml-taglog/issues"
license: "LGPL-3.0-only"
doc: "http://zoggy.github.io/ocaml-taglog/doc.html"
tags: "log"
dev-repo: "git+https://github.com/zoggy/ocaml-taglog.git"
build: [
  ["./configure" "--prefix" prefix]
  [make "all"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "taglog"]
depends: [
  "ocaml" {>= "4.02.1"}
  "ocamlfind"
  "ocf" {>= "0.4.0"}
  "camlp4"
]
synopsis: "Logging library using levels and tags to determine what to log."
flags: light-uninstall
url {
  src: "https://zoggy.github.io/ocaml-taglog/taglog-0.3.0.tar.gz"
  checksum: "md5=5a92b93659cdb1b0bdd657e1ff9ae2b9"
}
