blob: 6dd225604e3cafdf39c502ce4b70801ce840b18e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>3dprint@gentoo.org</email>
<name>Gentoo 3D Printer Project</name>
</maintainer>
<longdescription>
The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or,
and line & polygon offsetting. The library is based on Vatti's clipping algorithm.
</longdescription>
<upstream>
<bugs-to>https://sourceforge.net/p/polyclipping/bugs/</bugs-to>
<remote-id type="sourceforge">polyclipping</remote-id>
</upstream>
</pkgmetadata>
|