Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Perrad
lua-MessagePack
Commits
fb1d81db
Commit
fb1d81db
authored
Sep 01, 2013
by
François Perrad
Browse files
add rockspec 0.3.0
parent
faf5fe56
Changes
1
Hide whitespace changes
Inline
Side-by-side
rockspec/lua-messagepack-0.3.0-1.rockspec
0 → 100644
View file @
fb1d81db
package
=
'lua-MessagePack'
version
=
'0.3.0-1'
source
=
{
url
=
'http://sites.google.com/site/fperrad/lua-messagepack-0.3.0.tar.gz'
,
md5
=
'ef645a32b779d1a80f2b4f1477111fd7'
,
dir
=
'lua-MessagePack-0.3.0'
,
}
description
=
{
summary
=
"a pure Lua implementation of the MessagePack serialization format"
,
detailed
=
[[
MessagePack
is
an
efficient
binary
serialization
format
.
It
lets
you
exchange
data
among
multiple
languages
like
JSON
but
it
's faster and smaller.
]],
homepage = '
http
://
fperrad
.
github
.
io
/
lua
-
MessagePack
/
',
maintainer = '
Francois
Perrad
',
license = '
MIT
/
X11
'
}
dependencies = {
'
lua
>=
5.1
',
}
build = {
type = '
builtin
',
modules = {
['
MessagePack
'] = '
src
/
MessagePack
.
lua
',
},
copy_directories = { '
doc
', '
test
' },
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment