diff --git a/packages.json b/packages.json index c3725d6..c3311e7 100644 --- a/packages.json +++ b/packages.json @@ -28834,5 +28834,20 @@ "description": "A library of string validators and sanitizers.", "license": "MIT", "web": "https://github.com/openpeep/valido" + }, + { + "name": "elfcore", + "url": "https://github.com/patrick-skamarak/elflib", + "method": "git", + "tags": [ + "elf", + "executable", + "linking", + "format", + "binary" + ], + "description": "An elf file library for nim", + "license": "MIT", + "web": "https://github.com/patrick-skamarak/elflib" } ]