From c60bf3e3f3ca38d53548e17f42d8243c5b6e2bcb Mon Sep 17 00:00:00 2001 From: Bruce Doan Date: Tue, 15 Sep 2015 17:10:03 +0700 Subject: [PATCH] Added package ptrace --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 4473eb5..1f29286 100644 --- a/packages.json +++ b/packages.json @@ -3240,5 +3240,21 @@ "description": "Nim wrapper around the git version control software", "license": "MIT", "web": "https://github.com/achesak/nim-gitapi" + }, + { + "name": "ptrace", + "url": "https://github.com/rgv151/ptrace.nim", + "method": "git", + "tags": [ + "ptrace", + "trace", + "process", + "syscal", + "system", + "call" + ], + "description": "ptrace wrapper for Nim", + "license": "MIT", + "web": "https://github.com/rgv151/ptrace.nim" } ]