# -*- 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-vector
github.setup        backtracking vector 1.0.0
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             LGPL-2.1
description         Resizable Arrays
long_description    {*}${description}, aka vectors, dynamic arrays, growable arrays.
use_bzip2           yes
extract.suffix      .tbz
distname            vector-${version}
checksums           rmd160  617b679b64f9a5f14db14dd07802b4bd9fddc0b8 \
                    sha256  f212d1d693ce37deb0da2550aab8d550ad5ea457c5757dc02f8ca8a66ebe6641 \
                    size    12977
github.tarball_from releases

ocaml.build_type    dune
