forked from wspace/corpus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
33 lines (33 loc) · 994 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
31
32
33
{
"id": "haskell/haroldl-whitespace-nd",
"name": "whitespace-nd",
"authors": ["Harold Lee", "Edwin Brady"],
"license": "GPL-2.0-or-later",
"languages": ["Haskell"],
"tags": ["interpreter"],
"date": "2011-03-10 11:26:53 -0800",
"spec_version": "0.3",
"source": [
"https://github.com/haroldl/whitespace-nd",
"https://web.archive.org/web/20130926165457/http://compsoc.dur.ac.uk:80/archives/whitespace/2011-March/000080.html",
"https://harold.hotelling.net/shuffle.html"
],
"packages": [
{
"name": "whitespace",
"manager": "Hackage",
"url": "https://hackage.haskell.org/package/whitespace"
}
],
"relations": [{ "id": "haskell/edwinb-wspace-0.3", "type": "fork" }],
"whitespace": { "nonstandard": [{ "name": "shuffle", "seq": "STTS" }] },
"commands": [
{
"type": "interpreter",
"bin": "wspace",
"build": "make",
"build_errors": "Needs changes for latest Haskell",
"usage": "$0 <file>"
}
]
}