Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 626 Bytes

OpenDAL Zig Binding (WIP)

Build

To compile OpenDAL from source code, you need:

  • Zig 0.11.0 or higher

Note:

0.11.0 is not released yet. You can use master instead before the official 0.11.0 released.

# build libopendal_c (underneath call make -C ../c)
zig build libopendal_c
# build and run unit tests
zig build test --summary all

License

Apache v2.0