Source: clipper2-dmo
Section: libs
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/AngusJohnson/Clipper2
Standards-Version: 4.7.4
Build-Depends: debhelper-compat (= 14), cmake (>= 3.15), ninja-build,

# Tests fail
# libgtest-dev,

Package: libclipper2-2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: polygon clipping and offsetting library
 Clipper2 is a polygon clipping and offsetting library that performs
 intersection, union, difference and XOR boolean operations on both simple
 and complex polygons. It also performs polygon offsetting.
 .
 This is a major update of the original Clipper library, providing better
 performance and additional features while maintaining API compatibility.
 .
 This package contains the shared library.

Package: libclipper2-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libclipper2-2 (= ${binary:Version}), ${misc:Depends},
Description: polygon clipping and offsetting library - development files
 Clipper2 is a polygon clipping and offsetting library that performs
 intersection, union, difference and XOR boolean operations on both simple
 and complex polygons. It also performs polygon offsetting.
 .
 This is a major update of the original Clipper library, providing better
 performance and additional features while maintaining API compatibility.
 .
 This package contains the header files and static libraries needed for
 development with Clipper2.
