a-el 1.0.0-2 source package in Ubuntu

Changelog

a-el (1.0.0-2) unstable; urgency=medium

  * Change maintainer to Debian Emacsen team
  * Source-only upload

 -- Lev Lamberov <email address hidden>  Mon, 17 Oct 2022 13:22:24 +0500

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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
a-el_1.0.0-2.dsc 1.9 KiB 53b6fa694c9e9c3c6b045a4ebf8dab4ca1fe08a1777fa9fc357927e08c4f4301
a-el_1.0.0.orig.tar.gz 19.5 KiB fc780c0d6d7118e734dcef2e14ce2cda68ba7badfd3bd7cc95f5a82753122b0f
a-el_1.0.0-2.debian.tar.xz 2.1 KiB 54b85815d1b5b457cc6be3315b70f9a6a4910391614545968ec55eadd49f8878

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.