ordered-map 1.0.0-1 source package in Ubuntu
Changelog
ordered-map (1.0.0-1) unstable; urgency=medium * New upstream version 1.0.0 * Update upstream author's name in debian/copyiright -- Hilko Bengen <email address hidden> Sun, 13 Sep 2020 12:33:45 +0200
Upload details
- Uploaded by:
- Hilko Bengen
- Uploaded to:
- Sid
- Original maintainer:
- Hilko Bengen
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ordered-map_1.0.0-1.dsc | 1.9 KiB | d97a447b1fa7b5a15f08d7f1b0493337f371470732937950052c94c9952084a1 |
ordered-map_1.0.0.orig.tar.gz | 66.8 KiB | 49cd436b8bdacb01d5f4afd7aab0c0d6fa57433dfc29d65f08a5f1ed1e2af26b |
ordered-map_1.0.0-1.debian.tar.xz | 2.3 KiB | f859cad8b08128c52a9c96432fdb811a82a582c5cdbd574db3508b13b18a3c83 |
Available diffs
- diff from 0.8.1-2 to 1.0.0-1 (12.0 KiB)
No changes file available.
Binary packages built by this source
- libtsl-ordered-map-dev: C++ insertion-order-preserving hash map and hash set
The ordered-map library provides a hash map and a hash set which
preserve the order of insertion in a way similar to Python's
OrderedDict. When iterating over the map, the values will be returned
in the same order as they were inserted.