-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
30 lines (30 loc) · 1013 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "shorthand is a Go package for doing simple text replacement and expansion. It works as a naive macro language.",
"name": "shorthand",
"codeRepository": "https://github.com/rsdoiel/shorthand",
"issueTracker": "https://github.com/rsdoiel/shorthand/issues",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"releaseNotes": "License update to AGPL 3 or later",
"version": "0.2.2",
"author": [
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"email": "rsdoiel@gmail.com",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"developmentStatus": "active",
"keywords": [
"text markup",
"text expansion",
"text macros"
],
"maintainer": "https://orcid.org/0000-0003-0900-6903",
"programmingLanguage": [
"Go"
]
}