aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
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"
}
]