File: package.lisp

package info (click to toggle)
cl-daemon 20170403-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 64 kB
  • sloc: lisp: 295; makefile: 13
file content (6 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
(in-package :cl-user)
(defpackage :daemon
  (:use :cl)
  (:export #:exit
           #:daemonize
           #:fork))