tree: 146c4c652a2b2b237740cd21e8bb2083f3a19983 [path history] [tgz]
  1. .gitignore
  2. impl.go
  3. jni.go
  4. jni_wrapper.c
  5. jni_wrapper.h
  6. lib.h
  7. main.go
  8. Makefile
  9. README.md
  10. types.go
services/syncbase/bridge/cgo/README.md

Syncbase cgo bridge

The Syncbase cgo bridge exposes a C API to Syncbase. It's intended to be used on iOS (Swift) and Android (Java), and perhaps elsewhere as well.

For the time being, we provide a Makefile to build C archives for all target platforms. Eventually, we'll integrate C archive compilation with the jiri tool.