-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
33 lines (33 loc) · 1.16 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 Go package and command line programs for working with fdx XML files used by Screen Writing software.",
"name": "fdx",
"codeRepository": "https://github.com/rsdoiel/fdx",
"issueTracker": "https://github.com/rsdoiel/fdx/issues",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"version": "1.0.3",
"dateCreated": "2017-12-07",
"dateRelease": "2023-05-19",
"dateModified": "2024-05-20",
"releaseNotes": "Updated compiler to go 1.22, add tagging for YAML, fixed typo in mapping, changed license to GNU AFFERO GENERAL PUBLIC LICENSE",
"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"
]
}