data-priority-map-clojure 1.1.0-3 source package in Ubuntu
Changelog
data-priority-map-clojure (1.1.0-3) unstable; urgency=medium * Team upload. [ Debian Janitor ] * Use secure copyright file specification URI. * Update standards version to 4.6.2, no changes needed. [ Jérôme Charaoui ] * d/control: fix Vcs-Browser URL -- Jérôme Charaoui <email address hidden> Tue, 31 Jan 2023 12:45:59 -0500
Upload details
- Uploaded by:
- Debian Clojure Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Clojure Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
data-priority-map-clojure_1.1.0-3.dsc | 1.7 KiB | 49981f04c4fe6795462a8cbfdda7437eae705588629aee5b25ff6b9ac2769d49 |
data-priority-map-clojure_1.1.0.orig.tar.xz | 13.9 KiB | 0838def0b0ea5de7963600a410e8b134867c880148715e17f7c914b7f319eb77 |
data-priority-map-clojure_1.1.0-3.debian.tar.xz | 7.2 KiB | da52723da365818faef4ca9b0e1212d195307940f840bdf1382eb1ee2d19c1b0 |
Available diffs
- diff from 1.1.0-2 to 1.1.0-3 (852 bytes)
No changes file available.
Binary packages built by this source
- libdata-priority-map-clojure: priority maps for Clojure
data.priority-map implements priority maps in Clojure. A priority map is very
similar to a sorted map, however its entries are sorted by value rather than
by key.
.
In addition to supporting all the functions a sorted map supports, a priority
map can also be thought of as a queue of [item priority] pairs. To support
usage as a versatile priority queue, priority maps also support the
conj/peek/pop operations