File: numeric-all.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-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
(define-library (bytestructures r7 numeric-all)
  (import
   (scheme base)
   (scheme complex)
   (scheme eval)
   (bytestructures r7 utils)
   (bytestructures r7 base)
   (bytestructures r7 bytevectors)
   (bytestructures r7 explicit-endianness))
  (include-library-declarations "numeric.exports.sld")
  (include-library-declarations "numeric-metadata.exports.sld")
  (include "body/numeric.scm"))