Package Index
Being as in OpenGOAL everything is one huge global namespace, it is difficult to organize into digestible and related modules.
To solve this, a package
is simply a folder in goal_src/
. This is similar to how a language like Golang handles packages, but purely for organizational reasons.
The unknown
package is a catch-all for anything that is not associated with a file for one reason or another (likely a bug!)