-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add OCaml Binding #2757
feat: Add OCaml Binding #2757
Conversation
Woooooooooooow |
It seems that |
Maybe it's related to #2693 (comment), I think you can directly use shell command to install |
As mentioned by @oowl, we require approval from ASF Infra for this action. The action appears to be maintained by ocaml.org, which is a trustworthy source. I have submitted a ticket at https://issues.apache.org/jira/browse/INFRA-24856 and now we need to wait for their response. |
In order to package this project with ocaml's package manager opam, it seems that the files |
This is because opam will take the directory of dune-project as the root directory of the project, and copy this directory to a separate directory for compilation and packaging. If |
Yes, it's better to avoid such things from happening. Does the link |
It is not very clear at the moment, let me try to find an alternative solution to solve this problem. |
Thanks for the research. I don't think there's a block preventing us from merging this PR, so we can continue working on this binding and address any package issues later. |
Hi, setup-ocaml has been approved. Please add some new commits to have a try. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM! It's quiet intereting to see opendal on OCaml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, mostly LGTM!
Would you like to start a tracking issue for the future issues of ocaml binding?
Of course it's exciting. |
ref #2756
Added a simple OCaml binding to implement the blocking operator.