File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/ppx_inline_test_nobase/ppx_inline_test_nobase.v0.17.0 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ depends: [
14
14
"dune" {>= "3.11.0"}
15
15
"ppxlib" {>= "0.28.0"}
16
16
"mtime" { >= "2" }
17
- "sexplib0" {>= "v0.17 " & < "v0.18"}
17
+ "sexplib0" {>= "v0.16 " & < "v0.18"}
18
18
]
19
19
available: arch != "arm32" & arch != "x86_32" & os-family != "windows" #& os-distribution="ubuntu"
20
- synopsis: "Syntax extension for writing in-line tests in ocaml code"
20
+ synopsis: "Syntax extension for writing in-line tests in ocaml code (with stripped dependencies) "
21
21
description: "
22
22
Part of the Jane Street's PPX rewriters collection.
23
23
"
@@ -27,3 +27,4 @@ src: "https://github.com/Kakadu/ppx_inline_test_nobase/archive/refs/tags/v0.17+n
27
27
checksum: "sha256=325d06a56355e2ad500bf1fb3ddbae8aabb9e9d00713a453bd3da7235bf0ed36"
28
28
}
29
29
x-maintenance-intent: [ "(latest)" ]
30
+
You can’t perform that action at this time.
0 commit comments