File: control

package info (click to toggle)
golang-github-gogits-cron 0.0~git20160810.32.7f3990a-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 84
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 941 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: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Lustfield <michael@lustfield.net>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               tzdata
Standards-Version: 3.9.8
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
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.