this repo has no description
0
fork

Configure Feed

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

Merge pull request #25938 from ocaml/mseri-patch-5

re_parser needs re 1.10.0

authored by

Marcello Seri and committed by
GitHub
c61e9068 0021c035

+1 -1
+1 -1
packages/re_parser/re_parser.v0.17.0/opam
··· 14 14 "base" {>= "v0.17" & < "v0.18"} 15 15 "regex_parser_intf" {>= "v0.17" & < "v0.18"} 16 16 "dune" {>= "3.11.0"} 17 - "re" {>= "1.8.0"} 17 + "re" {>= "1.10.0"} 18 18 ] 19 19 available: arch != "arm32" & arch != "x86_32" 20 20 synopsis: "Typed parsing using regular expressions."