packages feed

xdot-0.2.3: dot-examples/simple.dot

digraph graphname
{
  subgraph G0{
      a -> b -> c;
      b -> d;
  }
}