File: control

package info (click to toggle)
golang-github-dylanmei-iso8601 0.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 60 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 864 bytes parent folder | download
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