UNPKG

lzma-nativez

Version:

Provides bindings to the native liblzma library (.xz file format, among others)

8 lines (7 loc) 148 B
sudo: false language: node_js node_js: - stable - "0.10" - "0.8" before_install: if [[ `npm --version` != 3* ]]; then npm install -g npm; fi;