libnest2d 5.0.0-3 source package in Ubuntu

Changelog

libnest2d (5.0.0-3) unstable; urgency=medium

  * Cmake files check for matching architecture width now, mark package as
    Arch: any. (The header files themselves do not change. Closes: #1040191)
  * Drop M-A: foreign.

 -- Christoph Berg <email address hidden>  Mon, 03 Jul 2023 21:05:16 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libnest2d_5.0.0-3.dsc 2.0 KiB 610ed93489d8b204f4f0a708eb674981c49034f5d3d9f678535debdb20f04034
libnest2d_5.0.0.orig.tar.gz 344.3 KiB 61f15e716c0634024f31d2dda1f5f65f8429ce4da05fff80fd1a59de6dfbdde5
libnest2d_5.0.0-3.debian.tar.xz 4.5 KiB 140c4f5c04cf9f84dcb1c8b6eab6dbf7be575f7b383368d35dd2f34d6ab03e73

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.