-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
33 lines (33 loc) · 1.13 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A library and command line programs for working with FadeIn and Open Screenplay Format (osf) files.",
"name": "osf",
"codeRepository": "https://github.com/rsdoiel/osf",
"issueTracker": "https://github.com/rsdoiel/osf/issues",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"version": "0.0.8",
"createdDate": "2017-12-22",
"releaseDate": "2022-08-07",
"modifiedDate": "2024-05-20",
"releaseNotes": "Updated to Go 1.22, added YAML annotations, fixed bug in YAML mapping, updated license to AGPL 3 or later",
"author": [
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"developmentStatus": "inactive",
"keywords": [
"GitHub",
"text markup",
"screen play"
],
"maintainer": "https://orcid.org/0000-0003-0900-6903",
"programmingLanguage": [
"Go >= 1.22"
]
}