AugustUnderground / hnutmeg

Read NutMeg binaries in Haskell.

Home Page:https://augustunderground.github.io/hnutmeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hnutmeg

Read NutMeg data in haskell (with terrible performance).

Haddock

Usage

Just add the latest commit to extra-deps in stack.yaml

extra-deps:
  - git: https://github.com/augustunderground/hnutmeg.git
    commit: 949344642758b53572784946e388f6db8c1524fb

and hnutmeg to the dependencies in package.yaml.

dependencies:
- hnutmeg

Tests

Running

$ stack test

should produce something like the following plot in ./example.

About

Read NutMeg binaries in Haskell.

https://augustunderground.github.io/hnutmeg/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%