tree: 6a4702f03e56a8a432931220954bdee15893f350 [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.