1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: seq-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10), dh-elpa (>= 0.0.17), elpa-shut-up
Standards-Version: 4.5.0
Homepage: https://elpa.gnu.org/packages/seq.html
Testsuite: autopkgtest-pkg-elpa
Vcs-Git: https://salsa.debian.org/emacsen-team/seq-el.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/seq-el
Package: elpa-seq
Architecture: all
Depends: ${misc:Depends}
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
Description: 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.
|