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

name                ocaml-stringext
version             1.6.0
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             MIT

github.setup        rgrinberg stringext ${version}
github.tarball_from releases
use_bzip2           yes
distname            stringext-${version}
extract.suffix      .tbz

description         Extra string functions for OCaml
long_description    Extra string functions for OCaml. Mainly splitting. All \
                    functions are in the Stringext module.

homepage            https://github.com/rgrinberg/stringext

checksums           rmd160  45794360c2ac26af1f1e31ef9907a896a75dd8df \
                    sha256  db41f5d52e9eab17615f110b899dfeb27dd7e7f89cd35ae43827c5119db206ea \
                    size    7445

ocaml.build_type    dune
