File: control

package info (click to toggle)
sparsehash 2.0.2-1
  • links: PTS
  • area: main
  • in suites: buster, experimental, jessie, jessie-kfreebsd, stretch
  • size: 1,924 kB
  • sloc: cpp: 6,600; sh: 3,952; ansic: 1,317; makefile: 277
file content (19 lines) | stat: -rw-r--r-- 769 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: sparsehash
Section: libdevel
Priority: optional
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Wes Chow <wes@senortoad.com>, Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: debhelper (>= 5), dh-autoreconf
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/google-sparsehash

Package: libsparsehash-dev
Architecture: all
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.