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
- Host: GitHub
- URL: https://github.com/konn/hskk
- Owner: konn
- License: bsd-3-clause
- Created: 2014-09-22T15:09:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T16:39:34.000Z (over 10 years ago)
- Last Synced: 2025-03-24T21:38:53.654Z (about 2 months ago)
- Language: Haskell
- Size: 2.23 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```