File: control

package info (click to toggle)
cl-daemon 20170403-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 64 kB
  • sloc: lisp: 295; makefile: 13
file content (17 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: cl-daemon
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.6
Homepage: https://github.com/snmsts/daemon
Vcs-Git: https://github.com/snmsts/daemon.git
Vcs-Browser: https://github.com/snmsts/daemon

Package: cl-daemon
Architecture: all
Depends: ${misc:Depends}
Description: make lisp process daemonize on unix like platform
 This is a library which has simple functionality to make lisp process
 daemonize on unix like platform.