aboutsummaryrefslogtreecommitdiff
path: root/spec/util/versions.lua
blob: 1b227e4b784ff342001bf546fe314a0a7ee7a5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
return {
   binaryheap = "0.4-1", -- dependency for copas
   bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1
   cluacov = "0.1.2-1",
   copas = "3.0.0-2",
   cprint = "0.2-1",
   dkjson = "2.6-1",
   lpeg = "1.0.0-1",
   luacov = "0.15.0-1",
   luafilesystem = "1.8.0-1",
   luafilesystem_old = "1.6.3-2",
   luaposix = "35.1-1",
   luasocket = "3.0.0-1",
   luasec = "1.2.0-1",
   lxsh = "0.8.6-2",
   timerwheel = "0.2.0-2", -- dependency for copas
}