opam-version: "1.2"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
homepage: "http://erratique.ch/software/logs"
bug-reports: "https://github.com/dbuenzli/logs/issues"
license: "ISC"
doc: "http://erratique.ch/software/logs/doc"
tags: ["log" "system" "org:erratique"]
dev-repo: "http://erratique.ch/repos/logs.git"
build: [
  "ocaml"
  "pkg/pkg.ml"
  "build"
  "--pinned"
  "%{pinned}%"
  "--with-js_of_ocaml"
  "%{js_of_ocaml:installed}%"
  "--with-fmt"
  "%{fmt:installed}%"
  "--with-cmdliner"
  "%{cmdliner:installed}%"
  "--with-lwt"
  "%{lwt:installed}%"
]
depends: [
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "result"
  "mtime" {test}
]
depopts: ["js_of_ocaml" "fmt" "cmdliner" "lwt"]
conflicts: [
  "cmdliner" {< "0.9.8"}
]
available: [ocaml-version >= "4.01.0"]
