Skip to main content

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:

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.