https://github.com/svenvc/pharo-ee-b9
Pharo Enterprise Edition β9
https://github.com/svenvc/pharo-ee-b9
development-environment pharo
Last synced: 15 days ago
JSON representation
Pharo Enterprise Edition β9
- Host: GitHub
- URL: https://github.com/svenvc/pharo-ee-b9
- Owner: svenvc
- License: mit
- Created: 2018-11-23T14:45:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T11:01:11.000Z (over 1 year ago)
- Last Synced: 2025-01-30T12:19:07.819Z (over 1 year ago)
- Topics: development-environment, pharo
- Language: Smalltalk
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-EE-B9
Pharo Enterprise Edition β9
[](https://github.com/svenvc/Pharo-EE-B9/actions/workflows/CI.yml)
An umbrella project that assembles various subprojects to create a rich development and deployment environment.
The following sub projects are loaded:
- NeoCSV
- NeoJSON
- ZTimestamp
- NeoConsole
- STON
- XMLParser
- XMLWriter
- ZincHTTPComponents
- Memcached
- Stamp
- P3
- IPAddressCountry
- MQTT
- Tabular
## Loading/Dependency
```smalltalk
Metacello new
baseline: 'PharoEnterpriseEditionB9';
repository: 'github://svenvc/Pharo-EE-B9';
load.
```
```smalltalk
spec baseline: 'PharoEnterpriseEditionB9' with: [ spec repository: 'github://svenvc/Pharo-EE-B9' ].
```