-
Notifications
You must be signed in to change notification settings - Fork 5
/
regex.json
37 lines (37 loc) · 1.07 KB
/
regex.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"owner": "asg017",
"name": "regex",
"version": "v0.2.3",
"repository": "https://github.com/asg017/sqlite-regex",
"authors": ["Alex Garcia"],
"license": "MIT",
"description": "Fast and performant regular expressions.",
"keywords": ["sqlite-regex"],
"symbols": [
"regex_capture",
"regex_captures",
"regex_debug",
"regex_find_all",
"regex_find",
"regex_print",
"regex_replace_all",
"regex_replace",
"regex_split",
"regex_valid",
"regex_version",
"regex",
"regexp",
"regexset_is_match",
"regexset_matches",
"regexset_print",
"regexset"
],
"assets": {
"files": {
"darwin-amd64": "sqlite-regex-{version}-loadable-macos-x86_64.tar.gz",
"darwin-arm64": "sqlite-regex-{version}-loadable-macos-aarch64.tar.gz",
"linux-amd64": "sqlite-regex-{version}-loadable-linux-x86_64.tar.gz",
"windows-amd64": "sqlite-regex-{version}-loadable-windows-x86_64.zip"
}
}
}