mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-22 06:08:09 -07:00
Thanks to Joel for reporting. Thanks to Joel, jakub, betelgeuse, Michael Speth, Hank Leininger, Raimonds Cicans, naota and monsieurp for working on this. Co-Authored-By: Patrice Clement <monsieurp@gentoo.org> Bug: https://bugs.gentoo.org/show_bug.cgi?id=696944 Closes: https://bugs.gentoo.org/show_bug.cgi?id=171257 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mark Wright <gienah@gentoo.org>
22 lines
766 B
XML
22 lines
766 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="person">
|
||
<email>gienah@gentoo.org</email>
|
||
<name>Mark Wright</name>
|
||
</maintainer>
|
||
<maintainer type="project">
|
||
<email>java@gentoo.org</email>
|
||
<name>Java</name>
|
||
</maintainer>
|
||
<longdescription lang="en">
|
||
GWT is a development toolkit for building and optimizing
|
||
complex browser-based applications. Its goal is to enable
|
||
productive development of high-performance web applications
|
||
without the developer having to be an expert in browser
|
||
quirks, XMLHttpRequest, and JavaScript. It’s open source,
|
||
completely free, and used by thousands of developers around
|
||
the world.
|
||
</longdescription>
|
||
</pkgmetadata>
|