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-static-map-macro-0.2. 23e96e41cb7b693d72df4c7f98ebe7fdf5593aff Arun Isaac 2020-09-20 18:54:24
gnu: Add rust-relative-path-1. 001638a5104c381563af6bf4d69a8039ce91c387 Arun Isaac 2020-09-20 18:52:29
gnu: Add rust-pmutil-0.5. d84c250f9242b76ca8e88b35282488388a7c78d2 Arun Isaac 2020-09-20 18:50:09
gnu: Add rust-libflate-1. 20921cc75b0f1ade594e5a50ec7db3486a713d81 Arun Isaac 2020-09-20 18:47:24
gnu: Add rust-libflate-lz77-1. 4bfac1abe65add0f26d349c113bfd7b97c1a172a Arun Isaac 2020-09-20 18:44:40
gnu: Add rust-libflate-0.1. 518a6320b15aa5ee44a9a415b0b4f98bc168f586 Arun Isaac 2020-09-20 18:43:34
gnu: Add rust-semver-0.10. 640e6c8dca46cc42103316f9f2596168d8355f85 Arun Isaac 2020-09-20 18:40:48
gnu: Add rust-diesel-1. 8f1f3f8d74ae7059f46fd3211abf480f6ee8ae4a Arun Isaac 2020-09-20 18:38:15
gnu: Add rust-r2d2. 1424da639db35eff309b05340f8aef6139368fe1 Arun Isaac 2020-09-20 18:36:59
gnu: Add rust-scheduled-thread-pool-0.2. 7f4b985f063601690dcc6d4af4874f8aeab60af5 Arun Isaac 2020-09-20 18:36:07
gnu: Add rust-mysqlclient-sys-0.2. 32cd33bf76c88d1f7fda9fead6b088e61de5114c Arun Isaac 2020-09-20 18:32:43
gnu: Add rust-diesel-derives-1.4. 1af686ad58020064c182574ee6e7d33d87d0c8fe Arun Isaac 2020-09-20 18:22:51
gnu: Add rust-parking-lot-0.11. 1de6ae60d51fe430f59839312b0d42a6b9a0148c Arun Isaac 2020-09-20 18:16:39
gnu: Add rust-parking-lot-core-0.8. aae339b1564439d0384534a1a70cacd3f9abfe26 Arun Isaac 2020-09-20 18:08:29
gnu: Add rust-hyper-0.13. face7d5db453300453a94e8487313d95fb0165b2 Arun Isaac 2020-09-20 07:51:15
gnu: Add rust-h2-0.2. ddfbd8cff8718b411c6a7f1caa2adee9eed84603 Arun Isaac 2020-09-20 07:47:21
gnu: Add rust-dashmap-3. 9de76735dba9f4c44a51e755e2db472cdb528d49 Arun Isaac 2020-09-20 07:44:41
gnu: Add rust-hashbrown-0.8. 1cf95488cae8cb8d74ca012444d5cb63b024b334 Arun Isaac 2020-09-20 07:42:36
gnu: Add rust-rustc-hash-1.0. cfd2a7059c8e9ce12d52a4b41cea78f742164f86 Arun Isaac 2020-09-20 07:39:41
gnu: Add rust-want-0.3. 650c0b76d4a7e62e8046c8534b200bdfe4d167cd Arun Isaac 2020-09-20 07:37:31
Commit 23e96e41cb7b693d72df4c7f98ebe7fdf5593aff - gnu: Add rust-static-map-macro-0.2.
* gnu/packages/crates-io.scm (rust-static-map-macro-0.2): New variable.
Author: Arun Isaac
Author date (UTC): 2020-09-20 18:54
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:12
Parent(s): 001638a5104c381563af6bf4d69a8039ce91c387
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: fcabc5788f38d84582ae775c1a69a8a7ba6e739a
File Lines added Lines deleted
gnu/packages/crates-io.scm 25 0
File gnu/packages/crates-io.scm changed (mode: 100644) (index db7b5d85b4..28472cad10)
... ... are met.")
25448 25448 (base32 (base32
25449 25449 "1lw33i89888yb3x29c6dv4mrkg3534n0rlg3r7qzh4p58xmv6gkz")))))) "1lw33i89888yb3x29c6dv4mrkg3534n0rlg3r7qzh4p58xmv6gkz"))))))
25450 25450
25451 (define-public rust-static-map-macro-0.2
25452 (package
25453 (name "rust-static-map-macro")
25454 (version "0.2.1")
25455 (source
25456 (origin
25457 (method url-fetch)
25458 (uri (crate-uri "static-map-macro" version))
25459 (file-name (string-append name "-" version ".tar.gz"))
25460 (sha256
25461 (base32
25462 "1zcm28d46dggdpbn06xlpa274z25l228cmzxpc8qh8s8y43kwl6m"))))
25463 (build-system cargo-build-system)
25464 (arguments
25465 `(#:cargo-inputs
25466 (("rust-pmutil" ,rust-pmutil-0.5)
25467 ("rust-proc-macro2" ,rust-proc-macro2-1)
25468 ("rust-quote" ,rust-quote-1)
25469 ("rust-syn" ,rust-syn-1))))
25470 (home-page "https://github.com/kdy1/rust-static-map")
25471 (synopsis "Macro to create a stack-alocated map")
25472 (description "This package provides a macro to create a stack-alocated
25473 map.")
25474 (license license:expat)))
25475
25451 25476 (define-public rust-stb-truetype-0.3 (define-public rust-stb-truetype-0.3
25452 25477 (package (package
25453 25478 (name "rust-stb-truetype") (name "rust-stb-truetype")
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