You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.0 KiB
Tcl
27 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-wsapi
|
|
version 1.7
|
|
revision 0
|
|
luarocks.rock wsapi-${version}-1.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Lua Web Server API
|
|
long_description WSAPI is an API that abstracts the web server from Lua web applications. This is the rock \
|
|
that contains the base WSAPI libraries plus the CGI adapters.
|
|
|
|
checksums rmd160 d61aa0330c88bdd61f78d508979cf2728c9d4b2e \
|
|
sha256 1a0829dffd6bdbf99f5c4278d504cda5ede9344d5089bdcf5216c9eb2999ae22 \
|
|
size 129835
|
|
|
|
luarocks.dependencies luafilesystem \
|
|
rings \
|
|
coxpcall
|
|
|
|
luarocks.pure_lua yes
|
|
|
|
luarocks.uploader mascarenhas
|