forked from libgeos/geos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontrol
51 lines (48 loc) · 1.85 KB
/
control
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: geos
Section: science
Priority: optional
Maintainer: Alex Bodnaru <[email protected]>
Build-Depends: debhelper (>= 4.0.0), c++-compiler, doxygen, autoconf2.13, autotools-dev
Standards-Version: 3.6.1
Package: libgeos-dev
Section: science
Priority: optional
Architecture: any
Depends: libgeos (= ${Source-Version})
Recommends: libgeos-doc (= ${Source-Version})
Description: GEOS (Geometry Engine - Open Source) development files
GEOS (Geometry Engine - Open Source) is a C++ port of the
Java Topology Suite (JTS). As such, it aims to contain the
complete functionality of JTS in C++. This includes all
the OpenGIS "Simple Features for SQL" spatial predicate
functions and spatial operators, as well as specific JTS
topology functions such as IsValid().
.
This package contains the files required to compile and
link a program with GEOS.
Package: libgeos
Section: science
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Description: GEOS (Geometry Engine - Open Source) library
GEOS (Geometry Engine - Open Source) is a C++ port of the
Java Topology Suite (JTS). As such, it aims to contain the
complete functionality of JTS in C++. This includes all
the OpenGIS "Simple Features for SQL" spatial predicate
functions and spatial operators, as well as specific JTS
topology functions such as IsValid().
Package: libgeos-doc
Section: doc
Priority: optional
Architecture: all
Description: GEOS (Geometry Engine - Open Source) documentation
GEOS (Geometry Engine - Open Source) is a C++ port of the
Java Topology Suite (JTS). As such, it aims to contain the
complete functionality of JTS in C++. This includes all
the OpenGIS "Simple Features for SQL" spatial predicate
functions and spatial operators, as well as specific JTS
topology functions such as IsValid().
.
This package contains a reference manual for the GEOS library
claees.