forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
26 lines (25 loc) · 1.04 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>[email protected]</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>
<upstream>
<remote-id type="sourceforge">cocom</remote-id>
</upstream>
</pkgmetadata>