File: control

package info (click to toggle)
medit 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,704 kB
  • ctags: 17,281
  • sloc: ansic: 147,773; sh: 11,614; python: 9,504; cpp: 6,957; xml: 2,527; makefile: 410; perl: 71
file content (28 lines) | stat: -rw-r--r-- 1,082 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: medit
Section: editors
Priority: optional
Maintainer: Jose G. López <josgalo@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf,
 pkg-config,
 libxml-parser-perl, libxml2-dev, intltool,
 libgtk2.0-dev,
 python, python-dev, python-gtk2-dev, python-cairo-dev, dh-python
Standards-Version: 3.9.6
Homepage: http://mooedit.sourceforge.net/
Vcs-Git: https://gitlab.com/deb-pkg/medit.git
Vcs-Browser: https://gitlab.com/deb-pkg/medit

Package: medit
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: Useful programming and around-programming text editor
 Features:
  * Configurable syntax highlighting.
  * Configurable keyboard accelerators.
  * Multiplatform - works both on unix and windows.
  * Plugins: can be written in C or Python.
  * Configurable tools available from the main and context menus. They can be
    written in Python, or it can be a shell script, or in MooScript - simple
    builtin scripting lanugage.
  * Regular expression search/replace, grep and find frontends, builtin file
    selector and whatnot.