Skip to content

bauing-schmidt/APart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

APart

A framework for building database-centric, domain-specific solutions

How to install

You need Pharo 10 image and virtual machine with Gtk3 support, see https://github.com/pharo-spec/Spec-Gtk for installation details.

Metacello new
        repository: 'github://pharo-spec/Spec-Gtk';
        baseline: 'SpecGtk';
        onConflict: [ :e | e useIncoming ];
        onUpgrade: [ :e | e useIncoming ];
        ignoreImage;
        load.

Metacello new
  baseline: 'APart';
  repository: 'github://bauing-schmidt/APart/src';
  load.

APart Form Editor

ApedFormEditor openWithGtkDE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published