Archived
1
0
Fork 0

gnu: Add rust-path-slash-0.1.

* gnu/packages/crates-io.scm (rust-path-slash-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
phodina 2021-09-04 07:38:57 +00:00 committed by Nicolas Goaziou
parent 8fc86858e5
commit c9466cf2c9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -45369,6 +45369,27 @@ data type.")
(base32 "08xw8w61zdfn1094qkq1d554vh5wmm9bqdys8gqqxc4sv2pgrd0p"))))
(arguments `(#:skip-build? #t))))
(define-public rust-path-slash-0.1
(package
(name "rust-path-slash")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "path-slash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "06dnnmd3fvmr9ngwgj0xrfj9s8h09m9dgf3zlqsbalzk9wybpb1w"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/rhysd/path-slash")
(synopsis "Conversion to/from a file path from/to slash path")
(description
"Path-slash is a tiny library to convert a file path (e.g., @samp{foo/bar},
@samp{foo\bar} or @samp{C:\foo\bar}) from or to slash path (e.g.,
@samp{foo/bar}, @samp{C:/foo/bar}).")
(license license:expat)))
;; TODO: Unbundle sleef.
(define-public rust-sleef-sys-0.1
(package