opam-version: "2.0"
maintainer: "komamitsu@gmail.com"
build: make
remove: [
    [make "uninstall"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "msgpack" {< "1.1.0"}
]
dev-repo: "git://github.com/fluent/fluent-logger-ocaml"
install: [make "install"]
synopsis: "A structured logger for Fluentd"
url {
  src: "https://github.com/fluent/fluent-logger-ocaml/archive/v1.0.1.tar.gz"
  checksum: "md5=5feb6a02e6d62f4c2d3107d983acc9fa"
}
