Skip to content
Snippets Groups Projects
Unverified Commit 0e4448d1 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: Add rust-permutohedron.

* gnu/packages/crates-io.scm (rust-permutohedron): New variable.
parent 91309627
No related branches found
No related tags found
No related merge requests found
...@@ -860,6 +860,28 @@ (define-public rust-percent-encoding ...@@ -860,6 +860,28 @@ (define-public rust-percent-encoding
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))
(define-public rust-permutohedron
(package
(name "rust-permutohedron")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "permutohedron" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0b1pzh48j86v46wxngch6k1kx9cdw3jr3lwa86gd6jd4bmxzz1xn"))))
(build-system cargo-build-system)
(home-page "https://github.com/bluss/permutohedron")
(synopsis "Generate permutations of sequences")
(description
"Generate permutations of sequences. Either lexicographical order
permutations, or a minimal swaps permutation sequence implemented using Heap's
algorithm.")
(license (list license:asl2.0
license:expat))))
(define-public rust-pin-utils (define-public rust-pin-utils
(package (package
(name "rust-pin-utils") (name "rust-pin-utils")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment