File: struct.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-- 324 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
(define-library (bytestructures r7 struct)
  (import
   (scheme base)
   (scheme case-lambda)
   (srfi 1)
   (srfi 28)
   (bytestructures r7 utils)
   (bytestructures r7 base)
   (bytestructures r7 bitfields))
  (include-library-declarations "struct.exports.sld")
  (include "body/align.scm")
  (include "body/struct.scm"))