File: control

package info (click to toggle)
golang-github-robfig-cron 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, sid, trixie
  • size: 196 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 831 bytes parent folder | download
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.