a-el 1.0.0-4 source package in Ubuntu
Changelog
a-el (1.0.0-4) unstable; urgency=medium * Team upload. * Rebuild against dh-elpa 2.1.5. Upload pushed to dgit-repos but not salsa. See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>. -- Sean Whitton <email address hidden> Thu, 25 Jul 2024 17:31:58 +0900
Upload details
- Uploaded by:
- Debian Emacsen team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Emacsen team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
a-el_1.0.0-4.dsc | 2.0 KiB | 4966498819d58c13aa2dcfeea08793aeb48ade2a66f7d4596308f66b435b01b8 |
a-el_1.0.0.orig.tar.gz | 19.5 KiB | fc780c0d6d7118e734dcef2e14ce2cda68ba7badfd3bd7cc95f5a82753122b0f |
a-el_1.0.0-4.debian.tar.xz | 2.3 KiB | 8b286e470c3c22a10923edda68f4419d51ebce8c9ff330021a55120fe4c72e5f |
Available diffs
- diff from 1.0.0-3 to 1.0.0-4 (354 bytes)
No changes file available.
Binary packages built by this source
- elpa-a: functions for dealing with associative structures
Library for dealing with associative data structures: alists,
hash-maps, and vectors (for vectors, the indices are treated as
keys).
.
This library is largely inspired by Clojure, it has many of the
functions found in clojure.core, prefixed with `a-'. All functions
treat their arguments as immutable, so e.g. `a-assoc' will clone the
hash-table or alist it is given. Keep this in mind when writing
performance sensitive code.