https://github.com/xyncro/hekate
Graphs for F#
https://github.com/xyncro/hekate
Last synced: 3 months ago
JSON representation
Graphs for F#
- Host: GitHub
- URL: https://github.com/xyncro/hekate
- Owner: xyncro
- License: mit
- Created: 2015-01-29T17:07:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T13:58:25.000Z (about 7 years ago)
- Last Synced: 2024-05-17T15:34:23.200Z (over 1 year ago)
- Language: F#
- Homepage: https://xyncro.tech/hekate
- Size: 90.8 KB
- Stars: 54
- Watchers: 11
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-functional-programming - **hekate** - Purely Functional Graphs for F#
- awesome-functional-programming - **hekate** - Purely Functional Graphs for F#
README
# Hekate
[](https://gitter.im/xyncro/hekate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](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