tags:

views:

172

answers:

2

I notice there is an sbaz tool that seems to have similar functionality to the ruby gem tool but I don't see any community site like gemcutter.org / rubygems.org. Is there something like this around.

There are 1084 repositories on github with scala in them. I'm surprised I can't find some centralized package management utility. Perhaps I'm just googling the wrong keywords.

+7  A: 

The closest equivalent is probably http://scala-tools.org which maintains a Maven (ivy, sbt, etc) repository of most of the best-known packages.

Kris Nuttycombe
There's also Scala Bazaars, which is installed as part of the Scala distribution, but isn't used anywhere near as much as Maven/Ivy/sbt via scala-tools.org.
Erik Engbrecht
Sounds like a project ready to be started. I really like the self publishing aspect of ruby gems. Start a new project, push it to rubygems.org then the whole world can use it.
bradgonesurfing
+1  A: 

As Kris said, http://scala-tools.org is the closest thing so far. We're working on improving the site, and will be enabling "static project sites" shortly. There's also http://implicit.ly/ which aims to be the standard new source for published releases.

jsuereth