diff options
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> |