-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfpm.toml
More file actions
21 lines (18 loc) · 777 Bytes
/
fpm.toml
File metadata and controls
21 lines (18 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name = "quaff"
version = "0.7.7"
license = "MIT"
author = "Brad Richardson"
maintainer = "everythingfunctional@protonmail.com"
copyright = "2020 Brad Richardson"
[dependencies]
erloff = { git = "https://gitlab.com/everythingfunctional/erloff.git", tag = "v2.1.3" }
iso_varying_string = { git = "https://gitlab.com/everythingfunctional/iso_varying_string.git", tag = "v4.0.0" }
parff = { git = "https://gitlab.com/everythingfunctional/parff.git", tag = "v4.0.1" }
strff = { git = "https://gitlab.com/everythingfunctional/strff.git", tag = "v3.1.0" }
[dev-dependencies]
quaff_asserts = { path = "quaff_asserts" }
veggies = { git = "https://gitlab.com/everythingfunctional/veggies.git", tag = "v1.0.4" }
[[example]]
name="speed_calculator"
source-dir="example"
main="main.f90"