this repo has no description
1opam-version: "2.0"
2maintainer: "Richard Mortier <mort@cantab.net>"
3authors: [ "Richard Mortier" ]
4license: "ISC"
5
6homepage: "https://github.com/mor1/ocal"
7dev-repo: "git+https://github.com/mor1/ocal.git"
8bug-reports: "https://github.com/mor1/ocal/issues"
9doc: "https://mor1.github.io/ocal/"
10
11build: [
12 ["jbuilder" "subst" "-p" name] {dev}
13 [ "jbuilder" "build" "-p" name "-j" jobs ]
14]
15
16depends: [
17 "ocaml"
18 "ocamlfind" {build}
19 "jbuilder" {>= "1.0+beta11"}
20 "astring" {build}
21 "calendar" {build & >= "2.00"}
22 "cmdliner" {build & < "2.0.0"}
23]
24synopsis: "An improved Unix `cal` utility"
25description: """
26A replacement for the standard Unix `cal` utility. Partly because I could,
27partly because I'd become too irritated with its command line interface."""
28url {
29 src: "https://github.com/mor1/ocal/releases/download/0.1.3/ocal-0.1.3.tbz"
30 checksum: [
31 "sha256=dfb2c10593e18958c07ffc0f243ebebc05560bc5d271fbd72a64e4c81940f627"
32 "md5=d44a7cfd060ef8b32694ff4ef44df1f3"
33 ]
34}