gnu: rust-byteorder-1.3: Remove minor version from variable name.

* gnu/packages/crates-io.scm (rust-byteorder-1.3): Rename to rust-byteorder-1.
This commit is contained in:
Arun Isaac 2020-09-14 23:05:28 +05:30
parent 062db7e7df
commit a699f329c0
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3
3 changed files with 51 additions and 51 deletions

View file

@ -910,7 +910,7 @@ for computer graphics.")
`(#:tests? #f ; Some test images are missing from the release. `(#:tests? #f ; Some test images are missing from the release.
#:cargo-inputs #:cargo-inputs
(("rust-bytemuck" ,rust-bytemuck-1) (("rust-bytemuck" ,rust-bytemuck-1)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-gif" ,rust-gif-0.10) ("rust-gif" ,rust-gif-0.10)
("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1) ("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1)
("rust-num-iter" ,rust-num-iter-0.1) ("rust-num-iter" ,rust-num-iter-0.1)
@ -949,7 +949,7 @@ for the most common image formats.")
(arguments (arguments
`(#:tests? #f ; Some test images are missing from the release. `(#:tests? #f ; Some test images are missing from the release.
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-gif" ,rust-gif-0.10) ("rust-gif" ,rust-gif-0.10)
("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1) ("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1)
("rust-num-iter" ,rust-num-iter-0.1) ("rust-num-iter" ,rust-num-iter-0.1)
@ -980,7 +980,7 @@ for the most common image formats.")
"1sv534xp8yyn7jj0q6yn2bgng1350f962g81sv8v7c6pgi31wdrm")))) "1sv534xp8yyn7jj0q6yn2bgng1350f962g81sv8v7c6pgi31wdrm"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-gif" ,rust-gif-0.10) ("rust-gif" ,rust-gif-0.10)
("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1) ("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1)
("rust-lzw" ,rust-lzw-0.10) ("rust-lzw" ,rust-lzw-0.10)
@ -1011,7 +1011,7 @@ for the most common image formats.")
"01058n0jcw25pq5shn7lkvywv8c28xsxb3nwwyb4r16ijm1mnrj4")))) "01058n0jcw25pq5shn7lkvywv8c28xsxb3nwwyb4r16ijm1mnrj4"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-gif" ,rust-gif-0.10) ("rust-gif" ,rust-gif-0.10)
("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1) ("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1)
("rust-lzw" ,rust-lzw-0.10) ("rust-lzw" ,rust-lzw-0.10)
@ -1043,7 +1043,7 @@ for the most common image formats.")
(arguments (arguments
`(#:tests? #f ; Some test files missing. `(#:tests? #f ; Some test files missing.
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-rayon" ,rust-rayon-1)) ("rust-rayon" ,rust-rayon-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.3) (("rust-criterion" ,rust-criterion-0.3)
@ -1740,7 +1740,7 @@ first-class Rust objects.")
("rust-wayland-client" ,rust-wayland-client-0.23) ("rust-wayland-client" ,rust-wayland-client-0.23)
("rust-wayland-protocols" ,rust-wayland-protocols-0.23)) ("rust-wayland-protocols" ,rust-wayland-protocols-0.23))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-image" ,rust-image-0.21) ("rust-image" ,rust-image-0.21)
("rust-wayland-client" ,rust-wayland-client-0.23)))) ("rust-wayland-client" ,rust-wayland-client-0.23))))
(home-page "https://github.com/smithay/client-toolkit") (home-page "https://github.com/smithay/client-toolkit")
@ -1775,7 +1775,7 @@ first-class Rust objects.")
("rust-wayland-commons" ,rust-wayland-commons-0.21) ("rust-wayland-commons" ,rust-wayland-commons-0.21)
("rust-wayland-protocols" ,rust-wayland-protocols-0.21)) ("rust-wayland-protocols" ,rust-wayland-protocols-0.21))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-image" ,rust-image-0.20) ("rust-image" ,rust-image-0.20)
("rust-wayland-client" ,rust-wayland-client-0.21)))))) ("rust-wayland-client" ,rust-wayland-client-0.21))))))
@ -1825,7 +1825,7 @@ first-class Rust objects.")
(arguments (arguments
`(#:tests? #f ; not all test files included `(#:tests? #f ; not all test files included
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-lzw" ,rust-lzw-0.10) ("rust-lzw" ,rust-lzw-0.10)
("rust-miniz-oxide" ,rust-miniz-oxide-0.3)))) ("rust-miniz-oxide" ,rust-miniz-oxide-0.3))))
(home-page "https://github.com/image-rs/image-tiff") (home-page "https://github.com/image-rs/image-tiff")
@ -1852,7 +1852,7 @@ first-class Rust objects.")
(arguments (arguments
`(#:tests? #f ; Tests images not included with release. `(#:tests? #f ; Tests images not included with release.
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-lzw" ,rust-lzw-0.10) ("rust-lzw" ,rust-lzw-0.10)
("rust-num-derive" ,rust-num-derive-0.2) ("rust-num-derive" ,rust-num-derive-0.2)
("rust-num-traits" ,rust-num-traits-0.2)) ("rust-num-traits" ,rust-num-traits-0.2))
@ -1875,7 +1875,7 @@ first-class Rust objects.")
"1kn7psgpacns337vvqh272rkqwnakmjd51rc7ygwnc03ibr38j0y")))) "1kn7psgpacns337vvqh272rkqwnakmjd51rc7ygwnc03ibr38j0y"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-lzw" ,rust-lzw-0.10) ("rust-lzw" ,rust-lzw-0.10)
("rust-num-derive" ,rust-num-derive-0.2) ("rust-num-derive" ,rust-num-derive-0.2)
("rust-num-traits" ,rust-num-traits-0.2)))))) ("rust-num-traits" ,rust-num-traits-0.2))))))
@ -1906,7 +1906,7 @@ first-class Rust objects.")
("rust-wayland-sys" ,rust-wayland-sys-0.23) ("rust-wayland-sys" ,rust-wayland-sys-0.23)
("rust-wayland-scanner" ,rust-wayland-scanner-0.23)) ("rust-wayland-scanner" ,rust-wayland-scanner-0.23))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-tempfile" ,rust-tempfile-3)))) ("rust-tempfile" ,rust-tempfile-3))))
(home-page "https://github.com/smithay/wayland-rs") (home-page "https://github.com/smithay/wayland-rs")
(synopsis (synopsis
@ -1942,7 +1942,7 @@ the wayland protocol, client side.")
("rust-wayland-sys" ,rust-wayland-sys-0.21) ("rust-wayland-sys" ,rust-wayland-sys-0.21)
("rust-wayland-scanner" ,rust-wayland-scanner-0.21)) ("rust-wayland-scanner" ,rust-wayland-scanner-0.21))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-tempfile" ,rust-tempfile-3)))))) ("rust-tempfile" ,rust-tempfile-3))))))
(define-public rust-wayland-commons-0.23 (define-public rust-wayland-commons-0.23

View file

@ -1135,7 +1135,7 @@ trace (backtrace) at runtime in a Rust program.")
"13k6bvd3n6dm7jqn9x918w65dd9xhx454bqphbnv0bkd6n9dj98b")))) "13k6bvd3n6dm7jqn9x918w65dd9xhx454bqphbnv0bkd6n9dj98b"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3)) (("rust-byteorder" ,rust-byteorder-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.2) (("rust-criterion" ,rust-criterion-0.2)
("rust-rand" ,rust-rand-0.4)))))) ("rust-rand" ,rust-rand-0.4))))))
@ -1154,7 +1154,7 @@ trace (backtrace) at runtime in a Rust program.")
(base32 "0hs62r35bgxslawyrn1vp9rmvrkkm76fqv0vqcwd048vs876r7a8")))) (base32 "0hs62r35bgxslawyrn1vp9rmvrkkm76fqv0vqcwd048vs876r7a8"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-safemem" ,rust-safemem-0.3)) ("rust-safemem" ,rust-safemem-0.3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-rand" ,rust-rand-0.4)))))) (("rust-rand" ,rust-rand-0.4))))))
@ -1248,7 +1248,7 @@ tracebacks.")
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-serde" ,rust-serde-1) (("rust-serde" ,rust-serde-1)
("rust-byteorder" ,rust-byteorder-1.3)) ("rust-byteorder" ,rust-byteorder-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-serde-bytes" ,rust-serde-bytes-0.11) (("rust-serde-bytes" ,rust-serde-bytes-0.11)
("rust-serde-derive" ,rust-serde-derive-1)))) ("rust-serde-derive" ,rust-serde-derive-1))))
@ -1898,9 +1898,9 @@ BLAKE2bp hash functions.")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3)) (("rust-byteorder" ,rust-byteorder-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-hex" ,rust-hex-0.3)))) ("rust-hex" ,rust-hex-0.3))))
(home-page "https://github.com/RustCrypto/utils") (home-page "https://github.com/RustCrypto/utils")
(synopsis "Iterator over simple binary blob storage") (synopsis "Iterator over simple binary blob storage")
@ -1974,7 +1974,7 @@ extension of blocks.")
`(#:cargo-inputs `(#:cargo-inputs
(("rust-block-padding" ,rust-block-padding-0.1) (("rust-block-padding" ,rust-block-padding-0.1)
("rust-byte-tools" ,rust-byte-tools-0.3) ("rust-byte-tools" ,rust-byte-tools-0.3)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-generic-array" ,rust-generic-array-0.14)))))) ("rust-generic-array" ,rust-generic-array-0.14))))))
(define-public rust-block-buffer-0.7 (define-public rust-block-buffer-0.7
@ -1995,7 +1995,7 @@ extension of blocks.")
`(#:cargo-inputs `(#:cargo-inputs
(("rust-block-padding" ,rust-block-padding-0.1) (("rust-block-padding" ,rust-block-padding-0.1)
("rust-byte-tools" ,rust-byte-tools-0.3) ("rust-byte-tools" ,rust-byte-tools-0.3)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-generic-array" ,rust-generic-array-0.12)))))) ("rust-generic-array" ,rust-generic-array-0.12))))))
(define-public rust-block-padding-0.2 (define-public rust-block-padding-0.2
@ -2294,7 +2294,7 @@ in a byte slice, fast.")
(license (license
(list license:zlib license:asl2.0 license:expat)))) (list license:zlib license:asl2.0 license:expat))))
(define-public rust-byteorder-1.3 (define-public rust-byteorder-1
(package (package
(name "rust-byteorder") (name "rust-byteorder")
(version "1.3.4") (version "1.3.4")
@ -2324,7 +2324,7 @@ little-endian.")
(define-public rust-byteorder-0.5 (define-public rust-byteorder-0.5
(package (package
(inherit rust-byteorder-1.3) (inherit rust-byteorder-1)
(name "rust-byteorder") (name "rust-byteorder")
(version "0.5.3") (version "0.5.3")
(source (source
@ -2381,8 +2381,8 @@ little-endian.")
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3)
("rust-either" ,rust-either-1.5) ("rust-either" ,rust-either-1.5)
(("rust-byteorder" ,rust-byteorder-1)
("rust-iovec" ,rust-iovec-0.1) ("rust-iovec" ,rust-iovec-0.1)
("rust-serde" ,rust-serde-1)) ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs #:cargo-development-inputs
@ -2495,7 +2495,7 @@ exposed as Reader/Writer streams.")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-ppv-lite86" ,rust-ppv-lite86-0.2) ("rust-ppv-lite86" ,rust-ppv-lite86-0.2)
("rust-stream-cipher" ,rust-stream-cipher-0.3)) ("rust-stream-cipher" ,rust-stream-cipher-0.3))
@ -4135,7 +4135,7 @@ to @code{is_x86_feature_detected}.")
"13pv09z4ryp70qyzablkibwa2mh6c2852qq1sjr9wjigvwnj3ybn")))) "13pv09z4ryp70qyzablkibwa2mh6c2852qq1sjr9wjigvwnj3ybn"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-cast" ,rust-cast-0.2) ("rust-cast" ,rust-cast-0.2)
("rust-itertools" ,rust-itertools-0.8)) ("rust-itertools" ,rust-itertools-0.8))
#:cargo-development-inputs #:cargo-development-inputs
@ -5071,7 +5071,7 @@ and arithmetic.")
`(#:tests? #f ; not all test files included `(#:tests? #f ; not all test files included
#:cargo-inputs #:cargo-inputs
(("rust-adler32" ,rust-adler32-1) (("rust-adler32" ,rust-adler32-1)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-gzip-header" ,rust-gzip-header-0.3)) ("rust-gzip-header" ,rust-gzip-header-0.3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-miniz-oxide" ,rust-miniz-oxide-0.3)))) (("rust-miniz-oxide" ,rust-miniz-oxide-0.3))))
@ -5098,7 +5098,7 @@ and arithmetic.")
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-adler32" ,rust-adler32-1) (("rust-adler32" ,rust-adler32-1)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-gzip-header" ,rust-gzip-header-0.3) ("rust-gzip-header" ,rust-gzip-header-0.3)
("rust-flate2" ,rust-flate2-1.0)))))) ("rust-flate2" ,rust-flate2-1.0))))))
@ -7370,7 +7370,7 @@ implementation that is more efficient for smaller hash keys.")
("rust-memmap" ,rust-memmap-0.7) ("rust-memmap" ,rust-memmap-0.7)
("rust-dwrote" ,rust-dwrote-0.9) ("rust-dwrote" ,rust-dwrote-0.9)
("rust-dirs" ,rust-dirs-1.0) ("rust-dirs" ,rust-dirs-1.0)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-core-text" ,rust-core-text-13) ("rust-core-text" ,rust-core-text-13)
("rust-walkdir" ,rust-walkdir-2)))) ("rust-walkdir" ,rust-walkdir-2))))
@ -8383,7 +8383,7 @@ library.")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3)) (("rust-byteorder" ,rust-byteorder-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-fnv" ,rust-fnv-1) (("rust-fnv" ,rust-fnv-1)
("rust-seahash" ,rust-seahash-3.0)))) ("rust-seahash" ,rust-seahash-3.0))))
@ -8769,7 +8769,7 @@ retrieving random data from system source.")
,rust-stable-deref-trait-1.1) ,rust-stable-deref-trait-1.1)
("rust-smallvec" ,rust-smallvec-1) ("rust-smallvec" ,rust-smallvec-1)
("rust-indexmap" ,rust-indexmap-1) ("rust-indexmap" ,rust-indexmap-1)
("rust-byteorder" ,rust-byteorder-1.3)))) ("rust-byteorder" ,rust-byteorder-1))))
(home-page "https://github.com/gimli-rs/gimli") (home-page "https://github.com/gimli-rs/gimli")
(synopsis "Library for reading and writing the DWARF debugging format") (synopsis "Library for reading and writing the DWARF debugging format")
(description (description
@ -8793,7 +8793,7 @@ retrieving random data from system source.")
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-arrayvec" ,rust-arrayvec-0.4) (("rust-arrayvec" ,rust-arrayvec-0.4)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-fallible-iterator" ,rust-fallible-iterator-0.2) ("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
("rust-indexmap" ,rust-indexmap-1) ("rust-indexmap" ,rust-indexmap-1)
("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1)) ("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1))
@ -9355,7 +9355,7 @@ of gzip files based on the gzip header implementation in the @code{flate2} crate
(arguments (arguments
`(#:skip-build? #t ;; TODO missing indirect dependency `(#:skip-build? #t ;; TODO missing indirect dependency
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-bytes" ,rust-bytes-0.4) ("rust-bytes" ,rust-bytes-0.4)
("rust-fnv" ,rust-fnv-1) ("rust-fnv" ,rust-fnv-1)
("rust-futures" ,rust-futures-0.1) ("rust-futures" ,rust-futures-0.1)
@ -12677,7 +12677,7 @@ compression function.")
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-memmap" ,rust-memmap-0.7) ("rust-memmap" ,rust-memmap-0.7)
("rust-parking-lot" ,rust-parking-lot-0.9) ("rust-parking-lot" ,rust-parking-lot-0.9)
("rust-rustc-hash" ,rust-rustc-hash-1.1)))) ("rust-rustc-hash" ,rust-rustc-hash-1.1))))
@ -15861,7 +15861,7 @@ in pure Rust.")
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-base64" ,rust-base64-0.9) (("rust-base64" ,rust-base64-0.9)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-crypto-mac" ,rust-crypto-mac-0.7) ("rust-crypto-mac" ,rust-crypto-mac-0.7)
("rust-hmac" ,rust-hmac-0.7) ("rust-hmac" ,rust-hmac-0.7)
("rust-rand" ,rust-rand-0.5) ("rust-rand" ,rust-rand-0.5)
@ -16708,7 +16708,7 @@ used in Cargo build scripts.")
("rust-xml-rs" ,rust-xml-rs-0.8) ("rust-xml-rs" ,rust-xml-rs-0.8)
("rust-serde" ,rust-serde-1) ("rust-serde" ,rust-serde-1)
("rust-humantime" ,rust-humantime-1) ("rust-humantime" ,rust-humantime-1)
("rust-byteorder" ,rust-byteorder-1.3)))) ("rust-byteorder" ,rust-byteorder-1))))
(home-page "https://github.com/ebarnard/rust-plist/") (home-page "https://github.com/ebarnard/rust-plist/")
(synopsis "Rusty plist parser") (synopsis "Rusty plist parser")
(description (description
@ -17380,7 +17380,7 @@ macro use case.")
`(#:cargo-inputs `(#:cargo-inputs
(("rust-bit-set" ,rust-bit-set-0.5) (("rust-bit-set" ,rust-bit-set-0.5)
("rust-bitflags" ,rust-bitflags-1) ("rust-bitflags" ,rust-bitflags-1)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-num-traits" ,rust-num-traits-0.2) ("rust-num-traits" ,rust-num-traits-0.2)
("rust-quick-error" ,rust-quick-error-1.2) ("rust-quick-error" ,rust-quick-error-1.2)
@ -17420,7 +17420,7 @@ macro use case.")
#:cargo-inputs #:cargo-inputs
(("rust-bit-set" ,rust-bit-set-0.5) (("rust-bit-set" ,rust-bit-set-0.5)
("rust-bitflags" ,rust-bitflags-1) ("rust-bitflags" ,rust-bitflags-1)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-num-traits" ,rust-num-traits-0.2) ("rust-num-traits" ,rust-num-traits-0.2)
("rust-quick-error" ,rust-quick-error-1.2) ("rust-quick-error" ,rust-quick-error-1.2)
@ -18630,7 +18630,7 @@ random number generators.")
"07w3qgrac8r356lz5vqff42rly6yd9vs3g5lx5pbn13rcmb05rqb")))) "07w3qgrac8r356lz5vqff42rly6yd9vs3g5lx5pbn13rcmb05rqb"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-rand-core" ,rust-rand-core-0.5) ("rust-rand-core" ,rust-rand-core-0.5)
("rust-serde" ,rust-serde-1)) ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs #:cargo-development-inputs
@ -18653,7 +18653,7 @@ random number generators.")
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-rand-core" ,rust-rand-core-0.3)) ("rust-rand-core" ,rust-rand-core-0.3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-rand" ,rust-rand-0.6)))))) (("rust-rand" ,rust-rand-0.6))))))
@ -19166,7 +19166,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-fst" ,rust-fst-0.4) (("rust-fst" ,rust-fst-0.4)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-regex-syntax" ,rust-regex-syntax-0.6)) ("rust-regex-syntax" ,rust-regex-syntax-0.6))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-bstr" ,rust-bstr-0.2) (("rust-bstr" ,rust-bstr-0.2)
@ -19539,7 +19539,7 @@ console applications.")
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1) (("rust-bitflags" ,rust-bitflags-1)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-chrono" ,rust-chrono-0.4) ("rust-chrono" ,rust-chrono-0.4)
("rust-csv" ,rust-csv-1.1) ("rust-csv" ,rust-csv-1.1)
("rust-fallible-iterator" ,rust-fallible-iterator-0.2) ("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
@ -20901,7 +20901,7 @@ with one of the implemented strategies.")
`(#:cargo-inputs `(#:cargo-inputs
(("rust-base64" ,rust-base64-0.9) (("rust-base64" ,rust-base64-0.9)
("rust-byte-tools" ,rust-byte-tools-0.3) ("rust-byte-tools" ,rust-byte-tools-0.3)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-hmac" ,rust-hmac-0.7) ("rust-hmac" ,rust-hmac-0.7)
("rust-pbkdf2" ,rust-pbkdf2-0.3) ("rust-pbkdf2" ,rust-pbkdf2-0.3)
("rust-rand" ,rust-rand-0.5) ("rust-rand" ,rust-rand-0.5)
@ -20953,7 +20953,7 @@ endian-aware Read/Write traits for byte buffers.")
(("rust-scroll-derive" ,rust-scroll-derive-0.9) (("rust-scroll-derive" ,rust-scroll-derive-0.9)
("rust-rustc-version" ,rust-rustc-version-0.2)) ("rust-rustc-version" ,rust-rustc-version-0.2))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-rayon" ,rust-rayon-1)))) ("rust-rayon" ,rust-rayon-1))))
(home-page "https://github.com/m4b/scroll") (home-page "https://github.com/m4b/scroll")
(synopsis "Read/Write traits for byte buffers") (synopsis "Read/Write traits for byte buffers")
@ -21483,7 +21483,7 @@ proven statistical guarantees.")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-half" ,rust-half-1) ("rust-half" ,rust-half-1)
("rust-serde" ,rust-serde-1)) ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs #:cargo-development-inputs
@ -23041,7 +23041,7 @@ are met.")
(arguments (arguments
`(#:tests? #f ; tests not included in release `(#:tests? #f ; tests not included in release
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-libm" ,rust-libm-0.2)) ("rust-libm" ,rust-libm-0.2))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-approx" ,rust-approx-0.3)))) (("rust-approx" ,rust-approx-0.3))))
@ -24085,7 +24085,7 @@ syntax extension expansion.")
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1) (("rust-bitflags" ,rust-bitflags-1)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-failure" ,rust-failure-0.1) ("rust-failure" ,rust-failure-0.1)
("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)
("rust-walkdir" ,rust-walkdir-2)))) ("rust-walkdir" ,rust-walkdir-2))))
@ -24112,7 +24112,7 @@ syntax extension expansion.")
(arguments (arguments
`(#:skip-build? #t ; Unsupported on Linux. `(#:skip-build? #t ; Unsupported on Linux.
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-errno" ,rust-errno-0.2) ("rust-errno" ,rust-errno-0.2)
("rust-libc" ,rust-libc-0.2)))))) ("rust-libc" ,rust-libc-0.2))))))
@ -24417,7 +24417,7 @@ directories.")
"0hkgjrfisj6zjwz525639pmsvzhlc48a0h65nw87qrdp6jihdlgd")))) "0hkgjrfisj6zjwz525639pmsvzhlc48a0h65nw87qrdp6jihdlgd"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-dirs" ,rust-dirs-1.0) ("rust-dirs" ,rust-dirs-1.0)
("rust-winapi" ,rust-winapi-0.3)))))) ("rust-winapi" ,rust-winapi-0.3))))))
@ -24670,7 +24670,7 @@ return values to @code{std::io::Result} to indicate success or failure.")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3)))) (("rust-byteorder" ,rust-byteorder-1))))
(home-page "https://github.com/luser/rust-test-assembler") (home-page "https://github.com/luser/rust-test-assembler")
(synopsis "Build complex binary streams") (synopsis "Build complex binary streams")
(description (description
@ -26851,7 +26851,7 @@ Unix users and groups.")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-md5" ,rust-md5-0.6) ("rust-md5" ,rust-md5-0.6)
("rust-rand" ,rust-rand-0.6) ("rust-rand" ,rust-rand-0.6)
("rust-serde" ,rust-serde-1) ("rust-serde" ,rust-serde-1)
@ -28576,7 +28576,7 @@ implementation that works everywhere, even WASM!")
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3) (("rust-byteorder" ,rust-byteorder-1)
("rust-datetime" ,rust-datetime-0.4)))) ("rust-datetime" ,rust-datetime-0.4))))
(home-page "https://github.com/rust-datetime/zoneinfo-compiled/") (home-page "https://github.com/rust-datetime/zoneinfo-compiled/")
(synopsis "Library for parsing compiled zoneinfo files") (synopsis "Library for parsing compiled zoneinfo files")

View file

@ -4553,7 +4553,7 @@ result in several formats:
("rust-arrayvec" ,rust-arrayvec-0.5) ("rust-arrayvec" ,rust-arrayvec-0.5)
("rust-backtrace" ,rust-backtrace-0.3) ("rust-backtrace" ,rust-backtrace-0.3)
("rust-bitstream-io" ,rust-bitstream-io-0.8) ("rust-bitstream-io" ,rust-bitstream-io-0.8)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1)
("rust-cfg-if" ,rust-cfg-if-0.1) ("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-clap" ,rust-clap-2) ("rust-clap" ,rust-clap-2)
("rust-console" ,rust-console-0.11) ("rust-console" ,rust-console-0.11)