Source: sparsehash
Section: libdevel
Priority: optional
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.5.0
Homepage: https://github.com/sparsehash/sparsehash

Package: libsparsehash-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: c++-compiler
Replaces: sparsehash (<< 1.5.2)
Description: Google's extremely memory-efficient C++ hash_map implementation
 The Google SparseHash project contains several C++ template hash-map
 implementations in use at Google, with different performance
 characteristics, including an implementation that optimizes for space
 and one that optimizes for speed.
