File: control

package info (click to toggle)
mle 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: ansic: 13,335; sh: 728; php: 228; makefile: 83
file content (21 lines) | stat: -rw-r--r-- 763 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
Source: mle
Section: editors
Priority: optional
Maintainer: Adam Saponara <as@php.net>
Build-Depends: debhelper (>= 11), libpcre2-dev, uthash-dev, liblua5.4-dev
Standards-Version: 4.5.1
Vcs-Git: https://github.com/adsr/mle.git
Vcs-Browser: https://github.com/adsr/mle
Homepage: https://github.com/adsr/mle

Package: mle
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: fzf, tree
Suggests: less, universal-ctags, perl
Description: flexible terminal-based editor
 mle is a small, flexible, terminal-based text editor
 written in C. Notable features include: full Unicode
 support, syntax highlighting, scriptable rc file, macros,
 search and replace (PCRE), window splitting, multiple
 cursors, and integration with various shell commands.