Graphs for F#

Packages

NuGet

Packages (release and pre-release) for Hekate are released via NuGet. Hekate can be installed using the NuGet Package Manager, or the NuGet Console:

PM> Install-Package Hekate

Paket

Paket comes highly recommended as a dependency management tool for .NET projects (Hekate uses Paket tooling for development). Hekate has been designed to work well with Paket, respecting semantic versioning to make the most of the strict version control and version locking capabilities that Paket provides.

Additionally, Hekate is written as a single file that can be directly referenced as a source file using the Paket GitHub dependencies features.