# Functions
NewSpecSource creates a SpecSource with the given name.
# Structs
Crew is a simple collection of Machines.
Machine is a triple: id, core.Spec, and core.State.
SpecSource aspires to hold the origin of a specification.
# Interfaces
SpecProvider can FindSpec given a SpecSource.