aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compat53/rockspecs/bit32-5.3.5-1.rockspec
blob: 353e19c8ebd017c27f7038bc9757b75d8119ad73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package = "bit32"
version = "5.3.5-1"
source = {
   url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.9.zip",
   dir = "lua-compat-5.3-0.9",
}
description = {
   summary = "Lua 5.2 bit manipulation library",
   detailed = [[
      bit32 is the native Lua 5.2 bit manipulation library, in the version
      from Lua 5.3; it is compatible with Lua 5.1, 5.2 and 5.3.
   ]],
   homepage = "http://www.lua.org/manual/5.2/manual.html#6.7",
   license = "MIT"
}
dependencies = {
   "lua >= 5.1, < 5.5"
}
build = {
   type = "builtin",
   modules = {
      bit32 = {
         sources = { "lbitlib.c" },
         defines = { "LUA_COMPAT_BITLIB" },
         incdirs = { "c-api" },
      }
   }
}
class='insertions'>+2 2024-09-13improved installation instructionsGravatar BanceDev 1-3/+3 2024-09-12v0.1.1Gravatar BanceDev 1-1/+1 2024-09-12fixed bug in input buffer handling due to misplaced printGravatar BanceDev 2-5/+8 2024-09-12Update build.yml checkout v4Gravatar Lance Borden 1-1/+1 2024-09-12Update build.yml to artifact v4Gravatar Lance Borden 1-1/+1 2024-09-12fixed exit status issue with non interative modeGravatar BanceDev 1-1/+1 2024-09-12added non interative mode for running lua scriptsGravatar BanceDev 2-4/+28 2024-09-12temporary github action fix until non-interactive mode is implementedGravatar BanceDev 1-2/+2 2024-09-12attempt to update build script to accept input into lush shellGravatar BanceDev 2-4/+6 2024-09-12prevent lush workflow from getting stuck in testsGravatar Lance Borden 1-1/+4 2024-09-12removed chsh in workflowGravatar Lance Borden 1-4/+1