# -*- 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-lwt-dllist
github.setup        mirage lwt-dllist 1.1.0 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Mutable doubly-linked list with Lwt iterators
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            lwt-dllist-${version}
checksums           rmd160  46b2be3e49bf7123cd29f3e298aeb1a653157b7d \
                    sha256  b0200651e37eaa24f027177bc01e266db43da48aa18146973d1d18336c325d69 \
                    size    7651
github.tarball_from releases

ocaml.build_type    dune
