-
Notifications
You must be signed in to change notification settings - Fork 99
/
fpm.toml
43 lines (36 loc) · 1.02 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
name = "fpm"
version = "0.10.1"
license = "MIT"
author = "fpm maintainers"
maintainer = ""
copyright = "2020-2023 fpm contributors"
[preprocess]
[preprocess.cpp]
macros=["FPM_RELEASE_VERSION={version}"]
[dependencies]
toml-f.git = "https://github.com/toml-f/toml-f"
toml-f.rev = "d7b892b1d074b7cfc5d75c3e0eb36ebc1f7958c1"
M_CLI2.git = "https://github.com/urbanjost/M_CLI2.git"
M_CLI2.rev = "7264878cdb1baff7323cc48596d829ccfe7751b8"
fortran-regex.git = "https://github.com/perazz/fortran-regex"
fortran-regex.tag = "1.1.2"
jonquil.git = "https://github.com/toml-f/jonquil"
jonquil.rev = "4fbd4cf34d577c0fd25e32667ee9e41bf231ece8"
fortran-shlex.git = "https://github.com/perazz/fortran-shlex"
fortran-shlex.tag = "1.0.1"
[[test]]
name = "cli-test"
source-dir = "test/cli_test"
main = "cli_test.f90"
[[test]]
name = "new-test"
source-dir = "test/new_test"
main = "new_test.f90"
[[test]]
name = "fpm-test"
source-dir = "test/fpm_test"
main = "main.f90"
[[test]]
name = "help-test"
source-dir = "test/help_test"
main = "help_test.f90"