snow-fort-guix-channel/packages/snow-r6rs-arithmetic-fixnum...

6 lines
749 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
(define-module (snow-r6rs-arithmetic-fixnums) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-r6rs-arithmetic-fixnums (package (name "snow-r6rs-arithmetic-fixnums") (version "0.0.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/ccs.neu.edu/will/r6rs/arithmetic/fixnums/0.0.1/r6rs-arithmetic-fixnums-0.0.1.tgz") (hash (base32 "0y3359w6n5bn7j3jwf1af28jcz635l9x62z5mickhg7jjaarv0x2")))) (build-system copy-build-system) (arguments (list #:install-plan '(("r6rs/" "share/snow/r6rs/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license expat)))
snow-r6rs-arithmetic-fixnums