mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 06:33:10 +00:00
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:
parent
6fc2d33aec
commit
d23dab6db1
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user