mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add rust-oem-cp-2.
* gnu/packages/crates-io.scm (rust-oem-cp-2): New variable. Change-Id: Ib18c618c59ad958e4f5ce03a292c40e362d384ae
This commit is contained in:
parent
f3c7488aaa
commit
5356a822ba
1 changed files with 28 additions and 0 deletions
|
@ -50840,6 +50840,34 @@ (define-public rust-odds-0.2
|
|||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.4))))))
|
||||
|
||||
(define-public rust-oem-cp-2
|
||||
(package
|
||||
(name "rust-oem-cp")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "oem_cp" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1r0fn4bnmc78pkqhvzjjbm1zidgzvryspdz6hsdb1nml5a83h09k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-phf" ,rust-phf-0.11)
|
||||
("rust-phf-codegen" ,rust-phf-codegen-0.11)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs (("rust-itertools" ,rust-itertools-0.5)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/tats-u/rust-oem-cp/")
|
||||
(synopsis
|
||||
"Handle OEM code pages (e.g. CP{437,737,850}) for single byte character sets")
|
||||
(description
|
||||
"This package provides a rust library that handles OEM code pages (e.g.
|
||||
CP{437,737,850}) for single byte character sets.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-omnipath-0.1
|
||||
(package
|
||||
(name "rust-omnipath")
|
||||
|
|
Loading…
Reference in a new issue