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, "1.1.0"},
{applications, [gleam_json,
gleam_regexp,
gleam_stdlib,
simplifile,
xmlm,
yog]},
{description, "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"},
{modules, [yog_io,
yog_io@@main,
yog_io@gdf,
yog_io@graphml,
yog_io@json,
yog_io@leda,
yog_io@list,
yog_io@matrix,
yog_io@matrix_market,
yog_io@pajek,
yog_io@tgf]},
{registered, []}
]}.