-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfpm.toml
More file actions
29 lines (25 loc) · 776 Bytes
/
fpm.toml
File metadata and controls
29 lines (25 loc) · 776 Bytes
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
# TOML file for fpm as described at https://fpm.fortran-lang.org/en/spec/manifest.html
name = "M_datapac"
version = "0.1.0"
license = "MIT"
author = "John S. Urban"
maintainer = "urbanjost@comcast.net"
copyright = "Copyright 2022, John S. Urban"
description = "DATAPAC statistics from NIST"
categories = ["statistics"]
keywords = ["fortran", "statistics"]
homepage = "https://github.com/urbanjost/M_datapac.git"
[install]
library=true
[build]
auto-executables = true
auto-tests = true
auto-examples = true
module-naming = true
[[test]]
name="test_suite"
source-dir="test"
main="test_suite_M_datapac.f90"
[test.dependencies]
M_framework = { git = "https://github.com/urbanjost/M_framework.git" }
#M_framework = {namespace = "GPF"}