opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [make "reallyall"]
remove: [["ocamlfind" "remove" "syslog"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
]
install: [make "install"]
synopsis: "syslog(3) routines for ocaml"
flags: light-uninstall
url {
  src:
    "http://deb.debian.org/debian/pool/main/s/syslog-ocaml/syslog-ocaml_1.4.orig.tar.gz"
  checksum: "md5=3042185e6f511aea9956cd8f172b1a84"
}
