aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-05-04 12:38:05 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-05-04 12:38:05 +0100
commitb4d3156a4311fa769faa4316d4ce91df94015b2d (patch)
tree5d9ac74ed9787a87a20bcf88de19bcedc698fbab
parent5b61ebefb65483c7baded7a7ac36c826be58b9f9 (diff)
parentc3af135f6c58a041c905eb5917bb2b121980db46 (diff)
downloadpackages-b4d3156a4311fa769faa4316d4ce91df94015b2d.tar.gz
packages-b4d3156a4311fa769faa4316d4ce91df94015b2d.zip
Merge pull request #150 from def-/master
Add syscall
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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"
}
]