UNPKG

libvim

Version:

Standalone vim library

27 lines (26 loc) 607 B
{ "name": "libvim", "version": "8.10869.55", "description": "Standalone vim library", "license": "MIT", "scripts": { "test": "esy x run-tests.sh" }, "esy": { "build": [ ["bash", "-c", "#{os == 'windows' ? 'build/build-windows.sh' : 'build/build-posix.sh'}"] ], "buildsInSource":true, "exportedEnv": { "LIBVIM_INCLUDE_PATH": { "val": "#{self.install / 'include'}", "scope": "global" }, "LIBVIM_LIB_PATH": { "val": "#{self.lib}", "scope": "global" } } }, "dependencies": { } }