@@ -50773,3 +50773,31 @@ configuration file and/or environment variables.")
(synopsis "Macros for swc_ecma_transforms.")
(description "Macros for swc_ecma_transforms.")
(license (list license:asl2.0 license:expat))))
+
+(define-public rust-ordered-float-2
+ (package
+ (name "rust-ordered-float")
+ (version "2.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ordered-float" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0632g8bacvras6nig1bb1ihgc560476jkrb3is6n542ll86q8vvn"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build?
+ #t
+ #:cargo-inputs
+ (("rust-num-traits" ,rust-num-traits-0.2)
+ ("rust-serde" ,rust-serde-1))))
+ (home-page
+ "https://github.com/reem/rust-ordered-float")
+ (synopsis
+ "Wrappers for total ordering on floats")
+ (description
+ "Wrappers for total ordering on floats")
+ (license license:expat)))