Skip to content

Latest commit

 

History

63 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PatternBuffer

A Pharo/Smalltalk library for interacting with linked data models via contextual views.

Requirements

For Linux (Ubuntu 24.04 Recommended)

  • Pharo (13+ recommended)
  • python3-venv

Loading instructions

To load the latest development branch, open a playground window (Ctrl+O+W) and evaluate:

Metacello new baseline: 'PatternBuffer';
    repository: 'github://capsulecorplab/patternbuffer:main/src';
    load.

To load the latest release, open a playground window (Ctrl+O+W) and evaluate:

Metacello new baseline: 'PatternBuffer';
    repository: 'github://capsulecorplab/patternbuffer:v0.5.1/src';
    load.

NOTE: Evaluate by highlighting the code, then either right-click on the highlighted code and click Do it or press Ctrl+D.

About

A Pharo/Smalltalk library for interacting with linked data models via contextual views.

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages