This repository contains the source code to generate the sequence diagrams presented in oar3 documentation. The diagrams are written in plantuml's DSL, and generated by it.
The easiest way to build the diagrams is by using nix:
- Either build directly the diagrams with
nix build
- Or, enter into a
nix shell
containing plantuml to build the diagrams manually (plantuml diag.pu
)