1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-robfig-cron
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-go,
tzdata
Standards-Version: 4.4.1
Homepage: https://github.com/robfig/cron
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-robfig-cron
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-robfig-cron.git
XS-Go-Import-Path: github.com/robfig/cron
Testsuite: autopkgtest-pkg-go
Package: golang-github-robfig-cron-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go
Description: cron library for go
This library implements a cron spec parser and runner.
|