opam-version: "2.0"
maintainer: "yutopp <yutopp@gmail.com>"
authors: "yutopp <yutopp@gmail.com>"
homepage: "https://github.com/yutopp/loga"
bug-reports: "https://github.com/yutopp/loga/issues"
license: "BSL-1.0"
dev-repo: "git+https://github.com/yutopp/loga.git"
build: ["omake" "PREFIX=%{prefix}%"]
install: ["omake" "install" "PREFIX=%{prefix}%"]
remove: ["omake" "uninstall"]
depends: [
  "ocaml" {>= "4.03.0" & < "4.08.0"}
  "ocaml-compiler-libs" {>= "v0.9.0"}
  "omake" {build}
  "ocamlfind" {build}
  "ounit" {build}
]
synopsis: "A logging library for OCaml"
url {
  src: "https://github.com/yutopp/loga/archive/0.0.2.tar.gz"
  checksum: "md5=e060ceb7f0b7b9293fb4532cf39594ab"
}
