-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.json
28 lines (28 loc) · 1.3 KB
/
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
{
"id": "c/ssiegl-wsdebug",
"name": "wsdebug",
"authors": ["Stefan Siegl"],
"license": "GPL-2.0-or-later",
"languages": ["C"],
"tags": ["debugger", "interpreter", "programs"],
"date": "2004-08-25 14:25:50 +0000",
"spec_version": "0.3",
"source": [
"https://wspace.github.io/ssiegl-wsdebug/",
"https://sourceforge.net/projects/wsdebug.berlios/",
"https://web.archive.org/web/20041031040027/http://wsdebug.berlios.de:80/",
"https://github.com/BackupTheBerlios/wsdebug",
"https://github.com/BackupTheBerlios/wsdebug-devel-maillist",
"https://github.com/BackupTheBerlios/wsdebug-users-maillist",
"https://github.com/wspace/ssiegl-wsdebug",
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/ssiegl-wsdebug.sh"
],
"submodules": [{ "path": "wsdebug", "url": "https://github.com/wspace/ssiegl-wsdebug" }],
"whitespace": { "extension": "ws" },
"programs": [{ "path": "htdocs/wsbfi-1.ws", "spec_version": "0.2" }],
"commands": [
{ "type": "debugger", "bin": "wsdebug", "usage": "[--help] [<file>]" },
{ "type": "interpreter", "bin": "wsi", "usage": "[--help] <file>" }
],
"todo": "The date is from one of the earlier files in wsdebug-0.1.tar.gz, so that it is placed earlier than wspacegen. Incorporate ./configure from wsdebug-0.1.tar.gz into git."
}