-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathregistry.toml
130 lines (89 loc) · 3.26 KB
/
registry.toml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[datetime]
"1.7.0" = {git="https://github.com/wavebitscientific/datetime-fortran", tag="v1.7.0"}
"latest" = {git="https://github.com/wavebitscientific/datetime-fortran"}
[dftd4]
latest.git = "https://github.com/dftd4/dftd4"
[fftpack]
"4.0.0" = {git="https://github.com/fortran-lang/fftpack", tag="v4.0.0"}
"latest" = {git="https://github.com/fortran-lang/fftpack"}
[fhash]
"0.1.0" = {git="https://github.com/LKedward/fhash", tag="v0.1.0"}
"latest" = {git="https://github.com/LKedward/fhash"}
[finterp]
"1.2.2" = {git="https://github.com/jacobwilliams/finterp", tag="1.2.2"}
"latest" = {git="https://github.com/jacobwilliams/finterp"}
[forlab]
"1.0.1" = { git="https://github.com/zoziha/forlab", tag="v1.0.1" }
"latest" = { git="https://github.com/zoziha/forlab" }
[fpm]
latest.git = "https://github.com/fortran-lang/fpm"
[functional]
"latest" = { git="https://github.com/wavebitscientific/functional-fortran" }
[iso_varying_string]
"latest" = {git="https://gitlab.com/everythingfunctional/iso_varying_string"}
[jsonff]
"latest" = {git="https://gitlab.com/everythingfunctional/jsonff"}
[M_calculator]
"latest" = {git="https://github.com/urbanjost/M_calculator"}
[M_change]
"latest" = {git="https://github.com/urbanjost/M_change"}
[M_CLI]
"latest" = {git="https://github.com/urbanjost/M_CLI"}
[M_CLI2]
"latest" = {git="https://github.com/urbanjost/M_CLI2"}
[M_color]
"latest" = {git="https://github.com/urbanjost/M_color"}
[M_draw]
"latest" = {git="https://github.com/urbanjost/M_draw"}
[M_escape]
"latest" = {git="https://github.com/urbanjost/M_escape"}
[M_history]
"latest" = {git="https://github.com/urbanjost/M_history"}
[M_io]
"latest" = {git="https://github.com/urbanjost/M_io"}
[M_kracken95]
"latest" = {git="https://github.com/urbanjost/M_kracken95"}
[M_msg]
"latest" = {git="https://github.com/urbanjost/M_msg"}
[M_pixel]
"latest" = {git="https://github.com/urbanjost/M_pixel"}
[M_process]
"latest" = {git="https://github.com/urbanjost/M_process"}
[M_strings]
"latest" = {git="https://github.com/urbanjost/M_strings"}
[M_system]
"latest" = {git="https://github.com/urbanjost/M_system"}
[M_time]
"latest" = {git="https://github.com/urbanjost/M_time"}
[mctc-gcp]
latest.git = "https://github.com/grimme-lab/gcp.git"
[mctc-lib]
latest.git = "https://github.com/grimme-lab/mctc-lib.git"
[mstore]
latest.git = "https://github.com/grimme-lab/mstore.git"
[multicharge]
latest.git = "https://github.com/grimme-lab/multicharge.git"
[neural-fortran]
"latest" = { git="https://github.com/modern-fortran/neural-fortran" }
[nlopt-f]
latest.git = "https://github.com/grimme-lab/nlopt-f"
[pointsets]
"latest" = {git="https://github.com/arjenmarkus/pointsets"}
[quaff]
"latest" = {git="https://gitlab.com/everythingfunctional/quaff"}
[s-dftd3]
latest.git = "https://github.com/awvwgk/simple-dftd3.git"
[sqliteff]
"latest" = {git="https://gitlab.com/everythingfunctional/sqliteff"}
[stdlib]
"latest" = {git="https://github.com/fortran-lang/stdlib", tag="stdlib-fpm"}
[strff]
"latest" = {git="https://gitlab.com/everythingfunctional/strff"}
[tblite]
latest.git = "https://github.com/awvwgk/tblite"
[test-drive]
latest.git = "https://github.com/awvwgk/test-drive"
[toml-f]
latest.git = "https://github.com/toml-f/toml-f.git"
[vegetables]
"latest" = {git="https://gitlab.com/everythingfunctional/vegetables"}