GNU bug report logs -
#59625
[PATCH] gnu: Add rust-csv-index-0.1.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Sun, 27 Nov 2022 04:34:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 13 Dec 2022 13:45:57 +0000
with message-id <87359jpg6q.fsf <at> cbaines.net>
and subject line Re: [bug#59625] [PATCH] gnu: Add rust-csv-index-0.1.
has caused the debbugs.gnu.org bug report #59625,
regarding [PATCH] gnu: Add rust-csv-index-0.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
59625: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59625
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/crates-io.scm (rust-csv-index-0.1): New variable.
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1118ebbc35..d47461d9e2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29,6 +29,7 @@
;;; Copyright © 2022 Evgenii Lepikhin <e.lepikhin <at> corp.mail.ru>
;;; Copyright © 2022 Gabriel Arazas <foo.dogsquared <at> gmail.com>
;;; Copyright © 2022 ( <paren <at> disroot.org>
+;;; Copyright © 2022 Paul A. Patience <paul <at> apatience.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -14371,6 +14372,29 @@ (define-public rust-csv-core-0.1
"Bare bones CSV parsing with no_std support.")
(license (list license:unlicense license:expat))))
+(define-public rust-csv-index-0.1
+ (package
+ (name "rust-csv-index")
+ (version "0.1.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "csv-index" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "01048y84y0bakqm0x4y1svjv6lzc753b9q598xp7xgcqrdgi6x7j"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-csv" ,rust-csv-1))))
+ (home-page "https://github.com/BurntSushi/rust-csv")
+ (synopsis "On-disk CSV indexing data structures")
+ (description
+ "A collection of data structures for indexing CSV data, with a focus on data
+structures that can be easily serialized to and deserialized from disk.")
+ (license (list license:unlicense license:expat))))
+
(define-public rust-cstr-core-0.2
(package
(name "rust-cstr-core")
--
2.38.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
"Paul A. Patience" <paul <at> apatience.com> writes:
> * gnu/packages/crates-io.scm (rust-csv-index-0.1): New variable.
> ---
> gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
Thanks! I've pushed this to master as
36bd9121d670b6bfec19d6033d9d3e1bb3f3d884.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.