# -*- 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-notty
github.setup        pqwy notty 0.2.3 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Declaring terminals
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  19527eb30d42047f72506aa8f937b5a03041a93c \
                    sha256  74659fb14073db4438989891ab24f24bef81aa497dac16d9a67f9a1c9c200824 \
                    size    49819
github.tarball_from releases

depends_build-append \
                    port:ocaml-cppo

depends_lib-append  port:ocaml-lwt \
                    port:ocaml-uutf

ocaml.build_type    dune
