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.12.1"}
  "ocamlfind"
]
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.03.1/calendar-2.03.1.tar.gz"
  checksum: "md5=8f14a2c7d84e4caf03099b049716d728"
}
