seq-el 2.20-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Drop skip-test-using-map-length.patch
    Obsoleted by upstream fix -- thanks!

 -- Sean Whitton <email address hidden>  Sun, 18 Jun 2017 22:42:45 +0100

Upload details

Uploaded by:
Debian Emacs addons team
Uploaded to:
Sid
Original maintainer:
Debian Emacs addons team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
seq-el_2.20-1.dsc 2.0 KiB 402998cf288b229f5f7f19bc4aedf156a789c412c198a0b85b9369e9a0e71c82
seq-el_2.20.orig.tar.xz 9.7 KiB 895c5414e35ff51b4366ef3a87edd63a771c8218fd50a6340a20f72207f0021c
seq-el_2.20-1.debian.tar.xz 3.7 KiB fcd303456a74941d694c74fb6148c19aa28d202f6e612732183f4d00d52b9a71

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.