File: control

package info (click to toggle)
efte 1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,800 kB
  • sloc: cpp: 43,587; ansic: 1,228; makefile: 271; objc: 92; sh: 40
file content (28 lines) | stat: -rw-r--r-- 903 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
Source: efte
Section: editors
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 libncurses-dev,
 libxpm-dev,
Standards-Version: 4.6.0
Homepage: https://github.com/lanurmi/efte
Vcs-Git: https://salsa.debian.org/debian/efte.git
Vcs-Browser: https://salsa.debian.org/debian/efte

Package: efte
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Advanced lightweight configurable editor
 eFTE is an advanced programmers editor with goals of being lightweight, yet
 totally configurable.  Support for user defined programming languages, menu
 systems and key bindings are provided with many common defaults already
 defined.
 .
 eFTE is still a new project, however, extended from the FTE editor which was
 first released in 1995, so eFTE is tried and true with many features for the
 programmer/text editor.