mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-11 07:18:23 -05:00
18 lines
350 B
JSON
Executable File
18 lines
350 B
JSON
Executable File
{
|
|
"name": "libsigcpp",
|
|
"version": "3.2.0",
|
|
"description": "Typesafe callback framework for C++",
|
|
"homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
|
|
"license": "LGPL-3.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|