Renamed c-bytevectors library. Update readme.
This commit is contained in:
parent
60b2bb2039
commit
85300fd3de
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue