mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 03:28:24 -05:00
17 lines
343 B
JSON
17 lines
343 B
JSON
|
{
|
||
|
"name": "boost-foreach",
|
||
|
"version": "1.79.0",
|
||
|
"description": "Boost foreach module",
|
||
|
"homepage": "https://github.com/boostorg/foreach",
|
||
|
"license": "BSL-1.0",
|
||
|
"dependencies": [
|
||
|
"boost-config",
|
||
|
"boost-core",
|
||
|
"boost-iterator",
|
||
|
"boost-mpl",
|
||
|
"boost-range",
|
||
|
"boost-type-traits",
|
||
|
"boost-vcpkg-helpers"
|
||
|
]
|
||
|
}
|