Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

arnau/cactus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.