opam-version: "2.0"
maintainer: "Markus W. Weissmann <markus.weissmann@in.tum.de>"
authors: [ "Markus W. Weissmann <markus.weissmann@in.tum.de>" ]
license: "MIT"
homepage: "https://github.com/mwweissmann/ocaml-posix-time"
doc: "http://posix-time.forge.ocamlcore.org/doc/"
dev-repo: "git://github.com/mwweissmann/ocaml-posix-time.git"
bug-reports: "https://github.com/mwweissmann/ocaml-posix-time/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  ["ocamlfind" "remove" "posix-time"]
]
depends: [
  "ocaml"
  "ocamlfind" {>= "1.5"}
  "ocamlbuild" {build}
]
synopsis: "POSIX time"
description: """
The POSIX time library provides POSIX time data structures and basic functions
to manipulate them."""
flags: light-uninstall
url {
  src: "https://github.com/mwweissmann/ocaml-posix-time/archive/0.5.3.tar.gz"
  checksum: "md5=dc1b6d689b557d07ab332ccdf2e21ab2"
}
