blob: 90bdd99b588d24fd029e8f19c058dea0626e3072 (
plain)
- # usage: dot -Tx11 < map.dot
- digraph {
- iki_pkg -> git_srv
- iki_pkg -> git_pub_iki
- git_pub_iki -> box_web
- git_srv -> siri_selfhosting
- build_box -> box
- box -> box_web
- box -> box_mpd
- box -> box_print
- }
|