From c3af135f6c58a041c905eb5917bb2b121980db46 Mon Sep 17 00:00:00 2001 From: def Date: Mon, 4 May 2015 05:16:02 +0200 Subject: [PATCH] Add syscall --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 53cee46..43d0748 100644 --- a/packages.json +++ b/packages.json @@ -1389,5 +1389,14 @@ "description": "NES emulator using SDL2, also compiles to JavaScript with emscripten.", "license": "MPL", "web": "https://github.com/def-/nimes" + }, + { + "name": "syscall", + "url": "https://github.com/def-/nim-syscall", + "method": "git", + "tags": ["library"], + "description": "Raw system calls for Nim", + "license": "MPL", + "web": "https://github.com/def-/nim-syscall" } ]