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 ["dune" "subst"] {dev}
13 ["dune" "build" "-p" name "-j" jobs]
14 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
15]
16
17depends: [
18 "astring" {build}
19 "calendar" {build}
20 "cmdliner" {build & < "2.0.0"}
21 "dune"
22 "notty" {build & >="0.2.0"}
23 "ocaml" {>="4.02.3"}
24]
25
26synopsis: "An improved Unix `cal` utility"
27
28description: """
29`ocal` is a replacement for the standard Unix `cal` utility.
30Partly because I could, partly because I'd become too irritated with its command
31line interface.
32"""
33url {
34 src: "https://github.com/mor1/ocal/releases/download/0.2.2/ocal-0.2.2.tbz"
35 checksum: [
36 "sha256=b467c51f664580bd16188438986f831e9b0b910a126721a96cff7e01018e5337"
37 "md5=99820b7154717687a6881e559c60cb55"
38 ]
39}