File: string.sld

package info (click to toggle)
scheme-bytestructures 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: lisp: 2,168; makefile: 73; sh: 8
file content (12 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
(define-library (bytestructures r7 string)
  (import
   (scheme base)
   (bytestructures r7 bytevectors)
   (bytestructures r7 utils)
   (bytestructures r7 base))
  (cond-expand
   ((library (rnrs syntax-case))
    (import (rnrs syntax-case)))
   (else))
  (include-library-declarations "string.exports.sld")
  (include "body/string.scm"))