You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/pharo-graphics/bloc

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/pharo-graphics/bloc

v2.5.0+incompatible
Source
Go
Version published
Created
Source

Bloc

License Tests

Bloc is a low-level UI infrastructure & framework for Pharo.

:warning: This repository contains a Bloc codebase to be included in Pharo and thus focuses on core features and stability. It retrofits a part of the development made at https://github.com/feenkcom/bloc.

Install

The project can be loaded as usual via Metacello, using the BaselineOfBloc specification. To copy/paste a loading script. Use the following script to install stable Bloc in stable Pharo:

Metacello new
	baseline: 'Bloc';
	repository: 'github://pharo-graphics/Bloc:master/src';
	load

You can replace master by:

  • dev to work on the development branch
  • v2.4.0 to load latest released version Add this project to your Baseline with:

How to depend on it

spec baseline: 'Bloc' with: [ spec repository: 'github://pharo-graphics/Bloc:v2.4.0/src' ].

Documentation

These pages can be browsed via Pharo IDE -> World Menu -> Help -> Documentation Browser -> Bloc/doc (after loading the project). Note that there is also a book under writing available at https://github.com/SquareBracketAssociates/Booklet-Graphics

Contact

Want to write us? you are welcome! you can either:

Branches & Contributions

We describe our contribution workflow & branch name convention in this wiki page.

License

This code is licensed under the MIT license.

FAQs

Package last updated on 30 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts