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
|
Source: golang-github-gorhill-cronexpr
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Victor Seva <linuxmaniac@torreviejawireless.org>,
Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 12),
dh-golang (>= 1.6),
golang-any
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gorhill-cronexpr.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gorhill-cronexpr
Homepage: https://github.com/gorhill/cronexpr
XS-Go-Import-Path: github.com/gorhill/cronexpr
Testsuite: autopkgtest-pkg-go
Package: golang-github-gorhill-cronexpr-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: foreign
Description: cron expression parser
Given a cron expression and a time stamp, you can get the next time
stamp which satisfies the cron expression.
.
The time-matching algorithm in this implementation is efficient, it
avoids as much as possible to guess the next matching time stamp, a
common technique seen in a number of implementations out there.
|