# -*- 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-ocamlify
github.setup        gildor478 ocamlify 0.1.0 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             LGPL-2.1
description         Include files in OCaml code
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            ocamlify-${version}
checksums           rmd160  313436ada6de781a55e8c90f2d3e9290a64ea154 \
                    sha256  bb4a468b02d1ff9374791bfe79291d47bd6c9f28920cfc21f09c2ec5b7172060 \
                    size    12982
github.tarball_from releases

depends_lib-append  port:ocaml-camlp-streams

ocaml.build_type    dune
