neovim / deps

Dependencies for Nvim CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim prebuilt dependencies

This is a write-only repo of third-party dependencies for use by the Neovim CI build.

  • src/
    • cache of dependency sources
    • auto-updated by GitHub actions whenever a dependency is added or bumped in CMakeLists.txt.
    • Used by the unstable PPA. PPA builds aren't allowed network access, so a pre-build step fetches this repo to use as input to the build to ensure we have the latest dependencies.
  • opt/
    • cache for manually-managed dependencies (not auto-updated because the origin is unreliable)
    • lua-dev-deps is a combination of only the share files of busted and luacheck. The used versions are specified in the Makefile.

Bumping dependency versions

The Makefile automatically performs the necessary steps to download and package dependencies as needed. Run make <dependency> to package a single dependency and just make to package all of them.

Dependency-specific information

Lpeg

We've vendored re.lua. Remember to update it in the neovim repository when bumping the lpeg version.

About

Dependencies for Nvim CI


Languages

Language:C 75.3%Language:Rust 9.5%Language:Lua 4.8%Language:JavaScript 2.7%Language:HTML 2.0%Language:CMake 1.7%Language:Python 1.4%Language:Makefile 0.6%Language:C++ 0.6%Language:M4 0.5%Language:Batchfile 0.3%Language:Shell 0.2%Language:Scheme 0.1%Language:CSS 0.1%Language:Vim Script 0.1%Language:Perl 0.1%Language:SCSS 0.0%Language:Swift 0.0%Language:POV-Ray SDL 0.0%Language:Roff 0.0%Language:PHP 0.0%Language:Go 0.0%Language:Zig 0.0%Language:GDB 0.0%Language:Dockerfile 0.0%Language:Ruby 0.0%