diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-10 20:56:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-10 20:56:27 +0100 |
| commit | 2e5aee52aab18a3f90044cb8a96643d822e39a16 (patch) | |
| tree | e14115f38dc07da2730ed9bc7efbb4232eba06cd | |
| parent | bc89ac251f1adaaaa822cb20976bf8d11e99b83c (diff) | |
| parent | 924789057ec2f2f24114f02b959b0c57c42d0fd1 (diff) | |
| download | packages-2e5aee52aab18a3f90044cb8a96643d822e39a16.tar.gz packages-2e5aee52aab18a3f90044cb8a96643d822e39a16.zip | |
Merge pull request #701 from 6A/add-keystone2153
Add package keystone
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ba73f85..f8570d5 100644 --- a/packages.json +++ b/packages.json @@ -8901,5 +8901,21 @@ "description": "A simple interface to a running Consul agent.", "license": "BSD2", "web": "https://github.com/makingspace/nim_consul" + }, + { + "name": "keystone", + "url": "https://github.com/6A/Keystone.nim", + "method": "git", + "tags": [ + "binding", + "keystone", + "asm", + "assembler", + "x86", + "arm" + ], + "description": "Bindings to the Keystone Assembler.", + "license": "MIT", + "web": "https://github.com/6A/Keystone.nim" } ] |
