File: control

package info (click to toggle)
emacs-ctable 0.1.2-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 452 kB
  • sloc: lisp: 2,068; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 971 bytes parent folder | download | duplicates (2)
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
Source: emacs-ctable
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa
Standards-Version: 4.5.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/kiwanami/emacs-ctable
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-ctable
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-ctable.git

Package: elpa-ctable
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: table component for Emacs Lisp
 Table component for Emacs Lisp. Emacs Lisp programs can display a nice table
 view from an abstract data model. Many Emacs programs have the code for
 displaying table views, such as dired, list-process, buffer-list and so on.
 This package provides functions and a table framework for the table views.