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