Source: libpolyclipping
Section: libs
Priority: optional
Maintainer: 3-D printer team <3dprinter-general@lists.alioth.debian.org>
Uploaders: Bas Wijnen <wijnen@debian.org>,
 Petter Reinholdtsen <pere@debian.org>,
 Gregor Riepl <onitake@gmail.com>
Build-Depends: debhelper (>= 9), cmake
Standards-Version: 4.1.1
Homepage: http://www.angusj.com/delphi/clipper.php
Vcs-Git: git://anonscm.debian.org/3dprinter/packages/libpolyclipping.git
Vcs-Browser: https://anonscm.debian.org/cgit/3dprinter/packages/libpolyclipping.git

Package: libpolyclipping22
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: polygon clipping, polygon offsetting and polyline offsetting library
 The Clipper library performs polygon clipping, polygon offsetting and polyline
 offsetting. All four boolean clipping operations are supported - intersection,
 union, difference and exclusive-or. Also, there are no restrictions on the
 types of polygons that can be clipped - they can have holes, be
 self-intersecting, have coincident edges etc.

Package: libpolyclipping-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libpolyclipping22 (= ${binary:Version})
Description: polygon clipping, polygon offsetting and polyline offsetting library
 The Clipper library performs polygon clipping, polygon offsetting and polyline
 offsetting. All four boolean clipping operations are supported - intersection,
 union, difference and exclusive-or. Also, there are no restrictions on the
 types of polygons that can be clipped - they can have holes, be
 self-intersecting, have coincident edges etc.
 .
 These are the files needed for compiling programs with libpolyclipping.
