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-napi-derive-0.5. 69cc75561e9308adb26be36f244f3ee334a427d0 Arun Isaac 2020-09-20 18:55:52
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
Commit 69cc75561e9308adb26be36f244f3ee334a427d0 - gnu: Add rust-napi-derive-0.5.
* gnu/packages/crates-io.scm (rust-napi-derive-0.5): New variable.
Author: Arun Isaac
Author date (UTC): 2020-09-20 18:55
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:12
Parent(s): 23e96e41cb7b693d72df4c7f98ebe7fdf5593aff
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: 7de018718bb993717ec55e7db47271747a75ff0b
File Lines added Lines deleted
gnu/packages/crates-io.scm 24 0
File gnu/packages/crates-io.scm changed (mode: 100644) (index 28472cad10..a07e6b519a)
... ... statically-sized or dynamically-sized matrices.")
15278 15278 IO of Windows's named pipes.") IO of Windows's named pipes.")
15279 15279 (license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
15280 15280
15281
15282 (define-public rust-napi-derive-0.5
15283 (package
15284 (name "rust-napi-derive")
15285 (version "0.5.1")
15286 (source
15287 (origin
15288 (method url-fetch)
15289 (uri (crate-uri "napi-derive" version))
15290 (file-name (string-append name "-" version ".tar.gz"))
15291 (sha256
15292 (base32
15293 "0kkgpzw4i6f0zkg80v9vhr7y5rg25q3kv67029i1gcgsrxlqx4zi"))))
15294 (build-system cargo-build-system)
15295 (arguments
15296 `(#:cargo-inputs
15297 (("rust-proc-macro2" ,rust-proc-macro2-1)
15298 ("rust-quote" ,rust-quote-1)
15299 ("rust-syn" ,rust-syn-1))))
15300 (home-page "https://github.com/napi-rs/napi-rs")
15301 (synopsis "N-API procedural macros")
15302 (description "This package provides N-API procedural macros.")
15303 (license license:expat)))
15304
15281 15305 (define-public rust-native-tls-0.2 (define-public rust-native-tls-0.2
15282 15306 (package (package
15283 15307 (name "rust-native-tls") (name "rust-native-tls")
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