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 gleam.toml
Raw

gleam.toml

name = "yog_io"
version = "0.9.0"
targets = ["erlang", "javascript"]
description = "Graph file format I/O for the yog graph library - GraphML, GDF, and JSON support with multiple format presets for web visualization"
licences = ["Apache-2.0"]
repository = { type = "github", user = "code-shoily", repo = "yog_io" }
links = [{ title = "Website", href = "https://github.com/code-shoily/yog_io" }]
[dependencies]
gleam_stdlib = ">= 0.69.0 and < 1.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
simplifile = ">= 1.0.0 and < 3.0.0"
xmlm = ">= 1.0.1 and < 2.0.0"
yog = ">= 5.0.0 and < 6.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
[javascript]
typescript_declarations = true