-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfpm.toml
65 lines (53 loc) · 1.16 KB
/
fpm.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
name = "forcompile"
version = "VERSION"
author = "Seyed Ali Ghasemi"
maintainer = "info@gha3mi.com"
copyright = "Copyright (c) 2023, Seyed Ali Ghasemi"
license = "LICENSE"
[build]
auto-executables = false
auto-tests = false
auto-examples = false
module-naming = false
[install]
library = true
[fortran]
implicit-typing = false
implicit-external = false
source-form = "free"
[dependencies]
http = { git = "https://github.com/fortran-lang/http-client.git" }
stdlib = "*"
json-fortran = { git = "https://github.com/jacobwilliams/json-fortran" }
[[test]]
name = "test1"
source-dir = "test"
main = "test1.f90"
[[test]]
name = "test2"
source-dir = "test"
main = "test2.f90"
[[test]]
name = "test3"
source-dir = "test"
main = "test3.f90"
[[test]]
name = "test4"
source-dir = "test"
main = "test4.f90"
[[test]]
name = "test5"
source-dir = "test"
main = "test5.f90"
[[test]]
name = "test6"
source-dir = "test"
main = "test6.f90"
[[test]]
name = "test7"
source-dir = "test"
main = "test7.f90"
[[test]]
name = "test8"
source-dir = "test"
main = "test8.f90"