diff options
| author | Bruce Doan <rgv151@gmail.com> | 2015-09-15 17:10:03 +0700 |
|---|---|---|
| committer | Bruce Doan <rgv151@gmail.com> | 2015-09-15 17:10:03 +0700 |
| commit | c60bf3e3f3ca38d53548e17f42d8243c5b6e2bcb (patch) | |
| tree | 9b8d3e60b0bc24a3f4890a8cc039fc94213693dd | |
| parent | 82f5c4e39764f5eccd3a280d2f226001b0b2cb36 (diff) | |
| download | packages-c60bf3e3f3ca38d53548e17f42d8243c5b6e2bcb.tar.gz packages-c60bf3e3f3ca38d53548e17f42d8243c5b6e2bcb.zip | |
Added package ptrace
| -rw-r--r-- | packages.json | 16 |
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" } ] |
