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 31 32 33 34
|
Source: golang-github-rickb777-date
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,
golang-github-rickb777-plural-dev,
golang-golang-x-text-dev,
golang-gomega-dev,
tzdata,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rickb777-date
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rickb777-date.git
Homepage: https://github.com/rickb777/date
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/rickb777/date
Package: golang-github-rickb777-date-dev
Architecture: all
Depends:
golang-github-rickb777-plural-dev,
golang-golang-x-text-dev,
golang-gomega-dev,
tzdata,
${misc:Depends},
Description: Go package for working with dates (library)
This package introduces a light-weight Date type that is storage-efficient
and convenient for calendrical calculations and date parsing and
formatting (including years outside the [0,9999] interval).
|