/cactus

Graph library

Primary LanguageReasonMIT LicenseMIT

Cactus

Cactus is a graph library in ReasonML.

Status

This is an experimental library.

  • directed graph
    • labelled edges
    • unlabelled edges
  • undirected graph

Development

Prefer yarn over npm. Check the package.json for the available tasks.

In summary,

  • yarn build builds the library,
  • yarn test tests the library,
  • yarn clean removes the build artifacts, and
  • yarn format aliases bsrefmt.

Licence

Cactus is licensed under the terms of the MIT licence. See the LICENCE file part of the Cactus repository for details.