# -*- 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.2 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 c8a4f55c051c9d07f5723f66b7c4de146564668f \ sha256 c8c8c89283d7c62cde1d9d70483664395636400d34e01f1982887c68c6623e9d \ size 134560 depends_lib-append port:ocaml-gen \ port:ocaml-ppxlib ocaml.build_type dune test.run yes