mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 03:14:03 -05:00
14 lines
259 B
JSON
Executable File
14 lines
259 B
JSON
Executable File
{
|
|
"name": "json-spirit",
|
|
"version-string": "4.1.0",
|
|
"port-version": 2,
|
|
"description": "json parser using boost library",
|
|
"dependencies": [
|
|
"boost-config",
|
|
"boost-integer",
|
|
"boost-smart-ptr",
|
|
"boost-spirit",
|
|
"boost-variant"
|
|
]
|
|
}
|