diff options
| author | Skyforce77 <skyforce77@users.noreply.github.com> | 2015-11-26 06:18:58 +0100 |
|---|---|---|
| committer | Skyforce77 <skyforce77@users.noreply.github.com> | 2015-11-26 06:18:58 +0100 |
| commit | 8113fc92c0c45420cacb0c416b0b09e69f4ebe54 (patch) | |
| tree | c2cce2b7e50a2f65884ae54eaee2d215483a4b8a | |
| parent | e58bd1f7e844b3f92bf412b0a1d0a622b7c96e93 (diff) | |
| download | packages-8113fc92c0c45420cacb0c416b0b09e69f4ebe54.tar.gz packages-8113fc92c0c45420cacb0c416b0b09e69f4ebe54.zip | |
Added ctrulib wrapper
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index cab756f..7030029 100644 --- a/packages.json +++ b/packages.json @@ -3626,5 +3626,18 @@ "description": "Nim implementation of the Bittorrent ascii serialization protocol", "license": "Apache License 2.0", "web": "https://github.com/twist-vector/nim-bped" + }, + { + "name": "ctrulib", + "url": "https://github.com/skyforce77/ctrulib-nim.git", + "method": "git", + "tags": [ + "library", + "nintendo", + "3ds" + ], + "description": "ctrulib wrapper", + "license": "GPLv2", + "web": "https://github.com/skyforce77/ctrulib-nim" } ] |
