tree: 5abcbe7c408d7fa61b3bcd867cea57867cda550f [path history] [tgz]
  1. .gitignore
  2. impl.go
  3. jni.go
  4. jni_lib.go
  5. jni_types.go
  6. jni_util.go
  7. jni_wrapper.c
  8. jni_wrapper.h
  9. lib.h
  10. main.go
  11. Makefile
  12. README.md
  13. 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.