Add package googleTranslate (#2450)

* Moved all my repos to my own git server; Added `checkif` package

* Added package googleTranslate

Co-authored-by: Miran <narimiran@disroot.org>
This commit is contained in:
Thiago 2023-01-07 03:30:54 +00:00 committed by GitHub
parent 6fc2d33aec
commit d23dab6db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,9 @@
"name": "nimcorpora",
"url": "https://github.com/neroist/nimcorpora",
"method": "git",
"tags": ["corpora"],
"tags": [
"corpora"
],
"description": "A Nim interface for Darius Kazemi's Corpora Project",
"license": "0BSD",
"web": "https://github.com/neroist/nimcorpora",
@ -26533,8 +26535,11 @@
"name": "capstone",
"url": "https://github.com/hdbg/capstone-nim",
"method": "git",
"tags": ["wrapper", "disasm"],
"description":"Capstone3 high-level wrapper",
"tags": [
"wrapper",
"disasm"
],
"description": "Capstone3 high-level wrapper",
"license": "MIT"
},
{
@ -28406,5 +28411,20 @@
"description": "Pure Nim PE parsing library",
"license": "MIT",
"web": "https://github.com/hdbg/pape"
},
{
"name": "googleTranslate",
"url": "https://git.ozzuu.com/thisago/googleTranslate",
"method": "git",
"tags": [
"translate",
"library",
"batchexecute",
"googleTranslator",
"google"
],
"description": "A simple Google Translate implementation",
"license": "MIT",
"web": "https://git.ozzuu.com/thisago/googleTranslate"
}
]