deps.dot 1.2 KB

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