diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-04 03:40:05 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-04 03:40:05 +0000 |
commit | fbd49bd498ea45677626c21882f6b4d72487fa73 (patch) | |
tree | 05c276576c0d66d04259ddf8e1f8bc8cfd6c0ce3 /dev-lisp/cl-packer/metadata.xml | |
parent | Mask jack-tmpfs useflag on sparc64 stable profiles. (diff) | |
download | gentoo-2-fbd49bd498ea45677626c21882f6b4d72487fa73.tar.gz gentoo-2-fbd49bd498ea45677626c21882f6b4d72487fa73.tar.bz2 gentoo-2-fbd49bd498ea45677626c21882f6b4d72487fa73.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-packer/metadata.xml')
-rw-r--r-- | dev-lisp/cl-packer/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/cl-packer/metadata.xml b/dev-lisp/cl-packer/metadata.xml new file mode 100644 index 000000000000..348af88b728e --- /dev/null +++ b/dev-lisp/cl-packer/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> +The PACKER Library implements a "little language" for C-style structures, along +the lines of Perl's pack() or Python's struct module. It is similar in spirit to +Binary-types, although much less general. Version 0.2 is a near-complete rewrite +and offers portable packing and unpacking (of SINGLE-FLOAT and DOUBLE-FLOATs as +well) and a more obviously extensible packing protocol. +</longdescription> +</pkgmetadata> |