sparsehash 2.0.3-2 source package in Ubuntu

Changelog

sparsehash (2.0.3-2) unstable; urgency=medium

  * Update to Standards-Version 4.5.0 (no changes)

 -- Roberto C. Sanchez <email address hidden>  Fri, 24 Apr 2020 23:16:17 -0400

Upload details

Uploaded by:
Athena Capital Research
Uploaded to:
Sid
Original maintainer:
Athena Capital Research
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libdevel
Noble release universe libdevel
Mantic release universe libdevel
Lunar release universe libdevel
Jammy release universe libdevel

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sparsehash_2.0.3-2.dsc 1.8 KiB 764613b2a7562be0e0fa4a1ffa16424bb977c7b6b760e56822df376a1353a507
sparsehash_2.0.3.orig.tar.gz 314.5 KiB 05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c
sparsehash_2.0.3-2.debian.tar.xz 4.6 KiB 3a2dfb42b354c7f654b065a5db1a31ae1c7bb76cc703f65be5f80192ca2ab2df

Available diffs

No changes file available.

Binary packages built by this source

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