-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
29 lines (29 loc) · 994 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/scivision/rpn-calc-fortran",
"contIntegration": "https://github.com/scivision/rpn-calc-fortran/actions",
"dateModified": "2022-05-17",
"downloadUrl": "https://github.com/scivision/rpn-calc-fortran/releases",
"issueTracker": "https://github.com/scivision/rpn-calc-fortran/issues",
"name": "RPN Calculator",
"identifier": "",
"description": "Reverse Polish Notation (RPN) calculator. Over 100 functions not in standard Fortran",
"applicationCategory": "calculator",
"developmentStatus": "active",
"keywords": [
"RPN",
"calculator"
],
"programmingLanguage": [
"Fortran"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1637-6526",
"givenName": "Michael",
"familyName": "Hirsch"
}
]
}