vis 0.8-1 source package in Ubuntu

Changelog

vis (0.8-1) unstable; urgency=medium

  * New upstream version 0.8
  * d/control: bump Standards-Version to 4.6.1, no changes needed
  * d/copyright: update copyright years for debian/*
  * d/lintian-overrides: refresh overrides
  * d/watch: switch to mode=git.
    We only use the watch file to detect new upstream versions, as the
    packaging follows a pure-git workflow (gbp import-ref). What we care
    about are git tags, so let's directly watch for those.

 -- Paride Legovini <email address hidden>  Mon, 14 Nov 2022 09:47:41 +0000

Upload details

Uploaded by:
Paride Legovini
Uploaded to:
Sid
Original maintainer:
Paride Legovini
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
vis_0.8-1.dsc 1.6 KiB c8b6d2df5e6c662c074a251073f98046b808a0d72c73af52095c7e3e36de0ec6
vis_0.8.orig.tar.xz 363.4 KiB f7d38faeb890a6ab1693c596f1a8ee965e20941f91876e568e41b1ff9766a00e
vis_0.8-1.debian.tar.xz 7.0 KiB 92fee1adb9eca2da949d7e00f70f9f6eb46a56868d42e98cb723761e2e9d617f

Available diffs

No changes file available.

Binary packages built by this source

vis: Modern, legacy free, simple yet efficient vim-like editor

 Vis aims to be a modern, legacy free, simple yet efficient editor
 combining the strengths of both vi(m) and sam. It extends vi's modal
 editing with support for multiple cursors/selections and combines it
 with sam's structural regular expression based command language.
 .
 As an universal editor it has decent Unicode support and should cope
 with arbitrary files including: large, binary or single-line ones.
 Syntax highlighting is provided using Parsing Expression Grammars which
 can be conveniently expressed using Lua in the form of LPeg.
 .
 The editor core is written in a reasonable amount of clean (your mileage
 may vary), modern and legacy free C code, enabling it to run in resource
 constrained environments. The implementation should be easy to hack
 on and encourage experimentation. There also exists a Lua API for
 in-process extensions.
 .
 Vis strives to be simple and focuses on its core task: efficient text
 management. Clipboard and digraph handling as well as a fuzzy file open
 dialog are all provided by independent utilities.
 .
 The intention is not to be bug for bug compatible with vi(m), instead
 the aim is to provide powerful editing features based on an elegant
 design and clean implementation.

vis-dbgsym: debug symbols for vis