| # Apache OpenDALâ„¢ D Binding (WIP) |
| |
| [](https://opendal.apache.org/bindings/d) |
| |
|  |
| |
| ## Build |
| |
| To compile OpenDAL d binding from source code, you need: |
| |
| - [dmd/ldc/gdc](https://dlang.org/download) |
| |
| ```bash |
| # Test a specific backend |
| export OPENDAL_TEST=memory |
| # build libopendal_c (underneath call make -C ../c) |
| dub build -b release |
| # build and run unit tests |
| dub test |
| ``` |
| |
| ## License and Trademarks |
| |
| Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation. |