vcpkg/ports/elfio/vcpkg.json
Jia Yue Hua 3dd5c26d4d
[elfio] update to 3.12 (#34129)
* [elfio] update to 3.12

* [elfio] update to 3.12
2023-09-28 23:40:24 -07:00

18 lines
379 B
JSON

{
"name": "elfio",
"version": "3.12",
"description": "A header-only C++ library intended for reading and generating files in the ELF binary format.",
"homepage": "https://github.com/serge1/ELFIO",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}