From aa02b5180483f9c8cfb5c688b3ce97fe9f272009 Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Wed, 10 Jun 2020 14:00:50 +0700 Subject: [PATCH] Added package vmprotect (#1509) --- packages.json | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/packages.json b/packages.json index e4d0e52..fb837ff 100644 --- a/packages.json +++ b/packages.json @@ -18216,19 +18216,31 @@ "web": "https://github.com/khchen/hashlib" }, { - "name":"alsa", - "url": "https://gitlab.com/eagledot/nim-alsa", - "method": "git", - "tags":[ - "linux", - "bindings", - "audio", - "alsa", - "sound" + "name": "alsa", + "url": "https://gitlab.com/eagledot/nim-alsa", + "method": "git", + "tags": [ + "linux", + "bindings", + "audio", + "alsa", + "sound" ], - "description": "NIM bindings for ALSA-LIB c library", - "license": "MIT", - "web": "https://gitlab.com/eagledot/nim-alsa" + "description": "NIM bindings for ALSA-LIB c library", + "license": "MIT", + "web": "https://gitlab.com/eagledot/nim-alsa" + }, + { + "name": "vmprotect", + "url": "https://github.com/ba0f3/vmprotect.nim", + "method": "git", + "tags": [ + "vmprotect", + "sdk", + "wrapper" + ], + "description": "Wrapper for VMProtect SDK", + "license": "MIT", + "web": "https://github.com/ba0f3/vmprotect.nim" } - ]