You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
28 lines
1.0 KiB
Tcl
28 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup luarocks_org 1.0
|
|
|
|
name lua-metalua-parser
|
|
version 0.7.3
|
|
revision 0
|
|
epoch 1
|
|
luarocks.rock metalua-parser-${version}-2.src.rock
|
|
license {EPL MIT}
|
|
maintainers nomaintainer
|
|
|
|
description Define and generate an AST format for Lua programs
|
|
long_description This is a subset of the full Metalua compiler. It defines and \
|
|
generates an AST format for Lua programs, which offers a nice \
|
|
level of abstraction to reason about and manipulate Lua programs.
|
|
|
|
checksums rmd160 d1f65c989b1fa18b3b757548c1ce37a1ace68f43 \
|
|
sha256 3a2556a999c215641bc6e443a6a3d3a61238ee67b5abd9f706737b125a3a2ef6 \
|
|
size 91340
|
|
|
|
luarocks.pure_lua yes
|
|
|
|
luarocks.worksrcdir org.eclipse.koneki.metalua-v${version}
|
|
|
|
luarocks.uploader luarocks
|