Support more Package Managers in the Dependency Linker
@rspeicher and @DouweM started working on implementing support for a few package managers in gitlab-ce!4121, here's a full list of popular package managers we should consider supporting: - [x] Bundler/RubyGems (Ruby) - [x] NPM (Node/JavaScript) - [x] Composer (PHP) - [x] Maven (Java) - [x] Gradle (Java) - [x] CocoaPods (Obj-C) - [ ] Carthage (Obj-C, alternative to Cocoa Pods which has grown in popularity recently) - [x] Godep (Go) - [ ] The other Go dependency formats that exist, we have Go devs so just ask them :P - [x] Pip (Python) - [ ] Hex (Elixir) - [ ] Bower (JS) - [ ] Nuget (.NET) - [ ] Cabal (Haskell) - [ ] Cargo (Rust) - [ ] Rebar (Erlang) For examples from some of these: https://blog.versioneye.com/2014/01/15/which-programming-language-has-the-best-package-manager/
issue