-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodemeta.json
More file actions
45 lines (45 loc) · 1.5 KB
/
codemeta.json
File metadata and controls
45 lines (45 loc) · 1.5 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://caltechlibrary.github.io/cloud-init-examples/LICENSE",
"codeRepository": "https://github.com/caltechlibrary/cloud-init-examples",
"dateCreated": "2022-04-25",
"dateUpdated": "2023-05-29",
"dateModified": "2024-05-29",
"releaseNotes": "add invenio-rdm-machine.bash, updated invenio-rdm-init.yaml",
"issueTracker": "https://github.com/caltechlibrary/cloud-init-examples/issues",
"name": "cloud-init-examples",
"version": "0.0.10",
"description": "This is a collection of Bash scripts and cloud-init YAML files to be used with multipass for generating virtual machines useful for software development in libraries and archives.",
"developmentStatus": "concept",
"programmingLanguage": [
"Bash",
"YAML"
],
"runtimePlatform": [
"multipass VM"
],
"operatingSystem": [
"Ubuntu",
"macOS",
"Windows"
],
"softwareRequirements": [
"multipass",
"A rdp remote desktop viewer",
"Windows requires Windows WSL"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0900-6903",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "rsdoiel@caltech.edu",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
}
}
]
}