# -*- 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            0
categories          ocaml devel
maintainers         {rastageeks.org:toots @toots}
license             LGPL-2+
description         A Unicode library for OCaml
long_description    Camomile is a Unicode library for OCaml. It provides \
                    Unicode character type, UTF-8, UTF-16, UTF-32 strings, \
                    conversion to/from about 200 encodings, collation and \
                    locale-sensitive case mappings, and more.
homepage            https://github.com/ocaml-community/Camomile
github.tarball_from archive

checksums           rmd160  8eb69fb5c7adaa0a04d8eada98aec7c8d22518e1 \
                    sha256  6bb421d0bb81594acb5dd902101a0609022d576fe373d956724fa60120bfd03d \
                    size    7030383

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

ocaml.build_type    dune
