From 924789057ec2f2f24114f02b959b0c57c42d0fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Geis?= Date: Mon, 9 Apr 2018 23:53:14 +0200 Subject: [PATCH] Added package keystone --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ]