opam-version: "1.2"
name: "ulex-camlp5"
version: "1.2"
maintainer: "claudio.sacerdoticoen@unibo.it"
authors: ["Alain.Frisch@inria.fr"]
homepage: "https://github.com/whitequark/ulex"
description: "A OCaml lexer generator for Unicode (backported to camlp5)"
build: [
  [make]
  [make "all.opt"]
]
install: [make "install"]
remove: [["ocamlfind" "remove" "ulex"]]
depends: [
  "base-bytes"
  "ocamlfind"
  "camlp5"
  "ocamlbuild" {build}
]
