gentoo/dev-embedded/zmac/metadata.xml
Ulrich Müller 38b155fa1b
**/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00

17 lines
636 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ulm@gentoo.org</email>
</maintainer>
<longdescription>
zmac is a Z80 macro cross-assembler. It has all the features you'd expect.
It assembles the specified input file and produces raw binary output.
(It can optionally produce CP/M-style Intel hex format.) By default it
also produces a nicely-formatted listing of the m/c alongside the source.
As well as normal Z80 programs, zmac lets you write 8080 programs in Z80
assembly.
</longdescription>
</pkgmetadata>