neovim 0.7.2-3 source package in Ubuntu

Changelog

neovim (0.7.2-3) unstable; urgency=medium

  * Disable strict aliasing to fix gcc-12 FTBFS (Closes: #1013002)
  * Always Build-Depend on lua5.1, even when building with luajit
  * Only generate Lua bytecode for non-LuaJIT builds (Closes: #1014160)

 -- James McCoy <email address hidden>  Wed, 06 Jul 2022 10:35:11 -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.7.2-3.dsc 2.8 KiB c3636b9ff8da1dc5d6e112ccfd80981ca9020a40012f63518cd3ac80cb8dd01f
neovim_0.7.2.orig.tar.xz 7.0 MiB e4f3f60c528b3e0f268102f0522a8c8a0a8473875583b6cd1768f0ad3c85a035
neovim_0.7.2-3.debian.tar.xz 16.5 KiB b4cfd8992153fb648c797edb2638bd28cc45c94793883b31327f680b69a9c8e8

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: No summary available for neovim-dbgsym in ubuntu kinetic.

No description available for neovim-dbgsym in ubuntu kinetic.

neovim-runtime: heavily refactored vim fork (runtime files)

 Neovim is a fork of Vim focused on modern code and features, rather than
 running in legacy environments.
 .
 This package contains the architecture independent runtime files used by
 neovim. Examples of such files are: documentation, rules for
 language-specific highlighting and indentation, color schemes, and standard
 plugins.