File: control

package info (click to toggle)
mcron 1.0.8-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,364 kB
  • ctags: 158
  • sloc: sh: 1,307; lisp: 1,042; ansic: 407; makefile: 54
file content (21 lines) | stat: -rw-r--r-- 844 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
Source: mcron
Section: utils
Priority: optional
Maintainer: Dale Mellor <dale_mellor@users.sourceforge.net>
Build-Depends: debhelper (>= 9), guile-2.0-dev, ed, help2man
Standards-Version: 3.9.5
Homepage: http://www.gnu.org/software/mcron

Package: mcron
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         dpkg (>= 1.15.4)    |    install-info,
         guile-2.0,
         sendmail    |    mail-transport-agent
Description: Guile-based program for running jobs at regular times
 The GNU package mcron (Mellor's cron) can be a 100% compatible replacement for
 Vixie cron (though the Debian package is not configured this way). It is
 written in pure Guile, and allows configuration files to be written in scheme
 (as well as Vixie's original format) for infinite flexibility in specifying
 when jobs should be run.