== Building from source === Prerequisites * [https://ocaml.org ocaml] >=4.14 * [https://opam.ocaml.org opam] 1. Checkout the code repository using [https://subversion.apache.org Subversion] {{{ #!sh svn co https://svn.laidback.moe/repo/kosuzu/trunk kosuzu cd kosuzu }}} 2. Fetch the dependencies (this will also check out `text_parse`) {{{ #!sh make deps }}} 3. Run `make` and then `make install` {{{ #!sh make make install PREFIX=$HOME/.local/bin }}} 4. Add `$HOME/.local/bin` to your `$PATH` 5. Profit(?)