We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6607320 commit a539659Copy full SHA for a539659
ppx_expect.opam
@@ -1,4 +1,5 @@
1
opam-version: "2.0"
2
+version: "v0.16.0"
3
maintainer: "Jane Street developers"
4
authors: ["Jane Street Group, LLC"]
5
homepage: "https://github.com/janestreet/ppx_expect"
@@ -10,11 +11,11 @@ build: [
10
11
["dune" "build" "-p" name "-j" jobs]
12
]
13
depends: [
- "ocaml" {>= "4.14.0"}
14
- "base"
15
- "ppx_here"
16
- "ppx_inline_test"
17
- "stdio"
+ "ocaml" {>= "4.14.0"}
+ "base" {>= "v0.16" & < "v0.17"}
+ "ppx_here" {>= "v0.16" & < "v0.17"}
+ "ppx_inline_test" {>= "v0.16" & < "v0.17"}
18
+ "stdio" {>= "v0.16" & < "v0.17"}
19
"dune" {>= "2.0.0"}
20
"ppxlib" {>= "0.28.0"}
21
"re" {>= "1.8.0"}
0 commit comments