deps.dot 1.1 KB

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