caldav updates

This commit is contained in:
Hannes Mehnert 2021-05-04 00:31:59 +02:00
parent 5ca40dae0c
commit 16bf93837b
5 changed files with 40 additions and 65 deletions

View file

@ -33,7 +33,6 @@ depends: [
"mirage-clock" {>= "2.0.0"}
"mirage-random" {>= "2.0.0"}
"ppx_deriving" {>= "4.3"}
"webmachine" {= "0.7.0~webdav"}
"lwt" {>= "4.0"}
"ptime" {>= "0.8.5"}
"cohttp" {>= "2.0.0"}
@ -51,6 +50,10 @@ depends: [
"logs" {>= "0.6.3"}
"hex" {>= "1.4.0"}
"metrics"
#from webmachine
"dispatch" {>= "0.5.0"}
"re" {>= "1.7.2"}
"uri" {>= "4.0.0"}
]
synopsis: "A CalDAV server"
description: """

View file

@ -1,24 +1,24 @@
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-02-15 13:51:26-00:00).
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-05-03 22:14:14-00:00).
opam-version: "2.0"
name: "mirage-unikernel-caldav-hvt"
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"caldav"
"cohttp-mirage" { >= "2.1.0" & < "3.0.0"}
"conduit-mirage" { >= "2.2.0" & < "3.0.0"}
"cohttp-mirage" { >= "4.0.0" & < "5.0.0"}
"conduit-mirage" { >= "4.0.0" & < "5.0.0"}
"crunch" {build & >= "3.1.0" & < "4.0.0"}
"ethernet" { >= "2.2.0" & < "3.0.0"}
"functoria-runtime"
"git-mirage" { >= "3.3.1"}
"git-cohttp-mirage"
"git-mirage" { >= "3.4.0"}
"git-paf"
"icalendar" { >= "0.1.3"}
"irmin-git" { >= "2.3.0"}
"irmin-mirage-git" { >= "2.3.0"}
"irmin-git" { >= "2.6.0"}
"irmin-mirage-git" { >= "2.6.0"}
"lwt"
"mimic"
"mirage" {build & >= "3.10.0" & < "3.10.2"}
"mirage" {build & >= "3.10.4" & < "3.11.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.9.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
@ -29,9 +29,10 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"ocaml" {build & >= "4.08.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"paf"
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "6.0.0" & < "7.0.0"}
"tls-mirage" { >= "0.12.0" & < "0.13.0"}
"tcpip" { >= "6.1.0" & < "7.0.0"}
"tls-mirage" { >= "0.13.0" & < "0.14.0"}
"uri"
]
maintainer: "dummy"

View file

@ -1,27 +1,27 @@
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-03-14 13:26:54-00:00).
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-05-03 22:25:21-00:00).
opam-version: "2.0"
name: "mirage-unikernel-caldav-hvt"
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"caldav"
"cohttp-mirage" { >= "2.1.0" & < "3.0.0"}
"conduit-mirage" { >= "2.2.0" & < "3.0.0"}
"cohttp-mirage" { >= "4.0.0" & < "5.0.0"}
"conduit-mirage" { >= "4.0.0" & < "5.0.0"}
"crunch" {build & >= "3.1.0" & < "4.0.0"}
"dns-certify" { < "5.0.0"}
"ethernet" { >= "2.2.0" & < "3.0.0"}
"functoria-runtime"
"git-cohttp-mirage"
"git-mirage" { >= "3.3.1"}
"git-mirage" { >= "3.4.0"}
"git-paf"
"icalendar" { >= "0.1.3"}
"irmin-git" { >= "2.3.0"}
"irmin-mirage-git" { >= "2.3.0"}
"irmin-git" { >= "2.6.0"}
"irmin-mirage-git" { >= "2.6.0"}
"logs-syslog" { >= "0.3.0"}
"lwt"
"mimic"
"mirage" {build & >= "3.10.0" & < "3.10.2"}
"mirage" {build & >= "3.10.4" & < "3.11.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"}
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.9.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
@ -33,9 +33,10 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"ocaml" {build & >= "4.08.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"paf"
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "6.0.0" & < "7.0.0"}
"tls-mirage" { >= "0.12.0" & < "0.13.0"}
"tcpip" { >= "6.1.0" & < "7.0.0"}
"tls-mirage" { >= "0.13.0" & < "0.14.0"}
"uri"
]
maintainer: "dummy"

View file

@ -1,26 +1,26 @@
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-02-15 13:26:04-00:00).
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-05-03 22:19:18-00:00).
opam-version: "2.0"
name: "mirage-unikernel-caldav-hvt"
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"caldav"
"cohttp-mirage" { >= "2.1.0" & < "3.0.0"}
"conduit-mirage" { >= "2.2.0" & < "3.0.0"}
"cohttp-mirage" { >= "4.0.0" & < "5.0.0"}
"conduit-mirage" { >= "4.0.0" & < "5.0.0"}
"crunch" {build & >= "3.1.0" & < "4.0.0"}
"ethernet" { >= "2.2.0" & < "3.0.0"}
"functoria-runtime"
"git-mirage" { >= "3.3.1"}
"git-cohttp-mirage"
"git-mirage" { >= "3.4.0"}
"git-paf"
"icalendar" { >= "0.1.3"}
"irmin-git" { >= "2.3.0"}
"irmin-mirage-git" { >= "2.3.0"}
"irmin-git" { >= "2.6.0"}
"irmin-mirage-git" { >= "2.6.0"}
"logs-syslog" { >= "0.3.0"}
"lwt"
"mimic"
"mirage" {build & >= "3.10.0" & < "3.10.2"}
"mirage" {build & >= "3.10.4" & < "3.11.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"}
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.9.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
@ -32,9 +32,10 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"ocaml" {build & >= "4.08.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"paf"
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "6.0.0" & < "7.0.0"}
"tls-mirage" { >= "0.12.0" & < "0.13.0"}
"tcpip" { >= "6.1.0" & < "7.0.0"}
"tls-mirage" { >= "0.13.0" & < "0.14.0"}
"uri"
]
maintainer: "dummy"

View file

@ -1,31 +0,0 @@
opam-version: "2.0"
maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/ocaml-webmachine"
dev-repo: "git+https://github.com/inhabitedtype/ocaml-webmachine.git"
bug-reports: "https://github.com/inhabitedtype/ocaml-webmachine/issues"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.03.0"}
"ptime" {>= "0.8.0"}
"cohttp" {>= "1.0.0"}
"dispatch" {>= "0.5.0"}
"dune" {>= "1.0"}
"ounit" {with-test & >= "1.0.2"}
"re" {>= "1.7.2"}
]
synopsis: "A REST toolkit for OCaml"
description: """
OCaml webmachine is a layer on top of cohttp that implements a
state-machine-based HTTP request processor. It's particularly
well-suited for writing RESTful APIs. As the name suggests, this is an
OCaml port of the webmachine project.
"""
url {
src: "git+https://github.com/roburio/ocaml-webmachine.git#webdav"
}