[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69257] [PATCH 134/228] gnu: Add rust-konst-kernel-0.3.
From: |
Herman Rimm |
Subject: |
[bug#69257] [PATCH 134/228] gnu: Add rust-konst-kernel-0.3. |
Date: |
Sun, 18 Feb 2024 22:08:24 +0100 |
* gnu/packages/crates-io.scm (rust-konst-kernel-0.3): Add variable.
Change-Id: I5fbe2abfef2ea1ea26883a45cd2f3912a888d4b5
---
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 22fcbaf98d..706b48e8cc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33070,6 +33070,28 @@ (define-public rust-khronos-api-3
"The Khronos XML API Registry, exposed as byte string constants.")
(license license:asl2.0)))
+(define-public rust-konst-kernel-0.3
+ (package
+ (name "rust-konst-kernel")
+ (version "0.3.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "konst_kernel" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "140pxwbaqzchks1a962d8m99dx7b5glbhffgh6520vkb6y6fmins"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-typewit" ,rust-typewit-1))
+ #:cargo-development-inputs (("rust-arrayvec" ,rust-arrayvec-0.7))))
+ (home-page "https://github.com/rodrimati1992/konst/")
+ (synopsis "Foundational functionality shared by konst and const_panic")
+ (description
+ "This package provides the foundational const functionality shared
+between konst and const_panic.")
+ (license license:zlib)))
+
(define-public rust-konst-macro-rules-0.2
(package
(name "rust-konst-macro-rules")
--
2.41.0
- [bug#69257] [PATCH 086/228] gnu: Place rust-pathfinder-simd-0.5 in alphabetical order., (continued)
- [bug#69257] [PATCH 086/228] gnu: Place rust-pathfinder-simd-0.5 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 077/228] gnu: Add rust-symbolic-demangle-12., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 080/228] gnu: Add rust-opentelemetry-sdk-0.21., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 081/228] gnu: Add rust-opentelemetry-semantic-conventions-0.13., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 121/228] gnu: Add rust-deadpool-runtime-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 158/228] gnu: Add rust-platforms-3., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 195/228] gnu: Add rust-macroific-macro-1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 184/228] gnu: Add rust-vodozemac-0.5., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 169/228] gnu: Add rust-ruma-signatures-0.14., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 224/228] gnu: Add rust-uniffi-0.25., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 134/228] gnu: Add rust-konst-kernel-0.3.,
Herman Rimm <=
- [bug#69257] [PATCH 116/228] gnu: Add rust-ordered-multimap-0.4., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 088/228] gnu: Add rust-prost-types-0.11., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 050/228] gnu: Add rust-no-std-net-0.6., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 060/228] gnu: Add rust-sync-wrapper-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 142/228] gnu: Place rust-wl-clipboard-rs-0.7 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 149/228] gnu: Add rust-ruma-appservice-api-0.9., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 089/228] gnu: Add rust-axum-macros-0.3., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 186/228] gnu: Add rust-matrix-sdk-qrcode-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 190/228] gnu: Add rust-matrix-sdk-crypto-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 039/228] gnu: Add rust-parse-display-0.8., Herman Rimm, 2024/02/18