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
|
Source: librttopo
Section: science
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 10~),
libgeos-dev,
libjson-c-dev,
libpcre3-dev,
libxml2-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/librttopo/
Vcs-Git: https://salsa.debian.org/debian-gis-team/librttopo.git
Homepage: https://git.osgeo.org/gitea/rttopo/librttopo
Package: librttopo1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Tuscany Region topology library
The RT Topology Library exposes an API to create and manage standard
(ISO 13249 aka SQL/MM) topologies using user-provided data stores.
.
The code is derived from PostGIS liblwgeom library enhanced to provide
thread-safety, have less dependencies and be independent from PostGIS
release cycles.
.
This package contains the shared library.
Package: librttopo-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: librttopo1 (= ${binary:Version}),
${misc:Depends},
Description: Tuscany Region topology library - Development files
The RT Topology Library exposes an API to create and manage standard
(ISO 13249 aka SQL/MM) topologies using user-provided data stores.
.
The code is derived from PostGIS liblwgeom library enhanced to provide
thread-safety, have less dependencies and be independent from PostGIS
release cycles.
.
This package contains the development files.
|