Renamed c-bytevectors library. Update readme.

This commit is contained in:
retropikzel 2025-11-21 13:12:34 +02:00
parent 60b2bb2039
commit 85300fd3de
7 changed files with 6 additions and 9 deletions

View File

@ -33,8 +33,6 @@
- So that snow-chibi installed library is found
- -Dkawa.import.path=/usr/local/share/kawa
- -Dkawa.import.path=/usr/local/share/kawa/lib
- Mosh >= 0.2.9-rc1
- R7RS
- Racket >= 8.16 [cs]
- R6RS
- Unable to run tests as Rackets SRFI-64 implementation does not work
@ -59,6 +57,7 @@
- R7RS
- Mosh
- R6RS
- R7RS
- Larceny
- R6RS
- R7RS

View File

@ -48,7 +48,7 @@
;;; that constant were delayed.
(define-library
(foreign c c-bytevectors)
(foreign c-bytevectors)
(cond-expand
((and r6rs guile)
(import (rnrs base)

View File

@ -46,7 +46,7 @@
(scheme file)
(scheme process-context)
(scheme inexact))))
(import (foreign c c-bytevectors))
(import (foreign c-bytevectors))
(cond-expand
(chezscheme (import (foreign c chez-primitives))
(export foreign-procedure))

View File

@ -8,7 +8,7 @@
(chibi ast)
(scheme inexact)
(chibi)
(foreign c c-bytevectors))
(foreign c-bytevectors))
(export size-of-type
align-of-type
shared-object-load

View File

@ -8,7 +8,7 @@
(scheme process-context)
(system foreign)
(system foreign-library)
(foreign c c-bytevectors))
(foreign c-bytevectors))
(export size-of-type
align-of-type
shared-object-load

View File

@ -19,7 +19,7 @@
cpointer-ref-abs
c-size-of
void?)
(foreign c c-bytevectors))
(foreign c-bytevectors))
(export size-of-type
align-of-type
;shared-object-load

View File

@ -1,7 +1,5 @@
(test-begin "foreign-c")
;(display "Hello")
;(newline)
;; c-type-size
;#|