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/mtime"
bug-reports: "https://github.com/dbuenzli/mtime/issues"
license: "ISC"
doc: "http://erratique.ch/software/mtime"
tags: ["time" "monotonic" "system" "org:erratique"]
dev-repo: "http://erratique.ch/repos/mtime.git"
build: [
  "ocaml"
  "pkg/pkg.ml"
  "build"
  "--pinned"
  "%{pinned}%"
  "--with-js_of_ocaml"
  "%{js_of_ocaml:installed}%"
]
depends: [
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
]
depopts: "js_of_ocaml"
available: [ocaml-version >= "4.03.0"]
