# -*- 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 notty-community 0.2.4 v
name                ocaml-${github.project}
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Notty is a declarative terminal library for OCaml
long_description    {*}${description}. This is a branch from the original notty, \
                    maintained by the community.
checksums           rmd160  e20c3e4418805532e91f91744b15753f1a035bce \
                    sha256  16b037c065f895066daf05e479dd4affc2cbbd77a5f31608679ee0126c57fddf \
                    size    58361
github.tarball_from releases

depends_build-append \
                    port:ocaml-cppo
depends_lib-append  port:ocaml-uutf

ocaml.build_type    dune
