17 lines
379 B
JSON
Executable file
17 lines
379 B
JSON
Executable file
{
|
|
"name": "elfio",
|
|
"version": "3.10",
|
|
"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
|
|
}
|
|
]
|
|
}
|