-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathcodemeta.json
More file actions
30 lines (30 loc) · 927 Bytes
/
codemeta.json
File metadata and controls
30 lines (30 loc) · 927 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-3.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/geospace-code/h5fortran",
"continuousIntegration": "https://github.com/geospace-code/h5fortran/actions",
"downloadUrl": "https://github.com/geospace-code/h5fortran/releases",
"issueTracker": "https://github.com/geospace-code/h5fortran/issues",
"name": "h5fortran",
"identifier": "10.5281/zenodo.3757269",
"description": "Lightweight object-oriented HDF5 Fortran interface",
"applicationCategory": "file I/O",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "NASA"
},
"keywords": [
"hdf5",
"object-oriented"
],
"programmingLanguage": [
"Fortran"
],
"author": [
{
"@type": "Organization",
"name": "SciVision"
}
]
}