-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
33 lines (33 loc) · 1.05 KB
/
codemeta.json
File metadata and controls
33 lines (33 loc) · 1.05 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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"license": {
"name": "Apache License 2.0",
"url": "https://raw.githubusercontent.com/SoftwareUnderstanding/c2t/main/LICENSE",
"identifier": "https://spdx.org/licenses/Apache-2.0",
"spdx_id": "Apache-2.0"
},
"codeRepository": "https://github.com/SoftwareUnderstanding/c2t",
"issueTracker": "https://github.com/SoftwareUnderstanding/c2t/issues",
"dateCreated": "2022-05-03",
"dateModified": "2026-02-16T11:57:39",
"downloadUrl": "https://github.com/SoftwareUnderstanding/c2t/releases",
"name": "c2t",
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "Python",
"version": "3"
}
],
"softwareRequirements": [
{
"name": "morph-kgc",
"version": "==1.6.0"
}
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/c2t/main/README.md",
"description": [
"Container to triples: a package to convert the libraries and packages inside a container into structured information"
]
}