packages feed

haskell-igraph-0.4.0: include/haskell_igraph.h

#ifndef HASKELL_IGRAPH
#define HASKELL_IGRAPH

#include <igraph/igraph.h>

void haskelligraph_init();

#endif