All Projects → mumez → SIXX

mumez / SIXX

Licence: other
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.

Programming Languages

smalltalk
420 projects

Projects that are alternatives of or similar to SIXX

metacello
Metacello is a package management system for Smalltalk
Stars: ✭ 79 (+464.29%)
Mutual labels:  squeak, pharo
msgpack-smalltalk
MessagePack serialization library for various Smalltalk dialects / msgpack.org[Smalltalk]
Stars: ✭ 22 (+57.14%)
Mutual labels:  squeak, pharo
RenoirSt
A DSL enabling programmatic cascading style sheet generation for Pharo Smalltalk
Stars: ✭ 19 (+35.71%)
Mutual labels:  pharo
Squot
Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Stars: ✭ 45 (+221.43%)
Mutual labels:  squeak
clap-st
Command-line argument parsing for Pharo
Stars: ✭ 27 (+92.86%)
Mutual labels:  pharo
NeoJSON
NeoJSON is an elegant and efficient standalone Smalltalk framework to read and write JSON converting to or from Smalltalk objects.
Stars: ✭ 29 (+107.14%)
Mutual labels:  pharo
MagicMouse
A webbrowser for Squeak using Chrome/Chromium. Not to be confused with a highly innovative pointing device.
Stars: ✭ 24 (+71.43%)
Mutual labels:  squeak
fari.sh
fari.sh — fresh, ready-to-hack Pharo images
Stars: ✭ 12 (-14.29%)
Mutual labels:  pharo
OpenAPI
A pharo implementation of OpenAPI 3.0.1
Stars: ✭ 20 (+42.86%)
Mutual labels:  pharo
pharo-server-tools
Tools to deploy and manage headless Pharo servers from the command line
Stars: ✭ 25 (+78.57%)
Mutual labels:  pharo
pharo-talents
No description or website provided.
Stars: ✭ 20 (+42.86%)
Mutual labels:  pharo
QualityAssistant
A live feedback code quality tool for Pharo
Stars: ✭ 17 (+21.43%)
Mutual labels:  pharo
opensmalltalk-vm
This is the VM used by Pharo
Stars: ✭ 59 (+321.43%)
Mutual labels:  pharo
themes
A repository for alternative Pharo themes
Stars: ✭ 18 (+28.57%)
Mutual labels:  pharo
Workflow
A powerful and extensible workflow management engine, written in Smalltalk
Stars: ✭ 21 (+50%)
Mutual labels:  squeak
libtensorflow-pharo-bindings
TensorFlow library bindings for Pharo
Stars: ✭ 30 (+114.29%)
Mutual labels:  pharo
pharoMaterials
various Pharo related materials
Stars: ✭ 29 (+107.14%)
Mutual labels:  pharo
Algernon-Launcher
Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It provides lightning quick access to the core functionalities (classes, methods, morphs, tests, repositories, ...) and even gives you a quick way to evaluate Smalltalk expressi…
Stars: ✭ 24 (+71.43%)
Mutual labels:  squeak
PetitParser
Petit Parser is a framework for building parsers.
Stars: ✭ 39 (+178.57%)
Mutual labels:  pharo
RSqueak
A Squeak/Smalltalk VM written in RPython.
Stars: ✭ 78 (+457.14%)
Mutual labels:  squeak

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].