File: control

package info (click to toggle)
mapbox-geometry 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: cpp: 1,183; sh: 150; makefile: 38
file content (26 lines) | stat: -rw-r--r-- 1,002 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
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.