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 49 50
|
Source: micro
Maintainer: Utkarsh Gupta <utkarsh@debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Section: editors
Testsuite: autopkgtest-pkg-go
Priority: optional
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-github-zyedidia-tcell-dev (>= 2.0.10),
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-flynn-json5-dev,
golang-github-creack-pty-dev,
golang-github-kballard-go-shellquote-dev,
golang-github-xo-terminfo-dev,
golang-github-stretchr-testify-dev,
golang-github-robertkrimen-otto-dev
Standards-Version: 4.7.0
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
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/zyedidia/micro
Package: micro
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: xclip
Built-Using: ${misc: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.
|