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

https://github.com/jokade/swog

Scala wrapper generator for interop with C, C++, Objective-C, and script languages.
https://github.com/jokade/swog

c cpp interop lua objective-c scala scala-native

Last synced: 7 months ago
JSON representation

Scala wrapper generator for interop with C, C++, Objective-C, and script languages.

Awesome Lists containing this project

README

          

swog - Scala Wrapper Object Generator
=====================================

**[Documentation](http://jokade.surfice.de/swog/)**

sbt Settings
------------

### CObj support
```scala
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)

resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies += "de.surfice" %%% "swog-cobj" % "0.1.0-SNAPSHOT"