TOML · 483 bytes Raw Blame History
1 name = "fgof-cache"
2 version = "0.1.0"
3 license = "MIT"
4 author = "FortranGoingOnForty"
5 maintainer = "FortranGoingOnForty"
6 copyright = "2026"
7 description = "Disk cache helpers for modern Fortran"
8
9 [build]
10 auto-executables = false
11 auto-tests = true
12 auto-examples = true
13
14 [install]
15 library = true
16
17 [fortran]
18 implicit-typing = false
19 implicit-external = false
20 source-form = "free"
21
22 [dependencies]
23 fgof-temp = { git = "https://github.com/FortranGoingOnForty/fgof-temp.git", tag = "v0.1.0" }