# -*- 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-lambda-term
github.setup        ocaml-community lambda-term 3.4.0
github.tarball_from archive
revision            0
categories          ocaml devel editors
maintainers         nomaintainer
license             BSD
description         Cross-platform library for manipulating the terminal
long_description    Lambda-Term is a cross-platform library for manipulating the terminal. It provides \
                    an abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-like applications.

checksums           rmd160  f62f10b9b29fc4c8c600c237ce7f14665a472937 \
                    sha256  5f11f5c4f2bfd448c647aa41b4709f06d02225e4f05e1a7d20754c0614454031 \
                    size    142784

depends_lib-append  port:ocaml-logs \
                    port:ocaml-lwt \
                    port:ocaml-lwt_react \
                    port:ocaml-mew_vi \
                    port:ocaml-react \
                    port:ocaml-zed

ocaml.build_type    dune
