-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpixi.json
More file actions
47 lines (47 loc) · 1.28 KB
/
pixi.json
File metadata and controls
47 lines (47 loc) · 1.28 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
44
45
46
47
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/pixi",
"@type": "schema:SoftwareApplication",
"name": "pixi",
"description": "Pixi is a fast, modern, and reproducible package management tool for developers of all backgrounds. It is based on the conda ecosystem and allows creating reproducible software development environments and workflows for all platforms.",
"url": "https://pixi.prefix.dev/latest/",
"isAccessibleForFree": true,
"hasQualityDimension": [
{
"@id": "dim:compatibility",
"@type": "@id"
},
{
"@id": "dim:flexibility",
"@type": "@id"
},
{
"@id": "dim:reliability",
"@type": "@id"
},
{
"@id": "dim:sustainability",
"@type": "@id"
},
{
"@id": "dim:maintainability",
"@type": "@id"
}
],
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"howToUse": ["CI/CD", "command-line"],
"license": "https://spdx.org/licenses/BSD-3-Clause.html",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/requirements_specified",
"@type": "@id"
}
]
}