1
0
Fork 0
golang-github-dimonomid-clock/debian/control
Daniel Baumann 765833458a
Adding debian version 0.0~git20250112.cbee01f-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 11:23:32 +02:00

23 lines
898 B
Text

Source: golang-github-dimonomid-clock
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/dimonomid/clock
Vcs-Browser: https://forgejo.debian.net/nerdlog/golang-github-dimonomid-clock
Vcs-Git: https://forgejo.debian.net/nerdlog/golang-github-dimonomid-clock
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/dimonomid/clock
Package: golang-github-dimonomid-clock-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: mocking time (Go library)
Clock is a small library for mocking time in Go. It provides an interface
around the standard library's time package so that the application can use
the realtime clock while tests can use the mock clock.