# -*- 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-cppo
github.setup        ocaml-community cppo 1.8.0 v
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         Code preprocessor for OCaml
long_description    Cppo is an equivalent of the C preprocessor for OCaml \
                    programs. It allows the definition of simple macros and \
                    file inclusion.

checksums           rmd160  fffbe4f86b65885575557654473990c47c71995f \
                    sha256  6e62a8ee0217c9cc38d5860110eb18eb8d89c05c420353d298e1431fe8bac00f \
                    size    43588
github.tarball_from archive

ocaml.build_type    dune

subport ${name}_ocamlbuild {
    depends_lib     port:${name} \
                    port:ocaml-ocamlbuild
}
