-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathfpm.toml
More file actions
31 lines (25 loc) · 685 Bytes
/
fpm.toml
File metadata and controls
31 lines (25 loc) · 685 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
29
30
31
name = "VTKFortran"
version = "2.0.3"
author = "Stefano Zaghi"
copyright = "Copyright © 2022, Stefano Zaghi"
license = "Multiple licenses"
description = "pure Fortran VTK (XML) API"
maintainer = "Stefano Zaghi"
homepage = "https://github.com/szaghi/VTKFortran"
[library]
source-dir = "src/lib"
[install]
library = true
[dependencies]
[dependencies.FoXy]
git = "https://github.com/Fortran-FOSS-Programmers/FoXy"
branch = "master"
[dependencies.PENF]
git = "https://github.com/szaghi/PENF"
branch = "master"
[dependencies.BeFoR64]
git = "https://github.com/szaghi/BeFoR64"
branch = "master"
[dependencies.StringiFor]
git = "https://github.com/szaghi/StringiFor"
branch = "master"