[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50367] [PATCH 15/22] gnu: Add rust-path-slash-0.1.
From: |
phodina |
Subject: |
[bug#50367] [PATCH 15/22] gnu: Add rust-path-slash-0.1. |
Date: |
Sat, 04 Sep 2021 07:38:57 +0000 |
* gnu/packages/crates-io.scm (rust-path-slash-0.1): New variable.
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c62d1702b8..632a700ed1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45012,6 +45012,28 @@ 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
+ "Conversion to/from a file path from/to slash path")
+ (license license:expat)))
+
;; TODO: Unbundle sleef.
(define-public rust-sleef-sys-0.1
(package
--
2.32.0
- [bug#50367] [PATCH 05/22] gnu: rust-tracing: Update to 0.1.23., (continued)
- [bug#50367] [PATCH 05/22] gnu: rust-tracing: Update to 0.1.23., phodina, 2021/09/04
- [bug#50367] [PATCH 06/22] gnu: Add rust-mockall-0.10., phodina, 2021/09/04
- [bug#50367] [PATCH 07/22] gnu: Add rust-dlv-list-0.2., phodina, 2021/09/04
- [bug#50367] [PATCH 08/22] gnu: Add rust-ordered-multimap-0.3., phodina, 2021/09/04
- [bug#50367] [PATCH 09/22] gnu: Add rust-pretty-assertions-0.7., phodina, 2021/09/04
- [bug#50367] [PATCH 10/22] gnu: Add rust-os-info-3., phodina, 2021/09/04
- [bug#50367] [PATCH 11/22] gnu: Add rust-pathdiff-0.2., phodina, 2021/09/04
- [bug#50367] [PATCH 12/22] gnu: rust-open: Update to 1.7.1., phodina, 2021/09/04
- [bug#50367] [PATCH 13/22] gnu: Add rust-rust-ini-0.17., phodina, 2021/09/04
- [bug#50367] [PATCH 14/22] gnu: Add rust-semver-1., phodina, 2021/09/04
- [bug#50367] [PATCH 15/22] gnu: Add rust-path-slash-0.1.,
phodina <=
- [bug#50367] [PATCH 16/22] gnu: Add rust-versions-3., phodina, 2021/09/04
- [bug#50367] [PATCH 17/22] gnu: Add rust-process-control-3., phodina, 2021/09/04
- [bug#50367] [PATCH 18/22] gnu: Add rust-starship-module-config-derive-0.2., phodina, 2021/09/04
- [bug#50367] [PATCH 19/22] gnu: Add rust-proc-macro-crate-1., phodina, 2021/09/04
- [bug#50367] [PATCH 20/22] gnu: Add rust-enumflags2-derive-0.6., phodina, 2021/09/04
- [bug#50367] [PATCH 21/22] gnu: Add rust-enumflags2-0.6., phodina, 2021/09/04
- [bug#50367] [PATCH 22/22] gnu: Add rust-serde-xml-rs-0.4., phodina, 2021/09/04
- [bug#50367] [PATCH 01/22] gnu: Add rust-mockall-derive-0.10., Nicolas Goaziou, 2021/09/22