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]
12depends: [
13 "ocaml" {< "5.0.0"}
14 "astring" {build}
15 "calendar" {build & >= "2.00"}
16 "cmdliner" {build & < "2.0.0"}
17 "ocamlfind" {build}
18]
19synopsis: "Unix `cal` replacement"
20description: """
21A replacement for the standard Unix `cal` utility. Partly because I
22could, partly because I'd become too irritated with its command line
23interface."""
24url {
25 src: "https://github.com/mor1/ocal/archive/0.1.2.tar.gz"
26 checksum: [
27 "sha256=e740982a0ae02fd5b2a37cda40135b726ce33a662041ad79fa26e7ade3b681e6"
28 "md5=c746604a320d54a35eb4d3bb2ba6fc94"
29 ]
30}