[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64905] [PATCH v4 01/11] gnu: Add rust-path-slash-0.2.
From: |
Hilton Chain |
Subject: |
[bug#64905] [PATCH v4 01/11] gnu: Add rust-path-slash-0.2. |
Date: |
Sun, 20 Aug 2023 22:00:51 +0800 |
* gnu/packages/crates-io.scm (rust-path-slash-0.2): New variable.
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 77a41a5116..f91c5db3a9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45806,6 +45806,28 @@ (define-public rust-path-clean-0.1
path.Clean.")
(license (list license:expat license:asl2.0))))
+(define-public rust-path-slash-0.2
+ (package
+ (name "rust-path-slash")
+ (version "0.2.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "path-slash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0hjgljv4vy97qqw9gxnwzqhhpysjss2yhdphfccy3c388afhk48y"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-development-inputs (("rust-lazy-static" ,rust-lazy-static-1))))
+ (home-page "https://github.com/rhysd/path-slash")
+ (synopsis "Rust library to convert a file path from/to slash path")
+ (description
+ "This package provides @code{path-slash}, a tiny library to convert a file
+path (e.g. @code{foo/bar}, @code{foo\\bar} or @code{C:\\foo\\bar}) from/to a
+slash path (e.g. @code{foo/bar}, @code{C:/foo/bar}).")
+ (license license:expat)))
+
(define-public rust-pathdiff-0.2
(package
(name "rust-pathdiff")
--
2.41.0
- [bug#64905] [PATCH v4 00/11] Update tree-sitter{, -{bash, c{, pp, -sharp}, go, java, {java, type}script, python, rust}},, Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 01/11] gnu: Add rust-path-slash-0.2.,
Hilton Chain <=
- [bug#64905] [PATCH v4 02/11] gnu: tree-sitter: Update to 0.20.10., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 04/11] gnu: tree-sitter-c-sharp: Update to 0.20.0., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 05/11] gnu: tree-sitter-java: Update to 0.20.1., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 03/11] gnu: tree-sitter-bash: Update to 0.20.0., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 06/11] gnu: tree-sitter-typescript: Update to 0.20.2., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 07/11] gnu: tree-sitter-python: Update to 0.20.4., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 08/11] gnu: tree-sitter-cpp: Update to 0.20.3., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 09/11] gnu: tree-sitter-go: Update to 0.20.0., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 10/11] gnu: tree-sitter-rust: Update to 0.20.4., Hilton Chain, 2023/08/20
- [bug#64905] [PATCH v4 11/11] gnu: tree-sitter: Re-indent., Hilton Chain, 2023/08/20
- Prev by Date:
[bug#64905] [PATCH v4 00/11] Update tree-sitter{, -{bash, c{, pp, -sharp}, go, java, {java, type}script, python, rust}},
- Next by Date:
[bug#64905] [PATCH v4 02/11] gnu: tree-sitter: Update to 0.20.10.
- Previous by thread:
[bug#64905] [PATCH v4 00/11] Update tree-sitter{, -{bash, c{, pp, -sharp}, go, java, {java, type}script, python, rust}},
- Next by thread:
[bug#64905] [PATCH v4 02/11] gnu: tree-sitter: Update to 0.20.10.
- Index(es):