all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: muradm <mail@muradm.net>
To: control@debbugs.gnu.org
Cc: 69698@debbugs.gnu.org, efraim@flashner.co.il
Subject: [bug#69698] [PATCH 6/7] gnu: Add rust-wu-diff-0.1.
Date: Sun, 10 Mar 2024 10:56:34 +0300	[thread overview]
Message-ID: <87le6q1pvl.fsf@muradm.net> (raw)
In-Reply-To: <4f17a62e06df6506fcf18aa310cb28c51ec4790a.1710055565.git.mail@muradm.net>

[-- Attachment #1: Type: text/plain, Size: 1583 bytes --]


close 69698

muradm <mail@muradm.net> writes:

> * gnu/packages/crates-io.scm (rust-wu-diff-0.1): New variable.
>
> Change-Id: I1e89c7a04f87b9538e2772b4141c573c59a3ac56
> ---
>  gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm 
> b/gnu/packages/crates-io.scm
> index 3493fb8ffc..b8797326f4 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -78275,6 +78275,28 @@ (define-public rust-winnow-0.4
>                         ("rust-memchr" ,rust-memchr-2)
>                         ("rust-terminal-size" 
>                         ,rust-terminal-size-0.2))))))
>
> +(define-public rust-wu-diff-0.1
> +  (package
> +    (name "rust-wu-diff")
> +    (version "0.1.2")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (crate-uri "wu-diff" version))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32 
> "14w8yacn4hk9k4rfzshlgir966xbwgbwk3fvf0l461nyzhsnfglf"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +     `(#:skip-build? #t
> +       #:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
> +    (home-page "https://github.com/bokuweb/wu-diff-rs")
> +    (synopsis
> +     "Compute differences between two slices using wu(the 
> O(NP)) algorithm.")
> +    (description
> +     "Compute differences between two slices using wu(the 
> O(NP)) algorithm.")
> +    (license license:expat)))
> +
>  (define-public rust-wycheproof-0.5
>    (package
>      (name "rust-wycheproof")


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2024-03-10  7:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-10  7:30 [bug#69696] [PATCH 0/7] Add difft program muradm
2024-03-10  7:30 ` [bug#69695] [PATCH 1/7] gnu: Add rust-line-numbers-0.3 muradm
2024-03-10  7:53   ` muradm
2024-03-10  7:30 ` [bug#69697] [PATCH 2/7] gnu: Add rust-mimalloc-0.1 muradm
2024-03-10  7:54   ` muradm
2024-03-10  7:30 ` [bug#69699] [PATCH 3/7] gnu: Add rust-quine-mc-cluskey-0.2 muradm
2024-03-10  7:55   ` muradm
2024-03-10  7:30 ` [bug#69700] [PATCH 4/7] gnu: Add rust-radix-heap-0.4 muradm
2024-03-10  7:59   ` [bug#69696] " muradm
2024-03-10  7:55   ` [bug#69700] " muradm
2024-03-10  7:30 ` [bug#69701] [PATCH 5/7] gnu: Add rust-tree-sitter-0.20 muradm
2024-03-10  7:56   ` muradm
2024-03-10  7:30 ` [bug#69698] [PATCH 6/7] gnu: Add rust-wu-diff-0.1 muradm
2024-03-10  7:56   ` muradm [this message]
2024-03-10  7:31 ` [bug#69702] [PATCH 7/7] gnu: Add difft muradm
2024-03-10  7:56   ` muradm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87le6q1pvl.fsf@muradm.net \
    --to=mail@muradm.net \
    --cc=69698@debbugs.gnu.org \
    --cc=control@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.