this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26551 from hannesm/release-caldav-v0.2.3

[new release] caldav (0.2.3)

authored by

Anil Madhavapeddy and committed by
GitHub
b116c471 3941cdb2

+72
+72
packages/caldav/caldav.0.2.3/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ 3 + "Stefanie Schirmer @linse" 4 + "Hannes Mehnert" 5 + ] 6 + authors: [ 7 + "Stefanie Schirmer @linse" 8 + "Hannes Mehnert" 9 + ] 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/" 15 + license: "ISC" 16 + 17 + build: [ 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 21 + ] 22 + 23 + depends: [ 24 + "ocaml" {>= "4.08.0"} 25 + "dune" {>= "3.12"} 26 + "alcotest" {with-test & >= "0.8.5"} 27 + "ounit2" {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"} 31 + "fmt" {>= "0.8.7"} 32 + "mirage-kv" {>= "6.0.0"} 33 + "mirage-clock" {>= "2.0.0"} 34 + "ppx_deriving" {>= "4.3"} 35 + "lwt" {>= "4.0"} 36 + "ptime" {>= "0.8.5"} 37 + "cohttp" {>= "2.0.0"} 38 + "cohttp-lwt" {>= "2.0.0"} 39 + "cohttp-lwt-unix" {with-test & >= "2.0.0"} 40 + "digestif" {>= "1.2.0"} 41 + "mirage-crypto-rng" {>= "1.0.0"} 42 + "mirage-crypto-rng-mirage" {>= "1.0.0"} 43 + "mirage-crypto-rng-lwt" {with-test & >= "1.0.0"} 44 + "base64" {>= "3.0.0"} 45 + "xmlm" {>= "1.3.0"} 46 + "tyxml" {>= "4.3.0"} 47 + "icalendar" {>= "0.1.8"} 48 + "sexplib" {>= "v0.12.0"} 49 + "ppx_sexp_conv" {>= "v0.12.0"} 50 + "logs" {>= "0.6.3"} 51 + "ohex" {>= "0.2.0"} 52 + "metrics" 53 + "re" {>= "1.7.2"} 54 + #from webmachine 55 + "dispatch" {>= "0.5.0"} 56 + "uri" {>= "4.0.0"} 57 + ] 58 + conflicts: [ "result" {< "1.5"} ] 59 + synopsis: "A CalDAV server" 60 + description: """ 61 + A CalDAV server (RFC 4791). Supports everything from the robur-coop/icalendar 62 + library. Also includes a partial WebDAV implementation. 63 + """ 64 + url { 65 + src: 66 + "https://github.com/robur-coop/caldav/releases/download/v0.2.3/caldav-0.2.3.tbz" 67 + checksum: [ 68 + "sha256=47e8daa3246d42bab21696d7a81a8b2e5cf68551f64be440778d4ea70c4ec04a" 69 + "sha512=881692617a96640dbaeff056bccd3ef57aa06baaae2cd2faaaf7adf76b0c0bcd0a573ab348185064e1a40cf8bc44660c4f0891d9e259b48ccb55847774890854" 70 + ] 71 + } 72 + x-commit-hash: "93412abde91db19afe1a207acd95c8baa8f7ff9b"