# -*- 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-zed
github.setup        ocaml-community zed 3.2.3
revision            0
categories          ocaml textproc
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             BSD
description         Abstract engine for text edition in OCaml
long_description    {*}${description}
checksums           rmd160  6809e3b9cb5c8e39b286094eb37f8762430879f0 \
                    sha256  4b6a3085d682327269fe69ff0d7eb9a2f8532f41ee57a42f27f48b7fdc3b058c \
                    size    44745
github.tarball_from archive

patchfiles          patch-no-uchar.diff

depends_lib-append  port:ocaml-react \
                    port:ocaml-result \
                    port:ocaml-uucp \
                    port:ocaml-uutf \
                    port:ocaml-uuseg

ocaml.build_type    dune
