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.
- Host: GitHub
- URL: https://github.com/jokade/swog
- Owner: jokade
- License: apache-2.0
- Created: 2018-01-08T15:26:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T09:52:20.000Z (about 5 years ago)
- Last Synced: 2025-03-18T18:58:00.467Z (7 months ago)
- Topics: c, cpp, interop, lua, objective-c, scala, scala-native
- Language: Scala
- Homepage: http://jokade.surfice.de/swog/
- Size: 5.99 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"