-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
39 lines (39 loc) · 1.12 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/2.0/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"identifier": "5682a72dc61f86ae69f2841c2184d6159c0b6d5d",
"description": "Software Heritage Indexer for revisions and contents",
"name": "swh-indexer",
"isPartOf": {
"@type": "SoftwareSourceCode",
"name": "swh-environment",
"identifier": "83e766feafde91242883be1bf369ed3e6865824f"
},
"codeRepository": "https://forge.softwareheritage.org/diffusion/78/",
"issueTracker": "https://forge.softwareheritage.org/maniphest/",
"license": "https://spdx.org/licenses/GPL-3.0.html",
"version": "0.0.35",
"author": [
{
"@type": "Organization",
"name": "Software Heritage",
"url": "https://www.softwareheritage.org",
"email": "[email protected]"
}
],
"developmentStatus": "active",
"keywords": [
"indexer",
"software",
"mimetype",
"ctags",
"language",
"fossology-license",
"metadata",
"metadata-detector",
"metadata-translator"
],
"dateCreated":"2017-06-12",
"datePublished":"2017-06-12",
"programmingLanguage": "Python"
}