newapplesho

newapplesho /aws-sdk-smalltalk

AWS SDK for Smalltalk

38
16
GitHub
Public

Repository Statistics

Key metrics and engagement data

38
Stars
16
Forks
1
Open Issues
0
Releases
1.42
Engagement Rate
Default branch: main

Timeline

Repository has been active for N/A

Repository Created

Last Activity
Inactive for NaN months

README.md

AWS SDK for Smalltalk ci

The AWS SDK for Pharo Smalltalk enables Smalltalk developers to easily work with Amazon Web Services. You can get started in minutes using Metacello.

Supported Pharo Versions

Pharo Versionaws-sdk-smalltalk
11.0, 12.0, 13.0Latest Version
8.0, 7.0v1.11.1
< 7.0v1.10.4

How to install

You can easily install from inside Pharo Smalltalk:

Pharo 11, 12, 13

smalltalk
1Metacello new
2 baseline: 'AWS';
3 repository: 'github://newapplesho/aws-sdk-smalltalk:v1.15.0/src';
4 load.

Pharo 8 and GlamorousToolkit

smalltalk
1Metacello new
2 baseline: 'AWS';
3 repository: 'github://newapplesho/aws-sdk-smalltalk/pharo-repository';
4 onConflictUseLoaded;
5 load.

Pharo 7

smalltalk
1Metacello new
2 baseline: 'AWS';
3 repository: 'github://newapplesho/aws-sdk-smalltalk/pharo-repository';
4 load.

Pharo 6

smalltalk
1Metacello new
2 baseline: 'AWS';
3 repository: 'github://newapplesho/aws-sdk-smalltalk:v1.10.4/pharo-repository';
4 load.

How to use

Wiki