# -*- 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-camomile
github.setup        ocaml-community Camomile 2.0.0 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             LGPL-2+
description         OCaml module to convert strings to and from various encodings
long_description    ${description}
homepage            http://camomile.sf.net
checksums           rmd160  8eb69fb5c7adaa0a04d8eada98aec7c8d22518e1 \
                    sha256  6bb421d0bb81594acb5dd902101a0609022d576fe373d956724fa60120bfd03d \
                    size    7030383
github.tarball_from archive

patchfiles          patch-EBCDIC-PT.diff

depends_build-append \
                    port:ocaml-camlp-streams \
                    port:ocaml-dune-site

ocaml.build_type    dune
