Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 836 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 836 Bytes

PharoCompatibility

Build Status

Pharo compatibility for GemStone: various extensions to Gemstone/GLASS to improve its compatibility with Pharo.

  • Multilingual-TextConversion implements various text encoding algorithms
  • GsPharo-Core implements a collection of Pharo-specific methods

Installation instructions

     Metacello new
      baseline: 'PharoCompatibility';
      repository: 'github://glassdb/PharoCompatibility:master/repository';
      load: 'Core'

Note that this project depends upon the GitHub GLASS project and should be considered experimental for the time being.