/swog

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

Primary LanguageScalaApache License 2.0Apache-2.0

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"