Packages

Comprehensive graph file format I/O for the yog graph library - Support for GraphML, GDF, JSON (D3, Cytoscape, VisJs), TGF, LEDA, Pajek, Adjacency List/Matrix, and Matrix Market

Current section

Files

Jump to
yog_io src yog_io.app.src
Raw

src/yog_io.app.src

{application, yog_io, [
{vsn, "0.5.0"},
{applications, [gleam_regexp,
gleam_stdlib,
simplifile,
xmlm,
yog]},
{description, "Graph file format I/O for the yog graph library - GraphML and GDF support"},
{modules, [yog_io,
yog_io@@main,
yog_io@gdf,
yog_io@graphml]},
{registered, []}
]}.