# -*- 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-binaryheap
version             0.4
revision            0
luarocks.rock       binaryheap-${version}-1.src.rock
license             MIT
maintainers         nomaintainer

description         Binary heap implementation in pure Lua
long_description    Binary heaps are an efficient sorting algorithm. This module \
                    implements a plain binary heap (without reverse lookup) and a \
                    'unique' binary heap (with unique payloads and reverse lookup).

checksums           rmd160  2174e820bbc2544e07935f2d08598fa45dab9aad \
                    sha256  ecce14dedfa7a1938aa2383c83036b98461876934f169384a2cec6bb46462d87 \
                    size    14275

luarocks.worksrcdir binaryheap.lua-version_0v4

luarocks.pure_lua   yes

luarocks.uploader   tieske
