Skip to content

Commit 768937e

Browse files
committed
prepare initial release
1 parent 60d4aee commit 768937e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
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.

caldav.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doc: "https://roburio.github.io/caldav/"
1515
license: "ISC"
1616

1717
build: [
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
]
5858
synopsis: "A CalDAV server"
5959
description: """
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
"""

0 commit comments

Comments
 (0)