deps.dot 1.0 KB

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