-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
45 lines (45 loc) · 1.31 KB
/
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
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://spdx.org/licenses/AGPL-3.0-or-later",
"codeRepository": "git+https://github.com/rsdoiel/skimmer",
"dateCreated": "2023-10-06",
"dateReleased": "2024-10-16",
"dateModify": "2024-10-16",
"issueTracker": "https://github.com/rsdoiel/skimmer/issues",
"name": "skimmer",
"version": "0.0.19",
"description": "No no frills feed reader. Inspired by newsboat and yarnc, based on the gofeed package by mmcdole on GitHub.",
"releaseNotes": "Proof of concept, updated dependencies.",
"developmentStatus": "concept",
"programmingLanguage": [
"go"
],
"operatingSystem": [
"Windows",
"macOS",
"Linux",
"Raspberry Pi OS"
],
"softwareRequirements": [
"Git >= 2.3",
"GNU Make >= 3.8",
"Pandoc >= 3.1",
"SQLite3 >= 3.43",
"Go >= 1.23.2"
],
"relatedLink": [
"https://github.com/mmcdole/gofeed",
"https://newsboat.org/",
"https://sqlite.org"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0900-6903",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "[email protected]"
}
]
}