Welcome to mirror list, hosted at ThFree Co, Russian Federation.

no_build_table-0.1-1.rockspec « testfiles « test « luarocks - github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d79e9a0c0812f73b21b3b9bf7f266df3fedb1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package = "no_build_table"
version = "0.1-1"
source = {
   -- any valid URL
   url = "https://raw.github.com/keplerproject/luarocks/master/src/luarocks/build.lua"
}
description = {
   summary = "A rockspec with no build field",
}
dependencies = {
   "lua >= 5.1"
}