LubeckFRP / lubeck

Minimal FRP library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lubeck

Lubeck front-end libraries

Build

All code is in cabal packages. There are stack builds for GHC and GHJS declared on in the .yaml files.

The Makefile invokes Stack to build/test the packages. To build everything with GHC and GHCJS, simply use make.

Requirements

  • Stack
  • NodeJS >= 5.8.0 (GHCJS build only)
  • PhantomJS >= 2.1.1 (tests only)

Install compilers using stack setup as usual.

About

Minimal FRP library

License:MIT License


Languages

Language:Haskell 87.9%Language:JavaScript 11.8%Language:Makefile 0.3%