GsDevKit

Description

Development Kit for GemStone/S 64 Bit

Details

Source
GitHub
Dialect
gemstone (50% confidence)
License
MIT
Stars
1
Forks
10
Created
April 10, 2012
Updated
July 8, 2024

Categories

Serialization

README excerpt

# GsDevKit[![Build Status](https://github.com/GsDevKit/GsDevKit/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/GsDevKit/GsDevKit/actions/workflows/ci.yml)

**Work in Progress** eventual replacement for glassdb/glass project

## Installation

```Smalltalk

Gofer new
  package: 'GsUpgrader-Core';
  repository: (MCGitHubRepository location: 'github://GsDevKit/gsUpgrader:dev/repository');
  load.
(Smalltalk at: #GsUpgrader) upgradeGsDevKit.
```
← Back to results