summaryrefslogtreecommitdiff
path: root/sedlex.opam
diff options
context:
space:
mode:
Diffstat (limited to 'sedlex.opam')
-rw-r--r--sedlex.opam6
1 files changed, 3 insertions, 3 deletions
diff --git a/sedlex.opam b/sedlex.opam
index 95c6ec7..d870f8c 100644
--- a/sedlex.opam
+++ b/sedlex.opam
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-version: "3.0"
+version: "3.2"
synopsis: "An OCaml lexer generator for Unicode"
description: """
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports
@@ -17,10 +17,10 @@ homepage: "https://github.com/ocaml-community/sedlex"
bug-reports: "https://github.com/ocaml-community/sedlex/issues"
depends: [
"ocaml" {>= "4.08"}
- "dune" {>= "2.8"}
+ "dune" {>= "3.0"}
"ppxlib" {>= "0.26.0"}
"gen"
- "uchar"
+ "ppx_expect" {with-test}
"odoc" {with-doc}
]
build: [