maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: Add rust-ufmt-0.1. 1949e24051b3afa49e87a698e001e0fa705efda7 Arun Isaac 2020-09-17 08:44:50
gnu: Add rust-ufmt-macros-0.1. e45472e6f27f3eff6ddcf08f5edf79b1762c776a Arun Isaac 2020-09-17 08:39:21
gnu: Add rust-hash32-0.1. c054ae40f45c23df16cd344d3b28832fedfe2f1c Arun Isaac 2020-09-17 08:35:57
gnu: Add rust-hash32-derive-0.1. 5872e71db7e0542a8011d3b34dc56aa44ffae9bf Arun Isaac 2020-09-17 08:34:13
gnu: Add rust-syn. 3dd1843675c0bb287c8113fb171cc8b8ca3b3ef4 Arun Isaac 2020-09-17 08:30:47
gnu: Add rust-aes-0.4. e8f23ed2aa86ad96453f9280506b2976a1dd91cf Arun Isaac 2020-09-17 08:22:49
gnu: Add rust-aesni-0.7. be54916f7ad6c642567870867811e41d93e1384b Arun Isaac 2020-09-17 08:20:37
gnu: Add rust-stream-cipher-0.4. f736ef388d5faee385d111b3c57780fc0a700c93 Arun Isaac 2020-09-17 08:19:58
gnu: Add rust-aes-soft-0.4. 8a8b3c3398a86dce0b883f422c1e233b957e00b5 Arun Isaac 2020-09-17 08:14:16
gnu: Add rust-insta-0.16. 9fa58ec9e40f68aed8c5d6ad027ff140f0e1cb7f Arun Isaac 2020-09-17 07:05:24
gnu: Add rust-crypto-tests-0.5. b5357b7ef78cf920d19eab6332032fa49beeb1bd Arun Isaac 2020-09-17 07:00:22
gnu: Add rust-crypto-mac-0.4. 6a849f27509a1985dc364d6afb1084808eba5ed3 Arun Isaac 2020-09-17 06:56:36
gnu: Add rust-universal-hash-0.4. 284c427ca689cc0d605a86c3bdcb20944462a410 Arun Isaac 2020-09-17 06:49:15
gnu: Add rust-block-cipher-0.7. a173f3a7e01857e65780da9b18ed5a54c3b9911a Arun Isaac 2020-09-17 06:43:42
gnu: Add rust-block-cipher-trait-0.4. d2a6b654c893328b80b429c7e94947b2a89d31e6 Arun Isaac 2020-09-17 06:34:45
gnu: Add rust-ron-0.5. e49928258bd3dfa24b7382361e056a039b01f647 Arun Isaac 2020-09-17 06:20:25
gnu: Add rust-globwalk-0.8. da6390144a3eb2bc1143f946df1bcf32e9dfe761 Arun Isaac 2020-09-17 06:13:12
gnu: Add rust-digest-0.6. 75ed6b90e6c4dfd24311a5456aacad6b6d6f51c0 Arun Isaac 2020-09-17 06:03:46
gnu: Add rust-bigdecimal-0.2. 5073a3ac9dc572fed055cb824960863c836ddc2f Arun Isaac 2020-09-17 06:01:56
gnu: Add rust-as-slice-0.1. 4c1384c576a77a73ac1a4b88c96b97b0873cf909 Arun Isaac 2020-09-17 05:58:28
Commit 1949e24051b3afa49e87a698e001e0fa705efda7 - gnu: Add rust-ufmt-0.1.
* gnu/packages/crates-io.scm (rust-ufmt-0.1): New variable.
Author: Arun Isaac
Author date (UTC): 2020-09-17 08:44
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:11
Parent(s): e45472e6f27f3eff6ddcf08f5edf79b1762c776a
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: 792e7baf23138fd69e95afa2e9317007895bac76
File Lines added Lines deleted
gnu/packages/crates-io.scm 24 0
File gnu/packages/crates-io.scm changed (mode: 100644) (index 5b8028280d..7accfa3c19)
... ... with the Unicode character database.")
27226 27226 (license (list license:asl2.0 (license (list license:asl2.0
27227 27227 license:expat)))) license:expat))))
27228 27228
27229 (define-public rust-ufmt-0.1
27230 (package
27231 (name "rust-ufmt")
27232 (version "0.1.0")
27233 (source
27234 (origin
27235 (method url-fetch)
27236 (uri (crate-uri "ufmt" version))
27237 (file-name (string-append name "-" version ".tar.gz"))
27238 (sha256
27239 (base32
27240 "1844qwbmc4m69nfi6xmdcdf4fmjjvypi9rpfg3wgilvrxykwwzif"))))
27241 (build-system cargo-build-system)
27242 (arguments
27243 `(#:cargo-inputs
27244 (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
27245 ("rust-ufmt-macros" ,rust-ufmt-macros-0.1)
27246 ("rust-ufmt-write" ,rust-ufmt-write-0.1))))
27247 (home-page "https://crates.io/crates/ufmt")
27248 (synopsis "Faster and panic-free alternative to @code{core::fmt}")
27249 (description "This package provides a (6-40x) smaller, (2-9x) faster and
27250 panic-free alternative to @code{core::fmt}.")
27251 (license (list license:expat license:asl2.0))))
27252
27229 27253 (define-public rust-ufmt-macros-0.1 (define-public rust-ufmt-macros-0.1
27230 27254 (package (package
27231 27255 (name "rust-ufmt-macros") (name "rust-ufmt-macros")
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main