···
3
+
"Stefanie Schirmer @linse"
7
+
"Stefanie Schirmer @linse"
10
+
homepage: "https://github.com/roburio/caldav"
11
+
bug-reports: "https://github.com/roburio/caldav/issues"
12
+
dev-repo: "git+https://github.com/roburio/caldav.git"
13
+
tags: ["org:mirage" "org:robur"]
14
+
doc: "https://roburio.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
+
"mirage-random-test" {with-test}
29
+
"tcpip" {with-test & >= "3.7.0"}
30
+
"mirage-clock-unix" {with-test & >= "2.0.0"}
31
+
"mirage-kv-mem" {with-test & >= "2.0.0"}
33
+
"mirage-kv" {>= "6.0.0"}
34
+
"mirage-clock" {>= "2.0.0"}
35
+
"mirage-random" {>= "2.0.0"}
36
+
"ppx_deriving" {>= "4.3"}
38
+
"ptime" {>= "0.8.5"}
39
+
"cohttp" {>= "2.0.0"}
40
+
"cohttp-lwt" {>= "2.0.0"}
41
+
"cohttp-lwt-unix" {with-test & >= "2.0.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 roburio/icalendar
62
+
library. Also includes a partial WebDAV implementation.
66
+
"https://github.com/roburio/caldav/releases/download/v0.2.1/caldav-0.2.1.tbz"
68
+
"sha256=5cc85adbf892ea676e67a2451d12cabd930fba45f534bced7e7b00e2d282ddba"
69
+
"sha512=d92055d772b6f5cfeba7c4ed4496fdafac90bb67335fc14aee4413404156196a843eb0643e5dc2302ea1c51f4036ea74db1757127d059de304c96c4ed2127d84"
72
+
x-commit-hash: "e5a1725ae4c9dcbc5abe91ff05e75f8aada3c709"