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
|
Source: s2geometry
Section: libs
Priority: optional
Maintainer: DebianOnMobile Team <debian-on-mobile-maintainers@alioth-lists.debian.net>
Uploaders: Sebastian Spaeth <Sebastian@SSpaeth.de>
Build-Depends: debhelper-compat (= 13),
cmake, libssl-dev, libabsl-dev (>= 0~20220623),
dh-sequence-python3, python3-all-dev, swig (>= 4.0)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://s2geometry.io
Description: manipulating geometric shapes with spherical geometry
s2geometry is for manipulating geometric shapes. Unlike many geometry
libraries, S2 is primarily designed to work with spherical geometry,
i.e., shapes drawn on a sphere rather than on a planar 2D map. This
makes it especially suitable for working with geographic data.
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/s2geometry.git
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/s2geometry
Package: libs2-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package provides the shared library.
Package: libs2-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libs2-0 (= ${binary:Version}), ${misc:Depends},
libssl-dev, libabsl-dev (>= 0~20220623)
Description: ${source:Synopsis} - dev files
${source:Extended-Description}
.
This package provides headers and libraries for development.
Package: python3-pywraps2
Architecture: any
Section: python
Depends: libs2-0 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends},
${python3:Depends}
Description: ${source:Synopsis} - Python bindings
${source:Extended-Description}
.
This package contains the Python bindings of the spatial s2 library.
|