this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Stefanie Schirmer @linse"
4 "Hannes Mehnert"
5]
6authors: [
7 "Stefanie Schirmer @linse"
8 "Hannes Mehnert"
9]
10homepage: "https://github.com/robur-coop/caldav"
11bug-reports: "https://github.com/robur-coop/caldav/issues"
12dev-repo: "git+https://github.com/robur-coop/caldav.git"
13tags: ["org:mirage" "org:robur"]
14doc: "https://robur-coop.github.io/caldav/"
15license: "ISC"
16
17build: [
18 ["dune" "subst"] {dev}
19 ["dune" "build" "-p" name "-j" jobs]
20 ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != macos}
21]
22
23depends: [
24 "ocaml" {>= "4.08.0"}
25 "dune" {>= "1.3"}
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" & < "4.0.0"}
32 "fmt" {>= "0.8.7"}
33 "mirage-kv" {>= "3.0.0" & < "6.0.0"}
34 "mirage-clock" {>= "2.0.0"}
35 "mirage-random" {>= "2.0.0" & < "4.0.0"}
36 "ppx_deriving" {>= "4.3"}
37 "lwt" {>= "4.0"}
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" & < "6.0.0~~"}
42 "mirage-crypto" {< "1.0.0"}
43 "mirage-crypto-rng" {< "1.0.0"}
44 "base64" {>= "3.0.0"}
45 "xmlm" {>= "1.3.0"}
46 "tyxml" {>= "4.3.0"}
47 "icalendar" {>= "0.1.2"}
48 "sexplib" {>= "v0.12.0"}
49 "ppx_sexp_conv" {>= "v0.12.0"}
50 "logs" {>= "0.6.3"}
51 "hex" {>= "1.4.0"}
52 "metrics"
53 "re" {>= "1.7.2"}
54 #from webmachine
55 "dispatch" {>= "0.5.0"}
56 "uri" {>= "4.0.0"}
57]
58conflicts: [ "result" {< "1.5"} ]
59synopsis: "A CalDAV server"
60description: """
61A CalDAV server (RFC 4791). Supports everything from the robur-coop/icalendar
62library. Also includes a partial WebDAV implementation.
63"""
64url {
65 src:
66 "https://github.com/robur-coop/caldav/releases/download/v0.2.0/caldav-0.2.0.tbz"
67 checksum: [
68 "sha256=90bbdb95c2c47c213f576930ace721b642d2c019c748266a8dc32b24b99d54a7"
69 "sha512=f7ff9e4267285d94c6fba51a65a55493d689851e568a3eae81e4a506620d89f2c731fd5c1e43ea5abaa4bbdb17142d2f9d4337612d96fe9677e61ed01cc529fe"
70 ]
71}
72x-commit-hash: "d777b03b9600ba12a167d9e19890bc0d809d2ddf"