mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: Add rust-diffr-lib-0.1.
* gnu/packages/crates-io.scm (rust-diffr-lib-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
72dbf04b55
commit
f36f58a564
1 changed files with 17 additions and 0 deletions
|
@ -14768,6 +14768,23 @@ (define-public rust-difflib-0.4
|
|||
"This crate provides all necessary tools for comparing word sequences.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-diffr-lib-0.1
|
||||
(package
|
||||
(name "rust-diffr-lib")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "diffr-lib" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0id3hpblvvcw4ydcd1cc7wgcwqjbh3grlihrmd8zp7k0d2h47i3g"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/mookid/diffr")
|
||||
(synopsis "Implementation of Myers diff algorithm")
|
||||
(description "An implementation of Myers diff algorithm.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-diffs-0.3
|
||||
(package
|
||||
(name "rust-diffs")
|
||||
|
|
Loading…
Reference in a new issue