-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
31 lines (31 loc) · 1004 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
30
31
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A golang package providing simple static http services.",
"name": "wsfn",
"codeRepository": "https://github.com/caltechlibrary/wsfn",
"issueTracker": "https://github.com/caltechlibrary/wsfn/issues",
"license": "https://data.caltech.edu/license",
"version": "0.0.11",
"dateUpdated": "2024-01-05",
"author": [
{
"@type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": "Caltech Library",
"email": "rsdoiel@caltech.edu",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/wsfn/releases",
"keywords": [
"go",
"web service"
],
"maintainer": "https://orcid.org/0000-0003-0900-6903",
"programmingLanguage": [
"Go"
]
}