From 8113fc92c0c45420cacb0c416b0b09e69f4ebe54 Mon Sep 17 00:00:00 2001 From: Skyforce77 Date: Thu, 26 Nov 2015 06:18:58 +0100 Subject: [PATCH] Added ctrulib wrapper --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]