Command-line and Emacs Calendar Client
at main 999 B view raw
1opam-version: "2.0" 2version: "0.4.0" 3maintainer: "Ryan Gibb <ryan@freumh.org" 4authors: ["Ryan Gibb <ryan@freumh.org"] 5homepage: "https://ryan.freumh.org/caledonia.html" 6bug-reports: "https://github.com/RyanGibb/caledonia/issues" 7dev-repo: "git+https://github.com/RyanGibb/caledonia.git" 8license: "MIT" 9synopsis: "Command-line calendar tool" 10build: [ 11 ["dune" "subst"] {pinned} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14depends: [ 15 "ocaml" {>= "4.08.0"} 16 "dune" {>= "3.4"} 17 "icalendar" {= "dev"} 18 "cmdliner" {>= "1.3.0"} 19 "ptime" {>= "1.2"} 20 "fmt" {>= "0.9.0"} 21 "logs" {>= "0.7.0"} 22 "re" {>= "1.12.0"} 23 "yojson" {>= "2.2.2"} 24 "uuidm" {>= "0.9.9"} 25 "eio" {>= "0.12"} 26 "eio_main" {>= "0.12"} 27 "timere" {>= "0.8.0"} 28 "timedesc" {>= "0.8.0"} 29 "ppx_sexp_conv" {>= "0.15.1"} 30 "alcotest" {>= "1.8.0" & with-test} 31] 32pin-depends: [ 33 # https://github.com/robur-coop/icalendar/pull/13 34 ["icalendar.dev" "git+https://github.com/robur-coop/icalendar#1ab8d3970295bc96dc651c53b25c7c9963a27f81"] 35]