Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 597 Bytes

private_packages.md

File metadata and controls

9 lines (5 loc) · 597 Bytes

Private packages

NOTE! This is not implemented yet.

Hex.pm supports private packages. A private package can not exist under the global "hexpm" repository but other repositories can also contain public packages from the "hexpm" repository.

Public packages can not depend on private packages. Private packages on the other hand can depend on other private packages if they exist in the same repository.

Unlike public packages, a private package can be re-published or completely removed from the repository. It's still recommended to follow the immutability rules of public packages though.