File: README.md

package info (click to toggle)
libmpack-lua 1.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 164 kB
  • sloc: ansic: 919; makefile: 118
file content (16 lines) | stat: -rw-r--r-- 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## libmpack lua binding

[![Travis Build Status](https://travis-ci.org/libmpack/libmpack-lua.svg?branch=master)](https://travis-ci.org/libmpack/libmpack-lua)

## Building

```bash
LUA_TARGET=$(PLATFORM) make
```

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

For the complete list of targets run:
```bash
make; cd .deps/5.1.5/src/lua && make
```