deps.dot 965 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. digraph "source tree" {
  2. overlap=scale;
  3. size="8,10";
  4. ratio="fill";
  5. fontsize="16";
  6. fontname="Helvetica";
  7. clusterrank="local";
  8. "store_htable" -> "buffer"
  9. "store_interface" -> "environment"
  10. "graph" -> "store"
  11. "environment" -> "bootstrap"
  12. "namespace" -> "hashmap"
  13. "store_htable" -> "hashmap"
  14. "core" -> "log"
  15. "parser_ttl" -> "codec"
  16. "environment" -> "term"
  17. "parser_nt" -> "tokens_nt"
  18. "graph" -> "environment"
  19. "store" -> "store_htable"
  20. "profile" -> "lsup_rdf"
  21. "grammar_ttl" -> "codec"
  22. "store" -> "store_mdb"
  23. "codec_ttl" -> "parser_ttl"
  24. "parser_nt" -> "codec"
  25. "term" -> "tpl"
  26. "codec" -> "graph"
  27. "buffer" -> "core"
  28. "store_htable" -> "store_interface"
  29. "grammar_nt" -> "codec"
  30. "parser_ttl" -> "tokens_ttl"
  31. "lsup_rdf" -> "codec_ttl"
  32. "graph" -> "term"
  33. "term" -> "namespace"
  34. "namespace" -> "core"
  35. "codec_nt" -> "parser_nt"
  36. "store_mdb" -> "buffer"
  37. "store_mdb" -> "store_interface"
  38. "lsup_rdf" -> "codec_nt"
  39. "term" -> "buffer"
  40. }