deps.dot 1.2 KB

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