Xuanwo commented on issue #4057:
URL: https://github.com/apache/opendal/issues/4057#issuecomment-1951324827

   I plan to release file like 
   
[apache-opendal-bindings-ocaml-0.0.0+core.0.44.2-src.tar.gz](https://github.com/apache/opendal/files/14322600/apache-opendal-bindings-ocaml-0.0.0%2Bcore.0.44.2-src.tar.gz)
   
   Maybe we can perform some actions inside `opam` to make it work?
   
   Like 
[libwasmer](https://github.com/ocaml/opam-repository/blob/8b5a0a33b8f5dece20002390a216098b22c080d5/packages/libwasmer/libwasmer.3.0.0~beta/opam#L36):
   
   ```opam
   build: [
        ["mkdir" ".cargo"]
        ["mv" "config.toml" ".cargo"]
        ["sh" "-c" "gunzip vendor.tar.gz && tar xf vendor.tar"]
        [make "build-capi"]
        [make "package-capi"]
        ["cp" "package/lib/libwasmer.dylib" "package/lib/libwasmer.so"] {os = 
"macos"}
   ]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to