mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:39:01 +08:00
16 lines
322 B
JSON
16 lines
322 B
JSON
|
{
|
||
|
"name": "libmodman",
|
||
|
"version-string": "2.0.1",
|
||
|
"port-version": 3,
|
||
|
"description": "a simple library for managing modules",
|
||
|
"homepage": "https://code.google.com/p/libmodman",
|
||
|
"features": {
|
||
|
"tests": {
|
||
|
"description": "Build libmodman tests",
|
||
|
"dependencies": [
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|