Merge pull request #310499 from Sigmanificient/remove-zz

zz: remove

authored by OTABI Tomoya and committed by GitHub 35752eb6 f29a72fb

+1 -1015
-961
pkgs/development/compilers/zz/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - [[package]] 4 - name = "aho-corasick" 5 - version = "0.7.10" 6 - source = "registry+https://github.com/rust-lang/crates.io-index" 7 - checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" 8 - dependencies = [ 9 - "memchr", 10 - ] 11 - 12 - [[package]] 13 - name = "ansi_term" 14 - version = "0.11.0" 15 - source = "registry+https://github.com/rust-lang/crates.io-index" 16 - checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 17 - dependencies = [ 18 - "winapi", 19 - ] 20 - 21 - [[package]] 22 - name = "askama" 23 - version = "0.9.0" 24 - source = "registry+https://github.com/rust-lang/crates.io-index" 25 - checksum = "10a1fb9e41eb366cbcd267da2094be5b7e62fdbca9f82091e7503e80f885050d" 26 - dependencies = [ 27 - "askama_derive", 28 - "askama_escape", 29 - "askama_shared", 30 - ] 31 - 32 - [[package]] 33 - name = "askama_derive" 34 - version = "0.9.0" 35 - source = "registry+https://github.com/rust-lang/crates.io-index" 36 - checksum = "e1012c270085fa35ece6a48a569544fde85b6d9ee41074c7b706cc912a03f939" 37 - dependencies = [ 38 - "askama_shared", 39 - "nom", 40 - "proc-macro2", 41 - "quote", 42 - "syn", 43 - ] 44 - 45 - [[package]] 46 - name = "askama_escape" 47 - version = "0.3.0" 48 - source = "registry+https://github.com/rust-lang/crates.io-index" 49 - checksum = "7a577aeba5fec1aafb9f195d98cfcc38a78b588e4ebf9b15f62ca1c7aa33795a" 50 - 51 - [[package]] 52 - name = "askama_shared" 53 - version = "0.9.1" 54 - source = "registry+https://github.com/rust-lang/crates.io-index" 55 - checksum = "8ee517f4e33c27b129928e71d8a044d54c513e72e0b72ec5c4f5f1823e9de353" 56 - dependencies = [ 57 - "askama_escape", 58 - "humansize", 59 - "num-traits", 60 - "serde", 61 - "toml", 62 - ] 63 - 64 - [[package]] 65 - name = "atty" 66 - version = "0.2.14" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 69 - dependencies = [ 70 - "hermit-abi", 71 - "libc", 72 - "winapi", 73 - ] 74 - 75 - [[package]] 76 - name = "autocfg" 77 - version = "1.0.0" 78 - source = "registry+https://github.com/rust-lang/crates.io-index" 79 - checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" 80 - 81 - [[package]] 82 - name = "backtrace" 83 - version = "0.3.46" 84 - source = "registry+https://github.com/rust-lang/crates.io-index" 85 - checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e" 86 - dependencies = [ 87 - "backtrace-sys", 88 - "cfg-if", 89 - "libc", 90 - "rustc-demangle", 91 - ] 92 - 93 - [[package]] 94 - name = "backtrace-sys" 95 - version = "0.1.37" 96 - source = "registry+https://github.com/rust-lang/crates.io-index" 97 - checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399" 98 - dependencies = [ 99 - "cc", 100 - "libc", 101 - ] 102 - 103 - [[package]] 104 - name = "bitflags" 105 - version = "1.2.1" 106 - source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 108 - 109 - [[package]] 110 - name = "block-buffer" 111 - version = "0.7.3" 112 - source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" 114 - dependencies = [ 115 - "block-padding", 116 - "byte-tools", 117 - "byteorder", 118 - "generic-array", 119 - ] 120 - 121 - [[package]] 122 - name = "block-padding" 123 - version = "0.1.5" 124 - source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" 126 - dependencies = [ 127 - "byte-tools", 128 - ] 129 - 130 - [[package]] 131 - name = "byte-tools" 132 - version = "0.3.1" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" 135 - 136 - [[package]] 137 - name = "byteorder" 138 - version = "1.3.4" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" 141 - 142 - [[package]] 143 - name = "cc" 144 - version = "1.0.52" 145 - source = "registry+https://github.com/rust-lang/crates.io-index" 146 - checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d" 147 - 148 - [[package]] 149 - name = "cfg-if" 150 - version = "0.1.10" 151 - source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 153 - 154 - [[package]] 155 - name = "clap" 156 - version = "2.33.0" 157 - source = "registry+https://github.com/rust-lang/crates.io-index" 158 - checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" 159 - dependencies = [ 160 - "ansi_term", 161 - "atty", 162 - "bitflags", 163 - "strsim", 164 - "textwrap", 165 - "unicode-width", 166 - "vec_map", 167 - ] 168 - 169 - [[package]] 170 - name = "crossbeam-deque" 171 - version = "0.7.3" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" 174 - dependencies = [ 175 - "crossbeam-epoch", 176 - "crossbeam-utils", 177 - "maybe-uninit", 178 - ] 179 - 180 - [[package]] 181 - name = "crossbeam-epoch" 182 - version = "0.8.2" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" 185 - dependencies = [ 186 - "autocfg", 187 - "cfg-if", 188 - "crossbeam-utils", 189 - "lazy_static", 190 - "maybe-uninit", 191 - "memoffset", 192 - "scopeguard", 193 - ] 194 - 195 - [[package]] 196 - name = "crossbeam-queue" 197 - version = "0.2.1" 198 - source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" 200 - dependencies = [ 201 - "cfg-if", 202 - "crossbeam-utils", 203 - ] 204 - 205 - [[package]] 206 - name = "crossbeam-utils" 207 - version = "0.7.2" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" 210 - dependencies = [ 211 - "autocfg", 212 - "cfg-if", 213 - "lazy_static", 214 - ] 215 - 216 - [[package]] 217 - name = "digest" 218 - version = "0.8.1" 219 - source = "registry+https://github.com/rust-lang/crates.io-index" 220 - checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" 221 - dependencies = [ 222 - "generic-array", 223 - ] 224 - 225 - [[package]] 226 - name = "either" 227 - version = "1.5.3" 228 - source = "registry+https://github.com/rust-lang/crates.io-index" 229 - checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" 230 - 231 - [[package]] 232 - name = "env_logger" 233 - version = "0.6.2" 234 - source = "registry+https://github.com/rust-lang/crates.io-index" 235 - checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" 236 - dependencies = [ 237 - "atty", 238 - "humantime", 239 - "log", 240 - "regex", 241 - "termcolor", 242 - ] 243 - 244 - [[package]] 245 - name = "error-chain" 246 - version = "0.12.2" 247 - source = "registry+https://github.com/rust-lang/crates.io-index" 248 - checksum = "d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd" 249 - dependencies = [ 250 - "backtrace", 251 - "version_check", 252 - ] 253 - 254 - [[package]] 255 - name = "failure" 256 - version = "0.1.8" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 259 - dependencies = [ 260 - "backtrace", 261 - ] 262 - 263 - [[package]] 264 - name = "fake-simd" 265 - version = "0.1.2" 266 - source = "registry+https://github.com/rust-lang/crates.io-index" 267 - checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" 268 - 269 - [[package]] 270 - name = "fuchsia-cprng" 271 - version = "0.1.1" 272 - source = "registry+https://github.com/rust-lang/crates.io-index" 273 - checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 274 - 275 - [[package]] 276 - name = "generic-array" 277 - version = "0.12.3" 278 - source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" 280 - dependencies = [ 281 - "typenum", 282 - ] 283 - 284 - [[package]] 285 - name = "getrandom" 286 - version = "0.1.14" 287 - source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" 289 - dependencies = [ 290 - "cfg-if", 291 - "libc", 292 - "wasi", 293 - ] 294 - 295 - [[package]] 296 - name = "hermit-abi" 297 - version = "0.1.12" 298 - source = "registry+https://github.com/rust-lang/crates.io-index" 299 - checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4" 300 - dependencies = [ 301 - "libc", 302 - ] 303 - 304 - [[package]] 305 - name = "humansize" 306 - version = "1.1.0" 307 - source = "registry+https://github.com/rust-lang/crates.io-index" 308 - checksum = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" 309 - 310 - [[package]] 311 - name = "humantime" 312 - version = "1.3.0" 313 - source = "registry+https://github.com/rust-lang/crates.io-index" 314 - checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 315 - dependencies = [ 316 - "quick-error", 317 - ] 318 - 319 - [[package]] 320 - name = "idna" 321 - version = "0.2.0" 322 - source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" 324 - dependencies = [ 325 - "matches", 326 - "unicode-bidi", 327 - "unicode-normalization", 328 - ] 329 - 330 - [[package]] 331 - name = "itoa" 332 - version = "0.4.5" 333 - source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" 335 - 336 - [[package]] 337 - name = "lazy_static" 338 - version = "1.4.0" 339 - source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 341 - 342 - [[package]] 343 - name = "libc" 344 - version = "0.2.69" 345 - source = "registry+https://github.com/rust-lang/crates.io-index" 346 - checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" 347 - 348 - [[package]] 349 - name = "log" 350 - version = "0.4.8" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 353 - dependencies = [ 354 - "cfg-if", 355 - ] 356 - 357 - [[package]] 358 - name = "maplit" 359 - version = "1.0.2" 360 - source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 362 - 363 - [[package]] 364 - name = "matches" 365 - version = "0.1.8" 366 - source = "registry+https://github.com/rust-lang/crates.io-index" 367 - checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 368 - 369 - [[package]] 370 - name = "maybe-uninit" 371 - version = "2.0.0" 372 - source = "registry+https://github.com/rust-lang/crates.io-index" 373 - checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" 374 - 375 - [[package]] 376 - name = "memchr" 377 - version = "2.3.3" 378 - source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" 380 - 381 - [[package]] 382 - name = "memoffset" 383 - version = "0.5.4" 384 - source = "registry+https://github.com/rust-lang/crates.io-index" 385 - checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8" 386 - dependencies = [ 387 - "autocfg", 388 - ] 389 - 390 - [[package]] 391 - name = "metrohash" 392 - version = "1.0.6" 393 - source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "3ba553cb19e2acbc54baa16faef215126243fe45e53357a3b2e9f4ebc7b0506c" 395 - 396 - [[package]] 397 - name = "nom" 398 - version = "5.1.1" 399 - source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6" 401 - dependencies = [ 402 - "memchr", 403 - "version_check", 404 - ] 405 - 406 - [[package]] 407 - name = "num-traits" 408 - version = "0.2.11" 409 - source = "registry+https://github.com/rust-lang/crates.io-index" 410 - checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" 411 - dependencies = [ 412 - "autocfg", 413 - ] 414 - 415 - [[package]] 416 - name = "num_cpus" 417 - version = "1.13.0" 418 - source = "registry+https://github.com/rust-lang/crates.io-index" 419 - checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 420 - dependencies = [ 421 - "hermit-abi", 422 - "libc", 423 - ] 424 - 425 - [[package]] 426 - name = "numtoa" 427 - version = "0.1.0" 428 - source = "registry+https://github.com/rust-lang/crates.io-index" 429 - checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" 430 - 431 - [[package]] 432 - name = "opaque-debug" 433 - version = "0.2.3" 434 - source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" 436 - 437 - [[package]] 438 - name = "pathdiff" 439 - version = "0.2.0" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34" 442 - 443 - [[package]] 444 - name = "pbr" 445 - version = "1.0.2" 446 - source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "4403eb718d70c03ee279e51737782902c68cca01e870a33b6a2f9dfb50b9cd83" 448 - dependencies = [ 449 - "libc", 450 - "termion", 451 - "time", 452 - "winapi", 453 - ] 454 - 455 - [[package]] 456 - name = "percent-encoding" 457 - version = "2.1.0" 458 - source = "registry+https://github.com/rust-lang/crates.io-index" 459 - checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 460 - 461 - [[package]] 462 - name = "pest" 463 - version = "2.1.3" 464 - source = "registry+https://github.com/rust-lang/crates.io-index" 465 - checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" 466 - dependencies = [ 467 - "ucd-trie", 468 - ] 469 - 470 - [[package]] 471 - name = "pest_derive" 472 - version = "2.1.0" 473 - source = "registry+https://github.com/rust-lang/crates.io-index" 474 - checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" 475 - dependencies = [ 476 - "pest", 477 - "pest_generator", 478 - ] 479 - 480 - [[package]] 481 - name = "pest_generator" 482 - version = "2.1.3" 483 - source = "registry+https://github.com/rust-lang/crates.io-index" 484 - checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" 485 - dependencies = [ 486 - "pest", 487 - "pest_meta", 488 - "proc-macro2", 489 - "quote", 490 - "syn", 491 - ] 492 - 493 - [[package]] 494 - name = "pest_meta" 495 - version = "2.1.3" 496 - source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" 498 - dependencies = [ 499 - "maplit", 500 - "pest", 501 - "sha-1", 502 - ] 503 - 504 - [[package]] 505 - name = "proc-macro2" 506 - version = "1.0.12" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "8872cf6f48eee44265156c111456a700ab3483686b3f96df4cf5481c89157319" 509 - dependencies = [ 510 - "unicode-xid", 511 - ] 512 - 513 - [[package]] 514 - name = "quick-error" 515 - version = "1.2.3" 516 - source = "registry+https://github.com/rust-lang/crates.io-index" 517 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 518 - 519 - [[package]] 520 - name = "quote" 521 - version = "1.0.4" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "4c1f4b0efa5fc5e8ceb705136bfee52cfdb6a4e3509f770b478cd6ed434232a7" 524 - dependencies = [ 525 - "proc-macro2", 526 - ] 527 - 528 - [[package]] 529 - name = "rand" 530 - version = "0.4.6" 531 - source = "registry+https://github.com/rust-lang/crates.io-index" 532 - checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 533 - dependencies = [ 534 - "fuchsia-cprng", 535 - "libc", 536 - "rand_core 0.3.1", 537 - "rdrand", 538 - "winapi", 539 - ] 540 - 541 - [[package]] 542 - name = "rand_core" 543 - version = "0.3.1" 544 - source = "registry+https://github.com/rust-lang/crates.io-index" 545 - checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 546 - dependencies = [ 547 - "rand_core 0.4.2", 548 - ] 549 - 550 - [[package]] 551 - name = "rand_core" 552 - version = "0.4.2" 553 - source = "registry+https://github.com/rust-lang/crates.io-index" 554 - checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 555 - 556 - [[package]] 557 - name = "rayon" 558 - version = "1.3.0" 559 - source = "registry+https://github.com/rust-lang/crates.io-index" 560 - checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" 561 - dependencies = [ 562 - "crossbeam-deque", 563 - "either", 564 - "rayon-core", 565 - ] 566 - 567 - [[package]] 568 - name = "rayon-core" 569 - version = "1.7.0" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" 572 - dependencies = [ 573 - "crossbeam-deque", 574 - "crossbeam-queue", 575 - "crossbeam-utils", 576 - "lazy_static", 577 - "num_cpus", 578 - ] 579 - 580 - [[package]] 581 - name = "rdrand" 582 - version = "0.4.0" 583 - source = "registry+https://github.com/rust-lang/crates.io-index" 584 - checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 585 - dependencies = [ 586 - "rand_core 0.3.1", 587 - ] 588 - 589 - [[package]] 590 - name = "redox_syscall" 591 - version = "0.1.56" 592 - source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 594 - 595 - [[package]] 596 - name = "redox_termios" 597 - version = "0.1.1" 598 - source = "registry+https://github.com/rust-lang/crates.io-index" 599 - checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" 600 - dependencies = [ 601 - "redox_syscall", 602 - ] 603 - 604 - [[package]] 605 - name = "regex" 606 - version = "1.3.7" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692" 609 - dependencies = [ 610 - "aho-corasick", 611 - "memchr", 612 - "regex-syntax", 613 - "thread_local", 614 - ] 615 - 616 - [[package]] 617 - name = "regex-syntax" 618 - version = "0.6.17" 619 - source = "registry+https://github.com/rust-lang/crates.io-index" 620 - checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" 621 - 622 - [[package]] 623 - name = "remove_dir_all" 624 - version = "0.5.2" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 627 - dependencies = [ 628 - "winapi", 629 - ] 630 - 631 - [[package]] 632 - name = "rmp" 633 - version = "0.8.9" 634 - source = "registry+https://github.com/rust-lang/crates.io-index" 635 - checksum = "0f10b46df14cf1ee1ac7baa4d2fbc2c52c0622a4b82fa8740e37bc452ac0184f" 636 - dependencies = [ 637 - "byteorder", 638 - "num-traits", 639 - ] 640 - 641 - [[package]] 642 - name = "rmp-serde" 643 - version = "0.14.3" 644 - source = "registry+https://github.com/rust-lang/crates.io-index" 645 - checksum = "4c1ee98f14fe8b8e9c5ea13d25da7b2a1796169202c57a09d7288de90d56222b" 646 - dependencies = [ 647 - "byteorder", 648 - "rmp", 649 - "serde", 650 - ] 651 - 652 - [[package]] 653 - name = "rsmt2" 654 - version = "0.11.0" 655 - source = "git+https://github.com/kino-mc/rsmt2?rev=ebce2e4#ebce2e403d25ca739cfd717817be68844f80f13c" 656 - dependencies = [ 657 - "error-chain", 658 - ] 659 - 660 - [[package]] 661 - name = "rustc-demangle" 662 - version = "0.1.16" 663 - source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 665 - 666 - [[package]] 667 - name = "ryu" 668 - version = "1.0.4" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1" 671 - 672 - [[package]] 673 - name = "scopeguard" 674 - version = "1.1.0" 675 - source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 677 - 678 - [[package]] 679 - name = "serde" 680 - version = "1.0.106" 681 - source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399" 683 - dependencies = [ 684 - "serde_derive", 685 - ] 686 - 687 - [[package]] 688 - name = "serde_derive" 689 - version = "1.0.106" 690 - source = "registry+https://github.com/rust-lang/crates.io-index" 691 - checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c" 692 - dependencies = [ 693 - "proc-macro2", 694 - "quote", 695 - "syn", 696 - ] 697 - 698 - [[package]] 699 - name = "serde_json" 700 - version = "1.0.52" 701 - source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd" 703 - dependencies = [ 704 - "itoa", 705 - "ryu", 706 - "serde", 707 - ] 708 - 709 - [[package]] 710 - name = "sha-1" 711 - version = "0.8.2" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" 714 - dependencies = [ 715 - "block-buffer", 716 - "digest", 717 - "fake-simd", 718 - "opaque-debug", 719 - ] 720 - 721 - [[package]] 722 - name = "sha2" 723 - version = "0.8.1" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0" 726 - dependencies = [ 727 - "block-buffer", 728 - "digest", 729 - "fake-simd", 730 - "opaque-debug", 731 - ] 732 - 733 - [[package]] 734 - name = "smallvec" 735 - version = "1.4.0" 736 - source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" 738 - 739 - [[package]] 740 - name = "strsim" 741 - version = "0.8.0" 742 - source = "registry+https://github.com/rust-lang/crates.io-index" 743 - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 744 - 745 - [[package]] 746 - name = "syn" 747 - version = "1.0.18" 748 - source = "registry+https://github.com/rust-lang/crates.io-index" 749 - checksum = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213" 750 - dependencies = [ 751 - "proc-macro2", 752 - "quote", 753 - "unicode-xid", 754 - ] 755 - 756 - [[package]] 757 - name = "tempdir" 758 - version = "0.3.7" 759 - source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 761 - dependencies = [ 762 - "rand", 763 - "remove_dir_all", 764 - ] 765 - 766 - [[package]] 767 - name = "termcolor" 768 - version = "1.1.0" 769 - source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" 771 - dependencies = [ 772 - "winapi-util", 773 - ] 774 - 775 - [[package]] 776 - name = "termion" 777 - version = "1.5.5" 778 - source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905" 780 - dependencies = [ 781 - "libc", 782 - "numtoa", 783 - "redox_syscall", 784 - "redox_termios", 785 - ] 786 - 787 - [[package]] 788 - name = "textwrap" 789 - version = "0.11.0" 790 - source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 792 - dependencies = [ 793 - "unicode-width", 794 - ] 795 - 796 - [[package]] 797 - name = "thread_local" 798 - version = "1.0.1" 799 - source = "registry+https://github.com/rust-lang/crates.io-index" 800 - checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 801 - dependencies = [ 802 - "lazy_static", 803 - ] 804 - 805 - [[package]] 806 - name = "time" 807 - version = "0.1.43" 808 - source = "registry+https://github.com/rust-lang/crates.io-index" 809 - checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" 810 - dependencies = [ 811 - "libc", 812 - "winapi", 813 - ] 814 - 815 - [[package]] 816 - name = "toml" 817 - version = "0.5.6" 818 - source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" 820 - dependencies = [ 821 - "serde", 822 - ] 823 - 824 - [[package]] 825 - name = "typenum" 826 - version = "1.12.0" 827 - source = "registry+https://github.com/rust-lang/crates.io-index" 828 - checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" 829 - 830 - [[package]] 831 - name = "ucd-trie" 832 - version = "0.1.3" 833 - source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" 835 - 836 - [[package]] 837 - name = "unicode-bidi" 838 - version = "0.3.4" 839 - source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 841 - dependencies = [ 842 - "matches", 843 - ] 844 - 845 - [[package]] 846 - name = "unicode-normalization" 847 - version = "0.1.12" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" 850 - dependencies = [ 851 - "smallvec", 852 - ] 853 - 854 - [[package]] 855 - name = "unicode-width" 856 - version = "0.1.7" 857 - source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" 859 - 860 - [[package]] 861 - name = "unicode-xid" 862 - version = "0.2.0" 863 - source = "registry+https://github.com/rust-lang/crates.io-index" 864 - checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 865 - 866 - [[package]] 867 - name = "url" 868 - version = "2.1.1" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" 871 - dependencies = [ 872 - "idna", 873 - "matches", 874 - "percent-encoding", 875 - ] 876 - 877 - [[package]] 878 - name = "vec_map" 879 - version = "0.8.1" 880 - source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" 882 - 883 - [[package]] 884 - name = "version_check" 885 - version = "0.9.1" 886 - source = "registry+https://github.com/rust-lang/crates.io-index" 887 - checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" 888 - 889 - [[package]] 890 - name = "wasi" 891 - version = "0.9.0+wasi-snapshot-preview1" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 894 - 895 - [[package]] 896 - name = "which" 897 - version = "3.1.1" 898 - source = "registry+https://github.com/rust-lang/crates.io-index" 899 - checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" 900 - dependencies = [ 901 - "failure", 902 - "libc", 903 - ] 904 - 905 - [[package]] 906 - name = "winapi" 907 - version = "0.3.8" 908 - source = "registry+https://github.com/rust-lang/crates.io-index" 909 - checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" 910 - dependencies = [ 911 - "winapi-i686-pc-windows-gnu", 912 - "winapi-x86_64-pc-windows-gnu", 913 - ] 914 - 915 - [[package]] 916 - name = "winapi-i686-pc-windows-gnu" 917 - version = "0.4.0" 918 - source = "registry+https://github.com/rust-lang/crates.io-index" 919 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 920 - 921 - [[package]] 922 - name = "winapi-util" 923 - version = "0.1.5" 924 - source = "registry+https://github.com/rust-lang/crates.io-index" 925 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 926 - dependencies = [ 927 - "winapi", 928 - ] 929 - 930 - [[package]] 931 - name = "winapi-x86_64-pc-windows-gnu" 932 - version = "0.4.0" 933 - source = "registry+https://github.com/rust-lang/crates.io-index" 934 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 935 - 936 - [[package]] 937 - name = "zz" 938 - version = "0.1.1" 939 - dependencies = [ 940 - "askama", 941 - "clap", 942 - "env_logger", 943 - "getrandom", 944 - "lazy_static", 945 - "log", 946 - "metrohash", 947 - "pathdiff", 948 - "pbr", 949 - "pest", 950 - "pest_derive", 951 - "rayon", 952 - "rmp-serde", 953 - "rsmt2", 954 - "serde", 955 - "serde_json", 956 - "sha2", 957 - "tempdir", 958 - "toml", 959 - "url", 960 - "which", 961 - ]
-52
pkgs/development/compilers/zz/default.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub, makeWrapper, z3, pkgsHostTarget }: 2 - 3 - let 4 - runtimeDeps = [ 5 - z3 6 - pkgsHostTarget.targetPackages.stdenv.cc 7 - ]; 8 - in 9 - 10 - rustPlatform.buildRustPackage rec { 11 - pname = "zz"; 12 - version = "unstable-2021-05-04"; 13 - 14 - # when updating, choose commit of the latest build on http://bin.zetz.it/ 15 - src = fetchFromGitHub { 16 - owner = "zetzit"; 17 - repo = "zz"; 18 - rev = "18020b10b933cfe2fc7f2256b71e646889f9b1d2"; 19 - sha256 = "01nlyyk1qxk76dq2hw3wpbjwkh27zzp6mpczjnxdpv6rxs7mc825"; 20 - }; 21 - 22 - nativeBuildInputs = [ makeWrapper ]; 23 - 24 - cargoLock = { 25 - lockFile = ./Cargo.lock; 26 - outputHashes = { 27 - "rsmt2-0.11.0" = "sha256-RwNsS0zge8uOXmgzTvDwp8AD70NspIZq0LgW/v3yrpA="; 28 - }; 29 - }; 30 - 31 - postPatch = '' 32 - # remove search path entry which would reference /build 33 - sed -i '/env!("CARGO_MANIFEST_DIR")/d' src/lib.rs 34 - ''; 35 - 36 - postInstall = '' 37 - mkdir -p "$out/share/zz" 38 - cp -r modules "$out/share/zz/" 39 - 40 - wrapProgram $out/bin/zz \ 41 - --prefix PATH ":" "${lib.makeBinPath runtimeDeps}" \ 42 - --suffix ZZ_MODULE_PATHS ":" "$out/share/zz/modules" 43 - ''; 44 - 45 - meta = with lib; { 46 - description = "ZetZ a zymbolic verifier and tranzpiler to bare metal C"; 47 - mainProgram = "zz"; 48 - homepage = "https://github.com/zetzit/zz"; 49 - license = licenses.mit; 50 - maintainers = [ ]; 51 - }; 52 - }
+1
pkgs/top-level/aliases.nix
··· 1387 1387 zinc = zincsearch; # Added 2023-05-28 1388 1388 zkg = throw "'zkg' has been replaced by 'zeek'"; 1389 1389 zq = zed.overrideAttrs (old: { meta = old.meta // { mainProgram = "zq"; }; }); # Added 2023-02-06 1390 + zz = throw "'zz' has been removed because it was archived in 2022 and had no maintainer"; # added 2024-05-10 1390 1391 1391 1392 ### UNSORTED ### 1392 1393
-2
pkgs/top-level/all-packages.nix
··· 25135 25135 25136 25136 zix = callPackage ../development/libraries/audio/zix { }; 25137 25137 25138 - zz = callPackage ../development/compilers/zz { }; 25139 - 25140 25138 zziplib = callPackage ../development/libraries/zziplib { }; 25141 25139 25142 25140 glpng = callPackage ../development/libraries/glpng { };