You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/03/21 16:05:51 UTC

[GitHub] [incubator-opendal] tisonkun commented on a diff in pull request #1205: feat: Let's try play with python

tisonkun commented on code in PR #1205:
URL: https://github.com/apache/incubator-opendal/pull/1205#discussion_r1143639874


##########
bindings/python/Cargo.toml:
##########
@@ -0,0 +1,12 @@
+[package]
+name = "opendal-python"
+version = "0.0.1"
+edition = "2021"
+
+[lib]
+name = "opendal"

Review Comment:
   Now we're building C bindings, but the name `-lopendal` is occupied by python bindings.
   
   @Xuanwo thoughts? Shall we choose one bindings to use `opendal.so` or leave every binding as `opendal_xxx.so`?



-- 
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: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org