gnu: Add rust-float-cmp-0.3.
* gnu/packages/crates-io.scm (rust-float-cmp-0.3): New variable.
This commit is contained in:
		
							parent
							
								
									6fee63e6d9
								
							
						
					
					
						commit
						ee7ef9cb8c
					
				
					 1 changed files with 22 additions and 0 deletions
				
			
		| 
						 | 
					@ -5202,6 +5202,28 @@ Reader/Writer streams.  Contains bindings for zlib, deflate, and gzip-based
 | 
				
			||||||
streams.")
 | 
					streams.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-float-cmp-0.3
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-float-cmp")
 | 
				
			||||||
 | 
					    (version "0.3.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					      (origin
 | 
				
			||||||
 | 
					        (method url-fetch)
 | 
				
			||||||
 | 
					        (uri (crate-uri "float-cmp" version))
 | 
				
			||||||
 | 
					        (file-name
 | 
				
			||||||
 | 
					         (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					        (sha256
 | 
				
			||||||
 | 
					         (base32
 | 
				
			||||||
 | 
					          "1c0hmj46xma5aysz0qb49padhc26aw875whx6q6rglsj5dqpds1b"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:cargo-inputs (("rust-num" ,rust-num-0.1))))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/mikedilger/float-cmp")
 | 
				
			||||||
 | 
					    (synopsis "Floating point approximate comparison traits")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "Floating point approximate comparison traits in Rust.")
 | 
				
			||||||
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-float-ord-0.2
 | 
					(define-public rust-float-ord-0.2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-float-ord")
 | 
					    (name "rust-float-ord")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue