I've written several packages for GNU Emacs, but they are useless outside of my company's environment. I want to be able to share the packages with other developers from my company. I also want the packages to be easily discoverable via package-list-packages
.
I think that private repository will solve my problems, but I can't find any manual on personal archives setup. As far as I understood, the Elisp info manual suggests plain directories and package-upload-file
, but I don't think it plays nicely with concurrent package updates. Are there any other options that are relatively easy to setup?