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" {>= "4.02.3"} 18 "ocamlfind" {build} 19 "jbuilder" {>= "1.0+beta11"} 20 "astring" {build} 21 "calendar" {build & >= "2.00"} 22 "cmdliner" {build & < "2.0.0"} 23 "notty" {build & >= "0.2.0"} 24] 25synopsis: "An improved Unix `cal` utility" 26description: """ 27A replacement for the standard Unix `cal` utility. Partly because I could, 28partly because I'd become too irritated with its command line interface.""" 29url { 30 src: "https://github.com/mor1/ocal/releases/download/0.2.1/ocal-0.2.1.tbz" 31 checksum: [ 32 "sha256=5f323b30731f109fca23a63c81b72c4ee6bd6cebbf1e12b15568c82b3dc8595b" 33 "md5=f7f22d6276ddf82d6055fdc59af1376d" 34 ] 35}