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. "codec_nt" -> "codec_base"
  9. "buffer" -> "core"
  10. "py_triple" -> "triple"
  11. "codec_nt" -> "nt_parser"
  12. "graph" -> "store_mdb"
  13. "py_graph" -> "graph"
  14. "py_graph" -> "codec_nt"
  15. "triple" -> "term"
  16. "py_lsup_rdf" -> "py_namespace"
  17. "nt_parser" -> "graph"
  18. "py_graph" -> "py_triple"
  19. "term" -> "uthash"
  20. "lsup_rdf" -> "codec_nt"
  21. "term" -> "tpl"
  22. "store_htable" -> "triple"
  23. "term" -> "namespace"
  24. "buffer" -> "xxhash"
  25. "store_mdb" -> "lmdb"
  26. "profile" -> "lsup_rdf"
  27. "store_mdb" -> "triple"
  28. "py_lsup_rdf" -> "py_graph"
  29. "core" -> "lmdb"
  30. "nt_parser" -> "nt_grammar"
  31. "store_mdb" -> "store"
  32. "environment" -> "store_mdb"
  33. "graph" -> "store_htable"
  34. "py_triple" -> "py_term"
  35. "codec_base" -> "graph"
  36. "py_term" -> "term"
  37. "namespace" -> "core"
  38. "graph" -> "environment"
  39. "namespace" -> "uthash"
  40. "py_namespace" -> "namespace"
  41. "term" -> "buffer"
  42. "nt_grammar" -> "graph"
  43. "core" -> "log"
  44. "store_htable" -> "uthash"
  45. }