summaryrefslogtreecommitdiff
blob: 5b40bbe2f99913b5aff96f3b1ac9d66a48c9a760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>
	<slots>
		<subslots>soname major version number</subslots>
	</slots>
	<longdescription>
		Libnest2D is a library and framework for the 2D bin packaging problem. Inspired from the SVGNest Javascript
		library the project is built from scratch in C++11. The library is written with a policy that it should be
		usable out of the box with a very simple interface but has to be customizable to the very core as well. The
		algorithms are defined in a header only fashion with templated geometry types. These geometries can have custom
		or already existing implementation to avoid copying or having unnecessary dependencies.

		A default backend is provided if the user of the library just wants to use it out of the box without additional
		integration. This backend is reasonably fast and robust, being built on top of boost geometry and the
		polyclipping library. Usage of this default backend implies the dependency on these packages but its header only
		as well.
	</longdescription>
	<upstream>
		<bugs-to>https://github.com/tamasmeszaros/libnest2d/issues</bugs-to>
		<remote-id type="github">tamasmeszaros/libnest2d</remote-id>
	</upstream>
</pkgmetadata>