File: control

package info (click to toggle)
golang-github-gogits-cron 0.0~git20170309.60.c803a08-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 128 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 882 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
24
25
Source: golang-github-gogits-cron
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               tzdata
Standards-Version: 4.1.0
Homepage: https://github.com/gogits/cron
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gogits-cron.git
Vcs-Git: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gogits-cron.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/gogits/cron

Package: golang-github-gogits-cron-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Gogs cron library in Go
 This golang library implements a cron spec parser and job runner.
 .
 Callers may register Funcs to be invoked on a given schedule.  Cron will run
 them in their own go-routines.