kakoune 2019.07.01-1build1 source package in Ubuntu

Changelog

kakoune (2019.07.01-1build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 16:44:46 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
kakoune_2019.07.01.orig.tar.gz 536.3 KiB af4a165b329e0138e0e258f47cf1598fc2f6c63f8fe3f8dc7827f2196a02f9b5
kakoune_2019.07.01-1build1.debian.tar.xz 10.7 KiB 1caeb86879ec9b650a69e6c4f907c930b1c4203e1adac21ae915c7ade2fbae3e
kakoune_2019.07.01-1build1.dsc 2.0 KiB 94d6e6b745cc91e5d3b803ebb3da11b5720cd624e52c7ac1ba80ad9ef4206da2

View changes file

Binary packages built by this source

kakoune: Vim-inspired, selection-oriented code editor

 Kakoune is a code editor heavily inspired by Vim; as such most of its
 commands are similar to vi’s ones, and it shares Vi’s "keystrokes as
 a text editing language" model. Kakoune can operate in two modes, normal
 and insertion. In insertion mode, keys are directly inserted into
 the current buffer. In normal mode, keys are used to manipulate
 the current selection and to enter insertion mode. Kakoune has a strong
 focus on interactivity, most commands provide immediate and incremental
 results, while still being competitive (as in keystroke count) with Vim.
 Kakoune works on selections, which are oriented, inclusive range of
 characters; selections have an anchor and a cursor character.
 Most commands move both of them, except when extending selection where
 the anchor character stays fixed and the cursor one moves around.

kakoune-dbgsym: debug symbols for kakoune