Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit ab796fc

Browse files
author
R. S. Doiel
committed
v0.0.3 release prep
1 parent fb1ce03 commit ab796fc

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

codemeta.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"description": "A go package and demo for working with RSS v2 XML",
5+
"name": "rss2",
6+
"codeRepository": "https://github.com/caltechlibrary/rss2",
7+
"issueTracker": "https://github.com/caltechlibrary/rss2/issues",
8+
"license": "https://caltechlibrary/rss2/LICENSE",
9+
"version": "0.0.3",
10+
"author": [
11+
{
12+
"@type": "Person",
13+
"givenName": "Robert",
14+
"familyName": "Doiel",
15+
"affiliation": "Caltech Library",
16+
"email": "rsdoiel@library.caltech.edu",
17+
"@id": "https://orcid.org/0000-0003-0900-6903"
18+
}
19+
],
20+
"developmentStatus": "active",
21+
"downloadUrl": "https://github.com/caltechlibrary/rss2/releases",
22+
"keywords": [
23+
"rss2"
24+
],
25+
"maintainer": "https://orcid.org/0000-0003-0900-6903",
26+
"programmingLanguage": [
27+
"Go"
28+
]
29+
}

0 commit comments

Comments
 (0)