1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: golang-github-dylanmei-iso8601
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 10), dh-golang, golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/dylanmei/iso8601
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dylanmei-iso8601
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dylanmei-iso8601.git
XS-Go-Import-Path: github.com/dylanmei/iso8601
Testsuite: autopkgtest-pkg-go
Package: golang-github-dylanmei-iso8601-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: pure Go ISO8601 parser and formatter
package iso8601 is a implements an ISO8601 parser and formatter.
- Time is not yet implemented
- Duration is mostly implemented
|