blob: bed4f2fe66ca8051ad96d112cf0eb0eab45f0639 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "clue",
"version": "1.0.0",
"description": "clue is a C++03 header-only library to log messages with a severity and optional module identifier.",
"homepage": "https://github.com/martinmoene/clue",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"test": {
"description": "Build test"
}
}
}
|