luka: Simple ObjectiveC runtime binding

[ bsd3, language, library ] [ Propose Tags ]

Simple ObjectiveC runtime binding


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2012.7.7, 2012.7.7.1, 2012.8.29
Change log changelog.md
Dependencies air, base (<99), libffi [details]
License BSD-3-Clause
Author Jinjing Wang
Maintainer Jinjing Wang
Category Language
Home page https://github.com/nfjinjing/luka
Uploaded by JinjingWang at 2012-07-06T22:14:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2411 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed [all 1 reports]

Readme for luka-2012.7.7.1

[back to package description]

Luka

Simple ObjectiveC runtime binding

Tutorial

git clone $this

cabal install nemesis

pushd .

cd vendor/libffi
cabal install

popd

nemesis run

Notes

  • when used with ghci, -frameworkCocoa flag is required

License:

BSD3