diff options
author | 2004-11-29 10:46:08 +0000 | |
---|---|---|
committer | 2004-11-29 10:46:08 +0000 | |
commit | 6f6a7e00523b81b98ad71ef1ac6fa4c3ac56f522 (patch) | |
tree | 7272717a0973573b5615d3c5500c598867732c02 /dev-util/cocom/metadata.xml | |
parent | Fixed completion function to use POSIX-sh compliant identifier (s/-/_/) so ba... (diff) | |
download | gentoo-2-6f6a7e00523b81b98ad71ef1ac6fa4c3ac56f522.tar.gz gentoo-2-6f6a7e00523b81b98ad71ef1ac6fa4c3ac56f522.tar.bz2 gentoo-2-6f6a7e00523b81b98ad71ef1ac6fa4c3ac56f522.zip |
Initial import
Diffstat (limited to 'dev-util/cocom/metadata.xml')
-rw-r--r-- | dev-util/cocom/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/cocom/metadata.xml b/dev-util/cocom/metadata.xml new file mode 100644 index 000000000000..702fa585c551 --- /dev/null +++ b/dev-util/cocom/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>dholm@gentoo.org</email> +</maintainer> +<longdescription> +COCOM tool set is oriented towards the creation of compilers, cross-compilers, interpreters, and other language processors. Now COCOM tool set consists of the following components: + + * Ammunition (reusable packages) + * Sprut (internal representation description translator) + * Nona (code selector description translator) + * Msta (syntax description translator) + * Oka (pipeline hazards description translator) + * Shilka (keywords description translator) + +All of these components are written in ANSI C and have common style input languages (a la YACC). All code generated by the components is in also strict ANSI C and in standard C++. All documentation exists in ASCII, TeX dvi, Postsrcipt, HTML, and GNU info formats. +</longdescription> +</pkgmetadata> |