File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 unix
1616 dream
1717 url_native
18+ str
1819 lwt
1920 lwt.unix
2021 nested_router_native)
Original file line number Diff line number Diff line change 3232 ; Library dependencies
3333 ( uucp ( >= 16 .0.0) )
3434 ( ppxlib ( > 0 .23.0) )
35- ( quickjs ( >= 0 .4.0 ) )
35+ ( quickjs ( >= 0 .4.1 ) )
3636 ( lwt ( >= 5 .9.2) )
3737 ( lwt_ppx ( >= 2 .1.0) )
3838 ( uri ( >= 4 .2.0) )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ let sticky : t -> bool = fun regexp -> Quickjs.RegExp.sticky regexp
3434let unicode : t -> bool = fun regexp -> Quickjs.RegExp. unicode regexp
3535let dotAll : t -> bool = fun regexp -> Quickjs.RegExp. dotall regexp
3636let lastIndex : t -> int = fun regex -> Quickjs.RegExp. lastIndex regex
37- let setLastIndex : t -> int -> unit = fun regex index -> Quickjs.RegExp. setLastIndex regex index
37+ let setLastIndex : t -> int -> unit = fun regex index -> Quickjs.RegExp. set_last_index regex index
3838
3939let exec : str:string -> t -> result option =
4040 fun ~str rex -> match Quickjs.RegExp. exec rex str with result -> Some result | exception _ -> None
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depends: [
1313 "melange" {>= "3.0.0"}
1414 "uucp" {>= "16.0.0"}
1515 "ppxlib" {> "0.23.0"}
16- "quickjs" {>= "0.4.0 "}
16+ "quickjs" {>= "0.4.1 "}
1717 "lwt" {>= "5.9.2"}
1818 "lwt_ppx" {>= "2.1.0"}
1919 "uri" {>= "4.2.0"}
You can’t perform that action at this time.
0 commit comments