seq-el 2.23-1 source package in Ubuntu

Changelog

seq-el (2.23-1) unstable; urgency=medium

  [ Sean Whitton ]
  * New upstream release.

  [ Nicholas D Steeves ]
  * Drop emacs24 from Enhances (package does not exist in bullseye).

 -- Sean Whitton <email address hidden>  Tue, 21 Dec 2021 13:39:18 -0700

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
seq-el_2.23-1.dsc 2.0 KiB f7f2ca4189e8df74ad5805189c4f83cf8e404b3508dffa3a4bb3360a779ef740
seq-el_2.23.orig.tar.xz 9.2 KiB 09c1c043d238b63e2e94ad63f90fad8afa357380967f93e8d05a6de2d20830a5
seq-el_2.23-1.debian.tar.xz 4.0 KiB c7dd7138049bcb4d325a63a34ce9dfa0b3e532c6a672c9a0ab164532ef32cb7e

Available diffs

No changes file available.

Binary packages built by this source

elpa-seq: sequence manipulation functions for Emacs Lisp

 This library provides sequence-manipulation functions that complement
 basic functions provided by subr.el.
 .
 All functions are prefixed with "seq-".
 .
 All provided functions work on lists, strings and vectors.
 .
 Functions taking a predicate or iterating over a sequence using a
 function as argument take the function as their first argument and
 the sequence as their second argument. All other functions take
 the sequence as their first argument.