1. 17
  1.  

  2. 4

    This is a good start with many missing pieces. Haskell section should discuss Stack, for example.

    1. 1

      Also Bundler for Ruby, the lessons from which heavily influenced the design of Cargo (it was made by the same creators). Could also add NPM?

    2. 2

      PHP has a decent package manager and a “default” package repository since cca 2013.

      1. 1

        Practically speaking, I’d count depot_tools from Chromium also as something of a package/depandency-manager. Or at least it can be used as an alternative to one for some projects.