Skip to content

pharo-cig/UnifiedFFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnifiedFFI

Test

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

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

NOTE: v1.2 is a stable tag, use the last release 😄

About

standalone version of the uFFI package of Pharo

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published