mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Adding description for (chibi char-set boundary).
This commit is contained in:
parent
0e83df3f91
commit
7f63676e1b
2 changed files with 5 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -394,12 +394,12 @@ debian:
|
|||
# ~/.snow/config.scm, which specifies myself own settings regarding
|
||||
# author, license, extracting docs from scribble, etc.
|
||||
snowballs:
|
||||
$(SNOW_CHIBI) package --licence public-domain lib/chibi/char-set/boundary.sld
|
||||
$(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/show.sld lib/chibi/show/pretty.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/app.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/bytevector.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/char-set/boundary.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/config.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/crypto/md5.sld
|
||||
$(SNOW_CHIBI) package lib/chibi/crypto/rsa.sld
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
;; This code is written by Alex Shinn and placed in the
|
||||
;; Public Domain. All warranties are disclaimed.
|
||||
|
||||
;;> Char-sets used for
|
||||
;;> \hyperlink["http://unicode.org/reports/tr29/"]{TR29} word
|
||||
;;> boundaries.
|
||||
|
||||
(define-library (chibi char-set boundary)
|
||||
(cond-expand
|
||||
(chibi (import (chibi)))
|
||||
|
|
Loading…
Add table
Reference in a new issue