#+TITLE: Sparse C2 framework * Design * Goals * Setup This project uses nix flakes, so make sure to install Nix. [[Building]] is easy to do once Nix is set up, but to set up a development shell a little more work is required; run: #+BEGIN_SRC sh nix develop setup-dev-environment #+END_SRC * Building Run: #+BEGIN_SRC sh nix build #+END_SRC (this may take ages) * Architecture [[./architecture.org][Architecture]]