Impart more safety to extract-object-from-core
[sbcl.git] / contrib / sb-gmp / sb-gmp.asd
blob9875ba97afd9221458c24741fbeb83e76fd2c0f0
1 (error "Can't build contribs with ASDF")
3 (defsystem "sb-gmp"
4   :name "SB-GMP"
5   :version "0.1"
6   :description "bignum calculations for SBCL using the GMP library"
7   :serial t
8   :components ((:file "gmp")))