Added package adb (#1341)

This commit is contained in:
Danil Yarantsev 2020-01-23 14:22:58 +03:00 committed by Miran
parent cb5f481e6e
commit 8d272ce888

View File

@ -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"
}
]