Information for build kakoune-2023.07.29-1.oc9

ID23851
Package Namekakoune
Version2023.07.29
Release1.oc9
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
StartedTue, 04 Jun 2024 11:51:17 CST
CompletedTue, 04 Jun 2024 12:21:55 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/kakoune.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/kakoune.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
kakoune-2023.07.29-1.oc9.src.rpm (info) (download)
aarch64
kakoune-2023.07.29-1.oc9.aarch64.rpm (info) (download)
kakoune-debuginfo-2023.07.29-1.oc9.aarch64.rpm (info) (download)
kakoune-debugsource-2023.07.29-1.oc9.aarch64.rpm (info) (download)
x86_64
kakoune-2023.07.29-1.oc9.x86_64.rpm (info) (download)
kakoune-debuginfo-2023.07.29-1.oc9.x86_64.rpm (info) (download)
kakoune-debugsource-2023.07.29-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2023.07.29-1 - initial build