File: control

package info (click to toggle)
spatial4j 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 892 kB
  • ctags: 1,300
  • sloc: java: 8,990; xml: 273; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,166 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
Source: spatial4j
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 9),
               default-jdk,
               junit4,
               libcarrotsearch-randomizedtesting-java,
               libjts-java (>= 1.13),
               libmaven-bundle-plugin-java,
               libmaven-install-plugin-java,
               libnoggit-java,
               libslf4j-java,
               maven-debian-helper (>= 1.6.5)
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-java/spatial4j.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/spatial4j.git
Homepage: https://github.com/locationtech/spatial4j

Package: libspatial4j-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: spatial/geospatial Java library
 Spatial4j is a general purpose spatial / geospatial Java library.
 It's core capabilities are 3-fold: to provide common
 geospatially-aware shapes, to provide distance calculations and other
 math, and to read and write the shapes to strings.