Source: golang-github-gorhill-cronexpr Section: devel Priority: optional Standards-Version: 4.5.0 Maintainer: pkg-go Uploaders: Victor Seva , Dmitry Smirnov , 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.