opam-version: "2.0"
maintainer: "alain.frisch@lexifi.com"
homepage: "https://github.com/ocaml-community/sedlex"
bug-reports: "https://github.com/ocaml-community/sedlex/issues"
dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
build: [
  [make "all"]
  [make "opt"]
]
install: [make "install"]
remove: [["ocamlfind" "remove" "sedlex"]]
depends: [
  "ocaml" {>= "4.02.0" & < "4.03.0"}
  "ocamlfind"
  "ppx_tools"
  "gen"
]
synopsis:
  "unicode-friendly lexer generator (successor of ulex, now based on -ppx instead of camlp4)"
authors: "alain.frisch@lexifi.com"
flags: light-uninstall
url {
  src: "git://github.com/ocaml-community/sedlex.git"
}
