Source: node-rrule
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: javascript
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs-no-lerna,
 jest <!nocheck>,
 node-tslib,
 node-typescript,
 ts-jest <!nocheck>,
 webpack,
Standards-Version: 4.7.4
Homepage: https://github.com/jkbrzt/rrule
Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-rrule
Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-rrule.git
Testsuite: autopkgtest-pkg-nodejs

Package: node-rrule
Architecture: all
Multi-Arch: foreign
Depends:
 node-tslib,
 ${misc:Depends},
Provides:
 ${nodejs:Provides},
Description: JavaScript library for recurrence rules for calendar dates
 rrule.js is a JavaScript library for working with recurring calendar
 dates using rules based on the iCalendar RFC 5545 recurrence rule format.
 It can generate dates from recurrence rules, query occurrences before,
 after, or between dates, and combine rules with explicit inclusion and
 exclusion dates.
 .
 The library supports parsing and serialising RRULE strings, recurrence
 rule sets, timezone identifiers using the Intl API, and conversion between
 rules and human-readable text.

Package: libjs-rrule
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: JavaScript library for recurrence rules for calendar dates - browser version
 rrule.js is a JavaScript library for working with recurring calendar
 dates using rules based on the iCalendar RFC 5545 recurrence rule format.
 It can generate dates from recurrence rules, query occurrences before,
 after, or between dates, and combine rules with explicit inclusion and
 exclusion dates.
 .
 The library supports parsing and serialising RRULE strings, recurrence
 rule sets, timezone identifiers using the Intl API, and conversion between
 rules and human-readable text.
 .
 This package provides the browser JavaScript library.
