Machines for F#

Packages

NuGet

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

PM> Install-Package Hephaestus

Paket

Paket comes highly recommended as a dependency management tool for .NET projects (Hephaestus uses Paket tooling for development). Hephaestus 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, Hephaestus is written as a single file that can be directly referenced as a source file using the Paket GitHub dependencies features.