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
|
Source: golang-github-djherbis-times
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any
Standards-Version: 4.6.0
Homepage: https://github.com/djherbis/times
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-djherbis-times
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-djherbis-times.git
XS-Go-Import-Path: github.com/djherbis/times
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: golang-github-djherbis-times-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: file times (atime, mtime, ctime, btime)
Go has hidden time functions for most platforms, this repo makes
them accessible.
|