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"
homepage:       "https://github.com/lindig/ocaml-ago"
bug-reports:    "https://github.com/lindig/ocaml-ago/issues"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml"
  "jbuilder" {>= "1.0+beta7"}
]
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/0.4/ago-0.4.tar.gz"
  checksum: "md5=47570c717eabb5b8061dec162be8dca0"
}
