# -*- 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

github.setup        ocaml-community ocaml-linenoise 1.5.1 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Light-weight readline alternative
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            linenoise-${version}
homepage            https://ocaml-community.github.io/ocaml-linenoise
checksums           rmd160  8dcf75ae1e47e0b31f4f0fb2098e9b31f7124055 \
                    sha256  eef172cb98282b7a8be182f3493f4687ed3a3f833d3c2707d07d188bf9dede37 \
                    size    43779
github.tarball_from releases

ocaml.build_type    dune
