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 27 28 29 30 31 32 33 34 35
|
Source: nasm
Section: devel
Priority: optional
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Uploaders:
Jordan Justen <jordan.l.justen@intel.com>,
Standards-Version: 4.2.1
Build-Depends:
debhelper (>= 11),
dpkg-dev (>= 1.16.1~),
fonts-liberation2,
fontconfig,
ghostscript,
libfont-ttf-perl,
libsort-versions-perl,
texinfo,
Homepage: http://www.nasm.us/
Vcs-Git: https://salsa.debian.org/debian/nasm.git
Vcs-Browser: https://salsa.debian.org/debian/nasm
Package: nasm
Architecture: any
Depends:
dpkg (>= 1.15.4) | install-info,
${misc:Depends},
${shlibs:Depends},
Description: General-purpose x86 assembler
Netwide Assembler. NASM will currently output flat-form binary files,
a.out, COFF and ELF Unix object files, and Microsoft 16-bit DOS and
Win32 object files.
.
Also included is NDISASM, a prototype x86 binary-file disassembler
which uses the same instruction table as NASM.
.
NASM is released under the GNU Lesser General Public License (LGPL).
|