mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "elfio",
|
|
"version": "3.11",
|
|
"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
|
|
}
|
|
]
|
|
}
|