-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcmake.json
More file actions
43 lines (43 loc) · 1.24 KB
/
cmake.json
File metadata and controls
43 lines (43 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/cmake",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"type": "@id"
},
"description": "Cross-platform build system generator that simplifies the build process for research software across different operating systems and compilers, improving software portability and maintainability.",
"hasQualityDimension": [
{
"@id": "dim:maintainability",
"@type": "@id"
},
{
"@id": "dim:compatibility",
"@type": "@id"
}
],
"howToUse": ["command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/BSD-3-Clause",
"name": "CMake",
"url": "https://cmake.org/",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/requirements_specified",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_and_mistakes",
"@type": "@id"
}
]
}