-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
52 lines (52 loc) · 1.52 KB
/
codemeta.json
File metadata and controls
52 lines (52 loc) · 1.52 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
46
47
48
49
50
51
52
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A Golang pairtree implementation.",
"releaseNotes": "Updated Go version to 1.22, updated docs, added man pages",
"name": "pairtree",
"codeRepository": "https://github.com/caltechlibrary/pairtree",
"issueTracker": "https://github.com/caltechlibrary/pairtree/issues",
"license": "https://github.com/caltechlibrary/pairtree/blob/main/LICENSE",
"version": "1.0.4",
"dateCreated": "2018-06-26",
"datePublished": "2024-08-29",
"dateModified": "2024-08-29",
"dateReleased": "2024-08-29",
"author": [
{
"@type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu",
"@id": "https://orcid.org/0000-0003-0900-6903"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/pairtree/archive/main.zip",
"keywords": [
"software",
"science"
],
"maintainer": [{
"@type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu",
"@id": "https://orcid.org/0000-0003-0900-6903"
}],
"funder": [{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}],
"programmingLanguages": [
"Go >= 1.22"
]
}