File: rockspec

package info (click to toggle)
luacheck 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,704 kB
  • sloc: sh: 106; makefile: 96; python: 35
file content (16 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
build = {
   type = "builtin",
   modules = {
      foo = "foo.lua",
      bar = "bar.lua",
      qu = "qu.c"
   },
   install = {
      lua = {
         baz = "baz.lua"
      },
      bin = {
         bin = "bin.lua"
      }
   }
}