name = "fgof-devloop" version = "0.1.0" license = "MIT" author = "FortranGoingOnForty" maintainer = "FortranGoingOnForty" copyright = "2026" description = "Watch-driven development loop helpers for modern Fortran tools" [build] auto-executables = false auto-tests = true auto-examples = true [install] library = true [fortran] implicit-typing = false implicit-external = false source-form = "free" [dependencies] fgof-jobs = { git = "https://github.com/FortranGoingOnForty/fgof-jobs.git", tag = "v0.1.0" } fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", tag = "v0.1.1" } fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" }