this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "An OCaml lexer generator for Unicode"
4description: """
5sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports
6Unicode. Unlike ocamllex, sedlex allows lexer specifications within regular
7OCaml source files. Lexing specific constructs are provided via a ppx syntax
8extension."""
9maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"]
10authors: [
11 "Alain Frisch <alain.frisch@lexifi.com>"
12 "https://github.com/ocaml-community/sedlex/graphs/contributors"
13]
14license: "MIT"
15homepage: "https://github.com/ocaml-community/sedlex"
16bug-reports: "https://github.com/ocaml-community/sedlex/issues"
17depends: [
18 "ocaml" {>= "4.14"}
19 "dune" {>= "2.8"}
20 "ppxlib" {>= "0.26.0" & < "0.36.0"}
21 "gen"
22 "ppx_expect" {with-test}
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
40doc: "https://ocaml-community.github.io/sedlex/index.html"
41url {
42 src:
43 "https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.1.tar.gz"
44 checksum: [
45 "md5=e9d423a4cb194af3f39cc38eeb033eeb"
46 "sha512=27c7954c03a9d78f252167708afe7d91648ad3d3aa529e00c73da75bac49c2cf552cc9d27d29f1d9a04b1e2b47b7c6de9e9850c53124ad9f311d0a8f54bb9cae"
47 ]
48}