# -*- 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           ocaml 1.1
PortGroup           github 1.0

name                ocaml-unidecode
version             0.4.0
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             GPL

github.setup        geneweb unidecode ${version} v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

description         Convert unicode strings into its ASCII representation
long_description    {*}${description}

homepage            https://github.com/geneweb/unidecode

checksums           rmd160  6b5425cfe7634878f5f45ee391bdd2f75c9ea603 \
                    sha256  2602d4a4b937f2a6aa8055fc72602ddddc2b0840b21b2294a2e91e33d02697a4 \
                    size    20589

ocaml.build_type    dune
