Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
| [Java Binding] | [![Java Binding Image]][Java Binding Link] | [![Docs Release]][Java Binding Release Docs] [![Docs Dev]][Java Binding Dev Docs] | [![Java Binding Users Image]][Java Binding Users] |
| [Lua Binding] | - | - | - |
| [Node.js Binding] | [![Node.js Binding Image]][Node.js Binding Link] | [![Docs Dev]][Node.js Binding Dev Docs] | - |
| [Ocaml Binding] | - | - | - |
| [OCaml Binding] | - | - | - |
| [PHP Binding] | - | - | - |
| [Python Binding] | [![Python Binding Image]][Python Binding Link] | [![Docs Dev]][Python Binding Dev Docs] | [![Python Binding Users Image]][Python Binding Users] |
| [Ruby Binding] | - | - | - |
Expand Down Expand Up @@ -67,7 +67,7 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
[Node.js Binding Image]: https://img.shields.io/npm/v/opendal
[Node.js Binding Link]: https://www.npmjs.com/package/opendal
[Node.js Binding Dev Docs]: https://opendal.apache.org/docs/nodejs/
[Ocaml Binding]: bindings/ocaml/README.md
[OCaml Binding]: bindings/ocaml/README.md
[PHP Binding]: bindings/php/README.md
[Python Binding]: bindings/python/README.md
[Python Binding Image]: https://img.shields.io/pypi/v/opendal
Expand Down
2 changes: 1 addition & 1 deletion bindings/ocaml/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

Refer to [DEPENDENCIES.rust.tsv](DEPENDENCIES.rust.tsv) for the full list.

## Ocaml Part Dependencies
## OCaml Part Dependencies

No extra runtime dependencies.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OpenDAL could be used as a **better** SDK for your storage services: A SDK with

OpenDAL could be used as a **super** connector for your storage services: A connector that supports all kinds of storage services from Object Storage (s3, gcs, azblob), File Storage (fs, azdls, hdfs), Consumer Cloud Storage (gdrive, onedrive), Key-Value Storage (rocksdb, sled) to Cache Storage (memcached, moka).

OpenDAL could be used as an **elegant** client for your storage services: A client with well designed API and many language bindings: [Rust](https://crates.io/crates/opendal), C, Cpp, Dotnet, Go, Haskell, [Java](https://mvnrepository.com/artifact/org.apache.opendal/opendal-java), Lua, [Node.js](https://www.npmjs.com/package/opendal), Ocaml, Php, [Python](https://pypi.org/project/opendal/), Ruby, Swift and Zig.
OpenDAL could be used as an **elegant** client for your storage services: A client with well designed API and many language bindings: [Rust](https://crates.io/crates/opendal), C, Cpp, Dotnet, Go, Haskell, [Java](https://mvnrepository.com/artifact/org.apache.opendal/opendal-java), Lua, [Node.js](https://www.npmjs.com/package/opendal), OCaml, PHP, [Python](https://pypi.org/project/opendal/), Ruby, Swift and Zig.

Need to access data? Give OpenDAL a try!

Expand Down
2 changes: 1 addition & 1 deletion website/docs/20-bindings/ocaml.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Ocaml 🚧
title: OCaml 🚧
---

import GitHubReadme from '@site/components/GitHubReadme';
Expand Down
Loading