opam-version: "1.2"
version: "1.99.3"
maintainer: "Alain Frisch <alain.frisch@lexifi.com>"
build: [ [make "all"]  [make "opt"] ]
install: [make "install"]
remove: [["ocamlfind" "remove" "sedlex"]]
depends: ["ocamlfind" {build}
          "ppx_tools" {>= "5.0"}
          "gen"
         ]
available: [ ocaml-version >= "4.02.0" ]
homepage: "https://github.com/alainfrisch/sedlex"
bug-reports: "https://github.com/alainfrisch/sedlex/issues"
license: "MIT"
dev-repo: "https://github.com/alainfrisch/sedlex.git"
