-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcodemeta.json
29 lines (29 loc) · 937 Bytes
/
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Artemis is a collection of Oberon-07 modules for use on Oberon-07 compilers are available.",
"name": "Artemis",
"codeRepository": "https://github.com/rsdoiel/Artemis",
"issueTracker": "https://github.com/rsdoiel/Artemis/issues",
"license": "https://rsdoiel.github.io/Artemis/license.html",
"version": "0.0.0",
"author": [
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"developmentStatus": "Concept",
"keywords": [
"Oberon-07",
"portable",
"Oberon-System"
],
"maintainer": "https://orcid.org/0000-0003-0900-6903",
"programmingLanguage": [
"Oberon-07"
]
}