Added package elfcore (#2490)

This commit is contained in:
patrick-skamarak 2023-02-07 21:14:11 -05:00 committed by GitHub
parent 4496ad0470
commit 107e487a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]