aboutsummaryrefslogtreecommitdiff
path: root/tojo-tokyo/packages
diff options
context:
space:
mode:
Diffstat (limited to 'tojo-tokyo/packages')
-rw-r--r--tojo-tokyo/packages/guile-xyz.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/tojo-tokyo/packages/guile-xyz.scm b/tojo-tokyo/packages/guile-xyz.scm
index 92c2e33..f865c6f 100644
--- a/tojo-tokyo/packages/guile-xyz.scm
+++ b/tojo-tokyo/packages/guile-xyz.scm
@@ -32,6 +32,32 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages texinfo))
+(define-public guile-r7rs-accel-asc
+ (package
+ (name "guile-r7rs-accel-asc")
+ (version "1.0.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.tojo.tokyo/r7rs-accel-asc.git")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "1rqbag2h040s3yakan2s8k6yv6b3kdlq6gzxvc0mqw9jcmbbqnpv"))))
+ (build-system guile-build-system)
+ (native-inputs
+ (list guile-3.0 guile-srfi-158))
+ (propagated-inputs
+ (list guile-3.0 guile-srfi-158))
+ (synopsis "This library provides an implementation of the algorithm
+ called `accel_asc` by Jerome Kelleher, which generates integer partitions
+ in R7RS")
+ (description "This library provides an implementation of the algorithm
+ called `accel_asc` by Jerome Kelleher, which generates integer partitions
+ in R7RS")
+ (home-page "https://git.tojo.tokyo/r7rs-accel-asc.git/about/")
+ (license license:asl2.0)))
+
(define-public guile-r7rs-pnm
(package
(name "guile-r7rs-pnm")