this repo has no description
0
fork

Configure Feed

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

Merge pull request #27715 from hannesm/release-icalendar-v0.1.11

[new release] icalendar (0.1.11)

authored by

Anil Madhavapeddy and committed by
GitHub
48e81dca da74d782

+50
+50
packages/icalendar/icalendar.0.1.11/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.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.11/icalendar-0.1.11.tbz" 45 + checksum: [ 46 + "sha256=be425cf4f272d08d4102207f637169750fb0845ab2f6fc109dd242e95552c346" 47 + "sha512=791b747e463edd27823905625352e476931710fde2ea6248e94334a994ec4a08fb86c2c03bac0e359b7a17529d5b479b65d0111c9677e06769c01bb904a268dc" 48 + ] 49 + } 50 + x-commit-hash: "5462bc2a0780f2b879c75a62aec91305ed1f5825"