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-tower-service-0.3. 0d659f8211703a4bdfdd11d9cb36afb563da855b Arun Isaac 2020-09-19 18:26:14
gnu: Add rust-async-compression-0.3. 4c08fef860132b5caeca51204f298db023e90dca Arun Isaac 2020-09-19 16:30:04
gnu: Add rust-partial-io-0.3. 5d419dbefce61645075b126c2f359953131de5a7 Arun Isaac 2020-09-19 16:22:56
gnu: Add rust-zstd-0.5. d2ac4afb30e17b949684f9b2a49a228bbd67a136 Arun Isaac 2020-09-21 08:32:13
gnu: Add rust-zstd-safe-2. 28ad888951b30fae69ae2d651faab72bff101492 Arun Isaac 2020-09-19 16:18:42
gnu: Add rust-zstd-sys-1. 4402eb48cdd18aed8072696496362f2e774e973f Arun Isaac 2020-09-19 16:15:49
gnu: Add rust-bindgen-0.55. a5d74972043863fe0afd0b2908f9b85ac6180eaf Arun Isaac 2020-09-19 16:08:36
gnu: Add rust-clang-sys-1. c91fff483d0772af1c169c8837d202eeba75431d Arun Isaac 2020-09-19 16:01:42
gnu: Add rust-libloading-0.6. 96a490a2b532d8599967caac5f8c6ba9dfee8745 Arun Isaac 2020-09-19 15:52:15
gnu: Add rust-proptest-derive-0.1. 395300c52942dc89b6feb5aa955a554f777ad36e Arun Isaac 2020-09-19 15:47:06
gnu: Add rust-xz2-0.1. 1487b6e2bb567f63050e0f76858ea04e34d30687 Arun Isaac 2020-09-19 15:43:48
gnu: Add rust-ntest-0.3. f5fd7127b64be963c8d3f7fac9cfe99c073f62d1 Arun Isaac 2020-09-17 11:12:32
gnu: Add rust-ntest-test-cases-0.3. 7f88c371189891cb1044b0274b9a787089f07cc3 Arun Isaac 2020-09-17 10:56:52
gnu: Add rust-ntest-timeout-0.3. 107adb84b19e5359cad8412fd2fe5f3fcf41acdc Arun Isaac 2020-09-17 10:52:19
gnu: Add rust-timebomb-0.1. 4b282ebc8764c53cb251ed81c5a42fb6dcdc404e Arun Isaac 2020-09-17 10:49:04
gnu: Add rust-pulse-0.5. e6f7dbbd71716b427d8d233c959cd7a4c87a692b Arun Isaac 2020-09-17 10:47:35
gnu: Add rust-futures-test-0.3. 3b8bf95a6b3460c9739667cb786e2d1a25bdc117 Arun Isaac 2020-09-17 10:43:48
gnu: Add rust-ahash. 44b4bed3990326aea539777c864af953d26f6579 Arun Isaac 2020-09-17 10:39:45
gnu: Add rust-rustls. 58627392c10da03e62648b338d2b274e220b6edb Arun Isaac 2020-09-17 10:33:21
gnu: Add rust-enum-as-inner-0.3. ef6aba34d406bb557f7444ff58faf0ff35943db1 Arun Isaac 2020-09-17 09:45:12
Commit 0d659f8211703a4bdfdd11d9cb36afb563da855b - gnu: Add rust-tower-service-0.3.
* gnu/packages/crates-io.scm (rust-tower-service-0.3): New variable.
Author: Arun Isaac
Author date (UTC): 2020-09-19 18:26
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:11
Parent(s): 4c08fef860132b5caeca51204f298db023e90dca
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: a819f88ad57c071e47d292d54ef44b588fa11995
File Lines added Lines deleted
gnu/packages/crates-io.scm 23 0
File gnu/packages/crates-io.scm changed (mode: 100644) (index 3206689e4d..425eed62c8)
... ... serializing Rust structures.")
27886 27886 ("rust-serde" ,rust-serde-0.8)))) ("rust-serde" ,rust-serde-0.8))))
27887 27887 (home-page "https://github.com/alexcrichton/toml-rs") (home-page "https://github.com/alexcrichton/toml-rs")
27888 27888 (synopsis "Rust encoder and decoder of TOML-formatted files and streams") (synopsis "Rust encoder and decoder of TOML-formatted files and streams")
27889
27890 (define-public rust-tower-service-0.3
27891 (package
27892 (name "rust-tower-service")
27893 (version "0.3.0")
27894 (source
27895 (origin
27896 (method url-fetch)
27897 (uri (crate-uri "tower-service" version))
27898 (file-name (string-append name "-" version ".tar.gz"))
27899 (sha256
27900 (base32
27901 "0q4q53w82w1wd71x7vbspg2l3jicb6al2w1qdwxmnjrz8jzvd1z9"))))
27902 (build-system cargo-build-system)
27903 (arguments
27904 `(#:cargo-development-inputs
27905 (("rust-http" ,rust-http-0.1))))
27906 (home-page "https://github.com/tower-rs/tower")
27907 (synopsis "Asynchronous, request / response based, client or server.")
27908 (description "This package provides a trait representing an asynchronous,
27909 request/response based, client or server.")
27910 (license license:expat)))
27911
27889 27912 (description (description
27890 27913 "This package provides a native Rust encoder and decoder of TOML-formatted "This package provides a native Rust encoder and decoder of TOML-formatted
27891 27914 files and streams. Provides implementations of the standard files and streams. Provides implementations of the standard
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