-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfpm.toml
33 lines (27 loc) · 803 Bytes
/
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
name = "rojff"
version = "1.0.1"
license = "MIT"
author = "Brad Richardson"
maintainer = "[email protected]"
copyright = "Copyright 2021, Brad Richardson"
[dependencies]
erloff = { git = "https://gitlab.com/everythingfunctional/erloff.git", tag = "v2.2.0" }
iso_varying_string = { git = "https://gitlab.com/everythingfunctional/iso_varying_string", tag = "v3.0.3" }
[dev-dependencies]
veggies = { git = "https://gitlab.com/everythingfunctional/veggies", tag = "v1.0.5" }
[[example]]
name="compactor"
source-dir="example/compactor"
main="main.f90"
[[example]]
name="expander"
source-dir="example/expander"
main="main.f90"
[[example]]
name="custom_types"
source-dir="example/custom_types"
main="main.f90"
[[example]]
name="get_value"
source-dir="example/get_value"
main="main.f90"