Skip to content

Commit 81f3898

Browse files
authored
Section on public/private dependencies (#4)
* Start section on public/private dependencies * Fix typo * Re-explain the public/private extension (not finished) * Tweaks * Add explanation of dependency provider implementation * Tweaks of the code example * Change img path for better visibility in github * Typo * Adjust explanation of seed markers * Improve explanation of PkgSeeds::Markers * Add a remark about Markers.pkgs set * Comment adjustments in get_dependencies example * Add additional remarks at the end * Actually remove the additional section
1 parent c82ed45 commit 81f3898

File tree

4 files changed

+2784
-0
lines changed

4 files changed

+2784
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [Advanced usage and limitations](./limitations/intro.md)
1212
- [Optional dependencies](./limitations/optional_deps.md)
1313
- [Allowing multiple versions of a package](./limitations/multiple_versions.md)
14+
- [Public and Private packages](./limitations/public_private.md)
1415
- [Versions in a continuous space](./limitations/continuous_versions.md)
1516
- [Pre-release versions](./limitations/prerelease_versions.md)
1617
- [Internals of the PubGrub algorithm](./internals/intro.md)

0 commit comments

Comments
 (0)