Skip to content
/ swog Public
forked from jokade/swog

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

License

Notifications You must be signed in to change notification settings

czcollier/swog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 96.3%
  • Java 1.4%
  • C 1.2%
  • Python 0.4%
  • Makefile 0.3%
  • Shell 0.3%
  • Objective-C 0.1%