diff options
Diffstat (limited to 'rockspecs/patok-1.2-0.rockspec')
| -rw-r--r-- | rockspecs/patok-1.2-0.rockspec | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/rockspecs/patok-1.2-0.rockspec b/rockspecs/patok-1.2-0.rockspec new file mode 100644 index 0000000..8712865 --- /dev/null +++ b/rockspecs/patok-1.2-0.rockspec @@ -0,0 +1,24 @@ +package = "patok" +version = "1.2-0" +source = { + url = "https://github.com/CosmicToast/patok/archive/v1.2.0.zip", + dir = "patok-1.2.0", +} +description = { + homepage = "https://github.com/CosmicToast/patok", + license = "Unlicense", + summary = "The Lua Pattern Tokenizer", + detailed = [[ + A tokenizer for lua that utilizes lua patterns and a parser combinator to consume its output. + ]], +} +dependencies = { + "lua >= 5.1" +} +build = { + type = "builtin", + modules = { + patok = 'patok.lua', + piecemeal = 'piecemeal.lua', + } +} |
