[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
182/188: gnu: Add rust-path-clean-0.1.
From: |
guix-commits |
Subject: |
182/188: gnu: Add rust-path-clean-0.1. |
Date: |
Mon, 12 Oct 2020 02:25:40 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit c2b43329a1fdc92ac8edb8b6b17dfa865e925bd2
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 21 11:29:49 2020 +0530
gnu: Add rust-path-clean-0.1.
* gnu/packages/crates-io.scm (rust-path-clean-0.1): New variable.
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c377870..1c22e12 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17969,6 +17969,25 @@ and would-block I/O operations.")
"Implementation detail of the paste crate.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-path-clean-0.1
+ (package
+ (name "rust-path-clean")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "path-clean" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1pcgqxw0mgg3ha5hi5xkjhyjf488bw5rw1g3qlr9awbq4szh3fpc"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/danreeves/path-clean")
+ (synopsis "Rust implementation of cleanname or path.Clean")
+ (description "This package provides a Rust implementation of cleanname or
+path.Clean.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-pbkdf2-0.4
(package
(name "rust-pbkdf2")
- 168/188: gnu: Add rust-napi-derive-0.5., (continued)
- 168/188: gnu: Add rust-napi-derive-0.5., guix-commits, 2020/10/12
- 174/188: gnu: Add rust-hyper-rustls-0.21., guix-commits, 2020/10/12
- 180/188: gnu: Add rust-ipconfig-0.2., guix-commits, 2020/10/12
- 116/188: gnu: Add rust-clang-sys-1., guix-commits, 2020/10/12
- 119/188: gnu: Add rust-zstd-safe-2., guix-commits, 2020/10/12
- 125/188: gnu: Add rust-tower-test-0.3., guix-commits, 2020/10/12
- 135/188: gnu: Add rust-tracing-0.1., guix-commits, 2020/10/12
- 139/188: gnu: Add rust-mimalloc-0.1., guix-commits, 2020/10/12
- 161/188: gnu: Add rust-semver-0.10., guix-commits, 2020/10/12
- 173/188: gnu: Add rust-rustls-native-certs-0.4., guix-commits, 2020/10/12
- 182/188: gnu: Add rust-path-clean-0.1.,
guix-commits <=
- 113/188: gnu: Add rust-xz2-0.1., guix-commits, 2020/10/12
- 137/188: gnu: Add rust-cty-0.2., guix-commits, 2020/10/12
- 188/188: gnu: Add rust-swc-1., guix-commits, 2020/10/12
- 185/188: gnu: Add rust-fluid-0.4., guix-commits, 2020/10/12