this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26915 from hannesm/release-icalendar-v0.1.9

[new release] icalendar (0.1.9)

authored by

Marcello Seri and committed by
GitHub
e83fb702 77ac16bb

+49
+49
packages/icalendar/icalendar.0.1.9/opam
··· 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.08.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 + url { 42 + src: 43 + "https://github.com/robur-coop/icalendar/releases/download/v0.1.9/icalendar-0.1.9.tbz" 44 + checksum: [ 45 + "sha256=b5849bc9f2c83219d60c1c3d5d62dedffbaeebf986cc23228eee2029ec201764" 46 + "sha512=e7cce3721022b3145fea4a5392eea84ec0ce287850a25f1e0ae624609b0d5da1ea25fe40b8c2ac05fe02389bdb78dae8393355e0560974791459eca906b3d8c8" 47 + ] 48 + } 49 + x-commit-hash: "dd6eb025f6923cc3821b328a07dd207c2d95bc5b"