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
|
Source: golang-github-araddon-dateparse
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-scylladb-termtables-dev,
golang-github-stretchr-testify-dev,
tzdata,
Standards-Version: 4.6.0.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-araddon-dateparse
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-araddon-dateparse.git
Homepage: https://github.com/araddon/dateparse
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/araddon/dateparse
Package: golang-github-araddon-dateparse-dev
Architecture: all
Depends: golang-github-scylladb-termtables-dev,
golang-github-stretchr-testify-dev,
tzdata,
${misc:Depends}
Multi-Arch: foreign
Description: Go library used to parse date from string
Go Date Parser that parse many date strings without knowing format in advance.
Uses a scanner to read bytes and use a state machine to find format.
|