-
Notifications
You must be signed in to change notification settings - Fork 133
/
codemeta.json
92 lines (92 loc) · 3.15 KB
/
codemeta.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "udocker",
"name": "udocker",
"version": "1.3.17",
"description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges",
"license": "Apache Software License 2.0, OSI Approved :: Apache Software License",
"author": [
{
"@type": "Person",
"givenName": "Jorge",
"familyName": "Gomes",
"@id": "https://orcid.org/0000-0002-9142-2596",
"email": "[email protected]"
}
],
"audience": [
{
"@type": "Audience",
"audienceType": "Developers"
},
{
"@type": "Audience",
"audienceType": "End Users/Desktop"
},
{
"@type": "Audience",
"audienceType": "Science/Research"
}
],
"provider": {
"@id": "https://pypi.org",
"@type": "Organization",
"name": "The Python Package Index",
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"url": "https://github.com/indigo-dc/udocker",
"keywords": "Linux containers,HPC on cloud,Virtualization",
"developmentStatus": "5 - Production/Stable",
"programmingLanguage": "Python 2, Python 2.7, Python 3, Python 3.6, Python 3.7, Python 3.8, Python 3.9, Python 3.10, Python 3.11",
"applicationCategory": "System, Utilities",
"codeRepository": "https://github.com/indigo-dc/udocker",
"releaseNotes": "https://github.com/indigo-dc/udocker/blob/master/changelog",
"citation": "https://doi.org/10.1016/j.cpc.2018.05.021",
"contributor": [
{
"@type": "Person",
"givenName": "Mario",
"familyName": "David",
"@id": "https://orcid.org/0000-0003-1802-5356",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Samuel",
"familyName": "Bernardo",
"@id": "https://orcid.org/0000-0002-6175-4012",
"email": "[email protected]"
}
],
"copyrightHolder": "LIP",
"copyrightYear": 2016,
"creator": [
{
"@type": "Person",
"givenName": "Jorge",
"familyName": "Gomes",
"@id": "https://orcid.org/0000-0002-9142-2596",
"email": "[email protected]"
}
],
"dateCreated": "2021-05-26",
"affiliation": "LIP Lisbon",
"maintainer": [
{
"@type": "Person",
"givenName": "Jorge",
"familyName": "Gomes",
"@id": "https://orcid.org/0000-0002-9142-2596",
"email": "[email protected]"
}
],
"contIntegration": "https://jenkins.eosc-synergy.eu/job/indigo-dc/job/udocker/job/master/",
"buildInstructions": "https://https://github.com/indigo-dc/udocker/blob/master/docs/installation_manual.md#3-source-code-and-build",
"referencePublication": "https://doi.org/10.1016/j.cpc.2018.05.021",
"readme": "https://github.com/indigo-dc/udocker/blob/master/README.md"
}