File: control

package info (click to toggle)
golang-github-go-co-op-gocron 1.18.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: makefile: 10
file content (34 lines) | stat: -rw-r--r-- 1,322 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
26
27
28
29
30
31
32
33
34
Source: golang-github-go-co-op-gocron
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-robfig-cron-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-sync-dev,
               tzdata
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-co-op-gocron
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-co-op-gocron.git
Homepage: https://github.com/go-co-op/gocron
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-co-op/gocron

Package: golang-github-go-co-op-gocron-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-robfig-cron-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-sync-dev,
         ${misc:Depends}
Description: easy and fluent Go cron scheduling
 goCron is a Golang job scheduling package which lets one run Go
 functions periodically at pre-determined interval using a simple,
 human-friendly syntax.
 .
 goCron is a Golang implementation of Ruby module clockwork and Python
 job scheduling package schedule.