this repo has no description
0
fork

Configure Feed

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

Merge pull request #27120 from mseri/pa_ppx_regexp

pa_ppx_regexp: pin re version on tests only

authored by

Marcello Seri and committed by
GitHub
b509fed5 f1710f83

+2 -1
+2 -1
packages/pa_ppx_regexp/pa_ppx_regexp.0.02/opam
··· 29 29 "fmt" 30 30 "pcre" 31 31 "pcre2" 32 - "re" { = "1.11.0" } 32 + "re" { >= "1.11.0" } 33 + "re" { = "1.11.0" & with-test } 33 34 ] 34 35 build: [ 35 36 [make "sys"]