Files
guru/dev-lang/fbc/metadata.xml
William Breathitt Gray c988219258 dev-lang/fbc: Remove proxy maintainer info from metadata file
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2019-04-29 11:38:31 +09:00

20 lines
735 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
FreeBASIC is a completely free, open-source, multi-platform
BASIC compiler, with syntax similar to MS-QuickBASIC, that adds
new features such as pointers, unsigned data types, inline
assembly, object orientation, and many others.
</longdescription>
<maintainer type="person">
<email>vilhelm.gray@gmail.com</email>
<name>William Breathitt Gray</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/freebasic/fbc/issues</bugs-to>
<doc lang="en">https://www.freebasic.net</doc>
<remote-id type="github">freebasic/fbc</remote-id>
</upstream>
</pkgmetadata>