File: lua-psl-basic.lua

package info (click to toggle)
lua-psl 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: ansic: 347; makefile: 28
file content (7 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env lua
-- a simple test ensureing lua-psl library can be used from lua

psl = require("psl")

print(psl.get_version())
print(psl.builtin())