# -*- 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-indent
github.setup        OCamlPro ocp-indent 1.9.0
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Simple tool to indent OCaml programs
long_description    {*}${description}
checksums           rmd160  8a9cc88d7991ec462d1eb120a3182ebf7e67d539 \
                    sha256  8cae8863f823cc9c91c3bf2190f35a2b7614ae3b12a046ffcae146a5516b50e8 \
                    size    109383
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner \
                    port:ocaml-findlib

ocaml.build_type    dune
