TOML · 393 bytes Raw Blame History
1 name = "fgof-watch"
2 version = "0.1.0"
3 license = "MIT"
4 author = "FortranGoingOnForty"
5 maintainer = "FortranGoingOnForty"
6 copyright = "2026"
7 description = "Portable file watching helpers for modern Fortran tools"
8
9 [build]
10 auto-executables = false
11 auto-tests = true
12 auto-examples = false
13
14 [install]
15 library = true
16
17 [fortran]
18 implicit-typing = false
19 implicit-external = false
20 source-form = "free"