File: control

package info (click to toggle)
s2-geometry-library 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 820 kB
  • sloc: java: 9,582; xml: 214; sh: 146; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 940 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
Source: s2-geometry-library
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), default-jdk,
 maven-debian-helper, libguava-java
Standards-Version: 4.6.0.1
Vcs-Git: https://salsa.debian.org/java-team/s2-geometry-library.git
Vcs-Browser: https://salsa.debian.org/java-team/s2-geometry-library

Package: libs2-geometry-library-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java library for spherical math
 The S2 Geometry Library is a spherical geometry library, very useful
 for manipulating regions on the sphere (commonly on Earth) and indexing
 geographic data.
 .
 This the a fork from the original s2-geometry-library-java library by
 google.
 .
 Additional documents can be found at https://s2geometry.io/.