Eco is an alternative package management system for Elm. The name can stand for "Elm Compiler Offline".
The idea is to have a more configurable package management system for Elm, that allows for sharing private packages.
The main use case for this is intended to be within organizations, where a software developer or team can publish a private package that applications, or other private packages, in that organization can consume. This will support transitive dependency resolution in the same way that public Elm packages do.
The main repository and source of truth will be the existing package.elm-lang.org
site.