kakoune 0~2016.12.20.1.3a6167ae-1build1 source package in Ubuntu

Changelog

kakoune (0~2016.12.20.1.3a6167ae-1build1) bionic; urgency=medium

  * No-change rebuild for boost soname change.

 -- Matthias Klose <email address hidden>  Thu, 26 Oct 2017 17:17:07 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
kakoune_0~2016.12.20.1.3a6167ae.orig.tar.xz 314.3 KiB 14d284569ea28ad41b0d88734e2c544f3d69c88a9e251752a9a7b370cb679b41
kakoune_0~2016.12.20.1.3a6167ae-1build1.debian.tar.xz 16.3 KiB 35d23acec59ed558efcc625aadf60c8d12c4f378f4475da6176a2b0c150eb3cd
kakoune_0~2016.12.20.1.3a6167ae-1build1.dsc 2.0 KiB 71830dbbd059f123c23b12ebd2124d80e846ad417af5645fafa5dc584c7fee2c

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