# -*- 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-ocp-index
github.setup        OCamlPro ocp-index 1.4.1
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             LGPL-2.1
description         Light-weight completion and documentation browsing for OCaml libraries
long_description    {*}${description}
homepage            http://www.typerex.org/ocp-index.html
checksums           rmd160  3fca7c5f91d6bff484554be727d7ddfff6859243 \
                    sha256  42a152b5f509526c257e3b9dcccf3969a54e9bb8bb525e84c1287f98e5457793 \
                    size    894734
github.tarball_from archive

depends_build-append \
                    port:ocaml-cppo

depends_lib-append  port:ocaml-cmdliner \
                    port:ocaml-ocp-indent \
                    port:ocaml-re

ocaml.build_type    dune
