File: control

package info (click to toggle)
dash-el 2.14.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 656 kB
  • sloc: lisp: 3,745; sh: 51; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download
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
31
Source: dash-el
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Hajime Mizuno <mizuno-as@ubuntu.com>, Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10), dh-elpa
Standards-Version: 3.9.8
Homepage: https://github.com/magnars/dash.el
Vcs-Git: https://salsa.debian.org/emacsen-team/dash-el.git/
Vcs-Browser: https://salsa.debian.org/emacsen-team/dash-el

Package: dash-el
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, elpa-dash, elpa-dash-functional
Built-Using: ${misc:Built-Using}
Description: transitional dummy package for elpa-dash
 This transitional package is safe to remove.

Package: elpa-dash
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}, emacsen-common (>= 2.0.8)
Replaces: dash-el (<< 2.13.0+dfsg-1)
Breaks: dash-el (<< 2.13.0+dfsg-1)
Provides: dash-el
Built-Using: ${misc:Built-Using}
Description: Modern list manipulation library for Emacs
 dash.el is API library to manipulate a list by Emacs Lisp.
 This library offers very common feature in other programming languages
 (e.g. map, slice, copy, concat, replace, reduce, union etc) without
 require a 'cl'.