mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-02 00:07:03 +03:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
15 lines
763 B
XML
15 lines
763 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
For Java developers writing GUI layouts by hand that wants simplicity, power and automatic per platform fidelity, that are dissatisfied with the current layout managers in Swing, JavaFX and SWT, MigLayout solves your layout problems. User interfaces created with MigLayout is easy to maintain, you will understand how the layout will look like just by looking at the source code.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">mikaelgrev/miglayout</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|