Cactus is a graph library in ReasonML.
This is an experimental library.
- directed graph
- labelled edges
- unlabelled edges
- undirected graph
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, andyarn format
aliasesbsrefmt
.
Cactus is licensed under the terms of the MIT licence. See the LICENCE file part of the Cactus repository for details.