opam-version: "2.0"
maintainer: "hugo.heuzard@gmail.com"
authors: [ "Hugo Heuzard" ]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/hhugo/odate"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "odate"]
]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06"}
  "oasis"
  "ocamlfind"
  "menhir"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/hhugo/odate"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Date & Duration Library"
description: """
Simple date and duration manipulation. Also implement duration printer
based on string format. Already implemented in opalang
[http://opalang.org/]. For documentation about the format, see :
[http://doc.opalang.org/value/stdlib.core.date/Duration/try_generate_printer]."""
flags: light-uninstall
url {
  src: "https://github.com/hhugo/odate/archive/0.5.1.tar.gz"
  checksum: "md5=d3587acf067307da0793a3452ceb4412"
}
