File: clc-register-user-package.1

package info (click to toggle)
common-lisp-controller 4.15sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 188 kB
  • ctags: 31
  • sloc: lisp: 361; sh: 215; makefile: 57
file content (44 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.\" 	-*- Mode: Nroff -*-
.TH "clc-register-user-package" "1" "October 6, 2004"
.AT 3
.SH NAME
.Nm clc-(un)register-user-package  
.Nd registers a user asdf system
.SH SYNOPSIS
.B clc-register-user-package 
.I package-file

.B clc-unregister-user-package
.I package-file

.SH DESCRIPTION
Registers a user defined system into the 
.I common lisp controller
system. This means that any Common Lisp implementation
will know how to find the system.

The system file itself will be symlinked from the 
.I ~/.clc/systems
directory and the system will be recorded in the 
.I ~/.clc/user-packages.db
file.

No removal of old fasl files during upgrades of Common Lisp
Implementations will be done, nor will the fasls of different
implementations will be separated by 
.I clc
, it is expected that the users who require this will create a
full Debian package or create a symlink in 
.I /usr/share/common-lisp/systems/
to the system file.

.SH BUGS

Bug reports should be sent to the Debian BTS, preferably with
reportbug.

.SH AUTHOR
Peter Van Eynde (pvaneynd@debian.org) and Kevin M. Rosenberg
(kmr@debian.org) 2001-2004

.PP