File: control

package info (click to toggle)
spatial4j 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,064 kB
  • sloc: java: 10,663; xml: 390; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,250 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
Source: spatial4j
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               junit4,
               libcarrotsearch-randomizedtesting-java,
               libjts-java (>= 1.15),
               libmaven-bundle-plugin-java,
               libnoggit-java,
               libslf4j-java,
               maven-debian-helper,
               libreplacer-java,
               libjackson2-databind-java,
               libmockito-java
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/java-team/spatial4j
Vcs-Git: https://salsa.debian.org/java-team/spatial4j.git
Homepage: https://github.com/locationtech/spatial4j
Rules-Requires-Root: no

Package: libspatial4j-java
Architecture: all
Depends: ${maven:Depends},
         ${misc: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.