You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
977 B
Tcl
28 lines
977 B
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-timerwheel
|
|
version 1.0.2
|
|
revision 0
|
|
luarocks.rock timerwheel-${version}-1.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Timers based on a timerwheel
|
|
long_description Creating and deleting is very fast. Typically suited for \
|
|
setting timeouts, which usually do not execute.
|
|
|
|
checksums rmd160 467ade5a4620225d449565d7e8064cdb555b20ef \
|
|
sha256 e47cdff47222422953eedd8dd1d42730d8d46208c7a4a8c5dc3270a5b4c84cb9 \
|
|
size 24585
|
|
|
|
luarocks.worksrcdir timerwheel.lua
|
|
|
|
luarocks.dependencies coxpcall
|
|
|
|
luarocks.pure_lua yes
|
|
|
|
luarocks.uploader tieske
|