; cbindings.ml as the top-level file ; building a shared library because we are relying on pthread and we cannot ; combine static pthread with dynamic libc (executable (name cbindings) (modes object)) ; Standalone binary ; TODO: split with core module ;(executable ; (name main.ml) ; (libraries threads))