# -*- 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-lru
github.setup        pqwy lru 0.3.1 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Scalable LRU caches
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  6307b474a8e7a5ad5b7a97ee24813e22098a2d92 \
                    sha256  6cbe23d27a7d5b244f869c0b88140d47f70f413a6462ef35c0009325d4b236fd \
                    size    10201
github.tarball_from releases

depends_lib-append  port:ocaml-psq

ocaml.build_type    dune
