UnifiedFFI

Description

standalone version of the uFFI package of Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
Stars
1
Forks
1
Created
Oct. 8, 2025
Updated
Feb. 6, 2026
Topics
ffi pharo

Categories

System / OS

README excerpt

# UnifiedFFI

[![Test](https://github.com/pharo-cig/UnifiedFFI/actions/workflows/test.yml/badge.svg)](https://github.com/pharo-cig/UnifiedFFI/actions/workflows/test.yml)

This version of UnifiedFFI (and ThreadedFFI) is aligned with latest Pharo version (whatever it is when you read this).  
Is available to provide compatibility with users of older Pharo versions. 

## Install instructions

```smalltalk
Metacello new
	repository: 'github://pharo-cig/UnifiedFFI:v1.2.1';
	baseline: 'UnifiedFFIFull';
	onConflict: [ :n | n useIncoming ];
	onUpgrade: [ :n | n useIncoming ];
	ignoreImage;
	load.
```

**NOTE:** `v1.2.1` is a stable tag, use the last release 😄
← Back to results