# -*- 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-spelll
github.setup        c-cube spelll 0.4 v
revision            2
categories          ocaml devel
maintainers         nomaintainer
license             BSD
description         Fuzzy string searching, using Levenshtein automaton
long_description    {*}${description}
checksums           rmd160  3e496aef6a19fd34bf21a88791bb65fe5948af9f \
                    sha256  b8505685172b90b2ddd013b22223c410a3c234050db002000fdad08aaa435b1b \
                    size    10393
github.tarball_from archive

depends_lib-append  port:ocaml-seq \
                    port:ocaml-stdlib-shims

ocaml.build_type    dune
