this repo has no description

pa_ppx_regexp: pin re version on tests only

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+2 -1
packages
pa_ppx_regexp
pa_ppx_regexp.0.02
+2 -1
packages/pa_ppx_regexp/pa_ppx_regexp.0.02/opam
···
"fmt"
"pcre"
"pcre2"
-
"re" { = "1.11.0" }
+
"re" { >= "1.11.0" }
+
"re" { = "1.11.0" & with-test }
]
build: [
[make "sys"]