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 1e13d6d commit 488e9b5Copy full SHA for 488e9b5
ppx_expect.opam
@@ -1,4 +1,5 @@
1
opam-version: "2.0"
2
+version: "v0.17.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" {>= "5.1.0"}
14
- "base"
15
- "ppx_here"
16
- "ppx_inline_test"
17
- "stdio"
+ "ocaml" {>= "5.1.0"}
+ "base" {>= "v0.17" & < "v0.18"}
+ "ppx_here" {>= "v0.17" & < "v0.18"}
+ "ppx_inline_test" {>= "v0.17" & < "v0.18"}
18
+ "stdio" {>= "v0.17" & < "v0.18"}
19
"dune" {>= "3.11.0"}
20
"ppxlib" {>= "0.28.0"}
21
0 commit comments