Skip to content
/ swog Public

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

License

Notifications You must be signed in to change notification settings

jokade/swog

Repository files navigation

swog - Scala Wrapper Object Generator

Documentation

sbt Settings

CObj support

addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)

resolvers += Resolver.sonatypeRepo("snapshots")

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