mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
06a67d3fff
- Split into two ports - interpreter independent library and installation into guile - Give maintainership to submitter PR: ports/56393, ports/59888 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
To use the features offered by the SLIB library, add the following
|
|
construct to your programs:
|
|
|
|
(use-modules (ice-9 slib))
|