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

https://github.com/konn/hskk

SKK implemented in Haskell
https://github.com/konn/hskk

Last synced: about 1 month ago
JSON representation

SKK implemented in Haskell

Awesome Lists containing this project

README

        

λSKK
============
CAUTION: λSKK is currently alpha version. USE AT YOUR OWN RISK.

λSKK is (not yet) the SKK implementation for MacOS X in Haskell with FRP (ordrea) + InputMethodKit.

Build
=====
CAUTION: You need [the most rescent `language-c-inline`](https://github.com/mchakravarty/language-c-inline/tree/def179b26c104cdfa73e1e873214aa5ef600f531) from GitHub to compile.

Place S-dictionary under `data` directory before building.

```sh
$ cabal-install shake

$ ... [install most rescent language-c-inline from GitHub]

$ cabal-install --only-dependencies
$ ./Builder.hs
$ sudo cp hSKK.app /Library/Input\ Methods/
```