# -*- 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
github.setup        kandu mew 0.1.0
revision            0
categories          ocaml textproc
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Modal editing witch
long_description    {*}${description}
checksums           rmd160  a02197a95fe041a43df431d6b669870e5c9755ec \
                    sha256  64d38ceb52ef574cb314bdd693f7e4a9c9e483e80a58595db22f2df76a8a59e6 \
                    size    4309
github.tarball_from archive

depends_lib-append  port:ocaml-result \
                    port:ocaml-trie

ocaml.build_type    dune
