Skip to content

Commit ed75ef9

Browse files
authored
Merge pull request #27441 from Kakadu/fix-nobase
ppx_inline_test_nobase: decrease lower bound on sexplib
2 parents c1f9da3 + 4b34e3b commit ed75ef9

File tree

1 file changed

+3
-2
lines changed
  • packages/ppx_inline_test_nobase/ppx_inline_test_nobase.v0.17.0

1 file changed

+3
-2
lines changed

packages/ppx_inline_test_nobase/ppx_inline_test_nobase.v0.17.0/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ depends: [
1414
"dune" {>= "3.11.0"}
1515
"ppxlib" {>= "0.28.0"}
1616
"mtime" { >= "2" }
17-
"sexplib0" {>= "v0.17" & < "v0.18"}
17+
"sexplib0" {>= "v0.16" & < "v0.18"}
1818
]
1919
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)"
2121
description: "
2222
Part of the Jane Street's PPX rewriters collection.
2323
"
@@ -27,3 +27,4 @@ src: "https://github.com/Kakadu/ppx_inline_test_nobase/archive/refs/tags/v0.17+n
2727
checksum: "sha256=325d06a56355e2ad500bf1fb3ddbae8aabb9e9d00713a453bd3da7235bf0ed36"
2828
}
2929
x-maintenance-intent: [ "(latest)" ]
30+

0 commit comments

Comments
 (0)