blob: 702fa585c5517344d05bcd3c2181a0a3727155b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|