# -*- 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           github 1.0
PortGroup           ocaml 1.1

name                ocaml-thread-table
github.setup        ocaml-multicore thread-table 1.0.0
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Lock-free thread-safe integer keyed hash table
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            thread-table-${version}
checksums           rmd160  54d646b04015702a5630b93ad8d39719a91150c4 \
                    sha256  a48cd88463597df9442c4baa69ccc06091ca77ba71e438d3609fbae0f3b81ddd \
                    size    5726
github.tarball_from releases

ocaml.build_type    dune
