Skip to content

Commit 2a2fcbe

Browse files
authored
Merge pull request #28624 from hannesm/release-icalendar-v0.1.12
[new release] icalendar (0.1.12)
2 parents 34b7c8b + baa0eeb commit 2a2fcbe

File tree

1 file changed

+50
-0
lines changed
  • packages/icalendar/icalendar.0.1.12

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
maintainer: [
3+
"Stefanie Schirmer @linse"
4+
]
5+
authors: [
6+
"Stefanie Schirmer @linse"
7+
"Hannes Mehnert"
8+
]
9+
homepage: "https://github.com/robur-coop/icalendar"
10+
bug-reports: "https://github.com/robur-coop/icalendar/issues"
11+
dev-repo: "git+https://github.com/robur-coop/icalendar.git"
12+
tags: ["org:mirage" "org:robur"]
13+
doc: "https://robur-coop.github.io/icalendar/"
14+
license: "ISC"
15+
16+
build: [
17+
["dune" "subst"] {dev}
18+
["dune" "build" "-p" name "-j" jobs]
19+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
20+
]
21+
22+
depends: [
23+
"ocaml" {>= "4.10.0"}
24+
"dune" {>= "1.3"}
25+
"alcotest" {with-test}
26+
"fmt"
27+
"angstrom" {>= "0.14.0"}
28+
"re" {>= "1.7.2"}
29+
"uri"
30+
"ptime"
31+
"ppx_deriving"
32+
"gmap" {>= "0.3.0"}
33+
]
34+
35+
synopsis: "A library to parse and print the iCalendar (RFC 5545) format"
36+
description: """
37+
Parse and print .ics files as specified in RFC 5545.
38+
Supports recurrent events, but only to the day level of detail.
39+
Does not support vJournal components.
40+
"""
41+
x-maintenance-intent: [ "(latest)" ]
42+
url {
43+
src:
44+
"https://github.com/robur-coop/icalendar/releases/download/v0.1.12/icalendar-0.1.12.tbz"
45+
checksum: [
46+
"sha256=f17f78bd084d1bbe8021a6b6fff16a568c26c0dc80333176f33fe6da246cd54a"
47+
"sha512=edf7371febe51340e4b38f19dcb2bde19c5ec595a65907c61583865c3f6ea01085b59b807ca4d8f31c8110eb4d2c210aa4379aad997eb8dfec348ba0f488b6be"
48+
]
49+
}
50+
x-commit-hash: "c566ab67729df18d483b10d2253c87d8246173be"

0 commit comments

Comments
 (0)