me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-dissimilar-1.0.

* gnu/packages/crates-io.scm (rust-dissimilar-1.0): New variable.
master
Efraim Flashner 2020-02-29 21:20:07 +02:00
parent ec395e70cb
commit c9e8a73372
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -3950,6 +3950,27 @@ for intentionally leaking memory")
Central Dispatch.") Central Dispatch.")
(license license:expat))) (license license:expat)))
(define-public rust-dissimilar-1.0
(package
(name "rust-dissimilar")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "dissimilar" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"154ba92ifmh3js1k0hbmxz7pv95n8wmahlyvhdbnxggbs8f1dpir"))))
(build-system cargo-build-system)
(home-page "https://github.com/dtolnay/dissimilar")
(synopsis "Diff library with semantic cleanup")
(description
"This package provides a diff library with semantic cleanup, based on
Google's diff-match-patch.")
(license (list license:expat license:asl2.0))))
(define-public rust-doc-comment-0.3 (define-public rust-doc-comment-0.3
(package (package
(name "rust-doc-comment") (name "rust-doc-comment")