Sun, 26 Apr 2026 04:14:22 CST | login

Information for build kakoune-2023.07.29-1.ocs23

ID7800
Package Namekakoune
Version2023.07.29
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/kakoune.git?.#75f9521fd839987da14002e83ac6b9e533ef4041
SummaryCode editor heavily inspired by Vim
DescriptionFeatures: * Multiple selections * Customization * Text editing tools * Client/Server architecture * Advanced text manipulation primitives * Active development & support Kakoune is a code editor that implements Vi’s "keystrokes as a text editing language" model. As it is also a modal editor, it is somewhat similar to the Vim editor (after which Kakoune was originally inspired). 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 being competitive with Vim in terms of keystroke count. Kakoune works on selections, which are oriented, inclusive ranges of characters. Selections have an anchor and a cursor. Most commands move both of them except when extending selections, where the anchor character stays fixed and the cursor moves around.
Built byfanjunkong
State complete
Volume DEFAULT
StartedWed, 08 May 2024 16:52:56 CST
CompletedWed, 08 May 2024 16:57:42 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/kakoune.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/kakoune.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
kakoune-2023.07.29-1.ocs23.src.rpm (info) (download)
aarch64
kakoune-2023.07.29-1.ocs23.aarch64.rpm (info) (download)
kakoune-debuginfo-2023.07.29-1.ocs23.aarch64.rpm (info) (download)
kakoune-debugsource-2023.07.29-1.ocs23.aarch64.rpm (info) (download)
x86_64
kakoune-2023.07.29-1.ocs23.x86_64.rpm (info) (download)
kakoune-debuginfo-2023.07.29-1.ocs23.x86_64.rpm (info) (download)
kakoune-debugsource-2023.07.29-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2023.07.29-1 - initial build