Listing Externally Maintained Packages
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.
4140
Age (days ago)
4140
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sean P. DeNigris