# -*- 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-ocamline
github.setup        chrisnevers ocamline 1.2
revision            2
categories          ocaml devel
maintainers         nomaintainer
license             BSD
description         Command-line interface for user input
long_description    {*}${description}
checksums           rmd160  eea72f6b363f35d490e82ff652bcbf1e02efca90 \
                    sha256  83824e95a5e114404f802d3792c410ba426d93a95bf7231af2c94a0d0812cba1 \
                    size    49375
github.tarball_from archive

depends_lib-append  port:ocaml-linenoise

ocaml.build_type    dune
