Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/ekmett/graphs

Last synced: about 2 hours ago

Repository metadata:

a monadic graph library


Owner metadata:


Committers metadata

Last synced: about 5 hours ago

Total Commits: 96
Total Committers: 5
Avg Commits per committer: 19.2
Development Distribution Score (DDS): 0.469

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Edward Kmett e****t@g****m 51
Ryan Scott r****t@g****m 31
Jeffrey Rosenbluth j****h@g****m 10
Harendra Kumar h****r@g****m 2
Sergiu Ivanov u****b@g****m 2

Issue and Pull Request metadata

Last synced: about 2 hours ago


Package metadata

hackage: graphs

A "not-very-Haskelly" API for calculating traversals of graphs that may be too large to fit into memory. The algorithms included are inspired by the visitor concept of the Boost Graph Library. Here is a very simple example of how we might execute a depth-first-search. In this case the visitor simply collects the edges and vertices in the order that the corresponding functions get called. After the necessary imports, create an adjacency list where the vertices are labeled with integers.

  • Homepage: http://github.com/ekmett/graphs
  • Licenses: BSD-3-Clause
  • Latest release: 0.7.2 (published over 2 years ago)
  • Last Synced: 2024-11-09T02:01:25.468Z (1 day ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 262
  • Downloads: 14,907 Total
  • Rankings:
    • Dependent repos count: 1.582%
    • Downloads: 10.167%
    • Average: 11.337%
    • Stargazers count: 12.585%
    • Forks count: 13.077%
    • Dependent packages count: 19.271%
  • Maintainers (2)

Dependencies

.github/workflows/haskell-ci.yml actions
  • actions/cache/restore v3 composite
  • actions/cache/save v3 composite
  • actions/checkout v3 composite
graphs.cabal hackage
  • array >=0.3 && <0.7
  • base ==4.*
  • containers >=0.3 && <0.8
  • semigroups >=0.16 && <1
  • transformers >=0.2.2 && <0.7
  • transformers-compat >=0.3 && <1
  • void >=0.5.5.1 && <1