# -*- 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-sedlex
github.setup        ocaml-community sedlex 3.3 v
revision            0

github.tarball_from archive

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         Unicode-friendly lexer generator for OCaml
long_description    sedlex is a lexer generator for OCaml, similar to ocamllex. \
                    Unlike ocamllex, sedlex supports Unicode, and lexer specifications \
                    are embedded in regular OCaml source files.

checksums           rmd160  fcfd6a99a0322e0f4ef2ca71620c433cb59e2745 \
                    sha256  b056013790ad1884d38048c320475e79f0c384b4fbe3c14a8ec9febda47c88a3 \
                    size    128967

depends_lib-append  port:ocaml-gen \
                    port:ocaml-ppxlib

ocaml.build_type    dune
test.run            yes
