File: control

package info (click to toggle)
jts 1.14%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,008 kB
  • ctags: 6,830
  • sloc: xml: 61,289; java: 37,589; sh: 62; makefile: 3
file content (48 lines) | stat: -rw-r--r-- 1,786 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: jts
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
           Bas Couwenberg <sebastic@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 9),
               default-jdk-headless,
               maven-debian-helper
Build-Depends-Indep: default-jdk-doc,
                     libbuild-helper-maven-plugin-java,
                     libmaven-compiler-plugin-java,
                     libmaven-javadoc-plugin-java,
                     libmaven-source-plugin-java
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/jts.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/jts.git
Homepage: http://tsusiatsoftware.net/jts/main.html

Package: libjts-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Recommends: ${maven:OptionalDepends},
Suggests: libjts-java-doc
Description: JTS Topology Suite 
 JTS is a java library which provides:
  * an implementation of the spatial data model defined 
    in the OGC Simple Features Specification for SQL (SFS)
  * a complete, consistent, implementation of fundamental 2D spatial algorithms
  * an explicit precision model, with algorithms that gracefully handle 
    situations that result in dimensional collapse
  * robust implementations of key computational geometric operations
  * I/O in Well-Known Text format

Package: libjts-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends},
         ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libjts-java
Description: Documentation for the JTS Topology Suite
 This package includes documentation for programmers:
  * javadoc for libjts-java
  * developer's guide
  * technical specifications