File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- ### No release yet, need to patch webmachine first.
1+ ## v0.1.0 (2021-05-06)
2+
3+ * Initial release, with webmachine vendored, and provided as a sublibrary.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ doc: "https://roburio.github.io/caldav/"
1515license: "ISC"
1616
1717build: [
18- ["dune" "subst"] {pinned }
18+ ["dune" "subst"] {dev }
1919 ["dune" "build" "-p" name "-j" jobs]
2020 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
2121]
@@ -57,6 +57,6 @@ depends: [
5757]
5858synopsis: "A CalDAV server"
5959description: """
60- A CalDAV server. Supports everything from the roburio/icalendar library.
61- Also supports a bit of WebDAV.
60+ A CalDAV server (RFC 4791) . Supports everything from the roburio/icalendar
61+ library. Also includes a partial WebDAV implementation .
6262"""
You can’t perform that action at this time.
0 commit comments