unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: muradm <mail@muradm.net>
To: 69699@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#69699] [PATCH 3/7] gnu: Add rust-quine-mc-cluskey-0.2.
Date: Sun, 10 Mar 2024 10:30:56 +0300	[thread overview]
Message-ID: <c6140c5ebed3816260c5c80bc2aadee5a77ccf2c.1710055565.git.mail@muradm.net> (raw)
In-Reply-To: <cover.1710055564.git.mail@muradm.net>

* gnu/packages/crates-io.scm (rust-quine-mc-cluskey-0.2): New variable.

Change-Id: Ibe4259b75d2f7e14c6886c365e7e077c1e0a02b6
---
 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 09625aa52f..5d8fcfa9f1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52324,6 +52324,28 @@ (define-public rust-quickersort-3
 numbers.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-quine-mc-cluskey-0.2
+  (package
+    (name "rust-quine-mc-cluskey")
+    (version "0.2.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "quine-mc_cluskey" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0iazdlwffhrlksb8yhhs1prgwpa68rwjwqm4v26hr9hrswarcn07"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-quickcheck" ,rust-quickcheck-0.3))))
+    (home-page "https://github.com/oli-obk/quine-mc_cluskey")
+    (synopsis
+     "Rust implementation of the Quine-McCluskey algorithm and Petrick's method")
+    (description
+     "Rust implementation of the Quine-@code{McCluskey} algorithm and Petrick's method")
+    (license license:expat)))
+
 (define-public rust-quinn-0.10
   (package
     (name "rust-quinn")
-- 
2.41.0





  parent reply	other threads:[~2024-03-10  7:32 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 ` muradm [this message]
2024-03-10  7:55   ` [bug#69699] [PATCH 3/7] gnu: Add rust-quine-mc-cluskey-0.2 muradm
2024-03-10  7:30 ` [bug#69700] [PATCH 4/7] gnu: Add rust-radix-heap-0.4 muradm
2024-03-10  7:55   ` muradm
2024-03-10  7:59   ` [bug#69696] " 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
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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=c6140c5ebed3816260c5c80bc2aadee5a77ccf2c.1710055565.git.mail@muradm.net \
    --to=mail@muradm.net \
    --cc=69699@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).