this repo has no description
1opam-version: "2.0" 2maintainer: "Richard Mortier <mort@cantab.net>" 3authors: "Richard Mortier" 4homepage: "https://github.com/mor1/ocal" 5bug-reports: "https://github.com/mor1/ocal/issues" 6license: "ISC" 7dev-repo: "git+https://github.com/mor1/ocal.git" 8build: [ 9 [make "configure"] 10 [make "build"] 11] 12install: [make "install"] 13depends: [ 14 "ocaml" {< "5.0.0"} 15 "astring" {build} 16 "calendar" {build & >= "2.00"} 17 "cmdliner" {build & < "2.0.0"} 18 "ocamlfind" {build} 19] 20synopsis: "Unix `cal` replacement" 21description: """ 22A replacement for the standard Unix `cal` utility. Partly because I 23could, partly because I'd become too irritated with its command line 24interface.""" 25url { 26 src: "https://github.com/mor1/ocal/archive/0.1.1.tar.gz" 27 checksum: [ 28 "sha256=4570f2ffc1edfefb74bcddb59168b7a4642ec0c95f1be273da965cdf3a005493" 29 "md5=0387d5286ca83a460f8e08879bac15b0" 30 ] 31}