Geert wrote:
Ramon Leon wrote:
You named everything but the thing you're looking for. We have squeaksource.com, which is kind of like github, a place to share Monticello packages.
Ramon Leon http://onsmalltalk.com
As you can see I am still finding my feet here :) Amazing though, that during during my research I didn't come across http://squeaksource.com squeaksource.com myself. I actually had come across SqueakSource some time ago when I started to look at Squeak.
So, am I correct in assuming that SqueakSource was intended to replace SqueakMap and Package Universe then? Since Pharo is a fork of Squeak,
Squeaksource is the place to manage the source that makes up a project. You can also set up your own repositories (with ftp for example), much like other scm tools. SqueakMap/Universes/ and Sake/Packages are places to publish the end results of projects, for others to load. SqueakMap - is intended to be the directory of all packages, but it doesn't support dependencies. Universes - has packages with dependencies targeted for a specific version of squeak. Sake/Packages - has package definitions browseable in a standard class browser - supports dependencies - supports unloading - load current published / or latest beta code it can find hope this helps clarify our murky world Keith