luka: Simple ObjectiveC runtime binding

[ bsd3, language, library ] [ Propose Tags ]

Simple ObjectiveC runtime binding


[Skip to Readme]

Modules

[Last Documentation]

  • Language
    • ObjectiveC
      • Language.ObjectiveC.Luka
        • Language.ObjectiveC.Luka.API
        • Language.ObjectiveC.Luka.RunTime

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), bytestring, 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-08-29T13:42:02Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2421 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-24 [all 8 reports]

Readme for luka-2012.8.29

[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