File: control

package info (click to toggle)
micro 2.0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,128 kB
  • sloc: sh: 265; makefile: 77; xml: 53
file content (48 lines) | stat: -rw-r--r-- 2,029 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: micro
Maintainer: Utkarsh Gupta <utkarsh@debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Section: editors
Testsuite: autopkgtest-pkg-go
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-blang-semver-dev,
               golang-github-dustin-go-humanize-dev,
               golang-github-go-errors-errors-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-mattn-go-runewidth-dev,
               golang-github-mitchellh-go-homedir-dev,
               golang-github-sergi-go-diff-dev,
               golang-github-smartystreets-goconvey-dev,
               golang-github-yuin-gopher-lua-dev,
               golang-github-zyedidia-glob-dev,
               golang-layeh-gopher-luar-dev,
               golang-yaml.v2-dev,
               golang-github-zyedidia-clipper-dev,
               golang-github-zyedidia-terminal-dev (>=0.0~git20230315.4b3bcf6),
               golang-github-creack-pty-dev,
               golang-github-kballard-go-shellquote-dev,
               golang-github-xo-terminfo-dev,
               golang-github-stretchr-testify-dev,
# Build dep of dependencies
               golang-github-gdamore-encoding-dev,
               golang-github-lucasb-eyer-go-colorful-dev
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/micro
Vcs-Git: https://salsa.debian.org/go-team/packages/micro.git
Homepage: https://micro-editor.github.io
XS-Go-Import-Path: github.com/zyedidia/micro

Package: micro
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: xclip
Static-Built-Using: ${misc:Static-Built-Using}
Description: modern and intuitive terminal-based text editor
 micro is a terminal-based text editor that aims to be easy to use and
 intuitive, while also taking advantage of the full capabilities of
 modern terminals.
 .
 As the name indicates, micro aims to be somewhat of a successor to the
 nano editor by being easy to install and use.