Fubsy is a tool for efficiently building software. In concrete terms, it lets you conditionally (re)build targets from sources based on which sources have changed since the last build. Typically, targets and sources are all files in a directory tree. In theory, they can be any resource on a computer. More abstractly, Fubsy is an engine for conditional execution of actions based on the dependencies between related resources.
| Tags | Developer Tools build automation build |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | Linux Unix POSIX |
| Implementation | Go |
Recent releases


Release Notes: Incremental builds were implemented (if built with a database backend; currently only Kyoto Cabinet is supported). Fubsy can now build itself, although the build script doesn't run unit tests yet. A fubsydebug tool was added for debugging hacks that don't belong in the main interface.


Release Notes: Initial public release.