Source: libosmium Maintainer: Debian GIS Project Uploaders: Bas Couwenberg Section: science Priority: optional Build-Depends: debhelper (>= 9), doxygen, cmake, graphviz, libboost-dev, libbz2-dev, libexpat1-dev, libgdal-dev, libgeos++-dev, libprotozero-dev (>= 1.6.3), libsparsehash-dev, zlib1g-dev Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/libosmium/ Vcs-Git: https://salsa.debian.org/debian-gis-team/libosmium.git Homepage: https://osmcode.org/libosmium/ Package: libosmium2-dev Architecture: any Section: libdevel Depends: libboost-dev, libbz2-dev, libexpat1-dev, libprotozero-dev (>= 1.6.3), zlib1g-dev, ${misc:Depends} Suggests: libosmium2-doc Conflicts: libosmium-dev Provides: libosmium-dev, libgdalcpp-dev Replaces: libosmium-dev Description: C++ framework for working with OSM data files The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations. . Osmium is a header-only library, so there is nothing to compile to build it. Just include the header files you need. . This package contains the Osmium library headers. Package: libosmium2-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: C++ framework for working with OSM data files - documentation The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations. . Osmium is a header-only library, so there is nothing to compile to build it. Just include the header files you need. . This package contains the Osmium library documentation.