pharo-gnu-unistring

Description

Smalltalk FFI bindings to GNU libunistring

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
March 18, 2023
Updated
March 18, 2023

Categories

System / OS

README excerpt

# GNU libunistring FFI bindings for Smalltalk

## How to load

### ...into Pharo or GT

````
Metacello new
  baseline: 'Unistring';
  repository: 'github://shingarov/pharo-gnu-unistring';
  load.
````
← Back to results