opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/ocaml-taglog/"
license: "LGPL-3.0-only"
doc: ["http://zoggy.github.io/ocaml-taglog/doc.html"]
dev-repo: "git+https://github.com/zoggy/ocaml-taglog.git"
bug-reports: "https://github.com/zoggy/ocaml-taglog/issues"
tags: ["log"]

build: [
  ["./configure" "--prefix" prefix]
  [make "all"]
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "taglog"]]
depends: [
  "ocaml" {>= "4.02.1"}
  "ocamlfind"
  "ocf" {>= "0.3.0"}
  "camlp4"
]
synopsis: "Logging library using levels and tags to determine what to log."
flags: light-uninstall
url {
  src: "http://zoggy.github.com/ocaml-taglog/taglog-0.2.0.tar.gz"
  checksum: "md5=bedc5976836a956af817c945e80105d2"
}
