# -*- 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.5.0
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             GPL

github.setup        geneweb unidecode ${version} v
github.tarball_from archive

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

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

checksums           rmd160  820253be4a6ab7b07ca068880750d10b818e0c62 \
                    sha256  87ccf6a1da1aa7a8d3c0278940934df7c887a50d28485b668dea1d654d066631 \
                    size    20570

ocaml.build_type    dune
