neovim 0.2.0-4 source package in Ubuntu

Changelog

neovim (0.2.0-4) unstable; urgency=medium

  [ Jason Pleau ]
  * Cherry-pick f400c6f05 from upstream to allow the ruby host path to be
    set to a user-defined value.

  [ James McCoy ]
  * Re-enable luajit on mips*, as long as it's >= 2.1.0~beta3.
  * Declare compliance with Policy 4.1.0
    + Change Priority to optional
  * Temporarily remove lua-nvim Build-Depends on x32 and luajit Build-Depends
    on powerpcspe to help lua-nvim build.

 -- James McCoy <email address hidden>  Sat, 16 Sep 2017 13:36:38 -0400

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.0-4.dsc 2.7 KiB a41a10dcc02c068c1c8794b20f3040a8a81eeb8c3e8ddbb94de044e6f90713e2
neovim_0.2.0.orig.tar.gz 7.5 MiB 0f9ccb29bf2d05a359a8847190ce7fa3c69e7c78cd0317dad0adf0ad5986aa10
neovim_0.2.0-4.debian.tar.xz 13.1 KiB 8655ccb24c6a3bb5dc9ab808a526f0fb821bd2d7397da053e91f01e4836693df

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