aboutsummaryrefslogtreecommitdiff
path: root/assets/map.dot
blob: 90bdd99b588d24fd029e8f19c058dea0626e3072 (plain)
  1. # usage: dot -Tx11 < map.dot
  2. digraph {
  3. iki_pkg -> git_srv
  4. iki_pkg -> git_pub_iki
  5. git_pub_iki -> box_web
  6. git_srv -> siri_selfhosting
  7. build_box -> box
  8. box -> box_web
  9. box -> box_mpd
  10. box -> box_print
  11. }