-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
68 lines (56 loc) · 1.58 KB
/
code.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"version": "1.2.0",
"status": "Production",
"date": {
"metadataLastUpdated": "2024-01-10"
},
"downloadURL": "https://code.usgs.gov/fortran/bif/-/archive/main/bif-main.zip",
"disclaimerURL": "https://code.usgs.gov/fortran/bif/-/raw/main/DISCLAIMER.md",
"contact": {
"name": "Scott E. Boyce",
"email": "seboyce@usgs.gov",
"URL": "https://www.usgs.gov/staff-profiles/scott-boyce"
},
"repositoryURL": "https://code.usgs.gov/fortran/bif.git",
"vcs": "git",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Apache License, Version 2.0",
"URL": "https://code.usgs.gov/fortran/bif/-/raw/main/LICENSE.md"
}
]
},
"name": "Batteries Included Fortran Library (BiF-Lib)",
"description": "Fortran source files that assist in file I/O, common operations that are present in other languages, and include data types that mimic python data types (such as, list and dict).",
"organization": "U.S. Geological Survey",
"homepageURL": "https://code.usgs.gov/fortran/bif",
"laborHours": 99999,
"tags": [
"FORTRAN",
"DICTIONARY",
"HASH",
"LINKED LIST",
"GENERIC FIlE OPERATIONS",
"FILE IO",
"FILE I/O",
"TYPE CONVERSION UTILITY",
"INPUT READ UTILITY"
],
"languages": [
"English",
"FORTRAN",
"FORTRAN77",
"FORTRAN90",
"FORTRAN95",
"FORTRAN2003",
"FORTRAN2008",
"FORTRAN2018",
"batch",
"bash",
"shell"
]
}
]