mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:39:03 +08:00
16 lines
408 B
JSON
16 lines
408 B
JSON
|
{
|
||
|
"name": "log4cplus",
|
||
|
"version-string": "2.0.5",
|
||
|
"port-version": 2,
|
||
|
"description": "A simple to use C++ logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration",
|
||
|
"homepage": "https://github.com/log4cplus/log4cplus",
|
||
|
"dependencies": [
|
||
|
"catch"
|
||
|
],
|
||
|
"features": {
|
||
|
"unicode": {
|
||
|
"description": "Unicode logger"
|
||
|
}
|
||
|
}
|
||
|
}
|