neovim 0.2.1-2 source package in Ubuntu

Changelog

neovim (0.2.1-2) unstable; urgency=medium

  * Add liblua5.1-dev Build-Depends for non-luajit architectures
  * Skip testing with DEB_BUILD_OPTIONS=nocheck

 -- James McCoy <email address hidden>  Wed, 08 Nov 2017 23:35:57 -0500

Upload details

Uploaded by:
Debian VIM Maintainers
Uploaded to:
Sid
Original maintainer:
Debian VIM Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
neovim_0.2.1-2.dsc 2.7 KiB 12a9cb3d45b0d95e059fcfc5a81746da9e90b14160dd7b48cd9469839ed45efa
neovim_0.2.1.orig.tar.gz 7.9 MiB 985109f5057e2cf99f12309eb3f26462938d067238509a1238f2c1f3927d6e08
neovim_0.2.1-2.debian.tar.xz 11.0 KiB 3bdafe12ebda30718caaf149e7725cf97a7f81d7595c91397a62a20697f642cc

Available diffs

No changes file available.

Binary packages built by this source

neovim: heavily refactored vim fork

 Neovim is a fork of Vim focused on modern code and features, rather than
 running in legacy environments.
 .
 msgpack API enables structured communication to/from any programming language.
 Remote plugins run as co-processes that communicate with Neovim safely and
 asynchronously.
 .
 GUIs (or TUIs) can easily embed Neovim or communicate via TCP sockets using
 the discoverable msgpack API.

neovim-dbgsym: debug symbols for neovim