mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: Add rust-rustdct-0.7.
* gnu/packages/crates-io.scm (rust-rustdct-0.7): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: Ic157bec9b2315816faae43021cc9033a6ae1bd98
This commit is contained in:
parent
2087a0a3e0
commit
5112cf590f
1 changed files with 22 additions and 0 deletions
|
@ -66661,6 +66661,28 @@ rustc compiler.")
|
|||
`(#:cargo-inputs
|
||||
(("rust-semver" ,rust-semver-0.1))))))
|
||||
|
||||
(define-public rust-rustdct-0.7
|
||||
(package
|
||||
(name "rust-rustdct")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustdct" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lcm1191xx8wizima5j3n25fs90x58v3q1kwg6cbzafn0m8maqcb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-rustfft" ,rust-rustfft-6))
|
||||
#:cargo-development-inputs (("rust-rand" ,rust-rand-0.8))))
|
||||
(home-page "https://github.com/ejmahler/rust_dct")
|
||||
(synopsis "Compute Discrete Cosine Transforms (DCT) in pure Rust")
|
||||
(description
|
||||
"This package provides a Rust library to compute the main Discrete Cosine
|
||||
Transforms (DCT) of any size in O(nlogn) time.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-rustdoc-json-0.8
|
||||
(package
|
||||
(name "rust-rustdoc-json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue