diff --git a/packages.json b/packages.json index f8c3c7e..d86574c 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]