# -*- 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-mew_vi
github.setup        kandu mew_vi 0.5.0
revision            0
categories          ocaml textproc
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Modal editing witch, VI interpreter
long_description    {*}${description}
checksums           rmd160  112fa9ee92ad0d0f729d6d67fbfbcffb5564da00 \
                    sha256  a692fa7cdcc9e80fd9387c4f61677776b9fc15f9f7175b4220fcd1a73d1bafda \
                    size    8605
github.tarball_from archive

depends_lib-append  port:ocaml-mew \
                    port:ocaml-react

ocaml.build_type    dune
