opam-version: "2.0"
maintainer: "Richard Mortier <mort@cantab.net>"
authors: "Richard Mortier"
homepage: "https://github.com/mor1/ocal"
bug-reports: "https://github.com/mor1/ocal/issues"
license: "ISC"
dev-repo: "git+https://github.com/mor1/ocal.git"
build: [
  [make "configure"]
  [make "build"]
]
depends: [
  "ocaml"
  "astring" {build}
  "calendar" {build & >= "2.00"}
  "cmdliner" {build}
  "ocamlfind" {build}
]
synopsis: "Unix `cal` replacement"
description: """
A replacement for the standard Unix `cal` utility. Partly because I
could, partly because I'd become too irritated with its command line
interface."""
url {
  src: "https://github.com/mor1/ocal/archive/0.1.2.tar.gz"
  checksum: "md5=c746604a320d54a35eb4d3bb2ba6fc94"
}
