# -*- 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-capitalization
github.setup        janestreet capitalization 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Case conventions and identifier renaming functions
long_description    Defines case conventions and functions to rename identifiers \
                    according to them.

checksums           rmd160  6a760a7398cecfa3a8f2271979bb7804582d2647 \
                    sha256  f71d45ec929c9fc9b08e07723c15b6663b0143c4465b5d93038f653258cd5c6f \
                    size    5267
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_base

ocaml.build_type    dune
