mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Remove rust-csv-index-0.1.
* gnu/packages/crates-io.scm (rust-csv-index-0.1): Delete variable.
This commit is contained in:
parent
d237956b40
commit
e296d1714d
1 changed files with 0 additions and 23 deletions
|
@ -16048,29 +16048,6 @@ (define-public rust-csv-core-0.1
|
||||||
"Bare bones CSV parsing with no_std support.")
|
"Bare bones CSV parsing with no_std support.")
|
||||||
(license (list license:unlicense license:expat))))
|
(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
|
(define-public rust-cstr-core-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-cstr-core")
|
(name "rust-cstr-core")
|
||||||
|
|
Loading…
Reference in a new issue