Skip to content

Commit d2dd949

Browse files
authored
fix(deps): add missing deps lrexlib-pcre for rockspec (#76)
1 parent 177f568 commit d2dd949

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Running the tests:
3232
The project references the pcre regular library.
3333

3434
If you were using the LuaJIT of OpenResty, it will use the built-in `ngx.re.find` automatically.
35-
But if you are using Lua 5.2, 5.3 or LuaJIT 2.1 beta, you will need to install `lrexlib-pcre`.
35+
But if you are using Lua 5.2, 5.3 or LuaJIT 2.1 beta, it will use `lrexlib-pcre` instead.
3636

3737
In addition, the project also relies on the `net_url` library, which you need to install anyway.
3838

rockspec/jsonschema-master-0.rockspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Base on https://github.com/jdesgats/ljsonschema .
2020

2121
dependencies = {
2222
"net-url",
23+
"lrexlib-pcre = 2.9.1-1",
2324
}
2425

2526
build = {

0 commit comments

Comments
 (0)