-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2dd6a3
commit cac02fa
Showing
5 changed files
with
17,793 additions
and
13,063 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
package="lua-simdjson" | ||
version="0.0.6-1" | ||
source = { | ||
url = "git://github.com/FourierTransformer/lua-simdjson", | ||
tag = "0.0.6" | ||
} | ||
description = { | ||
summary = "This is a simple Lua binding for simdjson", | ||
detailed = [[ | ||
This is a c++ binding to simdjson for parsing JSON very quickly. | ||
]], | ||
homepage = "https://github.com/FourierTransformer/lua-simdjson", | ||
license = "Apache-2.0" | ||
} | ||
dependencies = { | ||
"lua >= 5.1, < 5.5" | ||
} | ||
build = { | ||
type = "make", | ||
build_variables = { | ||
CFLAGS="$(CFLAGS)", | ||
LIBFLAG="$(LIBFLAG)", | ||
LUA_BINDIR="$(LUA_BINDIR)", | ||
LUA_INCDIR="$(LUA_INCDIR)", | ||
LUA="$(LUA)", | ||
}, | ||
install_variables = { | ||
INST_PREFIX="$(PREFIX)", | ||
INST_BINDIR="$(BINDIR)", | ||
INST_LIBDIR="$(LIBDIR)", | ||
INST_LUADIR="$(LUADIR)", | ||
INST_CONFDIR="$(CONFDIR)", | ||
}, | ||
platforms = { | ||
windows = { | ||
build_variables = { | ||
LUA_LIBDIR="$(LUA_LIBDIR)", | ||
LUALIB="$(LUALIB)", | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.