-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpawn.json
More file actions
36 lines (36 loc) · 757 Bytes
/
pawn.json
File metadata and controls
36 lines (36 loc) · 757 Bytes
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
{
"user": "Y-Less",
"repo": "sscanf",
"contributors": [
"Cheaterman",
"DEntisT",
"Emmet_",
"karimcambridge",
"kalacsparty",
"Kirima",
"leHeix",
"maddinat0r",
"Southclaws",
"Y_Less",
"ziggi"
],
"resources": [
{
"name": "^sscanf-(.+)-linux.tar.gz$",
"platform": "linux",
"archive": true,
"includes": ["pawno/include"],
"plugins": ["plugins/sscanf.so"]
},
{
"name": "^sscanf-(.*)-win32.zip$",
"platform": "windows",
"archive": true,
"includes": ["pawno/include"],
"plugins": ["plugins/sscanf.dll"]
}
],
"runtime": {
"plugins": ["Y-Less/sscanf"]
}
}