Skip to content

Instantly share code, notes, and snippets.

@hhzl
Last active December 10, 2015 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hhzl/4387924 to your computer and use it in GitHub Desktop.
Save hhzl/4387924 to your computer and use it in GitHub Desktop.
List of packages for Cuis 4.1 with test results

The following is a list of github repositories with packages for the Cuis Smalltalk system.

https://github.com/jvuletich/Cuis

website: http://www.jvuletich.org/Cuis/Index.html

This list has been copied to https://github.com/jvuletich/Cuis/ and is maintained there.

List of packages which load fine into Cuis 4.1

Other packages practically tested

Not yet tested

Installation scripts

"To install Cypress, assuming the package files are in 'cuis-cypress-master'
in a subdirectory of the working directory"

#( 
 'cuis-cypress-master\Cypress-Definitions.pck'
 'cuis-cypress-master\Cypress-Structure.pck'
 'cuis-cypress-master\Cypress-Mocks.pck'
 'cuis-cypress-master\Cypress-Tests.pck'
)  
   do: 
    [ :fileName | CodeFileBrowser installPackage:
                      (FileStream concreteStream readOnlyFileNamed: fileName)
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment