this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27441 from Kakadu/fix-nobase

ppx_inline_test_nobase: decrease lower bound on sexplib

authored by

Marcello Seri and committed by
GitHub
ed75ef94 c1f9da3f

+3 -2
+3 -2
packages/ppx_inline_test_nobase/ppx_inline_test_nobase.v0.17.0/opam
··· 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 27 checksum: "sha256=325d06a56355e2ad500bf1fb3ddbae8aabb9e9d00713a453bd3da7235bf0ed36" 28 28 } 29 29 x-maintenance-intent: [ "(latest)" ] 30 +