From 8d272ce88824696971526d662f0f521b4030b114 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev <21169548+Yardanico@users.noreply.github.com> Date: Thu, 23 Jan 2020 14:22:58 +0300 Subject: [PATCH] Added package adb (#1341) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 41d9c0a..3521beb 100644 --- a/packages.json +++ b/packages.json @@ -16306,5 +16306,18 @@ "description": "A tool that watches Python files and re-runs them on change.", "license": "MIT", "web": "https://github.com/rburmorrison/pych" + }, + { + "name": "adb", + "url": "https://github.com/Yardanico/nim-adb", + "method": "git", + "tags": [ + "adb", + "protocol", + "android" + ], + "description": "ADB protocol implementation in Nim", + "license": "MIT", + "web": "https://github.com/Yardanico/nim-adb" } ]