| 1234567891011121314151617181920212223242526272829303132 |
- {
- "user": "Shiska",
- "repo": "rotations",
- "entry": "test.pwn",
- "output": "test.amx",
- "dependencies": [
- "sampctl/samp-stdlib"
- ],
- "dev_dependencies": [
- "pawn-lang/YSI-Includes"
- ],
- "builds": [
- {
- "name": "amx"
- },
- {
- "name": "lst",
- "args": [
- "-l"
- ]
- },
- {
- "name": "asm",
- "args": [
- "-a"
- ]
- }
- ],
- "runtime": {
- "mode": "y_testing"
- }
- }
|