1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: golang-github-teambition-rrule-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Arun Kumar Pariyar <arun@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
tzdata,
tzdata-legacy,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-teambition-rrule-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-teambition-rrule-go.git
Homepage: https://github.com/teambition/rrule-go
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/teambition/rrule-go
Package: golang-github-teambition-rrule-go-dev
Architecture: all
Depends:
tzdata,
tzdata-legacy,
${misc:Depends},
Description: Go library for working with recurrence rules for calendar dates. (library)
The rrule golang module offers a complete implementation of the
recurrence rules documented in the iCalendar RFC. It is a partial
port of the rrule module from the excellent python-dateutil library.
|