March 31, 2015
3:47 p.m.
Here's a useful snippet.. browseExternallyMaintainedPharoPackages <script> (RPackageOrganizer default packages select: [ :pkg | pkg mcPackage ifNotNil: [ :mcPkg | mcPkg remotes anySatisfy: [ :e | (MCRepositoryGroup default includes: e) not ] ] ifNil: [ false ] ]) inspect ----- Cheers, Sean -- View this message in context: http://forum.world.st/Listing-Externally-Maintained-Packages-tp4816401.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.