diff --git a/packages.json b/packages.json index 4e529da..437a05f 100644 --- a/packages.json +++ b/packages.json @@ -26518,11 +26518,8 @@ "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" }, { @@ -28380,5 +28377,19 @@ "description": "An Engine.IO client library for Nim", "license": "MIT", "web": "https://github.com/samc0de/engineio" + }, + { + "name": "pape", + "url": "https://github.com/hdbg/pape", + "method": "git", + "tags": [ + "windows", + "internal", + "pe", + "parser" + ], + "description": "Pure Nim PE parsing library", + "license": "MIT", + "web": "https://github.com/hdbg/pape" } ]