strict digraph "Subgraph of ()" {
	node [label="\N"];
	edje	 [color=black,
		fillcolor=green,
		label="edje\nage: 21/10\n",
		shape=box,
		style=filled];
	ecore	 [color=red,
		fillcolor=green,
		label="ecore\nage: 15/10\n",
		shape=box,
		style="filled,bold,dashed"];
	edje -> ecore;
	edbus	 [color=black,
		fillcolor=green,
		label="edbus\nage: 21/10\n",
		shape=box,
		style=filled];
	edbus -> ecore;
	e17	 [color=black,
		fillcolor=orange,
		label="e17\nage: 9/10\n",
		shape=box,
		style=filled];
	e17 -> ecore;
	efreet	 [color=black,
		fillcolor=green,
		label="efreet\nage: 21/10\n",
		shape=box,
		style=filled];
	e17 -> efreet;
	e17 -> edbus;
	e17 -> edje;
	efreet -> ecore;
	"dbus-c++"	 [color=red,
		fillcolor=orange,
		label="dbus-c++\nage: 4/10\n",
		shape=box,
		style="filled,bold,dashed"];
	"dbus-c++" -> ecore;
}
