# -*- 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-ulex
github.setup        whitequark ulex 1.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1
categories          ocaml devel textproc
license             BSD
maintainers         {landonf @landonf} openmaintainer

description         lexer generator for Unicode and OCaml
long_description    ulex is a lexer generator for Unicode and OCaml written by Alain Frisch.

checksums           rmd160  4945c11a9fa4d988c872cdd7fe9008a55cccfd0c \
                    sha256  055a1e064d1b62629f373bd73e17e9bdd51b2e44e0497ec5109d9c8743025a6d \
                    size    19942

depends_lib         port:ocaml \
                    port:ocaml-findlib \
                    port:ocaml-camlp4

depends_build       port:ocaml-ocamlbuild

use_configure       no

ocaml.use_findlib   yes

build.target        all.opt
