mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
792 B
Tcl
22 lines
792 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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup efficient libcuckoo 0.3.1 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
license Apache-2
|
|
platforms any
|
|
supported_archs noarch
|
|
categories devel
|
|
maintainers {gmail.com:audvare @Tatsh} openmaintainer
|
|
description A high-performance, concurrent hash table.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 2d87f58d371ec638c949a53fdaa6093f4e791d9a \
|
|
sha256 a87122b963ef6b7eadca3e41cb4b533f3b6ad9b588ab2f2140eb6ab0db9a7ba8 \
|
|
size 163580
|