diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-29 20:41:37 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-29 20:41:37 +0000 |
commit | dd71fd47dde5f93318bd968a5a31c68cf5afbbb8 (patch) | |
tree | 396fb8e2882238f1ded09e520683ff8db0a447e4 /dev-lisp/cl-syslog/metadata.xml | |
parent | *** empty log message *** (diff) | |
download | historical-dd71fd47dde5f93318bd968a5a31c68cf5afbbb8.tar.gz historical-dd71fd47dde5f93318bd968a5a31c68cf5afbbb8.tar.bz2 historical-dd71fd47dde5f93318bd968a5a31c68cf5afbbb8.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-syslog/metadata.xml')
-rw-r--r-- | dev-lisp/cl-syslog/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/cl-syslog/metadata.xml b/dev-lisp/cl-syslog/metadata.xml new file mode 100644 index 000000000000..3e9d7a928e27 --- /dev/null +++ b/dev-lisp/cl-syslog/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>common-lisp</herd> +<longdescription> +cl-syslog is a Common Lisp library that provides access to the syslog +logging facility under Unix. The code was taken from OnShore's ODCL +and has been enhanced to include an ASDF system, conditions, options +to openlog(3) and it now uses UFFI instead of CMUCL-specific FFI +code. +</longdescription> +</pkgmetadata> |