srfi-151

Fork of the SRFI-151 reference implementation for CHICKEN

git clone https://git.8pit.net/srfi-151.git

 1((author "Olin Shivers, Aubrey Jaffer, John Cowan")
 2 (maintainer "Sören Tempel")
 3
 4 ;; https://lists.nongnu.org/archive/html/chicken-users/2020-08/msg00011.html
 5 (license "MIT")
 6
 7 (synopsis "SRFI 151: Bitwise Operations")
 8 (version "1.0.2")
 9 (category data)
10 (test-dependencies test)
11 (components
12   (extension srfi-151
13     (source "srfi-151.scm")
14     (source-dependencies
15       "./srfi-151/bitwise-other.scm"
16       "./srfi-151/bitwise-60.scm"
17       "./srfi-151/bitwise-33.scm"
18       "./srfi-151/srfi-151.scm"))))