# -*- 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.8.2
revision            0
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Simple tool to indent OCaml programs
long_description    {*}${description}
checksums           rmd160  b14b2721f92f853ade66a82bf6cba031976c6edf \
                    sha256  013069cf0b2219593351077e7eb11379879310e7e3e09f4f1c399bb40f24388f \
                    size    109681
github.tarball_from archive

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

ocaml.build_type    dune
