opam-version: "2.0"
synopsis: "Logging library for OCaml"
maintainer: ["yutopp@gmail.com"]
authors: ["yutopp"]
license: "Boost License Version 1.0"
homepage: "https://github.com/yutopp/loga"
bug-reports: "https://github.com/yutopp/loga/issues"
depends: [
  "dune" {>= "2.5"}
  "ocaml" {>= "4.06.0"}
  "ocaml-migrate-parsetree" {>= "1.7.2" & < "2.0.0"}
  "ppx_expect" {with-test & >= "v0.11.0" & < "v0.15"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/yutopp/loga.git"
url {
  src: "https://github.com/yutopp/loga/archive/0.0.5.tar.gz"
  checksum: [
    "md5=0591390535ee8816d29c68cf04b07e82"
    "sha512=5e38b6a6318c42096df534f65b610848dfe3831f91d204dec64eed4591b36b8b890e6c32efa90b8367807f2f8f1b94c8c49cb0d9345bb74131d7897d921fd49d"
  ]
}
