File: control

package info (click to toggle)
libpolyclipping 6.1.3a-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 5,244 kB
  • ctags: 1,922
  • sloc: cs: 7,863; pascal: 5,959; cpp: 5,894; python: 2,148; ruby: 21; makefile: 7; sh: 1
file content (30 lines) | stat: -rw-r--r-- 1,413 bytes parent folder | download
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
28
29
30
Source: libpolyclipping
Section: libs
Priority: optional
Maintainer: 3-D printer team <3dprinter-general@lists.alioth.debian.org>
Uploaders: Bas Wijnen <wijnen@debian.org>
Build-Depends: debhelper (>= 9), cmake
Standards-Version: 3.9.5

Package: libpolyclipping16
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}, libpolyclipping16 (= ${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.