File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
packages/icalendar/icalendar.0.1.10 Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
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.10/icalendar-0.1.10.tbz"
45
+ checksum: [
46
+ "sha256=b889abf1a4ee5ed4d6bc2c4a444149aa290887a99e38e912820bc6a8a199527f"
47
+ "sha512=02ae2532e37df6bd0b0a73575ef45195b07339478975d2031d72baaec2fa6698d72abe6fd566929cc4859627bdc56982e8934e15c96435c2e4ba9e28a97e2bc1"
48
+ ]
49
+ }
50
+ x-commit-hash: "5157f6c873d1b93c8fa38011e576aeff96a9061a"
You can’t perform that action at this time.
0 commit comments