vis 0.4-2 source package in Ubuntu

Changelog

vis (0.4-2) unstable; urgency=medium

  * Bump to Standards-Version 4.1.3
  * Bump compat level to 11
  * Packaging repository moved to salsa
  * Only link with needed libraries (ld --as-needed)

 -- Paride Legovini <email address hidden>  Mon, 19 Feb 2018 18:13:23 +0100

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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
vis_0.4-2.dsc 1.8 KiB d574546a9769c2c4286c7a82eeeead669958ee522e128676ea921ce0e6431863
vis_0.4.orig.tar.gz 372.1 KiB f11ba41cfb86dd39475960abfd12469de4da0ccfdb941f1d7680d89d987694c5
vis_0.4-2.debian.tar.xz 7.8 KiB 0a000e9f19e38ca0af433cd1a44eb70e479e73b59b7456ae2c2e361dbd8dd899

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.