Skip to content

GsDevKit/zinc

 
 

Repository files navigation

Zinc HTTP Components Build Status

Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.

http://zn.stfx.eu

Please read the Zinc HTTP Components paper

Sven Van Caekenberghe

MIT Licensed

Loading into GemStone

  1. Upgrade to the latest version of Metacello and Grease using GsUpgrader:
Gofer new
  package: 'GsUpgrader-Core';
  url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
  load.
(Smalltalk at: #GsUpgrader) upgradeGrease.
  1. Install Zinc:

Install the master HEAD version:

GsDeployer deploy: [
  Metacello new
    baseline: 'ZincHTTPComponents';
    repository: 'github://GsDevKit/zinc:gs_master/repository';
    onLock: [:ex | ex honor ];
    load: 'Tests' ].

Install a particular version, e.g. 2.4.3 (see Releases for a list of possible versions):

GsDeployer deploy: [
  Metacello new
    baseline: 'ZincHTTPComponents';
    repository: 'github://GsDevKit/zinc:2.4.3/repository';
    onLock: [:ex | ex honor ];
    load: 'Tests' ].

Travis Status Build Status

About

Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 100.0%