Skip to content

Commit

Permalink
shekspir55's json parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
norayr committed Jan 20, 2022
1 parent 3c3efbf commit 93f5747
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions skprJson.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"Package": "skprJson",
"Author": "shekspir55",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/skprJson",
"tag" : "0.1"
},
"Dependencies":
{
"lists": "0.1"
},
"Build":
{
"voc -s": "src/skprCharStack.Mod",
"voc -s": "src/skprJson.Mod"
}
}

0 comments on commit 93f5747

Please sign in to comment.