aboutsummaryrefslogtreecommitdiff
path: root/fpm.toml
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-03-31 16:13:58 +0200
committerGitHub <noreply@github.com>2021-03-31 16:13:58 +0200
commitd9dc9f2ae5f196c15a7d35cddabc805c40ff86ce (patch)
tree6f61952c630b023edec391daae2747063703d489 /fpm.toml
parent5422ec57f4081bf2225f5dde5cc07999bf8010f9 (diff)
downloadfpm-d9dc9f2ae5f196c15a7d35cddabc805c40ff86ce.tar.gz
fpm-d9dc9f2ae5f196c15a7d35cddabc805c40ff86ce.zip
Phase out Haskell fpm (#420)
- remove bootstrap directory from repository - remove stack-build from CI workflow - move Fortran fpm to project root - adjust install script and bootstrap instructions
Diffstat (limited to 'fpm.toml')
-rw-r--r--fpm.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/fpm.toml b/fpm.toml
new file mode 100644
index 0000000..4bd2d96
--- /dev/null
+++ b/fpm.toml
@@ -0,0 +1,35 @@
+name = "fpm"
+version = "0.2.0"
+license = "MIT"
+author = "fpm maintainers"
+maintainer = ""
+copyright = "2020 fpm contributors"
+
+[dependencies]
+[dependencies.toml-f]
+git = "https://github.com/toml-f/toml-f"
+rev = "2f5eaba864ff630ba0c3791126a3f811b6e437f3"
+
+[dependencies.M_CLI2]
+git = "https://github.com/urbanjost/M_CLI2.git"
+rev = "e59fb2bfcf36199f1af506f937b3849180454a0f"
+
+[[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"