mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
package SRFI 179
This commit is contained in:
parent
6e5278b7a1
commit
3eab7bf226
3 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -496,9 +496,11 @@ snowballs:
|
|||
$(SNOW_CHIBI) package --license public-domain lib/chibi/match.sld
|
||||
$(SNOW_CHIBI) package -r lib/chibi/char-set.sld
|
||||
$(SNOW_CHIBI) package -r lib/chibi/iset.sld lib/chibi/iset/optimize.sld
|
||||
$(SNOW_CHIBI) package -r --doc https://srfi.schemers.org/srfi-166/srfi-166.html lib/srfi/166.sld lib/chibi/show/shared.sld
|
||||
$(SNOW_CHIBI) package --doc https://srfi.schemers.org/srfi-115/srfi-115.html lib/srfi/115.sld
|
||||
$(SNOW_CHIBI) package -r --doc https://srfi.schemers.org/srfi-166/srfi-166.html lib/srfi/166.sld lib/chibi/show/shared.sld
|
||||
$(SNOW_CHIBI) package -r --doc https://srfi.schemers.org/srfi-179/srfi-179.html lib/srfi/179.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/app.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/assert.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/base64.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/binary-record.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/bytevector.sld
|
||||
|
|
|
@ -41,4 +41,4 @@
|
|||
array->list list->array array-assign! array-ref array-set!
|
||||
specialized-array-reshape
|
||||
)
|
||||
(include "179.scm"))
|
||||
(include "179/transforms.scm"))
|
||||
|
|
Loading…
Add table
Reference in a new issue