Opspec
Opspec (portmanteau of operation specification) is a language designed to portably and fully define operations (ops).
Structure
Each op is defined as a directory.
Reference:
- {OP_DIRECTORY}
Types
Values in opspec are typed.
Reference:
Scoping
Variables in opspec are scoped to each operation. Parameters allow passing values into or out of this scope.