opam-version: "1.2"
name: "ulex"
version: "1.2"
maintainer: "whitequark@whitequark.org"
build: [
  [make]
  [make "all.opt"]
]
install: [make "install"]
remove: [["ocamlfind" "remove" "ulex"]]
depends: [
  "ocamlfind"
  "camlp4"
  "ocamlbuild" {build}
]
