opam-version: "2.0"
maintainer: "Richard Mortier <mort@cantab.net>"
authors: [ "Richard Mortier" ]
license: "ISC"

homepage: "https://github.com/mor1/ocal"
dev-repo: "git+https://github.com/mor1/ocal.git"
bug-reports: "https://github.com/mor1/ocal/issues"
doc: "https://mor1.github.io/ocal/"

build: [
  [ "jbuilder" "subst" "-p" name ] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
  "ocaml" {>= "4.02.3"}
  "ocamlfind" {build}
  "jbuilder" {>= "1.0+beta11"}
  "astring" {build}
  "calendar" {build & >= "2.00"}
  "cmdliner" {build}
  "notty" {build & >= "0.2.0"}
]
synopsis: "An improved Unix `cal` utility"
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/releases/download/0.2.1/ocal-0.2.1.tbz"
  checksum: "md5=f7f22d6276ddf82d6055fdc59af1376d"
}
