24 lines
992 B
XML
24 lines
992 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
|
<pkgmetadata>
|
||
|
<maintainer>
|
||
|
<email>maintainer-needed@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>
|