this repo has no description
1opam-version: "2.0"
2maintainer: "Alain Frisch <alain.frisch@lexifi.com>"
3authors: [
4 "Alain Frisch <alain.frisch@lexifi.com>"
5]
6build: [ [make "all"] [make "opt"] ]
7install: [make "install"]
8remove: [["ocamlfind" "remove" "sedlex"]]
9depends: [
10 "ocaml" {>= "4.03.0" & < "4.11"}
11 "ocamlfind" {build}
12 "ppx_tools" {>= "5.0"}
13 "gen"
14]
15homepage: "https://github.com/ocaml-community/sedlex"
16bug-reports: "https://github.com/ocaml-community/sedlex/issues"
17license: "MIT"
18dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
19synopsis: "ppx-based unicode-friendly lexer generator"
20flags: light-uninstall
21url {
22 src: "http://github.com/ocaml-community/sedlex/archive/v1.99.3.tar.gz"
23 checksum: [
24 "sha256=54a1c32e5505dc081b3f231f21501ebebddcd50ee097e9c163ba347855b953fb"
25 "md5=abfc762b516583747e475cc7642ee098"
26 ]
27}