···
3
+
"Stefanie Schirmer @linse"
7
+
"Stefanie Schirmer @linse"
10
+
homepage: "https://github.com/robur-coop/caldav"
11
+
bug-reports: "https://github.com/robur-coop/caldav/issues"
12
+
dev-repo: "git+https://github.com/robur-coop/caldav.git"
13
+
tags: ["org:mirage" "org:robur"]
14
+
doc: "https://robur-coop.github.io/caldav/"
18
+
["dune" "subst"] {dev}
19
+
["dune" "build" "-p" name "-j" jobs]
20
+
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"} # Local network access is forbidden in the macos sandbox
24
+
"ocaml" {>= "4.08.0"}
26
+
"alcotest" {with-test & >= "0.8.5"}
27
+
"ounit" {with-test & >= "2.0.0"}
28
+
"tcpip" {with-test & >= "3.7.0"}
29
+
"mirage-clock-unix" {with-test & >= "2.0.0"}
30
+
"mirage-kv-mem" {with-test & >= "2.0.0"}
32
+
"mirage-kv" {>= "6.0.0"}
33
+
"mirage-clock" {>= "2.0.0"}
34
+
"mirage-random" {>= "2.0.0" & < "4.0.0"}
35
+
"ppx_deriving" {>= "4.3"}
37
+
"ptime" {>= "0.8.5"}
38
+
"cohttp" {>= "2.0.0"}
39
+
"cohttp-lwt" {>= "2.0.0"}
40
+
"cohttp-lwt-unix" {with-test & >= "2.0.0"}
43
+
"mirage-crypto-rng-lwt" {with-test & >= "0.11.0"}
44
+
"base64" {>= "3.0.0"}
46
+
"tyxml" {>= "4.3.0"}
47
+
"icalendar" {>= "0.1.2"}
48
+
"sexplib" {>= "v0.12.0"}
49
+
"ppx_sexp_conv" {>= "v0.12.0"}
55
+
"dispatch" {>= "0.5.0"}
58
+
conflicts: [ "result" {< "1.5"} ]
59
+
synopsis: "A CalDAV server"
61
+
A CalDAV server (RFC 4791). Supports everything from the robur-coop/icalendar
62
+
library. Also includes a partial WebDAV implementation.
66
+
"https://github.com/robur-coop/caldav/releases/download/v0.2.2/caldav-0.2.2.tbz"
68
+
"sha256=63a8818a537c443118e5ff710cc79059ce79c310744854c25ef77f25040f2724"
69
+
"sha512=52e28b504538b6acb7da8f41610f92cbc32716b951d9daa120025c1f2900fc56be21601c7b3b19c519171d2ee1cc4db316e1e0fdddad6a28e84999de35f6ac54"
72
+
x-commit-hash: "14b47808ef8f684d7a26d366b7874aac2f1e89e2"