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
|
Source: mapbox-geometry
Section: libdevel
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 9),
catch,
cmake (>= 3.8),
libmapbox-variant-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapbox-geometry/
Vcs-Git: https://salsa.debian.org/debian-gis-team/mapbox-geometry.git
Homepage: https://github.com/mapbox/geometry.hpp
Package: libmapbox-geometry-dev
Architecture: all
Depends: libmapbox-variant-dev,
${misc:Depends}
Description: Generic C++ interfaces for geometry types, collections, and features
geometry.hpp provides header-only, generic C++ interfaces for geometry
types, geometry collections, and features.
.
These types are designed to be easy to parse and serialize to GeoJSON.
.
They should also be a robust and high performance container for data
processing and conversion.
|