libnest2d 5.0.0-2 source package in Ubuntu

Changelog

libnest2d (5.0.0-2) unstable; urgency=medium

  * Patch incorrect package name in Findclipper.cmake. Fixes: #1032930

 -- Gregor Riepl <email address hidden>  Wed, 29 Mar 2023 02:12:38 +0200

Upload details

Uploaded by:
3-D printer team
Uploaded to:
Sid
Original maintainer:
3-D printer team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnest2d_5.0.0-2.dsc 2.0 KiB 8f9b36aa608609bb97520bf90e1a083ff446484e15cbb045746c9873c77602ce
libnest2d_5.0.0.orig.tar.gz 344.3 KiB 61f15e716c0634024f31d2dda1f5f65f8429ce4da05fff80fd1a59de6dfbdde5
libnest2d_5.0.0-2.debian.tar.xz 4.4 KiB 9dd627f1ae9796963102755296102ca11ac2ad62ed78c025ac9d6a62b1ade52a

Available diffs

No changes file available.

Binary packages built by this source

libnest2d-dev: 2D irregular bin packaging and nesting C++ header-only library

 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.