;;;; -*- Hen -*- ( ; Your egg's license: (license "GPL-3") ; Egg category (category data) ; A list of eggs fusion-arrays depends on. (dependencies datatype matchable random-mtzig srfi-69) (author "Ivan Raikov") (synopsis "Fusion arrays.") (components (c-object fft_serial) (extension fusion-arrays (source "fusion-arrays.scm") (objects fft_serial) (csc-options "-O3" "-d1")) ) (test-dependencies test) )