An open API service indexing awesome lists of open source software.

https://github.com/xyncro/hekate

Graphs for F#
https://github.com/xyncro/hekate

Last synced: 3 months ago
JSON representation

Graphs for F#

Awesome Lists containing this project

README

          

# Hekate

[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/xyncro/hekate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build](https://ci.appveyor.com/api/projects/status/4pypj5i49q2hhcul?svg=true)](https://ci.appveyor.com/project/xyncro/hekate)

## What is Hekate?

[Hekate][hekate] is a Graph library for F#, similar to the Haskell FGL package. See the dedicated [Hekate Site][hekate] for more information.

## Installation

Hekate can be installed from [NuGet](https://www.nuget.org/packages/hekate "Hekate on NuGet"). Using the Package Manager Console:

```batch
PM> Install-Package Hekate
```

## License

Hekate is under the MIT license.

[hekate]: https://xyncro.tech/hekate