-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.json
30 lines (30 loc) · 940 Bytes
/
project.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
{
"id": "whitespace/milankowww-rbtree",
"name": "rbtree-whitespace",
"authors": ["Milan Pikula"],
"license": "BSD-2-Clause",
"languages": ["Whitespace"],
"tags": ["programs"],
"date": "2019-02-01 01:50:01 +0100",
"spec_version": "0.3",
"source": ["https://github.com/milankowww/rbtree-whitespace"],
"submodules": [{ "path": "rbtree-whitespace", "url": "https://github.com/milankowww/rbtree-whitespace" }],
"relations": [
{ "id": "c/threeifbywhiskey-blacktime", "type": "assembly" },
{
"id": "c/threeifbywhiskey-satan",
"type": "interpreter",
"release": "https://github.com/milankowww/satan"
}
],
"whitespace": { "extension": "white" },
"assembly": { "extension": "asm" },
"programs": [
{
"path": "rbtree.asm",
"generated": "rbtree.white",
"generate": "blacktime rbtree.asm > rbtree.white"
}
],
"notes": "Runs with fork of c/threeifbywhiskey-satan"
}