Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmett/graphs
a monadic graph library
https://github.com/ekmett/graphs
Last synced: 21 days ago
JSON representation
a monadic graph library
- Host: GitHub
- URL: https://github.com/ekmett/graphs
- Owner: ekmett
- License: other
- Created: 2011-01-20T10:27:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T13:33:33.000Z (about 1 year ago)
- Last Synced: 2024-09-01T00:36:47.088Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 113 KB
- Stars: 39
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
graphs
==========[![Hackage](https://img.shields.io/hackage/v/graphs.svg)](https://hackage.haskell.org/package/graphs) [![Build Status](https://github.com/ekmett/graphs/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/graphs/actions?query=workflow%3AHaskell-CI)
This provides a "not-very-Haskelly" API for calculating traversals of graphs that may be too large to fit into memory.
Contact Information
-------------------Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett