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: e3
Section: editors
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
nasm,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/e3.git
Vcs-Browser: https://salsa.debian.org/debian/e3
Homepage: https://sites.google.com/site/e3editor/
Package: e3
Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
Depends:
${shlibs:Depends},
${misc:Depends},
Description: very small text editor
This package contains an editor you can call via the following links:
.
* e3em: Emacs-like key bindings
* e3vi: Vi-like key bindings
* e3pi: Pico-like key bindings
* e3ne: Nedit-like key bindings
* e3ws: Wordstar-like key bindings
.
e3 has the following advantages over other editors:
- it has no library dependencies
- one very small binary (only 10 kB) that gives you 5 editors
|