diff options
| author | Grégoire Geis <git@gregoirege.is> | 2018-04-09 23:53:14 +0200 |
|---|---|---|
| committer | Grégoire Geis <git@gregoirege.is> | 2018-04-09 23:53:14 +0200 |
| commit | 924789057ec2f2f24114f02b959b0c57c42d0fd1 (patch) | |
| tree | e14115f38dc07da2730ed9bc7efbb4232eba06cd | |
| parent | bc89ac251f1adaaaa822cb20976bf8d11e99b83c (diff) | |
| download | packages-924789057ec2f2f24114f02b959b0c57c42d0fd1.tar.gz packages-924789057ec2f2f24114f02b959b0c57c42d0fd1.zip | |
Added 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" } ] |
