Skip to content

mumez/SIXX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIXX

SIXX is an XML serializer/deserializer written in Smalltalk. The purpose is to store and load Smalltalk objects in a portable, dialect-independent XML format.

CI

This repository is mainly for sources (Cypress format). For further info, see the main site and wiki site.

Installation using Metacello

For Squeak and Pharo users, the latest version can be installed via ConfigurationOfSIXX.

Pharo & Squeak

Metacello new
  baseline: 'SIXX';
  repository: 'github://mumez/SIXX';
  load

Squeak before version 5

Installer squeaksource
    project: 'MetacelloRepository';
    install: 'ConfigurationOfSIXX'. 
(Smalltalk at: #ConfigurationOfSIXX) load

About

SIXX is an XML serializer/deserializer written in Smalltalk. The purpose is to store and load Smalltalk objects in a portable, dialect-independent XML format.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published