-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add dependencies list for all packages
Signed-off-by: Xuanwo <[email protected]>
- Loading branch information
Showing
50 changed files
with
5,533 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# OpenDAL Dependencies | ||
|
||
Please visit every package's `DEPENDENCIES.md` for a full list of dependencies. | ||
|
||
## Notes | ||
|
||
- `ring` has complex licenses that can't be detected by `cargo deny` correctly. We can use it as `ISC AND MIT AND OpenSSL`. | ||
- Some packages like `binding/golang` replies on opendal c library only, so they don't have other extra runtime dependencies. | ||
|
||
## Check | ||
|
||
To check and generate dependencies list of any package of opendal, please run: | ||
|
||
```bash | ||
python ./scripts/dependencies.py | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Dependencies | ||
|
||
Refer to [DEPENDENCIES.rust.csv](./DEPENDENCIES.rust.csv) for full list. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Dependencies | ||
|
||
Refer to [DEPENDENCIES.rust.csv](./DEPENDENCIES.rust.csv) for full list. |
Oops, something went wrong.