opam-version: "2.0"
maintainer: "Christian Lindig <lindig@gmail.com>"
authors: "Christian Lindig <lindig@gmail.com>"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/lindig/ocaml-ago.git"
build: [
  [make]
]
install: [make "PREFIX=%{prefix}%" "install"]
remove: [make "PREFIX=%{prefix}%" "remove"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlbuild" {build}
]
synopsis: "ago(1) - compute the number of days between two calendar dates"
description: """
Ago computes the difference in days between two calendar dates provided
as arguments. If just one date is given, the current date is taken as
the second one."""
url {
  src: "https://github.com/lindig/ocaml-ago/archive/v0.3.zip"
  checksum: "md5=90ec7d951bed891920f6f5b05f6e7455"
}
