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