deps: Switch lua msgpack library to one that supports 2.0

This commit is contained in:
Thiago de Arruda
2014-09-16 14:12:58 -03:00
parent 31f835adc4
commit ddecfb763b
3 changed files with 13 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
lpeg = require('lpeg')
msgpack = require('cmsgpack')
msgpack = require('MessagePack')
-- lpeg grammar for building api metadata from a set of header files. It
-- ignores comments and preprocessor commands and parses a very small subset