https://github.com/moosetechnology/glamour
Glamour is an engine for building browsers used in the Moose analysis platform.
https://github.com/moosetechnology/glamour
pharo smalltalk
Last synced: about 1 year ago
JSON representation
Glamour is an engine for building browsers used in the Moose analysis platform.
- Host: GitHub
- URL: https://github.com/moosetechnology/glamour
- Owner: moosetechnology
- License: mit
- Created: 2018-10-03T19:25:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T12:50:48.000Z (over 7 years ago)
- Last Synced: 2025-01-14T12:30:16.497Z (over 1 year ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 17.1 MB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glamour
Glamour is an engine for building browsers used in the [Moose](http://moosetechnology.org) analysis platform.
Glamour is present by default in both Pharo 6 and Pharo 7. To update Glamour to the latest version you can use the following scripts:
*Pharo 7*
```
Metacello new
baseline: 'Glamour';
repository: 'github://moosetechnology/glamour/src';
load.
```
*Pharo 6*
```
Metacello new
baseline: 'Glamour';
repository: 'github://moosetechnology/glamour:pharo6/src';
load.
```
If you depend on Glamour in your configuration add a baseline dependency to `github://moosetechnology/glamour:pharo6/src` for *Pharo 6* and to `github://moosetechnology/glamour/src` for Pharo 7.