this repo has no description
0
fork

Configure Feed

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

Merge pull request #25500 from hannesm/release-icalendar-v0.1.8

[new release] icalendar (0.1.8)

authored by

Marcello Seri and committed by
GitHub
2ec90190 34827bca

+49
+49
packages/icalendar/icalendar.0.1.8/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.8/icalendar-0.1.8.tbz" 44 + checksum: [ 45 + "sha256=6fea0a85b667d51c9b69a613d0c3f19e744c4bbef3a7165cfead273a94cf16c3" 46 + "sha512=2aaf4e9067fb2cc5f4f03263a43f0fd1396b54c4458e0ac7dedcbdead04a920aaae424e5da3141b3ba3286b7b476afd1c88746f0b64bed6f53f316dcf1328420" 47 + ] 48 + } 49 + x-commit-hash: "2d1ea877d5f67a3922e5994cca886fde66569152"