Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 389 Bytes

libmpack lua binding

Travis Build Status

Building

LUA_TARGET=$(PLATFORM) make

Where PLATFORM is a supported Lua 5.1 platform: linux (default), freebsd, macosx, ...

For the complete list of targets run:

make; cd .deps/5.1.5/src/lua && make