TOML · 704 bytes Raw Blame History
1 name = "fgof-devloop"
2 version = "0.1.0"
3 license = "MIT"
4 author = "FortranGoingOnForty"
5 maintainer = "FortranGoingOnForty"
6 copyright = "2026"
7 description = "Watch-driven development loop helpers for modern Fortran tools"
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-jobs = { git = "https://github.com/FortranGoingOnForty/fgof-jobs.git", tag = "v0.1.0" }
24 fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", tag = "v0.1.1" }
25 fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" }