Meta Configuration of Package yasm
1
<package name="yasm" project="devel">
2
<title>YASM is a complete rewrite of the NASM assembler</title>
3
<description>YASM is a complete rewrite of the NASM assembler. It is designed from
4
the ground up to allow for multiple syntaxes to be supported (e.g.,
5
NASM, TASM, GAS, etc.) in addition to multiple output object formats.
6
Another primary module of the overall design is an optimizer module.
7
Actually it supports ix86 and AMD64, next will be PowerPC
8
9
10
11
Authors:
12
--------
13
Peter Johnson <peter@tortall.net></description>
14
<person userid="hostmaster" role="maintainer"/>
15
<build>
16
<enable repository="CentOS_5"/>
17
<enable repository="RHEL_5"/>
18
<enable repository="RHEL_6"/>
19
</build>
20
</package>
21