-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfpm.toml
More file actions
27 lines (22 loc) · 697 Bytes
/
fpm.toml
File metadata and controls
27 lines (22 loc) · 697 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
name = "fassert"
version = "0.5.0"
license = "MIT"
author = "Tomohiro Degawa"
maintainer = "degawa.tomohiro@gmail.com"
copyright = "Copyright 2023, Tomohiro Degawa"
[build]
auto-executables = false
auto-tests = true
auto-examples = true
[install]
library = true
[preprocess]
[preprocess.cpp]
[dependencies]
[dev-dependencies]
test-drive = {git = "https://github.com/fortran-lang/test-drive"}
testdrive_util = {git = "https://github.com/degawa/testdrive_util"}
newunit = {git = "https://github.com/degawa/newunit"}
enclose = {git = "https://github.com/degawa/enclose.git"}
par-funnel = {git = "https://github.com/degawa/par-funnel.git"}
strith = {git = "https://github.com/degawa/strith.git"}