mirror of
https://github.com/gvx/bitser.git
synced 2025-01-16 03:24:19 +00:00
parent
4545391591
commit
8ccc5fb206
4
.gitignore
vendored
4
.gitignore
vendored
@ -13,3 +13,7 @@ luacov.*.out
|
||||
class.lua
|
||||
slither.lua
|
||||
classic.lua
|
||||
|
||||
# luarocks build artifacs
|
||||
lua_install
|
||||
*.rock
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
Serializes and deserializes Lua values with LuaJIT.
|
||||
|
||||
```bash
|
||||
luarocks install --server=https://luarocks.org/manifests/gvx bitser
|
||||
```
|
||||
|
||||
```lua
|
||||
local bitser = require 'bitser'
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package = "bitser"
|
||||
version = "1.1-1"
|
||||
version = "1.1-2"
|
||||
source = {
|
||||
url = "https://github.com/gvx/bitser.git",
|
||||
url = "git+https://github.com/gvx/bitser.git",
|
||||
tag = "v1.1"
|
||||
}
|
||||
description = {
|
||||
@ -16,7 +16,7 @@ description = {
|
||||
license = "ISC"
|
||||
}
|
||||
dependencies = {
|
||||
"luajit <= 2.1"
|
||||
-- "luajit <= 2.1"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
@ -1,7 +1,7 @@
|
||||
package = "bitser"
|
||||
version = "1.2-0"
|
||||
source = {
|
||||
url = "https://github.com/gvx/bitser.git",
|
||||
url = "git+https://github.com/gvx/bitser.git",
|
||||
tag = "v1.2"
|
||||
}
|
||||
description = {
|
||||
@ -16,7 +16,7 @@ description = {
|
||||
license = "ISC"
|
||||
}
|
||||
dependencies = {
|
||||
"luajit <= 2.1"
|
||||
--"luajit <= 2.1"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
|
Loading…
Reference in New Issue
Block a user