mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-fast-float-0.2.
* gnu/packages/crates-io.scm (rust-fast-float-0.2): New variable. Change-Id: Ie08cc39dc3398774d4ac5b620f159f640db9b030
This commit is contained in:
parent
0a53c7fac0
commit
dcc8f3ca82
1 changed files with 23 additions and 0 deletions
|
@ -23434,6 +23434,29 @@ (define-public rust-fast-chemail-0.9
|
|||
is defined in the HTML specification.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-fast-float-0.2
|
||||
(package
|
||||
(name "rust-fast-float")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "fast-float" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0g7kfll3xyh99kc7r352lhljnwvgayxxa6saifb6725inikmyxlm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-fastrand" ,rust-fastrand-1)
|
||||
("rust-hexf-parse" ,rust-hexf-parse-0.1)
|
||||
("rust-lexical-core" ,rust-lexical-core-0.7)
|
||||
("rust-num-bigint" ,rust-num-bigint-0.3)
|
||||
("rust-ryu" ,rust-ryu-1))))
|
||||
(home-page "https://github.com/aldanor/fast-float-rust")
|
||||
(synopsis "Fast floating-point number parser")
|
||||
(description "This package provides a fast floating-point number parser.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-faster-hex-0.9
|
||||
(package
|
||||
(name "rust-faster-hex")
|
||||
|
|
Loading…
Reference in a new issue