neovim/third-party
Thiago de Arruda e2143674ae deps: Update to the experimental msgpack v5 branch
Using msgpack v5 will let nvim be more compatible with msgpack libraries for
other platforms.

This also replaces "raw" references by "bin" which is the new name for msgpack
binary data type
2014-09-12 13:19:50 -03:00
..
cmake Workaround the broken progress feedback in some versions of CMake. 2014-03-21 15:22:00 -04:00
CMakeLists.txt deps: Update to the experimental msgpack v5 branch 2014-09-12 13:19:50 -03:00
README.md Revamp the build system. 2014-03-21 15:22:00 -04:00

Third party dependencies for neovim

This directory contains the recipes to build any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.

Most of the details are captured in the CMakeLists.txt, but we have a dedicated directory in case any of the dependencies requires patching and other support.