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.