opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
authors: ["Julien Signoles"]
homepage: "http://calendar.forge.ocamlcore.org/"
bug-reports: "https://github.com/ocaml-community/calendar/issues"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocaml-community/calendar.git"
build: [
  ["./configure"]
  [make]
]
remove: [["ocamlfind" "remove" "calendar"]]
depends: [
  "ocaml" {>= "3.09"}
  "ocamlfind" {build}
]
install: [make "install"]
synopsis: "Library for handling dates and times in your program"
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/calendar/calendar/2.04/calendar-2.04.tar.gz"
  checksum: "md5=625b4f32c9ff447501868fa1c44f4f4f"
}
