caldav: from upstream

This commit is contained in:
Hannes Mehnert 2024-05-07 11:12:45 +02:00
parent ed817b3d71
commit 17e002efc3

View file

@ -22,10 +22,9 @@ build: [
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.3"}
"dune" {>= "3.12"}
"alcotest" {with-test & >= "0.8.5"}
"ounit" {with-test & >= "2.0.0"}
"mirage-random-test" {with-test}
"tcpip" {with-test & >= "3.7.0"}
"mirage-clock-unix" {with-test & >= "2.0.0"}
"mirage-kv-mem" {with-test & >= "2.0.0"}
@ -41,6 +40,7 @@ depends: [
"cohttp-lwt-unix" {with-test & >= "2.0.0"}
"mirage-crypto"
"mirage-crypto-rng"
"mirage-crypto-rng-lwt" {with-test & >= "0.11.0"}
"base64" {>= "3.0.0"}
"xmlm" {>= "1.3.0"}
"tyxml" {>= "4.3.0"}