File gnu/packages/crates-io.scm changed (mode: 100644) (index e7765fe727..ad367ae8fc) |
... |
... |
by inspecting the system for user preference.") |
12211 |
12211 |
("rust-regex" ,rust-regex-1) |
("rust-regex" ,rust-regex-1) |
12212 |
12212 |
("rust-winapi" ,rust-winapi-0.3)))))) |
("rust-winapi" ,rust-winapi-0.3)))))) |
12213 |
12213 |
|
|
12214 |
|
(define-public rust-lock-api-0.3 |
|
|
12214 |
|
(define-public rust-lock-api-0.4 |
12215 |
12215 |
(package |
(package |
12216 |
12216 |
(name "rust-lock-api") |
(name "rust-lock-api") |
12217 |
|
(version "0.3.4") |
|
|
12217 |
|
(version "0.4.1") |
12218 |
12218 |
(source |
(source |
12219 |
12219 |
(origin |
(origin |
12220 |
12220 |
(method url-fetch) |
(method url-fetch) |
12221 |
12221 |
(uri (crate-uri "lock_api" version)) |
(uri (crate-uri "lock_api" version)) |
12222 |
|
(file-name |
|
12223 |
|
(string-append name "-" version ".tar.gz")) |
|
|
12222 |
|
(file-name (string-append name "-" version ".tar.gz")) |
12224 |
12223 |
(sha256 |
(sha256 |
12225 |
12224 |
(base32 |
(base32 |
12226 |
|
"0xgc5dzmajh0akbh5d6d7rj9mh5rzpk74pyrc946v2ixgakj9nn4")))) |
|
|
12225 |
|
"0716z2rs0kydmd1818kqp4641dfkqzr0rpbnrpxhabxylp2pq918")))) |
12227 |
12226 |
(build-system cargo-build-system) |
(build-system cargo-build-system) |
12228 |
12227 |
(arguments |
(arguments |
12229 |
12228 |
`(#:cargo-inputs |
`(#:cargo-inputs |
|
... |
... |
by inspecting the system for user preference.") |
12231 |
12230 |
("rust-scopeguard" ,rust-scopeguard-1) |
("rust-scopeguard" ,rust-scopeguard-1) |
12232 |
12231 |
("rust-serde" ,rust-serde-1)))) |
("rust-serde" ,rust-serde-1)))) |
12233 |
12232 |
(home-page "https://github.com/Amanieu/parking_lot") |
(home-page "https://github.com/Amanieu/parking_lot") |
12234 |
|
(synopsis |
|
12235 |
|
"Wrappers to create fully-featured Mutex and RwLock types") |
|
12236 |
|
(description |
|
12237 |
|
"This package provides wrappers to create fully-featured @code{Mutex} and |
|
12238 |
|
@code{RwLock} types. It is compatible with @code{no_std}.") |
|
12239 |
|
(license (list license:expat license:asl2.0)))) |
|
|
12233 |
|
(synopsis "Wrappers to create fully-featured Mutex and RwLock types") |
|
12234 |
|
(description "This package provides wrappers to create fully-featured |
|
12235 |
|
@code{Mutex} and @code{RwLock} types. It is compatible with @code{no_std}.") |
|
12236 |
|
(license (list license:asl2.0 license:expat)))) |
|
12237 |
|
|
|
12238 |
|
(define-public rust-lock-api-0.3 |
|
12239 |
|
(package |
|
12240 |
|
(inherit rust-lock-api-0.4) |
|
12241 |
|
(name "rust-lock-api") |
|
12242 |
|
(version "0.3.4") |
|
12243 |
|
(source |
|
12244 |
|
(origin |
|
12245 |
|
(method url-fetch) |
|
12246 |
|
(uri (crate-uri "lock_api" version)) |
|
12247 |
|
(file-name |
|
12248 |
|
(string-append name "-" version ".tar.gz")) |
|
12249 |
|
(sha256 |
|
12250 |
|
(base32 |
|
12251 |
|
"0xgc5dzmajh0akbh5d6d7rj9mh5rzpk74pyrc946v2ixgakj9nn4")))) |
|
12252 |
|
(build-system cargo-build-system))) |
12240 |
12253 |
|
|
12241 |
12254 |
(define-public rust-lock-api-0.2 |
(define-public rust-lock-api-0.2 |
12242 |
12255 |
(package |
(package |