diff options
| author | Huy Doan <me@huy.im> | 2018-07-18 15:22:27 +0700 |
|---|---|---|
| committer | Huy Doan <me@huy.im> | 2018-07-18 15:22:27 +0700 |
| commit | 29748c49092fcd6e89074cca1ee50412dcaf117f (patch) | |
| tree | 7e9f606f9bde4bcab2696edd9d6ee3c2bf23da5e | |
| parent | f42685a5e3f113ef684f0a19767d45afd85e863a (diff) | |
| download | packages-29748c49092fcd6e89074cca1ee50412dcaf117f.tar.gz packages-29748c49092fcd6e89074cca1ee50412dcaf117f.zip | |
Added package subhook
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b8a7b22..a9ec1f5 100644 --- a/packages.json +++ b/packages.json @@ -9994,5 +9994,23 @@ "description": "Nim Library for sequence (protein/nucleotide) bioinformatics", "license": "BSD-3", "web": "https://github.com/jhbadger/nimbioseq" + }, + { + "name": "subhook", + "url": "https://github.com/ba0f3/subhook.nim", + "method": "git", + "tags": [ + "hook", + "hooking", + "subhook", + "x86", + "windows", + "linux", + "unix", + "" + ], + "description": "subhook wrapper", + "license": "BSD2", + "web": "https://github.com/ba0f3/subhook.nim" } ] |
