{"_id":"doc-en-nixpkgs-fba1ec65e889673097e30113e6a52b7cb705a95fad6406cbd939fef826b69357","title":"","text":"++ lib.optional (!cgiSupport) \"--disable-cgi\" ++ lib.optional (!cliSupport) \"--disable-cli\" ++ lib.optional fpmSupport \"--enable-fpm\" ++ lib.optional pearSupport [ \"--with-pear=$(out)/lib/php/pear\" \"--enable-xml\" \"--with-libxml\" ] ++ lib.optional pearSupport [ \"--with-pear\" \"--enable-xml\" \"--with-libxml\" ] ++ lib.optionals (pearSupport && (lib.versionOlder version \"7.4\")) [ \"--enable-libxml\" \"--with-libxml-dir=${libxml2.dev}\""} {"_id":"doc-en-nixpkgs-993ee1b8954095e9ed121217222877a81bd233b1c2cd3c2266c6d854ac73670a","title":"","text":"{stdenv, fetchurl}: stdenv.mkDerivation rec { name = \"ncompress-4.2.4.3\"; name = \"ncompress-4.2.4.4\"; builder = ./builder.sh;"} {"_id":"doc-en-nixpkgs-a1c30d85cc5a9652a65ff7701252e9d3222fed9969214ff476ff2e9c54894afc","title":"","text":"src = fetchurl { url = \"mirror://sourceforge/project/ncompress/${name}.tar.gz\"; sha256 = \"1y44ixc1w2vfvj1lm4dkcljlwv882ynrvm5i6l0lg1gf883j246l\"; sha256 = \"0yjiwv1hwb253x3m6r1dq2k7m5c9nz0ib2j7fnm3hark7y6s42xh\"; }; meta = {"} {"_id":"doc-en-nixpkgs-f8ca1b68dde7f45bc1b408242c5e8525e2bbe204858f3887bd413ccaecc6cf25","title":"","text":"intltool gtk-doc perl python3.pkgs.wrapPython ]; # use locales from cinnamon-translations (not using --localedir because datadir is used)"} {"_id":"doc-en-nixpkgs-3977dbd4aca2257100fdb2c36079c59aa267c86407dd91997cc01494080581f2","title":"","text":"patchShebangs src/data-to-c.pl ''; preFixup = '' # https://github.com/NixOS/nixpkgs/issues/101881 gappsWrapperArgs+=( --prefix XDG_DATA_DIRS : \"${gnome.caribou}/share\" ) # https://github.com/NixOS/nixpkgs/issues/129946 buildPythonPath \"${python3.pkgs.xapp}\" patchPythonScript $out/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py ''; passthru = { providedSessions = [ \"cinnamon\" \"cinnamon2d\" ]; };"} {"_id":"doc-en-nixpkgs-ce914f0ea1d95c5626e7cdb0096a256a07b7111cbe1614d790b594cdcfb5ddff","title":"","text":"{ stdenv, fetchurl, pkgconfig, yasm , freetype, fribidi , freetype, fribidi, harfbuzz , encaSupport ? true, enca ? null # enca support , fontconfigSupport ? true, fontconfig ? null # fontconfig support , harfbuzzSupport ? true, harfbuzz ? null # harfbuzz support , rasterizerSupport ? false # Internal rasterizer , largeTilesSupport ? false # Use larger tiles in the rasterizer , libiconv"} {"_id":"doc-en-nixpkgs-e6107949890a3a0f55251dbf05fff3e276594312a78e342ca8d788e501334931","title":"","text":"assert encaSupport -> enca != null; assert fontconfigSupport -> fontconfig != null; assert harfbuzzSupport -> harfbuzz != null; let mkFlag = optSet: flag: if optSet then \"--enable-${flag}\" else \"--disable-${flag}\";"} {"_id":"doc-en-nixpkgs-6af4c4707316a0aad069619adc8f985fbbc4ebae93192b2edc7605f81a5dad27","title":"","text":"with stdenv.lib; stdenv.mkDerivation rec { pname = \"libass\"; version = \"0.14.0\"; version = \"0.15.0\"; src = fetchurl { url = \"https://github.com/libass/libass/releases/download/${version}/${pname}-${version}.tar.xz\"; sha256 = \"18iqznl4mabhj9ywfsz4kwvbsplcv1jjxq50nxssvbj8my1267w8\"; sha256 = \"0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz\"; }; configureFlags = [ (mkFlag encaSupport \"enca\") (mkFlag fontconfigSupport \"fontconfig\") (mkFlag harfbuzzSupport \"harfbuzz\") (mkFlag rasterizerSupport \"rasterizer\") (mkFlag largeTilesSupport \"large-tiles\") ]; nativeBuildInputs = [ pkgconfig yasm ]; buildInputs = [ freetype fribidi ] buildInputs = [ freetype fribidi harfbuzz ] ++ optional encaSupport enca ++ optional fontconfigSupport fontconfig ++ optional harfbuzzSupport harfbuzz ++ optional stdenv.isDarwin libiconv; meta = {"} {"_id":"doc-en-nixpkgs-1116232fbb5c1d36717158abe329318d561a5e556da97a9f8ce7e3f6a0aa5365","title":"","text":" diff -ru3 SDL2-2.0.4/sdl2-config.cmake.in SDL2-2.0.4-new/sdl2-config.cmake.in --- SDL2-2.0.4/sdl2-config.cmake.in\t2016-01-02 22:56:31.000000000 +0300 +++ SDL2-2.0.4-new/sdl2-config.cmake.in\t2016-08-22 05:26:42.420397323 +0300 @@ -6,5 +6,6 @@ diff -ru3 SDL2-2.0.12/sdl2-config.cmake.in SDL2-2.0.12-new/sdl2-config.cmake.in --- SDL2-2.0.12/sdl2-config.cmake.in\t2020-03-11 02:36:18.000000000 +0100 +++ SDL2-2.0.12-new/sdl2-config.cmake.in\t2020-11-11 11:59:05.178703826 +0100 @@ -6,7 +6,8 @@ set(SDL2_PREFIX \"@prefix@\") set(SDL2_EXEC_PREFIX \"@prefix@\") set(SDL2_LIBDIR \"@libdir@\")"} {"_id":"doc-en-nixpkgs-14de40185027d0b5d9206b732743dd6efac833304b844e5253293d38ba9e0427","title":"","text":"+set(SDL2_INCLUDE_DIRS \"@includedir@/SDL2\" $ENV{SDL2_PATH}) +separate_arguments(SDL2_INCLUDE_DIRS) set(SDL2_LIBRARIES \"-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@\") diff -ru3 SDL2-2.0.4/sdl2-config.in SDL2-2.0.4-new/sdl2-config.in --- SDL2-2.0.4/sdl2-config.in\t2016-01-02 22:56:31.000000000 +0300 +++ SDL2-2.0.4-new/sdl2-config.in\t2016-08-22 05:32:02.256397839 +0300 string(STRIP \"${SDL2_LIBRARIES}\" SDL2_LIBRARIES) @@ -20,14 +21,14 @@ add_library(SDL2::SDL2 SHARED IMPORTED) set_target_properties(SDL2::SDL2 PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES \"@includedir@/SDL2\" + INTERFACE_INCLUDE_DIRECTORIES \"${SDL2_INCLUDE_DIRS}\" IMPORTED_LINK_INTERFACE_LANGUAGES \"C\" IMPORTED_LOCATION \"@libdir@/libSDL2.so\" INTERFACE_LINK_LIBRARIES \"${SDL2_EXTRA_LINK_FLAGS}\") add_library(SDL2::SDL2-static STATIC IMPORTED) set_target_properties(SDL2::SDL2-static PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES \"@includedir@/SDL2\" + INTERFACE_INCLUDE_DIRECTORIES \"${SDL2_INCLUDE_DIRS}\" IMPORTED_LINK_INTERFACE_LANGUAGES \"C\" IMPORTED_LOCATION \"@libdir@/libSDL2.a\" INTERFACE_LINK_LIBRARIES \"${SDL2_EXTRA_LINK_FLAGS_STATIC}\") Només a SDL2-2.0.12-new/: sdl2-config.cmake.in.orig diff -ru3 SDL2-2.0.12/sdl2-config.in SDL2-2.0.12-new/sdl2-config.in --- SDL2-2.0.12/sdl2-config.in\t2020-03-11 02:36:18.000000000 +0100 +++ SDL2-2.0.12-new/sdl2-config.in\t2020-11-11 11:56:26.432955479 +0100 @@ -42,7 +42,11 @@ echo @SDL_VERSION@ ;;"} {"_id":"doc-en-nixpkgs-d77f6fcc0d88631600ec7ec251d138295ef1ec1839da7acbb5b39275d847f6a5","title":"","text":"in rustPlatform.buildRustPackage rec { pname = \"alacritty\"; version = \"0.5.0\"; # 0.5.0 is not compatible with gnome 3.38 version = \"0.6.0-rc1\"; src = fetchFromGitHub { owner = \"alacritty\"; repo = pname; rev = \"v${version}\"; sha256 = \"1948j57xhqvc5y876s929x9rhd6j0xnw5c91g1zqw2rfncn602g2\"; sha256 = \"RuIJvB0J/BQFqemOkEUiqS1uz0gMS49Dd8UQt0nbrQ0=\"; }; cargoSha256 = \"17lyzcj07f0vyki3091vgjd0w8ki11sw5m8gb3bxdph1dl04rria\"; cargoSha256 = \"+3iZywLvy+8C7j6g9bqij2DSLjBoE2u1GXgfV04cWRY=\"; nativeBuildInputs = [ cmake"} {"_id":"doc-en-nixpkgs-9d4b7dccd79b82a98dfe0488e6bf8566db29335d436b99618c259e322b2947e7","title":"","text":"example = \"/run/keys/ssmtp-authpass\"; description = '' Path to a file that contains the password used for SMTP auth. The file should not contain a trailing newline, if the password does not contain one. should not contain a trailing newline, if the password does not contain one (e.g. use echo -n \"password\" > file). This file should be readable by the users that need to execute ssmtp. ''; };"} {"_id":"doc-en-nixpkgs-e81b1ca57b06ba40e6a6c584918acde5d9b2a9802b45cb1627b7f817bd469c57","title":"","text":"stdenv.mkDerivation rec { name = \"nmap${optionalString graphicalSupport \"-graphical\"}-${version}\"; version = \"7.90\"; version = \"7.80\"; src = fetchurl { url = \"https://nmap.org/dist/nmap-${version}.tar.bz2\"; sha256 = \"1s20i84m9bci70lrl0p2j7h3kpbi9snmvyhc3lzc9s3mh92w6msm\"; sha256 = \"1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw\"; }; patches = [ ./zenmap.patch ]"} {"_id":"doc-en-nixpkgs-23a168ecfbeff01eac8221ccf399e80bd003ee6a0607529d7a491b539693467e","title":"","text":" This chapter describes tools for creating various types of images. "} {"_id":"doc-en-nixpkgs-bf40d342ce14c74b3e657088fd855850cfa041ec62e99025ce402942c12ae4fd","title":"","text":" # pkgs.appimageTools {#sec-pkgs-appimageTools} `pkgs.appimageTools` is a set of functions for extracting and wrapping [AppImage](https://appimage.org/) files. They are meant to be used if traditional packaging from source is infeasible, or it would take too long. To quickly run an AppImage file, `pkgs.appimage-run` can be used as well. ::: warning The `appimageTools` API is unstable and may be subject to backwards-incompatible changes in the future. ::: ## AppImage formats {#ssec-pkgs-appimageTools-formats} There are different formats for AppImages, see [the specification](https://github.com/AppImage/AppImageSpec/blob/74ad9ca2f94bf864a4a0dac1f369dd4f00bd1c28/draft.md#image-format) for details. - Type 1 images are ISO 9660 files that are also ELF executables. - Type 2 images are ELF executables with an appended filesystem. They can be told apart with `file -k`: ```ShellSession $ file -k type1.AppImage type1.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) ISO 9660 CD-ROM filesystem data 'AppImage' (Lepton 3.x), scale 0-0, spot sensor temperature 0.000000, unit celsius, color scheme 0, calibration: offset 0.000000, slope 0.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=d629f6099d2344ad82818172add1d38c5e11bc6d, stripped012- data $ file -k type2.AppImage type2.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) (Lepton 3.x), scale 232-60668, spot sensor temperature -4.187500, color scheme 15, show scale bar, calibration: offset -0.000000, slope 0.000000 (Lepton 2.x), scale 4111-45000, spot sensor temperature 412442.250000, color scheme 3, minimum point enabled, calibration: offset -75402534979642766821519867692934234112.000000, slope 5815371847733706829839455140374904832.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=79dcc4e55a61c293c5e19edbd8d65b202842579f, stripped012- data ``` Note how the type 1 AppImage is described as an `ISO 9660 CD-ROM filesystem`, and the type 2 AppImage is not. ## Wrapping {#ssec-pkgs-appimageTools-wrapping} Depending on the type of AppImage you're wrapping, you'll have to use `wrapType1` or `wrapType2`. ```nix appimageTools.wrapType2 { # or wrapType1 name = \"patchwork\"; src = fetchurl { url = \"https://github.com/ssbc/patchwork/releases/download/v3.11.4/Patchwork-3.11.4-linux-x86_64.AppImage\"; sha256 = \"1blsprpkvm0ws9b96gb36f0rbf8f5jgmw4x6dsb1kswr4ysf591s\"; }; extraPkgs = pkgs: with pkgs; [ ]; } ``` - `name` specifies the name of the resulting image. - `src` specifies the AppImage file to extract. - `extraPkgs` allows you to pass a function to include additional packages inside the FHS environment your AppImage is going to run in. There are a few ways to learn which dependencies an application needs: - Looking through the extracted AppImage files, reading its scripts and running `patchelf` and `ldd` on its executables. This can also be done in `appimage-run`, by setting `APPIMAGE_DEBUG_EXEC=bash`. - Running `strace -vfefile` on the wrapped executable, looking for libraries that can't be found. "} {"_id":"doc-en-nixpkgs-f9f9614029f676b6b1cb9b1df94bb189abaf2976455b18fed4a353c190ad872b","title":"","text":"
pkgs.appimageTools pkgs.appimageTools is a set of functions for extracting and wrapping AppImage files. They are meant to be used if traditional packaging from source is infeasible, or it would take too long. To quickly run an AppImage file, pkgs.appimage-run can be used as well. The appimageTools API is unstable and may be subject to backwards-incompatible changes in the future.
AppImage formats There are different formats for AppImages, see the specification for details. Type 1 images are ISO 9660 files that are also ELF executables. Type 2 images are ELF executables with an appended filesystem. They can be told apart with file -k: $ file -k type1.AppImage type1.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) ISO 9660 CD-ROM filesystem data 'AppImage' (Lepton 3.x), scale 0-0, spot sensor temperature 0.000000, unit celsius, color scheme 0, calibration: offset 0.000000, slope 0.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=d629f6099d2344ad82818172add1d38c5e11bc6d, stripped012- data $ file -k type2.AppImage type2.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) (Lepton 3.x), scale 232-60668, spot sensor temperature -4.187500, color scheme 15, show scale bar, calibration: offset -0.000000, slope 0.000000 (Lepton 2.x), scale 4111-45000, spot sensor temperature 412442.250000, color scheme 3, minimum point enabled, calibration: offset -75402534979642766821519867692934234112.000000, slope 5815371847733706829839455140374904832.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=79dcc4e55a61c293c5e19edbd8d65b202842579f, stripped012- data Note how the type 1 AppImage is described as an ISO 9660 CD-ROM filesystem, and the type 2 AppImage is not.
Wrapping Depending on the type of AppImage you're wrapping, you'll have to use wrapType1 or wrapType2. appimageTools.wrapType2 { # or wrapType1 name = \"patchwork\"; src = fetchurl { url = \"https://github.com/ssbc/patchwork/releases/download/v3.11.4/Patchwork-3.11.4-linux-x86_64.AppImage\"; sha256 = \"1blsprpkvm0ws9b96gb36f0rbf8f5jgmw4x6dsb1kswr4ysf591s\"; }; extraPkgs = pkgs: with pkgs; [ ]; } name specifies the name of the resulting image. src specifies the AppImage file to extract. extraPkgs allows you to pass a function to include additional packages inside the FHS environment your AppImage is going to run in. There are a few ways to learn which dependencies an application needs: Looking through the extracted AppImage files, reading its scripts and running patchelf and ldd on its executables. This can also be done in appimage-run, by setting APPIMAGE_DEBUG_EXEC=bash. Running strace -vfefile on the wrapped executable, looking for libraries that can't be found.
"} {"_id":"doc-en-nixpkgs-90390b12151f21bf713576de7d2ecba8692ba1db5ea33bffad6499a03dc2f6dd","title":"","text":" let inherit (import { }) snapTools firefox; in snapTools.makeSnap { meta = { name = \"nix-example-firefox\"; summary = firefox.meta.description; architectures = [ \"amd64\" ]; apps.nix-example-firefox = { command = \"${firefox}/bin/firefox\"; plugs = [ \"pulseaudio\" \"camera\" \"browser-support\" \"avahi-observe\" \"cups-control\" \"desktop\" \"desktop-legacy\" \"gsettings\" \"home\" \"network\" \"mount-observe\" \"removable-media\" \"x11\" ]; }; confinement = \"strict\"; }; } "} {"_id":"doc-en-nixpkgs-9eed34667f52211a153b408433863df64b8ac60c15605fef226877479c9233b0","title":"","text":" let inherit (import { }) snapTools hello; in snapTools.makeSnap { meta = { name = \"hello\"; summary = hello.meta.description; description = hello.meta.longDescription; architectures = [ \"amd64\" ]; confinement = \"strict\"; apps.hello.command = \"${hello}/bin/hello\"; }; } "} {"_id":"doc-en-nixpkgs-25f86e73862959de732ce2bf249e716ab86264fcbdba63dc3532538d0880b424","title":"","text":" # pkgs.snapTools {#sec-pkgs-snapTools} `pkgs.snapTools` is a set of functions for creating Snapcraft images. Snap and Snapcraft is not used to perform these operations. ## The makeSnap Function {#ssec-pkgs-snapTools-makeSnap-signature} `makeSnap` takes a single named argument, `meta`. This argument mirrors [the upstream `snap.yaml` format](https://docs.snapcraft.io/snap-format) exactly. The `base` should not be specified, as `makeSnap` will force set it. Currently, `makeSnap` does not support creating GUI stubs. ## Build a Hello World Snap {#ssec-pkgs-snapTools-build-a-snap-hello} The following expression packages GNU Hello as a Snapcraft snap. ```{#ex-snapTools-buildSnap-hello .nix} let inherit (import { }) snapTools hello; in snapTools.makeSnap { meta = { name = \"hello\"; summary = hello.meta.description; description = hello.meta.longDescription; architectures = [ \"amd64\" ]; confinement = \"strict\"; apps.hello.command = \"${hello}/bin/hello\"; }; } ``` `nix-build` this expression and install it with `snap install ./result --dangerous`. `hello` will now be the Snapcraft version of the package. ## Build a Graphical Snap {#ssec-pkgs-snapTools-build-a-snap-firefox} Graphical programs require many more integrations with the host. This example uses Firefox as an example, because it is one of the most complicated programs we could package. ```{#ex-snapTools-buildSnap-firefox .nix} let inherit (import { }) snapTools firefox; in snapTools.makeSnap { meta = { name = \"nix-example-firefox\"; summary = firefox.meta.description; architectures = [ \"amd64\" ]; apps.nix-example-firefox = { command = \"${firefox}/bin/firefox\"; plugs = [ \"pulseaudio\" \"camera\" \"browser-support\" \"avahi-observe\" \"cups-control\" \"desktop\" \"desktop-legacy\" \"gsettings\" \"home\" \"network\" \"mount-observe\" \"removable-media\" \"x11\" ]; }; confinement = \"strict\"; }; } ``` `nix-build` this expression and install it with `snap install ./result --dangerous`. `nix-example-firefox` will now be the Snapcraft version of the Firefox package. The specific meaning behind plugs can be looked up in the [Snapcraft interface documentation](https://docs.snapcraft.io/supported-interfaces). "} {"_id":"doc-en-nixpkgs-23a23b6ac822c2b2d70d60da368d86fe7563ba53110c294ef30dd3f14ed872a9","title":"","text":"
pkgs.snapTools pkgs.snapTools is a set of functions for creating Snapcraft images. Snap and Snapcraft is not used to perform these operations.
The makeSnap Function makeSnap takes a single named argument, meta. This argument mirrors the upstream snap.yaml format exactly. The base should not be specified, as makeSnap will force set it. Currently, makeSnap does not support creating GUI stubs.
Build a Hello World Snap Making a Hello World Snap The following expression packages GNU Hello as a Snapcraft snap. nix-build this expression and install it with snap install ./result --dangerous. hello will now be the Snapcraft version of the package.
Build a Hello World Snap Making a Graphical Snap Graphical programs require many more integrations with the host. This example uses Firefox as an example, because it is one of the most complicated programs we could package. nix-build this expression and install it with snap install ./result --dangerous. nix-example-firefox will now be the Snapcraft version of the Firefox package. The specific meaning behind plugs can be looked up in the Snapcraft interface documentation.
"} {"_id":"doc-en-nixpkgs-63fda6c2b9f3ab44b8a442daef2301b5ccff2d18bb90a298caf0a133795da4eb","title":"","text":"# Somehow this does not get set automatically cmakeFlags = [ \"-DSDL2MAIN_LIBRARY=${SDL2}/lib/libSDL2.so\" ]; postInstall = '' install -Dm644 $src/resources/milkytracker.desktop $out/share/applications/milkytracker.desktop install -Dm644 $src/resources/pictures/carton.png $out/share/pixmaps/milkytracker.png install -Dm644 $src/resources/milkytracker.appdata $out/share/appdata/milkytracker.appdata.xml ''; meta = with stdenv.lib; { description = \"Music tracker application, similar to Fasttracker II\"; homepage = \"http://milkytracker.org\";"} {"_id":"doc-en-nixpkgs-ecc3ae2e5aafe0ab41ca2f619f63ac2565e9f14bd27f447bcaee055ce55f01fa","title":"","text":" { stdenv, lib, buildPackages, buildGoPackage, fetchFromGitHub, installShellFiles }: { stdenv, lib, buildPackages, buildGoModule, fetchFromGitHub, installShellFiles }: let isCrossBuild = stdenv.hostPlatform != stdenv.buildPlatform; let isCrossBuild = stdenv.hostPlatform != stdenv.buildPlatform; in buildGoPackage rec { in buildGoModule rec { pname = \"stern\"; version = \"1.11.0\"; goPackagePath = \"github.com/wercker/stern\"; version = \"1.13.1\"; src = fetchFromGitHub { owner = \"wercker\"; owner = \"stern\"; repo = \"stern\"; rev = version; sha256 = \"0xndlq0ks8flzx6rdd4lnkxpkbvdy9sj1jwys5yj7p989ls8by3n\"; rev = \"v${version}\"; sha256 = \"0fj6a52wb0jv5bz2j2wq3ljnlxnsj9bg3kbzgkz0vh0b63zyn782\"; }; deleteVendor = true; goDeps = ./deps.nix; vendorSha256 = \"14nrdaaby74bjbk777hr82p0ybzk3spc59lbrjn9z0q3hc0p4vaf\"; nativeBuildInputs = [ installShellFiles ]; buildFlagsArray = [ \"-ldflags=-s -w -X github.com/stern/stern/cmd.version=${version}\" ]; postInstall = let stern = if isCrossBuild then buildPackages.stern else \"$out\"; in let stern = if isCrossBuild then buildPackages.stern else \"$out\"; in '' for shell in bash zsh; do ${stern}/bin/stern --completion $shell > stern.$shell"} {"_id":"doc-en-nixpkgs-579f6228dd9a784e93d06b601e5e0bbc7ace3348db33cb54dc87380234c53e82","title":"","text":"''; meta = with lib; { description = \"Multi pod and container log tailing for Kubernetes\"; homepage = \"https://github.com/wercker/stern\"; license = licenses.asl20; maintainers = with maintainers; [ mbode ]; platforms = platforms.unix; description = \"Multi pod and container log tailing for Kubernetes\"; homepage = \"https://github.com/stern/stern\"; license = licenses.asl20; maintainers = with maintainers; [ mbode preisschild ]; platforms = platforms.unix; }; }"} {"_id":"doc-en-nixpkgs-73d43f172304706548c63e8b3708a73e4badb429760ce528a6051a197a626486","title":"","text":" # file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix) [ { goPackagePath = \"cloud.google.com/go\"; fetch = { type = \"git\"; url = \"https://code.googlesource.com/gocloud\"; rev = \"dfffe386c33fb24c34ee501e5723df5b97b98514\"; sha256 = \"1g681yxz4mmzapzpzxfaz1nhcr1w526793yapfsnxlbs2skap3fy\"; }; } { goPackagePath = \"github.com/Azure/go-autorest\"; fetch = { type = \"git\"; url = \"https://github.com/Azure/go-autorest\"; rev = \"1ff28809256a84bb6966640ff3d0371af82ccba4\"; sha256 = \"0sxvj2j1833bqwxvhq3wq3jgq73rnb81pnzvl0x3y1m0hzpaf2zv\"; }; } { goPackagePath = \"github.com/dgrijalva/jwt-go\"; fetch = { type = \"git\"; url = \"https://github.com/dgrijalva/jwt-go\"; rev = \"06ea1031745cb8b3dab3f6a236daf2b0aa468b7e\"; sha256 = \"08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp\"; }; } { goPackagePath = \"github.com/fatih/color\"; fetch = { type = \"git\"; url = \"https://github.com/fatih/color\"; rev = \"2d684516a8861da43017284349b7e303e809ac21\"; sha256 = \"1fcfmz4wji3gqmmsdx493r7d101s58hwjalqps6hy25nva5pvmfs\"; }; } { goPackagePath = \"github.com/ghodss/yaml\"; fetch = { type = \"git\"; url = \"https://github.com/ghodss/yaml\"; rev = \"73d445a93680fa1a78ae23a5839bad48f32ba1ee\"; sha256 = \"0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7\"; }; } { goPackagePath = \"github.com/gogo/protobuf\"; fetch = { type = \"git\"; url = \"https://github.com/gogo/protobuf\"; rev = \"c0656edd0d9eab7c66d1eb0c568f9039345796f7\"; sha256 = \"0b943dhx571lhgcs3rqzy0092mi2x5mwy2kl7g8rryhy3r5rzrz9\"; }; } { goPackagePath = \"github.com/golang/glog\"; fetch = { type = \"git\"; url = \"https://github.com/golang/glog\"; rev = \"23def4e6c14b4da8ac2ed8007337bc5eb5007998\"; sha256 = \"0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30\"; }; } { goPackagePath = \"github.com/golang/protobuf\"; fetch = { type = \"git\"; url = \"https://github.com/golang/protobuf\"; rev = \"b4deda0973fb4c70b50d226b1af49f3da59f5265\"; sha256 = \"0ya4ha7m20bw048m1159ppqzlvda4x0vdprlbk5sdgmy74h3xcdq\"; }; } { goPackagePath = \"github.com/google/btree\"; fetch = { type = \"git\"; url = \"https://github.com/google/btree\"; rev = \"4030bb1f1f0c35b30ca7009e9ebd06849dd45306\"; sha256 = \"0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6\"; }; } { goPackagePath = \"github.com/google/gofuzz\"; fetch = { type = \"git\"; url = \"https://github.com/google/gofuzz\"; rev = \"24818f796faf91cd76ec7bddd72458fbced7a6c1\"; sha256 = \"0cq90m2lgalrdfrwwyycrrmn785rgnxa3l3vp9yxkvnv88bymmlm\"; }; } { goPackagePath = \"github.com/googleapis/gnostic\"; fetch = { type = \"git\"; url = \"https://github.com/googleapis/gnostic\"; rev = \"0c5108395e2debce0d731cf0287ddf7242066aba\"; sha256 = \"0jf3cp5clli88gpjf24r6wxbkvngnc1kf59d4cgjczsn2wasvsfc\"; }; } { goPackagePath = \"github.com/gregjones/httpcache\"; fetch = { type = \"git\"; url = \"https://github.com/gregjones/httpcache\"; rev = \"787624de3eb7bd915c329cba748687a3b22666a6\"; sha256 = \"1zqlg9pkj7r6fqw7wv3ywvbz3bh0hvzifs2scgcraj812q5189w5\"; }; } { goPackagePath = \"github.com/imdario/mergo\"; fetch = { type = \"git\"; url = \"https://github.com/imdario/mergo\"; rev = \"6633656539c1639d9d78127b7d47c622b5d7b6dc\"; sha256 = \"1fffbq1l17i0gynmvcxypl7d9h4v81g5vlimiph5bfgf4sp4db7g\"; }; } { goPackagePath = \"github.com/inconshreveable/mousetrap\"; fetch = { type = \"git\"; url = \"https://github.com/inconshreveable/mousetrap\"; rev = \"76626ae9c91c4f2a10f34cad8ce83ea42c93bb75\"; sha256 = \"1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152\"; }; } { goPackagePath = \"github.com/json-iterator/go\"; fetch = { type = \"git\"; url = \"https://github.com/json-iterator/go\"; rev = \"f2b4162afba35581b6d4a50d3b8f34e33c144682\"; sha256 = \"0siqfghsm2lkdwinvg8x5gls3p76rq3cdm59c1r4x0b2mdfhnvcd\"; }; } { goPackagePath = \"github.com/mattn/go-colorable\"; fetch = { type = \"git\"; url = \"https://github.com/mattn/go-colorable\"; rev = \"167de6bfdfba052fa6b2d3664c8f5272e23c9072\"; sha256 = \"1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx\"; }; } { goPackagePath = \"github.com/mattn/go-isatty\"; fetch = { type = \"git\"; url = \"https://github.com/mattn/go-isatty\"; rev = \"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c\"; sha256 = \"0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w\"; }; } { goPackagePath = \"github.com/mitchellh/go-homedir\"; fetch = { type = \"git\"; url = \"https://github.com/mitchellh/go-homedir\"; rev = \"b8bc1bf767474819792c23f32d8286a45736f1c6\"; sha256 = \"13ry4lylalkh4g2vny9cxwvryslzyzwp9r92z0b10idhdq3wad1q\"; }; } { goPackagePath = \"github.com/modern-go/concurrent\"; fetch = { type = \"git\"; url = \"https://github.com/modern-go/concurrent\"; rev = \"bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94\"; sha256 = \"0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs\"; }; } { goPackagePath = \"github.com/modern-go/reflect2\"; fetch = { type = \"git\"; url = \"https://github.com/modern-go/reflect2\"; rev = \"4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd\"; sha256 = \"1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49\"; }; } { goPackagePath = \"github.com/petar/GoLLRB\"; fetch = { type = \"git\"; url = \"https://github.com/petar/GoLLRB\"; rev = \"53be0d36a84c2a886ca057d34b6aa4468df9ccb4\"; sha256 = \"01xp3lcamqkvl91jg6ly202gdsgf64j39rkrcqxi6v4pbrcv7hz0\"; }; } { goPackagePath = \"github.com/peterbourgon/diskv\"; fetch = { type = \"git\"; url = \"https://github.com/peterbourgon/diskv\"; rev = \"5f041e8faa004a95c88a202771f4cc3e991971e6\"; sha256 = \"1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b\"; }; } { goPackagePath = \"github.com/pkg/errors\"; fetch = { type = \"git\"; url = \"https://github.com/pkg/errors\"; rev = \"816c9085562cd7ee03e7f8188a1cfd942858cded\"; sha256 = \"1ws5crb7c70wdicavl6qr4g03nn6m92zd6wwp9n2ygz5c8rmxh8k\"; }; } { goPackagePath = \"github.com/spf13/cobra\"; fetch = { type = \"git\"; url = \"https://github.com/spf13/cobra\"; rev = \"a114f312e075f65bf30d6d9a1430113f857e543b\"; sha256 = \"10lmi5ni06yijxg02fcic5b7ycjkia12yma4a4lz8a56j30wykx1\"; }; } { goPackagePath = \"github.com/spf13/pflag\"; fetch = { type = \"git\"; url = \"https://github.com/spf13/pflag\"; rev = \"3ebe029320b2676d667ae88da602a5f854788a8a\"; sha256 = \"11yxs0wqy70wj106fkz8r923yg4ncnc2mbw33v48zmlg4a1rasgp\"; }; } { goPackagePath = \"golang.org/x/crypto\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/crypto\"; rev = \"49796115aa4b964c318aad4f3084fdb41e9aa067\"; sha256 = \"0pcq2drkzsw585xi6rda8imd7a139prrmvgmv8nz0zgzk6g4dy59\"; }; } { goPackagePath = \"golang.org/x/net\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/net\"; rev = \"1c05540f6879653db88113bc4a2b70aec4bd491f\"; sha256 = \"0h8yqb0vcqgllgydrf9d3rzp83w8wlr8f0nm6r1rwf2qg30pq1pd\"; }; } { goPackagePath = \"golang.org/x/oauth2\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/oauth2\"; rev = \"a6bd8cefa1811bd24b86f8902872e4e8225f74c4\"; sha256 = \"151in8qcf5y97ziavl6b03vgw4r87zqx5kg4vjhjszjbh60cfswp\"; }; } { goPackagePath = \"golang.org/x/sys\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/sys\"; rev = \"8e24a49d80f82323e1c4db1b5da3e0f31171a151\"; sha256 = \"0zsdnyb8dy98jw6f9yn6g5gdhaqwk39hqridr0mh4dhwvwvlj724\"; }; } { goPackagePath = \"golang.org/x/text\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/text\"; rev = \"f21a4dfb5e38f5895301dc265a8def02365cc3d0\"; sha256 = \"0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19\"; }; } { goPackagePath = \"golang.org/x/time\"; fetch = { type = \"git\"; url = \"https://go.googlesource.com/time\"; rev = \"f51c12702a4d776e4c1fa9b0fabab841babae631\"; sha256 = \"07wc6g2fvafkr6djsscm0jpbpl4135khhb6kpyx1953hi5d1jvyy\"; }; } { goPackagePath = \"google.golang.org/appengine\"; fetch = { type = \"git\"; url = \"https://github.com/golang/appengine\"; rev = \"ae0ab99deb4dc413a2b4bd6c8bdd0eb67f1e4d06\"; sha256 = \"1iabxnqgxvvn1239i6fvfl375vlbvhfrc03m1x2rvalmx4d6w9c7\"; }; } { goPackagePath = \"gopkg.in/inf.v0\"; fetch = { type = \"git\"; url = \"https://github.com/go-inf/inf\"; rev = \"3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4\"; sha256 = \"0rf3vwyb8aqnac9x9d6ax7z5526c45a16yjm2pvkijr6qgqz8b82\"; }; } { goPackagePath = \"gopkg.in/yaml.v2\"; fetch = { type = \"git\"; url = \"https://github.com/go-yaml/yaml\"; rev = \"5420a8b6744d3b0345ab293f6fcba19c978f1183\"; sha256 = \"0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1\"; }; } { goPackagePath = \"k8s.io/api\"; fetch = { type = \"git\"; url = \"https://github.com/kubernetes/api\"; rev = \"8be2a0b24ed0dac9cfc1ac2d987ea16cfcdbecb6\"; sha256 = \"1dpmd59jlkxgrp5aaf8420344c6nq4kjlc1avgcp7690yrzc50v6\"; }; } { goPackagePath = \"k8s.io/apimachinery\"; fetch = { type = \"git\"; url = \"https://github.com/kubernetes/apimachinery\"; rev = \"594fc14b6f143d963ea2c8132e09e73fe244b6c9\"; sha256 = \"0xykhpmjgagyb0ac4y0ps4v1s9bd2b1sc0simh48c41a9fk3yvr7\"; }; } { goPackagePath = \"k8s.io/client-go\"; fetch = { type = \"git\"; url = \"https://github.com/kubernetes/client-go\"; rev = \"739dd8f9d4801eb23e2bc43423c0b4acaaded29a\"; sha256 = \"15psjmb14rz4kwysim9vfbbylx0khkw29b195rziv1vk202lh28k\"; }; } ] No newline at end of file"} {"_id":"doc-en-nixpkgs-d5544ee29fb35faf28501b81bef0a306711bde32d8f388704eed9afc649e0830","title":"","text":"sha256 = \"089r6i40lxcwzp60553b18f130asspnzqldlpii53smz52kvpirx\"; }; patches = [ ./glibc-fix.patch ]; patches = [ # fix compilation error due to missing include ./glibc-fix.patch # restrict GDK backends to only X11 ./x11-only.patch ]; configureFlags = [ \"--with-bash-path=${pkgs.bash}/bin/bash\""} {"_id":"doc-en-nixpkgs-8e59610e4f291e65992dcfa42e21b93ebdc1ecb8dee6ac4cc88569eb4cd9252b","title":"","text":" --- a/src/main.c\t2021-02-09 13:54:32.847364236 +0100 +++ b/src/main.c\t2021-02-09 10:41:51.541203271 +0100 @@ -1350,6 +1351,7 @@ vfs_file_monitor_clean(); return 1; } + gdk_set_allowed_backends(\"x11\"); gtk_init (&argc, &argv); int ret = custom_dialog_init( argc, argv ); if ( ret != 0 ) "} {"_id":"doc-en-nixpkgs-8489a28b05677a04974972420e014508a48b7c7f0cbb8e79f6934559294f411b","title":"","text":"# indeed GHC will refuse to compile with a binutils suffering from it. See # this comment for more information: # https://gitlab.haskell.org/ghc/ghc/issues/4210#note_78333 lib.optional stdenv.targetPlatform.isAarch32 ./R_ARM_COPY.patch; lib.optional (stdenv.targetPlatform.isAarch32 && stdenv.hostPlatform.system != stdenv.targetPlatform.system) ./R_ARM_COPY.patch; outputs = [ \"out\" \"info\" \"man\" ];"} {"_id":"doc-en-nixpkgs-f955d1efd12ac63937874398bf212d2b0efe35f94507970ffa73580b046e0a34","title":"","text":"\"test_count_nonzero_str\" \"rolling_methods\" # floating percision error ~0.1*10^8 small \"num_workers_config\" # flaky \"test_2args_with_array[pandas1-darray1-ldexp]\" # flaky ]; meta = {"} {"_id":"doc-en-nixpkgs-bbba2da2067a730f12a7a754247d05b3d6b9dc23fb0ff5a56aba94653969473f","title":"","text":"# - https://github.com/NixOS/nixpkgs/issues/108772 # - https://github.com/NixOS/nixpkgs/pull/117555 print(machine.succeed(\"su - alice -c 'file ~/.config/Signal/sql/db.sqlite'\")) # TODO: The DB should be encrypted and the following should be machine.fail # instead of machine.succeed but the DB is currently unencrypted and we # want to notice if this isn't the case anymore as the transition to a # encrypted DB can cause data loss!: machine.succeed( \"su - alice -c 'file ~/.config/Signal/sql/db.sqlite' | grep -i sqlite\" \"su - alice -c 'file ~/.config/Signal/sql/db.sqlite' | grep 'db.sqlite: data'\" ) machine.fail( \"su - alice -c 'file ~/.config/Signal/sql/db.sqlite' | grep -e SQLite -e database\" ) ''; })"} {"_id":"doc-en-nixpkgs-e40677b1a2df8d507a55e672a87a47f4bd2fb393999340bba002b36857f5c698","title":"","text":" #!@PYTHON@ import json import os import re import shlex import sqlite3 import subprocess import sys DB_PATH = os.path.join(os.environ['HOME'], '.config/Signal/sql/db.sqlite') DB_COPY = os.path.join(os.environ['HOME'], '.config/Signal/sql/db.tmp') CONFIG_PATH = os.path.join(os.environ['HOME'], '.config/Signal/config.json') def zenity_askyesno(title, text): args = [ '@ZENITY@', '--question', '--title', shlex.quote(title), '--text', shlex.quote(text) ] return subprocess.run(args).returncode == 0 def start_signal(): os.execvp('@SIGNAL-DESKTOP@', ['@SIGNAL-DESKTOP@'] + sys.argv[1:]) def copy_pragma(name): result = subprocess.run([ '@SQLCIPHER@', DB_PATH, f\"PRAGMA {name};\" ], check=True, capture_output=True).stdout result = re.search(r'[0-9]+', result.decode()).group(0) subprocess.run([ '@SQLCIPHER@', DB_COPY, f\"PRAGMA key = \"x'{key}'\"; PRAGMA {name} = {result};\" ], check=True, capture_output=True) try: # Test if DB is encrypted: con = sqlite3.connect(f'file:{DB_PATH}?mode=ro', uri=True) cursor = con.cursor() cursor.execute(\"SELECT name FROM sqlite_master WHERE type='table';\") con.close() except: # DB is encrypted, everything ok: start_signal() # DB is unencrypted! answer = zenity_askyesno( \"Error: Signal-Desktop database is not encrypted\", \"Should we try to fix this automatically?\" + \"You likely want to backup ~/.config/Signal/ first.\" ) if not answer: answer = zenity_askyesno( \"Launch Signal-Desktop\", \"DB is unencrypted, should we still launch Signal-Desktop?\" + \"Warning: This could result in data loss!\" ) if not answer: print('Aborted') sys.exit(0) start_signal() # Re-encrypt the DB: with open(CONFIG_PATH) as json_file: key = json.load(json_file)['key'] result = subprocess.run([ '@SQLCIPHER@', DB_PATH, f\" ATTACH DATABASE '{DB_COPY}' AS signal_db KEY \"x'{key}'\";\" + \" SELECT sqlcipher_export('signal_db');\" + \" DETACH DATABASE signal_db;\" ]).returncode if result != 0: print('DB encryption failed') sys.exit(1) # Need to copy user_version and schema_version manually: copy_pragma('user_version') copy_pragma('schema_version') os.rename(DB_COPY, DB_PATH) start_signal() "} {"_id":"doc-en-nixpkgs-4e4436a8685fc32a75ac4f64b1c86cf00c1a8f7c92522d9f362f0dfb3bad0036","title":"","text":", hunspellDicts, spellcheckerLanguage ? null # E.g. \"de_DE\" # For a full list of available languages: # $ cat pkgs/development/libraries/hunspell/dictionaries.nix | grep \"dictFileName =\" | awk '{ print $3 }' , python3 , gnome , sqlcipher }: let"} {"_id":"doc-en-nixpkgs-ab47ced869efded0e366711006f967361a44c6ffa9860c52d1a2e11dd7f47d7c","title":"","text":"# Symlink to bin mkdir -p $out/bin ln -s $out/lib/Signal/signal-desktop $out/bin/signal-desktop ln -s $out/lib/Signal/signal-desktop $out/bin/signal-desktop-unwrapped runHook postInstall ''; # Required for $SQLCIPHER_LIB which contains \"/build/\" inside the path: noAuditTmpdir = true; preFixup = '' export SQLCIPHER_LIB=\"$out/lib/Signal/resources/app.asar.unpacked/node_modules/better-sqlite3/build/Release/better_sqlite3.node\" test -x \"$SQLCIPHER_LIB\" # To ensure the location hasn't changed gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ stdenv.cc.cc ] }\" --prefix LD_PRELOAD : \"$SQLCIPHER_LIB\" ${customLanguageWrapperArgs} )"} {"_id":"doc-en-nixpkgs-69f065fa5f27b75057d395ac71ddbb9391d1d862b42203c50a343fe0b4677d26","title":"","text":"patchelf --add-needed ${libpulseaudio}/lib/libpulse.so $out/lib/Signal/resources/app.asar.unpacked/node_modules/ringrtc/build/linux/libringrtc.node ''; postFixup = '' # This hack is temporarily required to avoid data-loss for users: cp ${./db-reencryption-wrapper.py} $out/bin/signal-desktop substituteInPlace $out/bin/signal-desktop --replace '@PYTHON@' '${python3}/bin/python3' --replace '@ZENITY@' '${gnome.zenity}/bin/zenity' --replace '@SQLCIPHER@' '${sqlcipher}/bin/sqlcipher' --replace '@SIGNAL-DESKTOP@' \"$out/bin/signal-desktop-unwrapped\" ''; # Tests if the application launches and waits for \"Link your phone to Signal Desktop\": passthru.tests.application-launch = nixosTests.signal-desktop;"} {"_id":"doc-en-nixpkgs-49e20edc491647d1fb2715bf58f6f846623f2614dbc638de719ec54467377fed","title":"","text":" stdenv.lib has been deprecated and will break eval in 21.11. Please use pkgs.lib instead. See #108938 for details. The Mailman NixOS module (services.mailman) has a new option , defaulting to true, that controls integration with Postfix."} {"_id":"doc-en-nixpkgs-a491a8fdf3d4a081e05879a8e3bd32a9debefc958fc447572c5d08972953fb95","title":"","text":"}; patchPhase = \"patchShebangs .\"; preBuild = stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) '' preBuild = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) '' make CC=${buildPackages.stdenv.cc}/bin/cc find_sizes mv find_sizes find_sizes_build make clean substituteInPlace Makefile --replace \"./find_sizes\" \"./find_sizes_build\" substituteInPlace Makefile --replace \"ar cr\" \"${stdenv.lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ar cr\" substituteInPlace Makefile --replace \"ranlib\" \"${stdenv.lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ranlib\" substituteInPlace Makefile --replace \"STRIP=strip\" \"STRIP=${stdenv.lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}strip\" substituteInPlace Makefile --replace \"ar cr\" \"${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ar cr\" substituteInPlace Makefile --replace \"ranlib\" \"${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ranlib\" substituteInPlace Makefile --replace \"STRIP=strip\" \"STRIP=${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}strip\" ''; nativeBuildInputs = [ perl zlib ]; # buildInputs = [ zlib ];"} {"_id":"doc-en-nixpkgs-f3994697efba96e5b29d900797d20439a04ed88e595c32b41215bcd7d3835a6d","title":"","text":" { stdenv { lib , stdenv , rustPlatform , fetchFromGitHub , nix-update-script"} {"_id":"doc-en-nixpkgs-c3aaa15fcf80fe9150bf42557e0a25f0272e45de14cee7c23c2d24bcbcd526db","title":"","text":"nativeBuildInputs = [ makeWrapper ]; postInstall = '' wrapProgram $out/bin/cargo-valgrind --prefix PATH : ${stdenv.lib.makeBinPath [ valgrind ]} wrapProgram $out/bin/cargo-valgrind --prefix PATH : ${lib.makeBinPath [ valgrind ]} ''; meta = with stdenv.lib; { meta = with lib; { description = ''Cargo subcommand \"valgrind\": runs valgrind and collects its output in a helpful manner''; homepage = \"https://github.com/jfrimmel/cargo-valgrind\"; license = with licenses; [ asl20 /* or */ mit ];"} {"_id":"doc-en-nixpkgs-d52e89844500b6f0f0f0c6d28cad131923d3814305038c614b09da2914bde9ed","title":"","text":" { stdenv { lib , stdenv , autoPatchelfHook , fetchurl , file"} {"_id":"doc-en-nixpkgs-45e97aeac4c084f5e5b7e09864808d08db83add92bbc6d98e7c06c19e67b6466","title":"","text":"pleroma = nixosTests.pleroma; }; meta = { meta = with lib; { description = \"ActivityPub microblogging server\"; homepage = https://git.pleroma.social/pleroma/pleroma; license = stdenv.lib.licenses.agpl3; maintainers = with stdenv.lib.maintainers; [ ninjatrappeur ]; license = licenses.agpl3; maintainers = with maintainers; [ ninjatrappeur ]; platforms = [ \"x86_64-linux\" \"aarch64-linux\" ]; }; }"} {"_id":"doc-en-nixpkgs-1e05acb12a491c47f5d66418fecb77ad3a22854776e43ca55fe7cf19b6236aad","title":"","text":"inherit lib config stdenv; }) mkDerivation; # For convenience, bring in the library functions in lib/ so # packages don't have to do that themselves. inherit lib; # Slated for deprecation in 21.11 lib = builtins.trace ( \"Warning: `stdenv.lib` is deprecated and will be removed in the next release.\" + \" Please use `pkgs.lib` instead.\" + \" For more information see https://github.com/NixOS/nixpkgs/issues/108938\") lib; inherit fetchurlBoot;"} {"_id":"doc-en-nixpkgs-99fbab916d029b2ddc3b99620e06a7fcacc74d24f33cc4647755bec8b54a1337","title":"","text":" { lib, stdenv, fetchurl, makeWrapper, jre , version ? \"1.6\" }: let versionMap = { \"1.5\" = { flinkVersion = \"1.5.5\"; sha256 = \"18wqcqi3gyqd40nspih99gq7ylfs20b35f4dcrspffagwkfp2l4z\"; }; \"1.6\" = { flinkVersion = \"1.11.1\"; sha256 = \"0338bg2sb427c1rrf2cmsz63sz0yk6gclpli2lskq0mpx72wxpl0\"; }; }; in with versionMap.${version}; { lib, stdenv, fetchurl, makeWrapper, jre }: stdenv.mkDerivation rec { name = \"flink-${flinkVersion}\"; pname = \"flink\"; version = \"1.12.1\"; src = fetchurl { url = \"mirror://apache/flink/${name}/${name}-bin-scala_2.11.tgz\"; inherit sha256; url = \"mirror://apache/flink/${pname}-${version}/${pname}-${version}-bin-scala_2.11.tgz\"; sha256 = \"146azc5wg1xby3nqz8mha959qy99z2h8032rfgs2mcl3d5rrsm2l\"; }; nativeBuildInputs = [ makeWrapper ];"} {"_id":"doc-en-nixpkgs-9306f1858fa6b5d54275b97fc5357c61532240142ee2e0e9862aea42947635d5","title":"","text":"firestr = throw \"firestr has been removed.\"; # added 2019-12-08 fish-foreign-env = throw \"fish-foreign-env has been replaced with fishPlugins.foreign-env\"; # added 2020-12-29, modified 2021-01-10 flameGraph = flamegraph; # added 2018-04-25 flink_1_5 = throw \"flink_1_5 was removed, use flink instead\"; # added 2021-01-25 flvtool2 = throw \"flvtool2 has been removed.\"; # added 2020-11-03 foldingathome = fahclient; # added 2020-09-03 font-awesome-ttf = font-awesome; # 2018-02-25"} {"_id":"doc-en-nixpkgs-8db04176ad54433aae9f4dd454ed5620afa202ed272588574558eafbc8c9b20f","title":"","text":"fldigi = callPackage ../applications/radio/fldigi { }; flink = callPackage ../applications/networking/cluster/flink { }; flink_1_5 = flink.override { version = \"1.5\"; }; fllog = callPackage ../applications/radio/fllog { };"} {"_id":"doc-en-nixpkgs-21cfa89b603404ade6be28f36ce7d2e831084c74702069558add0248ac6fca2b","title":"","text":"stdenv.mkDerivation rec { pname = \"p11-kit\"; version = \"0.23.21\"; version = \"0.23.22\"; src = fetchFromGitHub { owner = \"p11-glue\"; repo = pname; rev = version; sha256 = \"1w24brn8j3vwfp07p2hldw2ci06pk1cx1dvjk8jjxkccp20fk958\"; sha256 = \"sha256-erWqElJr0iESNUk9EZiJRmSMYhns8GxuFLNw7mIIIWs=\"; }; outputs = [ \"out\" \"dev\"];"} {"_id":"doc-en-nixpkgs-8ca7bf2aa48f31ae5999606c11ba36e3e21e1b221caba47d90185ec1a0257973","title":"","text":"buildGoPackage rec { pname = \"vault\"; version = \"1.6.0\"; version = \"1.6.1\"; src = fetchFromGitHub { owner = \"hashicorp\"; repo = \"vault\"; rev = \"v${version}\"; sha256 = \"13fasdiijxy87m33wfyd8gylyz556i0bdd7xp706ip2fcckrmz7a\"; sha256 = \"1pgyyl2zgnr3wy4k8c5xsk2s5dpl97xdfq67lpfss7fz1bij8x47\"; }; goPackagePath = \"github.com/hashicorp/vault\";"} {"_id":"doc-en-nixpkgs-4b86d94b729879831eef8cb1522f0774b069cfd96828a5cb1cf6452cd74c7251","title":"","text":"{ stdenv, fetchurl, unzip }: let version = \"1.6.0\"; version = \"1.6.1\"; sources = let base = \"https://releases.hashicorp.com/vault/${version}\"; in { x86_64-linux = fetchurl { url = \"${base}/vault_${version}_linux_amd64.zip\"; sha256 = \"0fay6bw31x9kxmc52sh5qp63nfkwji74fbnlx8pj3smz3qnqw143\"; sha256 = \"1la2pylcj9y5gr7hr4aaa49427y3lgxi2phhl46pqmr7an62pkbm\"; }; i686-linux = fetchurl { url = \"${base}/vault_${version}_linux_386.zip\"; sha256 = \"0bjks9lpgl39cq55c9cyc0glhmyxzs37a2an8ynzza94gv5mgcxa\"; sha256 = \"1a2rhv5bpv43qp74a49msrwr7djzy86irsn73jl0xnkh0k6ijci1\"; }; x86_64-darwin = fetchurl { url = \"${base}/vault_${version}_darwin_amd64.zip\"; sha256 = \"0hl1k35x78y0hi3y5xjnzby1ygisqjyvdak7s61m9f363nsr1shh\"; sha256 = \"0snswwai2ya26crm3ksifrmbdnajr36v4vamh7g65plg6vzban9a\"; }; aarch64-linux = fetchurl { url = \"${base}/vault_${version}_linux_arm64.zip\"; sha256 = \"018a5i14x6phhx1axvx0bvqn4ggsimfizs48xbmykgiyfmzkrwgz\"; sha256 = \"0ix99da3xd4z200dgvpfc2h1sfx6l8cipichvfjlj39md45grs89\"; }; };"} {"_id":"doc-en-nixpkgs-a5619178f70827c1af3daf62e633123600b59f7c0dba6d0310d874b5fb55f280","title":"","text":"description = \"A tool for managing secrets, this binary includes the UI\"; platforms = [ \"x86_64-linux\" \"i686-linux\" \"x86_64-darwin\" \"aarch64-linux\" ]; license = licenses.mpl20; maintainers = with maintainers; [ offline psyanticy mkaito ]; maintainers = with maintainers; [ offline psyanticy mkaito Chili-Man ]; }; }"} {"_id":"doc-en-nixpkgs-348fc3e2786fe18d6cdb189430a19d5e8bdc91d6fceeccbf9c7dbc7d5730a701","title":"","text":" { stdenv, fetchurl, libiconv }: { lib, stdenv, fetchFromGitHub, autoreconfHook, libiconv }: stdenv.mkDerivation rec { pname = \"wavpack\"; version = \"5.3.0\"; version = \"5.4.0\"; enableParallelBuilding = true; nativeBuildInputs = [ autoreconfHook ]; buildInputs = stdenv.lib.optional stdenv.isDarwin libiconv; src = fetchurl { url = \"http://www.wavpack.com/${pname}-${version}.tar.bz2\"; sha256 = \"00baiag7rlkzc6545dqdp4p5sr7xc3n97n7qdkgx58c544x0pw5n\"; src = fetchFromGitHub { owner = \"dbry\"; repo = \"WavPack\"; rev = version; sha256 = \"1b6szk2vmnqnv5w7h8yc1iazjlidlraq1lwjbmc3fi0snbn6qj44\"; }; meta = with stdenv.lib; { meta = with lib; { description = \"Hybrid audio compression format\"; homepage = \"http://www.wavpack.com/\"; homepage = \"https://www.wavpack.com/\"; changelog = \"https://github.com/dbry/WavPack/releases/tag/${version}\"; license = licenses.bsd3; platforms = platforms.unix; maintainers = with maintainers; [ codyopel ];"} {"_id":"doc-en-nixpkgs-756b1ab8f4f366c2021f347c1627d596ffb6ddb14079a3775651753f57be0b2b","title":"","text":"{ lib, fetchzip }: let version = \"2013.06.07\"; # date of most recent file in distribution version = \"2014.08.16\"; # date of most recent file in distribution in fetchzip { name = \"helvetica-neue-lt-std-${version}\"; url = \"http://www.ephifonts.com/downloads/helvetica-neue-lt-std.zip\"; url = \"https://web.archive.org/web/20190823153624/http://ephifonts.com/downloads/helvetica-neue-lt-std.zip\"; postFetch = '' mkdir -p $out/share/fonts unzip -j $downloadedFile Helvetica Neue LT Std/*.otf -d $out/share/fonts/opentype unzip -j $downloadedFile \"Helvetica Neue LT Std/*.otf\" -d $out/share/fonts/opentype ''; sha256 = \"0ampp9vf9xw0sdppl4lb9i9h75ywljhdcqmzh45mx2x9m7h6xgg9\"; meta = { homepage = \"http://www.ephifonts.com/free-helvetica-font-helvetica-neue-lt-std.html\"; meta = with lib; { homepage = \"https://web.archive.org/web/20190926040940/http://www.ephifonts.com/free-helvetica-font-helvetica-neue-lt-std.html\"; description = \"Helvetica Neue LT Std font\"; longDescription = '' Helvetica Neue Lt Std is one of the most highly rated and complete"} {"_id":"doc-en-nixpkgs-d04da2ee8da18672166b66e456f0347ede7dc06b8a354739bb45e2b983451791","title":"","text":"font. The numbers are well spaced and defined with high accuracy. The punctuation marks are heavily detailed as well. ''; license = lib.licenses.unfree; maintainers = [ lib.maintainers.romildo ]; platforms = lib.platforms.all; license = licenses.unfree; platforms = platforms.all; maintainers = with maintainers; [ romildo ]; }; }"} {"_id":"doc-en-nixpkgs-a62ae56763651c669a1006cee8e40eda5c194de8d625af4e10d661ef4386189a","title":"","text":"# Enable recursion into attribute sets that nix-env normally doesn't look into # so that we can get a more complete picture of the available packages for the # purposes of the index. packageOverrides = super: let recurseIntoAttrs = sets: super.lib.genAttrs (builtins.filter (set: builtins.hasAttr set super) sets) (set: super.recurseIntoAttrs (builtins.getAttr set super)); in recurseIntoAttrs [ \"roundcubePlugins\" \"emscriptenfastcompPackages\" \"fdbPackages\" \"nodePackages_latest\" \"nodePackages\" \"platformioPackages\" \"haskellPackages\" \"idrisPackages\" \"sconsPackages\" \"gns3Packages\" \"quicklispPackagesClisp\" \"quicklispPackagesSBCL\" \"rPackages\" \"apacheHttpdPackages_2_4\" \"zabbix50\" \"zabbix40\" \"zabbix30\" \"fusePackages\" \"nvidiaPackages\" \"sourceHanPackages\" \"atomPackages\" \"emacs27.pkgs\" \"steamPackages\" \"ut2004Packages\" \"zeroadPackages\" ]; packageOverrides = super: with super; lib.mapAttrs (_: set: recurseIntoAttrs set) { inherit (super) apacheHttpdPackages atomPackages fdbPackages fusePackages gns3Packages haskellPackages idrisPackages nodePackages nodePackages_latest platformioPackages quicklispPackagesClisp quicklispPackagesSBCL rPackages roundcubePlugins sconsPackages sourceHanPackages steamPackages ut2004Packages zabbix40 zabbix50 zeroadPackages ; # This is an alias which we disallow by default; explicitly allow it emacs27Packages = emacs27.pkgs; }; }"} {"_id":"doc-en-nixpkgs-eb78863f1931fcec1ebe494f25357245652a240fccdd4d383caf20d55c64df51","title":"","text":"stdenv.mkDerivation rec { pname = \"radvd\"; version = \"2.18\"; version = \"2.19\"; src = fetchurl { url = \"http://www.litech.org/radvd/dist/${pname}-${version}.tar.xz\"; sha256 = \"1p2wlv3djvla0r84hdncc3wfa530xigs7z9ssc2v5r1pcpzgxgz1\"; sha256 = \"0h722f17h7cra1sjgrxhrrvx54mm47fs039909yhbabigxch8kjn\"; }; nativeBuildInputs = [ pkg-config bison flex check ];"} {"_id":"doc-en-nixpkgs-14cf325c45754d4c77aa82f6e1edaa1862cebd7f3198fd00da4a4846d3e97baa","title":"","text":"{ stdenv , lib , fetchFromGitHub , removeReferencesTo , makeWrapper , which , writeTextFile"} {"_id":"doc-en-nixpkgs-eab1bb2f6cc751e8587765652a913d5ab57cb215650dabd77be55da9e4ba2e70","title":"","text":", installShellFiles , git , unzip , dmd_bin ? \"${callPackage ./bootstrap.nix { }}/bin\" , dmdBootstrap ? callPackage ./bootstrap.nix { } , dmd_bin ? \"${dmdBootstrap}/bin\" }: let"} {"_id":"doc-en-nixpkgs-1c8cd0317c9cf42a0e2b853d8469b9a2ff5438d095ea0ee6a8c97cfb6094ce54","title":"","text":"runHook postInstall ''; preFixup = '' find $out/bin -type f -exec ${removeReferencesTo}/bin/remove-references-to -t ${dmd_bin}/dmd '{}' + ''; disallowedReferences = [ dmdBootstrap ]; meta = with lib; { description = \"Official reference compiler for the D language\"; homepage = \"https://dlang.org/\";"} {"_id":"doc-en-nixpkgs-526c0ad3a12cc103fd5894b84fea32269bfd43ccebbc656244ec43ece67feb33","title":"","text":" { config, ... }: { imports = [ ../sd-card/sd-image-raspberrypi4-installer.nix ]; config = { warnings = [ '' .../cd-dvd/sd-image-raspberrypi4.nix is deprecated and will eventually be removed. Please switch to .../sd-card/sd-image-raspberrypi4-installer.nix, instead. '' ]; }; } "} {"_id":"doc-en-nixpkgs-13e325242d7b02c2e81893e17e43f560774c6bd2b8e7c4567d61cc1cf912d197","title":"","text":" { imports = [ ../../profiles/installation-device.nix ./sd-image-raspberrypi4.nix ]; # the installation media is also the installation target, # so we don't want to provide the installation configuration.nix. installer.cloneConfig = false; } "} {"_id":"doc-en-nixpkgs-911e76813c3464f6d8a4aad277e675a3aebbf8575e3fee93a17ad7598e52a64a","title":"","text":" # To build, use: # nix-build nixos -I nixos-config=nixos/modules/installer/sd-card/sd-image-raspberrypi4.nix -A config.system.build.sdImage { config, lib, pkgs, ... }: { imports = [ ./sd-image-aarch64.nix ]; boot.kernelPackages = pkgs.linuxPackages_rpi4; } "} {"_id":"doc-en-nixpkgs-d63025623dcf97e2f99f35efe209997960c432ffc9e1562f7d82930b9f9d4323","title":"","text":"inherit system; }); sd_image_raspberrypi4 = forMatchingSystems [ \"aarch64-linux\" ] (system: makeSdImage { module = ./modules/installer/sd-card/sd-image-raspberrypi4-installer.nix; inherit system; }); # A bootable VirtualBox virtual appliance as an OVA file (i.e. packaged OVF). ova = forMatchingSystems [ \"x86_64-linux\" ] (system:"} {"_id":"doc-en-nixpkgs-c7414c4414b7d230ed0753ae188b3c37293533c8bcfaeacb74c45acaf14e05ae","title":"","text":" { lib , stdenv , fetchFromGitHub , libaio }: stdenv.mkDerivation rec { pname = \"stressapptest\"; version = \"1.0.9\"; src = fetchFromGitHub { owner = pname; repo = pname; rev = \"v${version}\"; sha256 = \"1qzj6h6adx042rb9aiz916jna269whibvj5ys4p5nwdp17fqh922\"; }; buildInputs = [ libaio ]; meta = with lib; { description = \"Userspace memory and IO stress test tool\"; homepage = \"https://github.com/stressapptest/stressapptest\"; license = with licenses; [ asl20 ]; maintainers = with lib.maintainers; [ fab ]; platforms = platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-73eebba2ff96304bbbb924ffda9916d60d05fc2a048c16d7b81daa26207ab84f","title":"","text":"stress-ng = callPackage ../tools/system/stress-ng { }; stressapptest = callPackage ../tools/system/stressapptest { }; stoken = callPackage ../tools/security/stoken (config.stoken or {}); storeBackup = callPackage ../tools/backup/store-backup { };"} {"_id":"doc-en-nixpkgs-5754deb5739a1328947657b035d5cb8486094448bd697a0bec960ac4e08ee6b3","title":"","text":"let cfg = config.services.caddy; vhostToConfig = vhostName: vhostAttrs: '' ${vhostName} ${builtins.concatStringsSep \" \" vhostAttrs.serverAliases} { ${vhostAttrs.extraConfig} } ''; configFile = pkgs.writeText \"Caddyfile\" (builtins.concatStringsSep \"n\" ([ cfg.config ] ++ (mapAttrsToList vhostToConfig cfg.virtualHosts))); formattedConfig = pkgs.runCommand \"formattedCaddyFile\" { } '' ${cfg.package}/bin/caddy fmt ${configFile} > $out ''; tlsConfig = { apps.tls.automation.policies = [{ issuers = [{ inherit (cfg) ca email; module = \"acme\"; }]; }]; }; adaptedConfig = pkgs.runCommand \"caddy-config-adapted.json\" { } '' ${cfg.package}/bin/caddy adapt --config ${formattedConfig} --adapter ${cfg.adapter} > $out ''; tlsJSON = pkgs.writeText \"tls.json\" (builtins.toJSON tlsConfig); # merge the TLS config options we expose with the ones originating in the Caddyfile configJSON = if cfg.ca != null then let tlsConfigMerge = '' {\"apps\": {\"tls\": {\"automation\": {\"policies\": (if .[0].apps.tls.automation.policies == .[1]?.apps.tls.automation.policies then .[0].apps.tls.automation.policies else (.[0].apps.tls.automation.policies + .[1]?.apps.tls.automation.policies) end) } } } }''; in pkgs.runCommand \"caddy-config.json\" { } '' ${pkgs.jq}/bin/jq -s '.[0] * ${tlsConfigMerge}' ${adaptedConfig} ${tlsJSON} > $out virtualHosts = attrValues cfg.virtualHosts; acmeVHosts = filter (hostOpts: hostOpts.useACMEHost != null) virtualHosts; mkVHostConf = hostOpts: let sslCertDir = config.security.acme.certs.${hostOpts.useACMEHost}.directory; in '' else adaptedConfig; ${hostOpts.hostName} ${concatStringsSep \" \" hostOpts.serverAliases} { bind ${concatStringsSep \" \" hostOpts.listenAddresses} ${optionalString (hostOpts.useACMEHost != null) \"tls ${sslCertDir}/cert.pem ${sslCertDir}/key.pem\"} log { ${hostOpts.logFormat} } ${hostOpts.extraConfig} } ''; configFile = let Caddyfile = pkgs.writeText \"Caddyfile\" '' { ${optionalString (cfg.email != null) \"email ${cfg.email}\"} ${optionalString (cfg.acmeCA != null) \"acme_ca ${cfg.acmeCA}\"} log { ${cfg.logFormat} } } ${cfg.extraConfig} ''; Caddyfile-formatted = pkgs.runCommand \"Caddyfile-formatted\" { nativeBuildInputs = [ cfg.package ]; } '' ${cfg.package}/bin/caddy fmt ${Caddyfile} > $out ''; in if pkgs.stdenv.buildPlatform == pkgs.stdenv.hostPlatform then Caddyfile-formatted else Caddyfile; in { imports = [ (mkRemovedOptionModule [ \"services\" \"caddy\" \"agree\" ] \"this option is no longer necessary for Caddy 2\") (mkRenamedOptionModule [ \"services\" \"caddy\" \"ca\" ] [ \"services\" \"caddy\" \"acmeCA\" ]) (mkRenamedOptionModule [ \"services\" \"caddy\" \"config\" ] [ \"services\" \"caddy\" \"extraConfig\" ]) ]; # interface options.services.caddy = { enable = mkEnableOption \"Caddy web server\"; config = mkOption { default = \"\"; example = '' example.com { encode gzip log root /srv/http } user = mkOption { default = \"caddy\"; type = types.str; description = '' User account under which caddy runs. If left as the default value this user will automatically be created on system activation, otherwise you are responsible for ensuring the user exists before the Caddy service starts. ''; type = types.lines; }; group = mkOption { default = \"caddy\"; type = types.str; description = '' Verbatim Caddyfile to use. Caddy v2 supports multiple config formats via adapters (see ). Group account under which caddy runs. If left as the default value this user will automatically be created on system activation, otherwise you are responsible for ensuring the user exists before the Caddy service starts. ''; }; virtualHosts = mkOption { type = types.attrsOf (types.submodule (import ./vhost-options.nix { inherit config lib; })); default = { }; example = literalExpression '' { \"hydra.example.com\" = { serverAliases = [ \"www.hydra.example.com\" ]; extraConfig = '''''' encode gzip log root /srv/http ''''''; }; }; package = mkOption { default = pkgs.caddy; defaultText = literalExpression \"pkgs.caddy\"; type = types.package; description = '' Caddy package to use. ''; description = \"Declarative vhost config\"; }; dataDir = mkOption { type = types.path; default = \"/var/lib/caddy\"; description = '' The data directory for caddy. user = mkOption { default = \"caddy\"; type = types.str; description = \"User account under which caddy runs.\"; If left as the default value this directory will automatically be created before the Caddy server starts, otherwise you are responsible for ensuring the directory exists with appropriate ownership and permissions. Caddy v2 replaced CADDYPATH with XDG directories. See . ''; }; group = mkOption { default = \"caddy\"; type = types.str; description = \"Group account under which caddy runs.\"; logDir = mkOption { type = types.path; default = \"/var/log/caddy\"; description = '' Directory for storing Caddy access logs. If left as the default value this directory will automatically be created before the Caddy server starts, otherwise the sysadmin is responsible for ensuring the directory exists with appropriate ownership and permissions. ''; }; logFormat = mkOption { type = types.lines; default = '' level ERROR ''; example = literalExpression '' mkForce \"level INFO\"; ''; description = '' Configuration for the default logger. See for details. ''; }; configFile = mkOption { type = types.path; default = configFile; defaultText = \"A Caddyfile automatically generated by values from services.caddy.*\"; example = literalExpression '' pkgs.writeText \"Caddyfile\" ''' example.com root * /var/www/wordpress php_fastcgi unix//run/php/php-version-fpm.sock file_server '''; ''; description = '' Override the configuration file used by Caddy. By default, NixOS generates one automatically. ''; }; adapter = mkOption {"} {"_id":"doc-en-nixpkgs-ba873b2810a3dd6460a79ae224509290f421ac78c9db8e96002ae4412e6cf1a2","title":"","text":"type = types.str; description = '' Name of the config adapter to use. See https://caddyserver.com/docs/config-adapters for the full list. See for the full list. Any value other than caddyfile is only valid when providing your own . ''; };"} {"_id":"doc-en-nixpkgs-58052a1f812834eacbc100cf0f70bb4a6d764a762ceb1188f52e32ebe530adc6","title":"","text":"default = false; type = types.bool; description = '' Use saved config, if any (and prefer over configuration passed with ). Use saved config, if any (and prefer over any specified configuration passed with --config). ''; }; ca = mkOption { default = \"https://acme-v02.api.letsencrypt.org/directory\"; example = \"https://acme-staging-v02.api.letsencrypt.org/directory\"; type = types.nullOr types.str; extraConfig = mkOption { type = types.lines; default = \"\"; example = '' example.com { encode gzip log root /srv/http } ''; description = '' Certificate authority ACME server. The default (Let's Encrypt production server) should be fine for most people. Set it to null if you don't want to include any authority (or if you want to write a more fine-graned configuration manually) Additional lines of configuration appended to the automatically generated Caddyfile. ''; }; email = mkOption { default = \"\"; type = types.str; description = \"Email address (for Let's Encrypt certificate)\"; virtualHosts = mkOption { type = with types; attrsOf (submodule (import ./vhost-options.nix { inherit cfg; })); default = {}; example = literalExpression '' { \"hydra.example.com\" = { serverAliases = [ \"www.hydra.example.com\" ]; extraConfig = ''' encode gzip root /srv/http '''; }; }; ''; description = '' Declarative specification of virtual hosts served by Caddy. ''; }; dataDir = mkOption { default = \"/var/lib/caddy\"; type = types.path; acmeCA = mkOption { default = \"https://acme-v02.api.letsencrypt.org/directory\"; example = \"https://acme-staging-v02.api.letsencrypt.org/directory\"; type = with types; nullOr str; description = '' The data directory, for storing certificates. Before 17.09, this would create a .caddy directory. With 17.09 the contents of the .caddy directory are in the specified data directory instead. The URL to the ACME CA's directory. It is strongly recommended to set this to Let's Encrypt's staging endpoint for testing or development. Caddy v2 replaced CADDYPATH with XDG directories. See https://caddyserver.com/docs/conventions#file-locations. Set it to null if you want to write a more fine-grained configuration manually. ''; }; package = mkOption { default = pkgs.caddy; defaultText = literalExpression \"pkgs.caddy\"; type = types.package; email = mkOption { default = null; type = with types; nullOr str; description = '' Caddy package to use. Your email address. Mainly used when creating an ACME account with your CA, and is highly recommended in case there are problems with your certificates. ''; }; }; # implementation config = mkIf cfg.enable { assertions = [ { assertion = cfg.adapter != \"caddyfile\" -> cfg.configFile != configFile; message = \"Any value other than 'caddyfile' is only valid when providing your own `services.caddy.configFile`\"; } ]; services.caddy.extraConfig = concatMapStringsSep \"n\" mkVHostConf virtualHosts; systemd.packages = [ cfg.package ]; systemd.services.caddy = { wants = map (hostOpts: \"acme-finished-${hostOpts.useACMEHost}.target\") acmeVHosts; after = map (hostOpts: \"acme-selfsigned-${hostOpts.useACMEHost}.service\") acmeVHosts; before = map (hostOpts: \"acme-${hostOpts.useACMEHost}.service\") acmeVHosts; wantedBy = [ \"multi-user.target\" ]; startLimitIntervalSec = 14400; startLimitBurst = 10;"} {"_id":"doc-en-nixpkgs-40bbd5c2cbe9bde7ccdd2d0d66b5814b691d5814a2718ef776c379d693faaf8a","title":"","text":"serviceConfig = { # https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStart= # If the empty string is assigned to this option, the list of commands to start is reset, prior assignments of this option will have no effect. ExecStart = [ \"\" \"${cfg.package}/bin/caddy run ${optionalString cfg.resume \"--resume\"} --config ${configJSON}\" ]; ExecReload = [ \"\" \"${cfg.package}/bin/caddy reload --config ${configJSON}\" ]; ExecStart = [ \"\" \"${cfg.package}/bin/caddy run --config ${cfg.configFile} --adapter ${cfg.adapter} ${optionalString cfg.resume \"--resume\"}\" ]; ExecReload = [ \"\" \"${cfg.package}/bin/caddy reload --config ${cfg.configFile} --adapter ${cfg.adapter}\" ]; ExecStartPre = \"${cfg.package}/bin/caddy validate --config ${cfg.configFile} --adapter ${cfg.adapter}\"; User = cfg.user; Group = cfg.group; ReadWriteDirectories = cfg.dataDir; StateDirectory = mkIf (cfg.dataDir == \"/var/lib/caddy\") [ \"caddy\" ]; LogsDirectory = mkIf (cfg.logDir == \"/var/log/caddy\") [ \"caddy\" ]; Restart = \"on-abnormal\"; SupplementaryGroups = mkIf (length acmeVHosts != 0) [ \"acme\" ]; # TODO: attempt to upstream these options NoNewPrivileges = true;"} {"_id":"doc-en-nixpkgs-10dd42b5b68bd60205cab642e466542b5ff6cee340a9ff2c3ed5e8100470c7e0","title":"","text":"group = cfg.group; uid = config.ids.uids.caddy; home = cfg.dataDir; createHome = true; }; };"} {"_id":"doc-en-nixpkgs-f1dbc3de44612930a8b5e032d158c8f03e38afda0b84304b62133eab81a83a03","title":"","text":"caddy.gid = config.ids.gids.caddy; }; security.acme.certs = let eachACMEHost = unique (catAttrs \"useACMEHost\" acmeVHosts); reloads = map (useACMEHost: nameValuePair useACMEHost { reloadServices = [ \"caddy.service\" ]; }) eachACMEHost; in listToAttrs reloads; }; }"} {"_id":"doc-en-nixpkgs-bf25d99fc31b74d7089b662495d952cadcc21c28c596a32855a351e2b1eba503","title":"","text":" # This file defines the options that can be used both for the Nginx # main server configuration, and for the virtual hosts. (The latter # has additional options that affect the web server as a whole, like # the user/group to run under.) { lib, ... }: with lib; { cfg }: { config, lib, name, ... }: let inherit (lib) literalExpression mkOption types; in { options = { hostName = mkOption { type = types.str; default = name; description = \"Canonical hostname for the server.\"; }; serverAliases = mkOption { type = types.listOf types.str; type = with types; listOf str; default = [ ]; example = [ \"www.example.org\" \"example.org\" ]; description = ''"} {"_id":"doc-en-nixpkgs-8e15a7589e7b3b07d809adb48963170a95451507776db14a0e030537e44fe346","title":"","text":"''; }; listenAddresses = mkOption { type = with types; listOf str; description = '' A list of host interfaces to bind to for this virtual host. ''; default = [ ]; example = [ \"127.0.0.1\" \"::1\" ]; }; useACMEHost = mkOption { type = types.nullOr types.str; default = null; description = '' A host of an existing Let's Encrypt certificate to use. This is mostly useful if you use DNS challenges but Caddy does not currently support your provider. Note that this option does not create any certificates, nor does it add subdomains to existing ones – you will need to create them manually using . Additionally, you should probably add the caddy user to the acme group to grant access to the certificates. ''; }; logFormat = mkOption { type = types.lines; default = '' output file ${cfg.logDir}/access-${config.hostName}.log ''; defaultText = '' output file ''${config.services.caddy.logDir}/access-''${hostName}.log ''; example = literalExpression '' mkForce ''' output discard '''; ''; description = '' Configuration for HTTP request logging (also known as access logs). See for details. ''; }; extraConfig = mkOption { type = types.lines; default = \"\"; description = '' These lines go into the vhost verbatim Additional lines of configuration appended to this virtual host in the automatically generated Caddyfile. ''; }; }; }"} {"_id":"doc-en-nixpkgs-394b1af0b05452af58c3f680b7ec0f1916c89d4ebc46e2ed5244c8f88b06771d","title":"","text":"let version = \"7.2\"; dbrev = \"5164\"; dbrev = \"5171\"; drivedbBranch = \"RELEASE_7_2_DRIVEDB\"; driverdb = fetchurl { url = \"https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw\"; sha256 = \"1vj0sv3bgcd0lwk5x450brfyxksa5fn1mjgvmj994ab8spmicc43\"; sha256 = \"0vncr98xagbcfsxgfgxsip2qrl9q3y8va19qhv6yknlwbdfap4mn\"; name = \"smartmontools-drivedb.h\"; };"} {"_id":"doc-en-nixpkgs-2e44e3941893ba3c82329e6af8304fa2455bd0ef849965f6e723de5b8ed9f2ff","title":"","text":"}; }; PkgConfig = buildPerlPackage { PkgConfig = buildPerlPackage rec { pname = \"PkgConfig\"; version = \"0.25026\"; src = fetchurl { url = \"mirror://cpan/authors/id/P/PL/PLICEASE/PkgConfig-0.25026.tar.gz\"; sha256 = \"1862hzlkibqsgynrnwg43acycp4rlsv19gsybjwq39nnqb9mxfjd\"; }; # support cross-compilation by simplifying the way we get version during build postPatch = '' substituteInPlace Makefile.PL --replace 'do { require \"./lib/PkgConfig.pm\"; $PkgConfig::VERSION; }' '\"${version}\"' ''; meta = { description = \"Pure-Perl Core-Only replacement for pkg-config\"; license = with lib.licenses; [ artistic1 gpl1Plus ];"} {"_id":"doc-en-nixpkgs-acf04df21fba66154097cdaed6a75f7a45e58c89b91c90900361de8ee8446808","title":"","text":"license = licenses.asl20; platforms = platforms.linux ++ platforms.darwin; maintainers = [ maintainers.bjornfor ]; knownVulnerabilities = [ \"CVE-2018-1320\" \"CVE-2018-11798\" \"CVE-2019-0205\" \"CVE-2019-0210\" \"CVE-2020-13949\" ]; }; }"} {"_id":"doc-en-nixpkgs-2e97553082b972269b745cc036ad5484b0bed08e95dea850c7ed68c1b8588cbc","title":"","text":"license = licenses.asl20; platforms = platforms.linux ++ platforms.darwin; maintainers = [ maintainers.bjornfor ]; knownVulnerabilities = [ \"CVE-2020-13949\" ]; }; }"} {"_id":"doc-en-nixpkgs-4cfff5398761eae21371a72190c4cc89d32b2f3d71b6a381c12c8b883cf6f2fc","title":"","text":" { lib , stdenv , fetchurl , installShellFiles , python3 }: stdenv.mkDerivation rec { pname = \"flawfinder\"; version = \"2.0.15\"; src = fetchurl { url = \"https://dwheeler.com/flawfinder/flawfinder-${version}.tar.gz\"; sha256 = \"01j4szy8gwvikrfzfayfayjnc1za0jxsnxp5fsa6d06kn69wyr8a\"; }; nativeBuildInputs = [ installShellFiles ]; buildInputs = [ python3 ]; installPhase = '' runHook preInstall mkdir -p $out/bin cp ${pname} $out/bin installManPage flawfinder.1 runHook postInstall ''; meta = with lib; { description = \"Tool to examines C/C++ source code for security flaws\"; homepage = \"https://dwheeler.com/flawfinder/\"; license = with licenses; [ gpl2Only ]; maintainers = with maintainers; [ fab ]; }; } "} {"_id":"doc-en-nixpkgs-62f6889f6140c54c85c8575bfd19bee8604b275278ad553a1c73c590b48f91ad","title":"","text":"flamegraph = callPackage ../development/tools/flamegraph { }; flawfinder = callPackage ../development/tools/flawfinder { }; flips = callPackage ../tools/compression/flips { }; fmbt = callPackage ../development/tools/fmbt {"} {"_id":"doc-en-nixpkgs-0f05e5e68ef744aa16b08c5e576cc268af65dfa7fd67a4d040180dcf1e8b807c","title":"","text":"++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt pkgs.openobex pkgs.obexftp ] ++ lib.optional config.networking.networkmanager.enable plasma-nm ++ lib.optional config.hardware.pulseaudio.enable plasma-pa ++ lib.optional config.services.pipewire.pulse.enable plasma-pa ++ lib.optional config.powerManagement.enable powerdevil ++ lib.optional config.services.colord.enable pkgs.colord-kde ++ lib.optionals config.services.samba.enable [ kdenetwork-filesharing pkgs.samba ]"} {"_id":"doc-en-nixpkgs-0a80ea6f2b8a78f926d21a90484bab970b5277e065710a67835cbfab324ce15c","title":"","text":"}; checkInputs = [ python3.pkgs.pytest ]; nativeBuildInputs = with python3.pkgs; [ setuptools-scm ]; propagatedBuildInputs = with python3.pkgs; [ Babel"} {"_id":"doc-en-nixpkgs-97061f5aef0b637dcc9dfb1854c6b2e93b52052944c9a6fde001f020304c620a","title":"","text":"++ lib.optionals (!withGui) [ \"--disable-qtgui\" \"--disable-x11mon\" ] ++ (if stdenv.isLinux then [ \"--with-inotify\" ] else [ \"--without-inotify\" ]); nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ file pkg-config python3Packages.setuptools which ]; buildInputs = with python3Packages; [ bison chmlib file python setuptools which xapian zlib buildInputs = [ bison chmlib python3Packages.python xapian zlib ] ++ lib.optional withGui qtbase ++ lib.optional stdenv.isDarwin libiconv;"} {"_id":"doc-en-nixpkgs-bc7c03b8921c7503dc679c0309d209a9b0024ff983edc1194546f6c56314e35d","title":"","text":"homepage = \"https://www.lesbonscomptes.com/recoll/\"; license = licenses.gpl2; platforms = platforms.unix; maintainers = [ maintainers.jcumming ]; maintainers = with maintainers; [ jcumming kiyengar ]; }; }"} {"_id":"doc-en-nixpkgs-6195570405465763bae15b190b7e1c17e2bba2f4fca69d6434b478a5a5d1e6bc","title":"","text":"recaptcha_client = callPackage ../development/python-modules/recaptcha_client { }; recoll = disabledIf (!isPy3k) (toPythonModule (pkgs.recoll.override { python3Packages = self; })); recommonmark = callPackage ../development/python-modules/recommonmark { }; redbaron = callPackage ../development/python-modules/redbaron { };"} {"_id":"doc-en-nixpkgs-95794e6ff2c163def1b814bdcbc99e457767c19c4b197c2d94a2ccfd46f89d3d","title":"","text":"config = mkIf cfg.enable (mkMerge [{ boot.kernelModules = [ \"bridge\" \"veth\" ]; boot.kernel.sysctl = { \"net.ipv4.conf.all.forwarding\" = mkOverride 99 true; \"net.ipv4.conf.default.forwarding\" = mkOverride 99 true; }; environment.systemPackages = [ cfg.package ] ++ optional cfg.enableNvidia pkgs.nvidia-docker; users.groups.docker.gid = config.ids.gids.docker;"} {"_id":"doc-en-nixpkgs-1c0d25f692a99f2b1fd7463433f39cb70645b2ef9f2d584c2d1f22c0680db667","title":"","text":"# Must match version 4 times to ensure client and server git commits and versions are correct docker.succeed('[ $(docker version | grep ${pkgs.docker.version} | wc -l) = \"4\" ]') docker.succeed(\"systemctl restart systemd-sysctl\") docker.succeed(\"grep 1 /proc/sys/net/ipv4/conf/all/forwarding\") docker.succeed(\"grep 1 /proc/sys/net/ipv4/conf/default/forwarding\") ''; })"} {"_id":"doc-en-nixpkgs-035d60597399505a61c4133632113e4efd1388d85f0ed55d1b928843e69d19a6","title":"","text":" { lib, buildPythonApplication, fetchPypi , altair, astor, base58, blinker, boto3, botocore, click, enum-compat , future, pillow, protobuf, requests, toml, tornado_5, tzlocal, validators, watchdog , jinja2, setuptools { # Nix lib, buildPythonApplication, fetchPypi, # Build inputs altair, astor, base58, blinker, boto3, botocore, click, cachetools, enum-compat, future, GitPython, jinja2, pillow, pyarrow, pydeck, pympler, protobuf, requests, setuptools, toml, tornado, tzlocal, validators, watchdog, }: buildPythonApplication rec { let click_7 = click.overridePythonAttrs(old: rec { version = \"7.1.2\"; src = old.src.override { inherit version; sha256 = \"d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a\"; }; }); in buildPythonApplication rec { pname = \"streamlit\"; version = \"0.50.2\"; version = \"1.2.0\"; format = \"wheel\"; # the only distribution available src = fetchPypi { inherit pname version format; sha256 = \"1wymv7qckafs0p2jdjlxjaf1xrhm3iyd185jkldanbb0na5n3ndz\"; sha256 = \"1dzb68a8n8wvjppcmqdaqnh925b2dg6rywv51ac9q09zjxb6z11n\"; }; propagatedBuildInputs = [ altair astor base58 blinker boto3 botocore click enum-compat future pillow protobuf requests toml tornado_5 tzlocal validators watchdog jinja2 setuptools altair astor base58 blinker boto3 botocore cachetools click_7 enum-compat future GitPython jinja2 pillow protobuf pyarrow pydeck pympler requests setuptools toml tornado tzlocal validators watchdog ]; postInstall = ''"} {"_id":"doc-en-nixpkgs-88fe4bd2db6260cb46e093dff7d9dac0655904a10e33df8d2144e1225e9fd061","title":"","text":"maintainers = with maintainers; [ yrashk ]; license = licenses.asl20; }; }"} {"_id":"doc-en-nixpkgs-a3a6e239717b5732b23359a69d8075467cee542e48b7a949ee78c0ad06dd7b2b","title":"","text":", nukeReferences, patchelf, llvmPackages , makeRustPlatform, buildPgxExtension, cargo, rustc # PL/Python , pythonSupport ? false , python3 # detection of crypt fails when using llvm stdenv, so we add it manually # for <13 (where it got removed: https://github.com/postgres/postgres/commit/c45643d618e35ec2fe91438df15abd4f3c0d85ca) , libxcrypt"} {"_id":"doc-en-nixpkgs-fb4017da39e56c7b664b90d19dd82a0a6b8fa725b75d901fb84229d943b5ef09","title":"","text":"++ lib.optionals lz4Enabled [ lz4 ] ++ lib.optionals zstdEnabled [ zstd ] ++ lib.optionals enableSystemd [ systemd ] ++ lib.optionals pythonSupport [ python3 ] ++ lib.optionals gssSupport [ libkrb5 ] ++ lib.optionals stdenv'.isLinux [ linux-pam ] ++ lib.optionals (!stdenv'.isDarwin) [ libossp_uuid ];"} {"_id":"doc-en-nixpkgs-218adf5a2049ce537132fe50edf837d67945fae961cfaf16e5617f69f889fb77","title":"","text":"] ++ lib.optionals lz4Enabled [ \"--with-lz4\" ] ++ lib.optionals zstdEnabled [ \"--with-zstd\" ] ++ lib.optionals gssSupport [ \"--with-gssapi\" ] ++ lib.optionals pythonSupport [ \"--with-python\" ] ++ lib.optionals stdenv'.hostPlatform.isRiscV [ \"--disable-spinlocks\" ] ++ lib.optionals jitSupport [ \"--with-llvm\" ] ++ lib.optionals stdenv'.isLinux [ \"--with-pam\" ];"} {"_id":"doc-en-nixpkgs-612042743f10fbd2da66ae0331ff57287c06c07eb34f04deeaa9b5985d590c61","title":"","text":", rust , rustPlatform , installShellFiles , libiconv , libobjc , Security , CoreServices"} {"_id":"doc-en-nixpkgs-17094c4cf88420f27b776b8e9c5724d4608bf6d04d998bc453df22b3577d50e3","title":"","text":"# Install completions post-install nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.isDarwin [ libobjc Security CoreServices Metal Foundation ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv libobjc Security CoreServices Metal Foundation ]; # The rusty_v8 package will try to download a `librusty_v8.a` release at build time to our read-only filesystem # To avoid this we pre-download the file and place it in the locations it will require it in advance"} {"_id":"doc-en-nixpkgs-2e27c11eada89ab2841b5798927e8660df368f415032a7c6a8242c5921cdc181","title":"","text":"{ lib , bokeh , buildPythonPackage , fetchpatch , fetchFromGitHub , fsspec , pytestCheckHook"} {"_id":"doc-en-nixpkgs-5261546b9e2c6b1b9eb84af2214f96ab37fbdf2323279ca6a8387a6ef4a30dd3","title":"","text":"distributed ]; doCheck = false; doCheck = true; checkInputs = [ pytestCheckHook"} {"_id":"doc-en-nixpkgs-db3b508af951fc21874a086e932cbb83f3701b4381391cedf6063cc161396339","title":"","text":"dontUseSetuptoolsCheck = true; patches = [ # dask dataframe cannot be imported in sandboxed builds # See https://github.com/dask/dask/pull/7601 (fetchpatch { url = \"https://github.com/dask/dask/commit/9ce5b0d258cecb3ef38fd844135ad1f7ac3cea5f.patch\"; sha256 = \"sha256-1EVRYwAdTSEEH9jp+UOnrijzezZN3iYR6q6ieYJM3kY=\"; name = \"fix-dask-dataframe-imports-in-sandbox.patch\"; }) ]; postPatch = '' # versioneer hack to set version of github package echo \"def get_versions(): return {'dirty': False, 'error': None, 'full-revisionid': None, 'version': '${version}'}\" > dask/_version.py"} {"_id":"doc-en-nixpkgs-320e931dc3901822505983ccf20a883679582011f4045a02ca2f4bb21564a49f","title":"","text":"disabledTests = [ \"test_annotation_pack_unpack\" \"test_annotations_blockwise_unpack\" # this test requires features of python3Packages.psutil that are # blocked in sandboxed-builds \"test_auto_blocksize_csv\" ]; pythonImportsCheck = [ \"dask.dataframe\" \"dask\" \"dask.array\" ]; meta = with lib; { description = \"Minimal task scheduling abstraction\"; homepage = \"https://dask.org/\";"} {"_id":"doc-en-nixpkgs-16172e025615b8bf074cc7483c5f48ec66d27c519cc77139831a08aec8eae0b8","title":"","text":"options = { isoImage.isoName = mkOption { default = \"${config.isoImage.isoName}.iso\"; default = \"${config.isoImage.isoBaseName}.iso\"; description = '' Name of the generated ISO image file. '';"} {"_id":"doc-en-nixpkgs-a328f91c4a39a41e079f73d784fe90a04b7841f15d63df4d1915d72c60428233","title":"","text":"branch = \"3.4.8\"; sha256 = \"1d0r4yja2dkkyhdwx1migq46gsrcbajiv66263a5sq5bfr9dqkch\"; darwinFrameworks = [ Cocoa CoreMedia ]; knownVulnerabilities = [ \"CVE-2021-30123\" ]; } // args)"} {"_id":"doc-en-nixpkgs-e5812b573786028281300544ac0bafe34491f01468d365a2c8850f4d550df273","title":"","text":"stdenv.mkDerivation rec { pname = \"jasper\"; version = \"2.0.28\"; version = \"2.0.32\"; src = fetchFromGitHub { owner = \"jasper-software\"; repo = pname; rev = \"version-${version}\"; hash = \"sha256-f3UG5w8GbwZcsFBaQN6v8kdEkKIGgizcAgaVZtKwS78=\"; hash = \"sha256-Uwgtex0MWC/pOmEr8itHMIa4wxd97c/tsTzcLgV8D0I=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-a22e8b3353b374510e861f5e4da0fba5a814bd1a05467fa80eb27b910eebcb1f","title":"","text":"stdenv.mkDerivation rec { pname = \"libnbd\"; version = \"1.7.5\"; version = \"1.7.7\"; src = fetchurl { url = \"https://download.libguestfs.org/libnbd/${lib.versions.majorMinor version}-development/${pname}-${version}.tar.gz\"; sha256 = \"sha256-UxQx/wnKnCB3uC9xEfq1F0l3kHAJjp9GzbeRugKyFsk=\"; hash = \"sha256-fNeu1qx+EbKitv2I8nJAmGMF5jxN2RZGPR/LJYnOjG8=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-dd95f8fab39c2b50ae0666f711cfbf7fd8026099e0bf6b2751f3d7ac1296de17","title":"","text":" { lib, stdenv { stdenv , lib , substituteAll , fetchurl , pkg-config , which"} {"_id":"doc-en-nixpkgs-7a190145cf3dee7e702c44ec7d28121dc0aa125075b5a75367dcf0049200b154","title":"","text":"sha256 = \"161050sx3sdxqcpjkjcpf6wl4kx0jydihga7mcvrj9c2f8ly0g07\"; }; patches = [ # Make PyGObject’s gi library available. (substituteAll { src = ./fix-paths.patch; pythonPaths = lib.concatMapStringsSep \", \" (pkg: \"'${pkg}/${python3.sitePackages}'\") [ python3.pkgs.pygobject3 ]; }) ]; nativeBuildInputs = [ pkg-config which"} {"_id":"doc-en-nixpkgs-13794e3d5cbd5fc343fdb86ea6c6bec389ecadc0625157e26a4380f4dbe54ecc","title":"","text":" diff --git a/src/nautilus-python.c b/src/nautilus-python.c index 843e3c6..466a513 100644 --- a/src/nautilus-python.c +++ b/src/nautilus-python.c @@ -184,6 +184,9 @@ nautilus_python_init_python (void) { return FALSE; } + debug(\"Add PyGObject to path\"); + PyRun_SimpleString(\"import site;import functools; functools.reduce(lambda k, p: site.addsitedir(p, k), [@pythonPaths@], site._init_pathinfo())\"); + /* import gobject */ debug(\"init_pygobject\"); if (!np_init_pygobject()) { "} {"_id":"doc-en-nixpkgs-77e5e66fbfb23beef8cd2cd7dc5037a829fbe4a27b5e26c397f63e8b2ae8c870","title":"","text":"# https://downloads.haskell.org/~ghc/8.10.2/ src = fetchurl ({ i686-linux = { url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-i386-deb9-linux.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-i386-deb9-linux.tar.xz\"; sha256 = \"0bvwisl4w0z5z8z0da10m9sv0mhm9na2qm43qxr8zl23mn32mblx\"; }; x86_64-linux = { url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-x86_64-deb10-linux.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-x86_64-deb10-linux.tar.xz\"; sha256 = \"0chnzy9j23b2wa8clx5arwz8wnjfxyjmz9qkj548z14cqf13slcl\"; }; armv7l-linux = { url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-armv7-deb10-linux.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-armv7-deb10-linux.tar.xz\"; sha256 = \"1j41cq5d3rmlgz7hzw8f908fs79gc5mn3q5wz277lk8zdf19g75v\"; }; aarch64-linux = { url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-aarch64-deb10-linux.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-aarch64-deb10-linux.tar.xz\"; sha256 = \"14smwl3741ixnbgi0l51a7kh7xjkiannfqx15b72svky0y4l3wjw\"; }; x86_64-darwin = { url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz\"; sha256 = \"1hngyq14l4f950hzhh2d204ca2gfc98pc9xdasxihzqd1jq75dzd\"; }; }.${stdenv.hostPlatform.system}"} {"_id":"doc-en-nixpkgs-715bab4a0eb3c10a864144ca4922b471edfd582cf3e44e6c848ecffeab058013","title":"","text":"else \"${lib.getLib glibc}/lib/ld-linux*\"; downloadsUrl = \"https://downloads.haskell.org/ghc\"; in stdenv.mkDerivation rec {"} {"_id":"doc-en-nixpkgs-5a0d16cd2f548886cd7586a73027cf11b2ae4d9a9648104f154a17b64a4da816","title":"","text":"src = fetchurl ({ i686-linux = { # Don't use the Fedora27 build (as below) because there isn't one! url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-i386-deb9-linux.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-i386-deb9-linux.tar.xz\"; sha256 = \"1p2h29qghql19ajk755xa0yxkn85slbds8m9n5196ris743vkp8w\"; }; x86_64-linux = { # This is the Fedora build because it links against ncurses6 where the # deb9 one links against ncurses5, see here # https://github.com/NixOS/nixpkgs/issues/85924 for a discussion url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-x86_64-fedora27-linux.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-x86_64-fedora27-linux.tar.xz\"; sha256 = \"18dlqm5d028fqh6ghzn7pgjspr5smw030jjzl3kq6q1kmwzbay6g\"; }; aarch64-linux = { url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-aarch64-ubuntu18.04-linux.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-aarch64-ubuntu18.04-linux.tar.xz\"; sha256 = \"11n7l2a36i5vxzzp85la2555q4m34l747g0pnmd81cp46y85hlhq\"; }; x86_64-darwin = { url = \"http://haskell.org/ghc/dist/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz\"; url = \"${downloadsUrl}/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz\"; sha256 = \"0s9188vhhgf23q3rjarwhbr524z6h2qga5xaaa2pma03sfqvvhfz\"; }; }.${stdenv.hostPlatform.system}"} {"_id":"doc-en-nixpkgs-11504e14f88fc6c6c70e5a763042ffaf7bc6942fafdf61771a3a908eec7dfd65","title":"","text":"license = licenses.agpl3; maintainers = with maintainers; [ mmahut _1000101 ]; platforms = platforms.unix; # go dependency tecbot/gorocksdb requires rocksdb 5.x but nixpkgs has only rocksdb 6.x # issue in upstream can be tracked here: https://github.com/trezor/blockbook/issues/617 broken = true; }; }"} {"_id":"doc-en-nixpkgs-b74419fbfb9a509ecf055cbd36eebc6eb18211e51862775298dc04b979377ad3","title":"","text":"}; extraConfig = '' index index.php index.html /index.php$request_uri; expires 1m; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection \"1; mode=block\"; add_header X-Robots-Tag none;"} {"_id":"doc-en-nixpkgs-cabfac6f69ed900124422e166fc2061d779e4738aa0f54a2ae810b7f92375e36","title":"","text":"programs.feedbackd.enable = true; # https://source.puri.sm/Librem5/phosh/-/issues/303 security.pam.services.phosh = { text = '' auth requisite pam_nologin.so auth required pam_succeed_if.so user != root quiet_success auth required pam_securetty.so auth requisite pam_nologin.so ''; }; security.pam.services.phosh = {}; services.gnome.core-shell.enable = true; services.gnome.core-os-services.enable = true;"} {"_id":"doc-en-nixpkgs-bac62c7a876576b065c3aa6d3d680444a030e169a2d513145c951f1036886883","title":"","text":"gst_all_1.gstreamer gst_all_1.gst-plugins-ugly gst_all_1.gst-plugins-base json-glib # paradox launcher (Stellaris) libdrm libxkbcommon # paradox launcher mono"} {"_id":"doc-en-nixpkgs-a00249081ac1ec4258b083860a34da78f99aaf6392ef5f432bd1383cf16af557","title":"","text":"nativeBuildInputs = [ pkgconfig gettext perl python ]; propagatedBuildInputs = [ pcre zlib libffi ] ++ libiconvOrEmpty ++ libintlOrEmpty; propagatedBuildInputs = [ pcre zlib libffi ] ++ optional (!stdenv.isDarwin) libiconvOrEmpty ++ libintlOrEmpty; configureFlags = optional stdenv.isDarwin \"--disable-compile-warnings\""} {"_id":"doc-en-nixpkgs-0671cae3438f9465695e109539b6608a8f4e51d8263b09980a1c345709b21bfe","title":"","text":"propagatedBuildInputs = with xlibs; with stdenv.lib; [ glib cairo pango gdk_pixbuf atk ] ++ optionals stdenv.isLinux [ libXrandr libXrender libXcomposite libXi libXcursor ] ++ optional stdenv.isDarwin x11 ++ optionals (stdenv.isLinux || stdenv.isDarwin) [ libXrandr libXrender libXcomposite libXi libXcursor ] ++ optionals stdenv.isDarwin [ x11 libXdamage ] ++ libintlOrEmpty ++ optional xineramaSupport libXinerama ++ optionals cupsSupport [ cups ]; configureFlags = \"--with-xinput=yes\"; configureFlags = if stdenv.isDarwin then \"--disable-glibtest --disable-introspection --disable-visibility\" else \"--with-xinput=yes\"; postInstall = \"rm -rf $out/share/gtk-doc\";"} {"_id":"doc-en-nixpkgs-1e3dfb0357726179309069d37fd0e234462a898fcbeb48e63389d8bc6fd6bcc5","title":"","text":"{ stdenv, fetchurl, pkgconfig, glib, freetype, cairo, libintlOrEmpty , icu, graphite2 , withIcu ? false # recommended by upstream as default, but most don't needed and it's big , withGraphite2 ? true # it is small and major distros do include it , withGraphite2 ? !stdenv.isDarwin # it is small and major distros do include it }: # TODO: split non-icu and icu lib into different outputs?"} {"_id":"doc-en-nixpkgs-14b69b4f3bbb6c31b22af7bb1bf7e96351feb1cd6fef764fdbeb5ab44aaf9674","title":"","text":"enableParallelBuilding = true; doCheck = true; # jww (2014-05-05): The tests currently fail on Darwin: # # ERROR:testiter.c:139:iter_char_test: assertion failed: (extents.width == x1 - x0) # .../bin/sh: line 5: 14823 Abort trap: 6 srcdir=. PANGO_RC_FILE=./pangorc ${dir}$tst # FAIL: testiter doCheck = !stdenv.isDarwin; postInstall = \"rm -rf $out/share/gtk-doc\"; meta = {"} {"_id":"doc-en-nixpkgs-e074e5c04961d38e9ec79b27e4771d82f4b973b8a0b6f2e9d319f59bd271811d","title":"","text":"libXmu libXext xextproto libSM libICE; ghostscript = ghostscriptX; harfbuzz = harfbuzz.override { withIcu = true; withGraphite2 = true; withIcu = true; withGraphite2 = !stdenv.isDarwin; }; };"} {"_id":"doc-en-nixpkgs-d52e87b32683f1387ac88c59049d5a303e680b020065fdd9b970c9ccba61cd2d","title":"","text":"buildCommand = \"sed s/dot_root/agroot/g ${raw_patch} > $out\"; }; # 2.42 has the patch included patches = optional (lib.versionOlder version \"2.42\") patchToUse; patches = optional (lib.versionOlder version \"2.42\") patchToUse ++ optionals (lib.versionOlder version \"2.46.0\") [ (fetchpatch { name = \"CVE-2020-18032.patch\"; url = \"https://gitlab.com/graphviz/graphviz/-/commit/784411ca3655c80da0f6025ab20634b2a6ff696b.patch\"; sha256 = \"1nkw9ism8lkfvxsp5fh95i2l5s5cbjsidbb3g1kjfv10rxkyb41m\"; }) ]; in stdenv.mkDerivation {"} {"_id":"doc-en-nixpkgs-47dd348bc88e953183ecba719ca1bfe26ebb9475d84f6cfbe4e1f4b333ea120b","title":"","text":"in { openvpn_24 = generic { version = \"2.4.9\"; sha256 = \"1qpbllwlha7cffsd5dlddb8rl22g9rar5zflkz1wrcllhvfkl7v4\"; version = \"2.4.11\"; sha256 = \"06s4m0xvixjhd3azrzbsf4j86kah4xwr2jp6cmcpc7db33rfyyg5\"; }; openvpn = generic { version = \"2.5.0\"; sha256 = \"sha256-AppCbkTWVstOEYkxnJX+b8mGQkdyT1WZ2Z35xMNHj70=\"; version = \"2.5.2\"; sha256 = \"sha256-sSdDg2kB82Xvr4KrJJOWfhshwh60POmo2hACoXycHcg=\"; }; }"} {"_id":"doc-en-nixpkgs-130b80cc5b633ecf4dbda56188502cde95ac3da46ab7107c452ec632be13d03b","title":"","text":" diff --color -ur a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt\t2021-05-30 13:46:22.256040282 +0200 +++ b/CMakeLists.txt\t2021-05-30 14:15:42.530181216 +0200 @@ -333,7 +333,7 @@ # So, try first to find the CMake module provided by libxml2 package, then fallback # on the CMake's FindLibXml2.cmake module (which can lack some definition, especially # in static build case). -find_package(LibXml2 QUIET NO_MODULE) +find_package(LibXml2 QUIET MODULE) if(DEFINED LIBXML2_VERSION_STRING) set(LIBXML2_FOUND ON) set(LIBXML2_INCLUDE_DIR ${LIBXML2_INCLUDE_DIRS}) Seulement dans b: good.patch "} {"_id":"doc-en-nixpkgs-6d897ddd5a505432bb03d904f7b3a36a65dfa4d1165de34959599f45dc2cdc94","title":"","text":"sha256 = \"0psw67mzysdb8fkh8xpcwicm7z94k8plkcc8ymxyvl6inshq0mc7\"; }; # Revert after https://github.com/NixOS/nixpkgs/issues/125008 is # fixed properly patches = [ ./cmake-fix-libxml2-find-package.patch ]; nativeBuildInputs = [ cmake flex"} {"_id":"doc-en-nixpkgs-889b31b7ca79fc92fd99b289deb13400154368377b187eb9c5a90c7097db1001","title":"","text":"Rglpk = [ pkgs.glpk ]; RGtk2 = [ pkgs.gtk2.dev ]; rhdf5 = [ pkgs.zlib ]; Rhdf5lib = [ pkgs.zlib ]; Rhdf5lib = [ pkgs.zlib.dev ]; Rhpc = [ pkgs.zlib pkgs.bzip2.dev pkgs.icu pkgs.xz.dev pkgs.mpi pkgs.pcre.dev ]; Rhtslib = [ pkgs.zlib.dev pkgs.automake pkgs.autoconf pkgs.bzip2.dev pkgs.xz.dev pkgs.curl.dev ]; rjags = [ pkgs.jags ];"} {"_id":"doc-en-nixpkgs-6d05d5c4796ccab3555728e3984405549ab1acd7257bb473acba11dc6b09d652","title":"","text":"index e2d292e..b13c0db 100755 --- a/configure +++ b/configure @@ -2880,6 +2880,7 @@ $MAKE @@ -3874,6 +3874,7 @@ echo \"building the hdf5 library...\"; cd ../; ## we add the '-w' flag to suppress all the warnings hdf5 prints +sed -i 's#/bin/mv#mv#' configure ./configure --with-pic --enable-shared=no --enable-cxx --with-szlib CXX=\"${CXX}\" CXFLAGS=\"${CXXFLAGS} -w\" ./configure --with-pic --enable-shared=no --enable-cxx --enable-hl --with-szlib=${SZIP_HOME} --with-zlib=${ZLIB_HOME} ${WITH_S3_VFD} "} {"_id":"doc-en-nixpkgs-242b09c7d54f64f769fe21d2e161161fcb3148b05ea9e07cc6e2ed07588e5ba6","title":"","text":"config = mkIf cfg.enable { environment.systemPackages = [ pkgs.auto-cpufreq ]; systemd.packages = [ pkgs.auto-cpufreq ]; systemd.services.auto-cpufreq.path = with pkgs; [ bash coreutils ]; systemd = { packages = [ pkgs.auto-cpufreq ]; services.auto-cpufreq = { # Workaround for https://github.com/NixOS/nixpkgs/issues/81138 wantedBy = [ \"multi-user.target\" ]; path = with pkgs; [ bash coreutils ]; }; }; }; }"} {"_id":"doc-en-nixpkgs-91cb97fc3c8107dcf2fffe19b74cd46788ead87ad2d822f43dbeee11a6ba32f2","title":"","text":"python3Packages.buildPythonPackage rec { pname = \"auto-cpufreq\"; version = \"1.6.1\"; version = \"1.6.4\"; src = fetchFromGitHub { owner = \"AdnanHodzic\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-oz3C1150CPfT0kkx1x7VIX/Rm06dkjyxeDPFCRJaWNc=\"; sha256 = \"sha256-9WYuAWcJGosYEsnnkqvZLXXvqF+1nBEozh6F84Kit6w=\"; }; propagatedBuildInputs = with python3Packages; [ click distro psutil ];"} {"_id":"doc-en-nixpkgs-7d118d4a215e205727d44aa52b061ea826ce1742015d0a88690e139d9d32d89c","title":"","text":"diff --git a/auto_cpufreq/core.py b/auto_cpufreq/core.py index a685db8..1ca1ca1 100644 index 83d0d64..04b5035 100644 --- a/auto_cpufreq/core.py +++ b/auto_cpufreq/core.py @@ -72,7 +72,7 @@ def app_version(): print(\"Git commit:\", check_output([\"git\", \"describe\", \"--always\"]).strip().decode()) else: print(getoutput(\"pacman -Qi auto-cpufreq | grep Version\")) - else: + else: # source code (auto-cpufreq-installer) try: print(\"Git commit:\", check_output([\"git\", \"describe\", \"--always\"]).strip().decode()) @@ -179,31 +179,13 @@ def get_current_gov(): return print(\"Currently using:\", getoutput(\"cpufreqctl.auto-cpufreq --governor\").strip().split(\" \")[0], \"governor\") @@ -204,35 +204,13 @@ def get_current_gov(): def cpufreqctl(): - \"\"\""} {"_id":"doc-en-nixpkgs-9f67f2377f7c3e280347b79247b2f36ffdc4f5db216f377d6392f289a5fd4ee4","title":"","text":"- \"\"\" - - # detect if running on a SNAP - if os.getenv('PKG_MARKER') == \"SNAP\": - if os.getenv(\"PKG_MARKER\") == \"SNAP\": - pass - else: - # deploy cpufreqctl.auto-cpufreq script - if os.path.isfile(\"/usr/bin/cpufreqctl\"): - shutil.copy(SCRIPTS_DIR / \"cpufreqctl.sh\", \"/usr/bin/cpufreqctl.auto-cpufreq\") - shutil.copy( - SCRIPTS_DIR / \"cpufreqctl.sh\", \"/usr/bin/cpufreqctl.auto-cpufreq\" - ) - else: - shutil.copy(SCRIPTS_DIR / \"cpufreqctl.sh\", \"/usr/bin/cpufreqctl.auto-cpufreq\") - shutil.copy( - SCRIPTS_DIR / \"cpufreqctl.sh\", \"/usr/bin/cpufreqctl.auto-cpufreq\" - ) + # scripts are already in the correct place + pass"} {"_id":"doc-en-nixpkgs-c97819a91d0c18d8e420141c110994566fb4df384fe05ca0191970c59f174d5e","title":"","text":"- remove cpufreqctl.auto-cpufreq script - \"\"\" - # detect if running on a SNAP - if os.getenv('PKG_MARKER') == \"SNAP\": - if os.getenv(\"PKG_MARKER\") == \"SNAP\": - pass - else: - if os.path.isfile(\"/usr/bin/cpufreqctl.auto-cpufreq\"):"} {"_id":"doc-en-nixpkgs-1f117730fcce256e84247e43daae7394b7d4806b416c93fd0d0aaed51202bdf7","title":"","text":"+ # no need to restore + pass def footer(l=79): print(\"n\" + \"-\" * l + \"n\") @@ -233,74 +215,12 @@ def remove_complete_msg(): footer() @@ -276,76 +254,13 @@ def remove_complete_msg(): def deploy_daemon(): - print(\"n\" + \"-\" * 21 + \" Deploying auto-cpufreq as a daemon \" + \"-\" * 22 + \"n\")"} {"_id":"doc-en-nixpkgs-5fb571494695d18f12f5ee92a008ace7a9d1cccc7818758450880a5875bdfb67","title":"","text":"- f.seek(0) - f.truncate() - f.write(content.replace(orig_set, change_set)) - except: - print(\"nERROR:nWas unable to turn off bluetooth on boot\") - except Exception as e: - print(f\"nERROR:nWas unable to turn off bluetooth on bootn{repr(e)}\") - - auto_cpufreq_stats_path.touch(exist_ok=True) - - print(\"n* Deploy auto-cpufreq install script\") - shutil.copy(SCRIPTS_DIR / \"auto-cpufreq-install.sh\", \"/usr/bin/auto-cpufreq-install\") - shutil.copy( - SCRIPTS_DIR / \"auto-cpufreq-install.sh\", \"/usr/bin/auto-cpufreq-install\" - ) - - print(\"n* Deploy auto-cpufreq remove script\") - shutil.copy(SCRIPTS_DIR / \"auto-cpufreq-remove.sh\", \"/usr/bin/auto-cpufreq-remove\") - - call(\"/usr/bin/auto-cpufreq-install\", shell=True) - + # prevent needless copying and system changes + pass # remove auto-cpufreq daemon def remove(): -"} {"_id":"doc-en-nixpkgs-102bd9407f76fa62764968e681f8a465718421f6d5506f6a0cec88e4bc19214b","title":"","text":"- f.seek(0) - f.truncate() - f.write(content.replace(change_set, orig_set)) - except: - print(\"nERROR:nWas unable to turn on bluetooth on boot\") - except Exception as e: - print(f\"nERROR:nWas unable to turn on bluetooth on bootn{repr(e)}\") - - # run auto-cpufreq daemon install script - call(\"/usr/bin/auto-cpufreq-remove\", shell=True)"} {"_id":"doc-en-nixpkgs-844845cd6f7d73ac9e127e29a739023c68562c5a059608fd005e995d81ffa02c","title":"","text":"def gov_check(): for gov in get_avail_gov(): @@ -331,7 +251,7 @@ def countdown(s): if auto_cpufreq_stats_file is not None: auto_cpufreq_stats_file.seek(0) auto_cpufreq_stats_file.truncate(0) - + # execution timestamp from datetime import datetime now = datetime.now() diff --git a/scripts/cpufreqctl.sh b/scripts/cpufreqctl.sh index 63a2b5b..e157efe 100755 --- a/scripts/cpufreqctl.sh"} {"_id":"doc-en-nixpkgs-16c99a4fbc478f6bd22a00000193e6542cb495a5a7c2d2f743f381be44f183dd","title":"","text":"]; in stdenv.mkDerivation rec { pname = \"bluez\"; version = \"5.59\"; version = \"5.60\"; src = fetchurl { url = \"mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz\"; sha256 = \"05kk8zdh3msf5j88jbai8m877rvya6fpkzhicfhv5gyhhsrrasq4\"; sha256 = \"sha256-cQmZWA0B7lnsWF5efAf9lO3e3AAaom/nRkxUb52UUwQ=\"; }; buildInputs = ["} {"_id":"doc-en-nixpkgs-b44047ea3ffc58a62f5beb81a53e6670718ccb67bacdfd94499088e272a5b98c","title":"","text":"patches = [ # https://phab.mercurial-scm.org/D10638, needed for below patch to apply (fetchpatch { url = \"https://phab.mercurial-scm.org/file/data/oymk4awh2dd7q6cwjbzu/PHID-FILE-bfcr7qrp5spg42wspxpd/D10638.diff\"; url = \"https://phab.mercurial-scm.org/file/data/l7p2r4zcctcr3pzlybv2/PHID-FILE-bwjzxlz6sbegk3s4irik/D10638.diff\"; sha256 = \"0mfi324is02l7cnd3j0gbmg5rpyyqn3afg3f73flnfwmz5njqa5f\"; }) # https://phab.mercurial-scm.org/D10639, fixes https://bz.mercurial-scm.org/show_bug.cgi?id=6514 (fetchpatch { url = \"https://phab.mercurial-scm.org/file/data/re4uqdhtknjiacx2ogwu/PHID-FILE-4m26id65dno5gzix2ngh/D10639.diff\"; url = \"https://phab.mercurial-scm.org/file/data/v53nhburhtkhpccyecei/PHID-FILE-6v34oll6r2gkqo4ng5nt/D10639.diff\"; sha256 = \"0h5ilrd2x1789fr6sf4k1mcvxdh0xdyr94yawdacw87v3x12c8cb\"; }) ];"} {"_id":"doc-en-nixpkgs-fd90c166aa584cc7799b38d7282d7436fb17a7a3e15efb90ea2264c668ebaa37","title":"","text":"# Enable libfabric support (necessary for Omnipath networks) on x86_64 linux , fabricSupport ? stdenv.isLinux && stdenv.isx86_64 # Enable Fortran support , fortranSupport ? !(stdenv.isDarwin && stdenv.isAarch64) }: assert !cudaSupport || cudatoolkit != null; let version = \"4.1.1\"; cudatoolkit_joined = symlinkJoin { name = \"${cudatoolkit.name}-unsplit\"; paths = [ cudatoolkit.out cudatoolkit.lib ]; }; in stdenv.mkDerivation rec { pname = \"openmpi\"; inherit version; version = \"4.1.1\"; src = with lib.versions; fetchurl { url = \"https://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${pname}-${version}.tar.bz2\";"} {"_id":"doc-en-nixpkgs-53854b4c725625d50d6e70458974546d8518d14db13719928e40fbf93c13efa7","title":"","text":"find -name \"Makefile.in\" -exec sed -i \"s/`date`/$ts/\" {} ; ''; buildInputs = with stdenv; [ gfortran zlib ] ++ lib.optionals isLinux [ libnl numactl pmix ucx ] buildInputs = [ zlib ] ++ lib.optionals fortranSupport [ gfortran ] ++ lib.optionals stdenv.isLinux [ libnl numactl pmix ucx ] ++ lib.optionals cudaSupport [ cudatoolkit ] ++ [ libevent hwloc ] ++ lib.optional (isLinux || isFreeBSD) rdma-core ++ lib.optional (stdenv.isLinux || stdenv.isFreeBSD) rdma-core ++ lib.optional fabricSupport [ libpsm2 libfabric ]; nativeBuildInputs = [ perl ]; configureFlags = with stdenv; lib.optional (!cudaSupport) \"--disable-mca-dso\" ++ lib.optionals isLinux [ configureFlags = lib.optional (!cudaSupport) \"--disable-mca-dso\" ++ lib.optional (!fortranSupport) \"--disable-mpi-fortran\" ++ lib.optionals stdenv.isLinux [ \"--with-libnl=${libnl.dev}\" \"--with-pmix=${pmix}\" \"--with-pmix-libdir=${pmix}/lib\""} {"_id":"doc-en-nixpkgs-7e3eef7125352cf8e818e51c8d1fa61470774c6764432576236a5720c310ddcd","title":"","text":"sed -i 's:compiler=.*:compiler=${targetPackages.stdenv.cc}/bin/${targetPackages.stdenv.cc.targetPrefix}c++:' $out/share/openmpi/mpic++-wrapper-data.txt '' + lib.optionalString fortranSupport '' sed -i 's:compiler=.*:compiler=${gfortran}/bin/${gfortran.targetPrefix}gfortran:' $out/share/openmpi/mpifort-wrapper-data.txt"} {"_id":"doc-en-nixpkgs-b053305c847b6359015487a076fbf25a49a5750154154505b111ee3eeb56648a","title":"","text":"# fails to configure on darwin due to gmp not found configureFlags = [ \"LIBS=-L${gmp}/lib\" \"CXXFLAGS=-I${gmp.dev}/include\" ]; # disable stackprotector on aarch64-darwin for now # https://github.com/NixOS/nixpkgs/issues/127608 hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ \"stackprotector\" ]; postPatch = '' sed -e \"s@ /bin/bash@bash@g\" -i Makefile.std find . -exec sed -e \"s@/usr/bin/perl@${perl}/bin/perl@g\" -i '{}' ';'"} {"_id":"doc-en-nixpkgs-c211169979422f0c1179bbef39cd9756c3a63ed50915fcade32bb616687e5553","title":"","text":"install_name_tool -change libblas.dylib ${blas}/lib/libblas.dylib $out/lib/libarpack.dylib ''; # disable stackprotector on aarch64-darwin for now # https://github.com/NixOS/nixpkgs/issues/127608 hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ \"stackprotector\" ]; meta = { homepage = \"https://github.com/opencollab/arpack-ng\"; description = ''"} {"_id":"doc-en-nixpkgs-a018377dc6352ce71c17619731a3a6bd09b8b0ae8e237d46937ec0553837724a","title":"","text":")] ; # disable stackprotector on aarch64-darwin for now # https://github.com/NixOS/nixpkgs/issues/127608 # # build error: # # /private/tmp/nix-build-sundials-6.3.0.drv-0/ccD2dUtR.s:21:15: error: index must be an integer in range [-256, 255]. # ldr x0, [x0, ___stack_chk_guard];momd # ^ # /private/tmp/nix-build-sundials-6.3.0.drv-0/ccD2dUtR.s:46:15: error: index must be an integer in range [-256, 255]. # ldr x0, [x0, ___stack_chk_guard];momd # # See also a proposed solution: https://github.com/NixOS/nixpkgs/pull/151983 hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ \"stackprotector\" ]; doCheck = true; checkTarget = \"test\";"} {"_id":"doc-en-nixpkgs-0aaed885ee70a9fad019ab0781c326d9cae17f40f4f94be06d6febf64eb9117c","title":"","text":" # Adding Custom Packages {#sec-custom-packages} It's possible that a package you need is not available in NixOS. In that case, you can do two things. First, you can clone the Nixpkgs repository, add the package to your clone, and (optionally) submit a patch or pull request to have it accepted into the main Nixpkgs repository. This is described in detail in the [Nixpkgs manual](https://nixos.org/nixpkgs/manual). In short, you clone Nixpkgs: ```ShellSession $ git clone https://github.com/NixOS/nixpkgs $ cd nixpkgs ``` Then you write and test the package as described in the Nixpkgs manual. Finally, you add it to [](#opt-environment.systemPackages), e.g. ```nix environment.systemPackages = [ pkgs.my-package ]; ``` and you run `nixos-rebuild`, specifying your own Nixpkgs tree: ```ShellSession # nixos-rebuild switch -I nixpkgs=/path/to/my/nixpkgs ``` The second possibility is to add the package outside of the Nixpkgs tree. For instance, here is how you specify a build of the [GNU Hello](https://www.gnu.org/software/hello/) package directly in `configuration.nix`: ```nix environment.systemPackages = let my-hello = with pkgs; stdenv.mkDerivation rec { name = \"hello-2.8\"; src = fetchurl { url = \"mirror://gnu/hello/${name}.tar.gz\"; sha256 = \"0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6\"; }; }; in [ my-hello ]; ``` Of course, you can also move the definition of `my-hello` into a separate Nix expression, e.g. ```nix environment.systemPackages = [ (import ./my-hello.nix) ]; ``` where `my-hello.nix` contains: ```nix with import {}; # bring all of Nixpkgs into scope stdenv.mkDerivation rec { name = \"hello-2.8\"; src = fetchurl { url = \"mirror://gnu/hello/${name}.tar.gz\"; sha256 = \"0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6\"; }; } ``` This allows testing the package easily: ```ShellSession $ nix-build my-hello.nix $ ./result/bin/hello Hello, world! ``` "} {"_id":"doc-en-nixpkgs-8587ce7973e4d791a2a44a24eee006f9215f7e14e42a3131c895e216177e56f7","title":"","text":"
Adding Custom Packages It’s possible that a package you need is not available in NixOS. In that case, you can do two things. First, you can clone the Nixpkgs repository, add the package to your clone, and (optionally) submit a patch or pull request to have it accepted into the main Nixpkgs repository. This is described in detail in the Nixpkgs manual. In short, you clone Nixpkgs: $ git clone https://github.com/NixOS/nixpkgs $ cd nixpkgs Then you write and test the package as described in the Nixpkgs manual. Finally, you add it to environment.systemPackages, e.g. = [ pkgs.my-package ]; and you run nixos-rebuild, specifying your own Nixpkgs tree: # nixos-rebuild switch -I nixpkgs=/path/to/my/nixpkgs The second possibility is to add the package outside of the Nixpkgs tree. For instance, here is how you specify a build of the GNU Hello package directly in configuration.nix: = let my-hello = with pkgs; stdenv.mkDerivation rec { name = \"hello-2.8\"; src = fetchurl { url = \"mirror://gnu/hello/${name}.tar.gz\"; sha256 = \"0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6\"; }; }; in [ my-hello ]; Of course, you can also move the definition of my-hello into a separate Nix expression, e.g. = [ (import ./my-hello.nix) ]; where my-hello.nix contains: with import <nixpkgs> {}; # bring all of Nixpkgs into scope stdenv.mkDerivation rec { name = \"hello-2.8\"; src = fetchurl { url = \"mirror://gnu/hello/${name}.tar.gz\"; sha256 = \"0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6\"; }; } This allows testing the package easily: $ nix-build my-hello.nix $ ./result/bin/hello Hello, world!
"} {"_id":"doc-en-nixpkgs-252be476694d866b1d56e04bada8b10672094fc88f2b019364a7e909c304b910","title":"","text":" # Customising Packages {#sec-customising-packages} Some packages in Nixpkgs have options to enable or disable optional functionality or change other aspects of the package. For instance, the Firefox wrapper package (which provides Firefox with a set of plugins such as the Adobe Flash player) has an option to enable the Google Talk plugin. It can be set in `configuration.nix` as follows: `nixpkgs.config.firefox.enableGoogleTalkPlugin = true;` ::: {.warning} Unfortunately, Nixpkgs currently lacks a way to query available configuration options. ::: Apart from high-level options, it's possible to tweak a package in almost arbitrary ways, such as changing or disabling dependencies of a package. For instance, the Emacs package in Nixpkgs by default has a dependency on GTK 2. If you want to build it against GTK 3, you can specify that as follows: ```nix environment.systemPackages = [ (pkgs.emacs.override { gtk = pkgs.gtk3; }) ]; ``` The function `override` performs the call to the Nix function that produces Emacs, with the original arguments amended by the set of arguments specified by you. So here the function argument `gtk` gets the value `pkgs.gtk3`, causing Emacs to depend on GTK 3. (The parentheses are necessary because in Nix, function application binds more weakly than list construction, so without them, [](#opt-environment.systemPackages) would be a list with two elements.) Even greater customisation is possible using the function `overrideAttrs`. While the `override` mechanism above overrides the arguments of a package function, `overrideAttrs` allows changing the *attributes* passed to `mkDerivation`. This permits changing any aspect of the package, such as the source code. For instance, if you want to override the source code of Emacs, you can say: ```nix environment.systemPackages = [ (pkgs.emacs.overrideAttrs (oldAttrs: { name = \"emacs-25.0-pre\"; src = /path/to/my/emacs/tree; })) ]; ``` Here, `overrideAttrs` takes the Nix derivation specified by `pkgs.emacs` and produces a new derivation in which the original's `name` and `src` attribute have been replaced by the given values by re-calling `stdenv.mkDerivation`. The original attributes are accessible via the function argument, which is conventionally named `oldAttrs`. The overrides shown above are not global. They do not affect the original package; other packages in Nixpkgs continue to depend on the original rather than the customised package. This means that if another package in your system depends on the original package, you end up with two instances of the package. If you want to have everything depend on your customised instance, you can apply a *global* override as follows: ```nix nixpkgs.config.packageOverrides = pkgs: { emacs = pkgs.emacs.override { gtk = pkgs.gtk3; }; }; ``` The effect of this definition is essentially equivalent to modifying the `emacs` attribute in the Nixpkgs source tree. Any package in Nixpkgs that depends on `emacs` will be passed your customised instance. (However, the value `pkgs.emacs` in `nixpkgs.config.packageOverrides` refers to the original rather than overridden instance, to prevent an infinite recursion.) "} {"_id":"doc-en-nixpkgs-016a969a4ad5f0547e205bd729877d709af60a30ef025f9da905e99110b923d6","title":"","text":"
Customising Packages Some packages in Nixpkgs have options to enable or disable optional functionality or change other aspects of the package. For instance, the Firefox wrapper package (which provides Firefox with a set of plugins such as the Adobe Flash player) has an option to enable the Google Talk plugin. It can be set in configuration.nix as follows: nixpkgs.config.firefox.enableGoogleTalkPlugin = true; Unfortunately, Nixpkgs currently lacks a way to query available configuration options. Apart from high-level options, it’s possible to tweak a package in almost arbitrary ways, such as changing or disabling dependencies of a package. For instance, the Emacs package in Nixpkgs by default has a dependency on GTK 2. If you want to build it against GTK 3, you can specify that as follows: = [ (pkgs.emacs.override { gtk = pkgs.gtk3; }) ]; The function override performs the call to the Nix function that produces Emacs, with the original arguments amended by the set of arguments specified by you. So here the function argument gtk gets the value pkgs.gtk3, causing Emacs to depend on GTK 3. (The parentheses are necessary because in Nix, function application binds more weakly than list construction, so without them, would be a list with two elements.) Even greater customisation is possible using the function overrideAttrs. While the override mechanism above overrides the arguments of a package function, overrideAttrs allows changing the attributes passed to mkDerivation. This permits changing any aspect of the package, such as the source code. For instance, if you want to override the source code of Emacs, you can say: = [ (pkgs.emacs.overrideAttrs (oldAttrs: { name = \"emacs-25.0-pre\"; src = /path/to/my/emacs/tree; })) ]; Here, overrideAttrs takes the Nix derivation specified by pkgs.emacs and produces a new derivation in which the original’s name and src attribute have been replaced by the given values by re-calling stdenv.mkDerivation. The original attributes are accessible via the function argument, which is conventionally named oldAttrs. The overrides shown above are not global. They do not affect the original package; other packages in Nixpkgs continue to depend on the original rather than the customised package. This means that if another package in your system depends on the original package, you end up with two instances of the package. If you want to have everything depend on your customised instance, you can apply a global override as follows: nixpkgs.config.packageOverrides = pkgs: { emacs = pkgs.emacs.override { gtk = pkgs.gtk3; }; }; The effect of this definition is essentially equivalent to modifying the emacs attribute in the Nixpkgs source tree. Any package in Nixpkgs that depends on emacs will be passed your customised instance. (However, the value pkgs.emacs in nixpkgs.config.packageOverrides refers to the original rather than overridden instance, to prevent an infinite recursion.)
"} {"_id":"doc-en-nixpkgs-6d39204be9dec33702f4311d2b570ab7b378cc62f4200b1c23681ca668aeff7c","title":"","text":"nixos-rebuild switch.
"} {"_id":"doc-en-nixpkgs-ad3ced4dbd4604fd3e25a393f8b435a8524cd50119cdffed91a50029e1a02bf1","title":"","text":"
Adding Custom Packages It’s possible that a package you need is not available in NixOS. In that case, you can do two things. First, you can clone the Nixpkgs repository, add the package to your clone, and (optionally) submit a patch or pull request to have it accepted into the main Nixpkgs repository. This is described in detail in the Nixpkgs manual. In short, you clone Nixpkgs: $ git clone https://github.com/NixOS/nixpkgs $ cd nixpkgs Then you write and test the package as described in the Nixpkgs manual. Finally, you add it to , e.g. environment.systemPackages = [ pkgs.my-package ]; and you run nixos-rebuild, specifying your own Nixpkgs tree: # nixos-rebuild switch -I nixpkgs=/path/to/my/nixpkgs The second possibility is to add the package outside of the Nixpkgs tree. For instance, here is how you specify a build of the GNU Hello package directly in configuration.nix: environment.systemPackages = let my-hello = with pkgs; stdenv.mkDerivation rec { name = "hello-2.8"; src = fetchurl { url = "mirror://gnu/hello/${name}.tar.gz"; sha256 = "0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6"; }; }; in [ my-hello ]; Of course, you can also move the definition of my-hello into a separate Nix expression, e.g. environment.systemPackages = [ (import ./my-hello.nix) ]; where my-hello.nix contains: with import <nixpkgs> {}; # bring all of Nixpkgs into scope stdenv.mkDerivation rec { name = "hello-2.8"; src = fetchurl { url = "mirror://gnu/hello/${name}.tar.gz"; sha256 = "0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6"; }; } This allows testing the package easily: $ nix-build my-hello.nix $ ./result/bin/hello Hello, world!
"} {"_id":"doc-en-nixpkgs-dffc012e179b832f72bf59b1267f4f0870d2b4feb9d4854e6959b701598a1fa0","title":"","text":"
Customising Packages Some packages in Nixpkgs have options to enable or disable optional functionality or change other aspects of the package. For instance, the Firefox wrapper package (which provides Firefox with a set of plugins such as the Adobe Flash player) has an option to enable the Google Talk plugin. It can be set in configuration.nix as follows: nixpkgs.config.firefox.enableGoogleTalkPlugin = true; Unfortunately, Nixpkgs currently lacks a way to query available configuration options. Apart from high-level options, it’s possible to tweak a package in almost arbitrary ways, such as changing or disabling dependencies of a package. For instance, the Emacs package in Nixpkgs by default has a dependency on GTK 2. If you want to build it against GTK 3, you can specify that as follows: environment.systemPackages = [ (pkgs.emacs.override { gtk = pkgs.gtk3; }) ]; The function override performs the call to the Nix function that produces Emacs, with the original arguments amended by the set of arguments specified by you. So here the function argument gtk gets the value pkgs.gtk3, causing Emacs to depend on GTK 3. (The parentheses are necessary because in Nix, function application binds more weakly than list construction, so without them, would be a list with two elements.) Even greater customisation is possible using the function overrideAttrs. While the override mechanism above overrides the arguments of a package function, overrideAttrs allows changing the attributes passed to mkDerivation. This permits changing any aspect of the package, such as the source code. For instance, if you want to override the source code of Emacs, you can say: environment.systemPackages = [ (pkgs.emacs.overrideAttrs (oldAttrs: { name = "emacs-25.0-pre"; src = /path/to/my/emacs/tree; })) ]; Here, overrideAttrs takes the Nix derivation specified by pkgs.emacs and produces a new derivation in which the original’s name and src attribute have been replaced by the given values by re-calling stdenv.mkDerivation. The original attributes are accessible via the function argument, which is conventionally named oldAttrs. The overrides shown above are not global. They do not affect the original package; other packages in Nixpkgs continue to depend on the original rather than the customised package. This means that if another package in your system depends on the original package, you end up with two instances of the package. If you want to have everything depend on your customised instance, you can apply a global override as follows: nixpkgs.config.packageOverrides = pkgs: { emacs = pkgs.emacs.override { gtk = pkgs.gtk3; }; }; The effect of this definition is essentially equivalent to modifying the emacs attribute in the Nixpkgs source tree. Any package in Nixpkgs that depends on emacs will be passed your customised instance. (However, the value pkgs.emacs in nixpkgs.config.packageOverrides refers to the original rather than overridden instance, to prevent an infinite recursion.)
"} {"_id":"doc-en-nixpkgs-ddc7cf4367397cdd9ec6bfbce19017c128b61edd426c5563f3e311bf8b6fb3b9","title":"","text":"${optionalString cfg.userControlled.enable '' ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=${cfg.userControlled.group} update_config=1''} ${concatStringsSep \"n\" (mapAttrsToList (ssid: networkConfig: '' ${concatStringsSep \"n\" (mapAttrsToList (ssid: networkConfig: let psk = if networkConfig.psk != null then ''\"${networkConfig.psk}\"'' else networkConfig.pskRaw; in '' network={ ssid=\"${ssid}\" ${optionalString (networkConfig.psk != null) ''psk=\"${networkConfig.psk}\"''} ${optionalString (networkConfig.psk == null) ''key_mgmt=NONE''} ${optionalString (psk != null) ''psk=${psk}''} ${optionalString (psk == null) ''key_mgmt=NONE''} } '') cfg.networks)} '' else \"/etc/wpa_supplicant.conf\";"} {"_id":"doc-en-nixpkgs-0b7e71fb58febde7f836259336eba532977091a7770f2a230c9e69fcd9b33523","title":"","text":"Be aware that these will be written to the nix store in plaintext! Mutually exclusive with pskRaw. ''; }; pskRaw = mkOption { type = types.nullOr types.str; default = null; description = '' The network's pre-shared key in hex defaulting to being a network without any authentication. Mutually exclusive with psk. ''; }; };"} {"_id":"doc-en-nixpkgs-738df9171d24e981815236594e289a445e1de16c767d96d0d4203ea5190b0634","title":"","text":"config = mkMerge [ (mkIf cfg.enable { assertions = flip mapAttrsToList cfg.networks (name: cfg: { assertion = cfg.psk == null || cfg.pskRaw == null; message = ''networking.wireless.\"${name}\".psk and networking.wireless.\"${name}\".pskRaw are mutually exclusive''; }); environment.systemPackages = [ pkgs.wpa_supplicant ]; services.dbus.packages = [ pkgs.wpa_supplicant ];"} {"_id":"doc-en-nixpkgs-13ed64c641843c5dcdcaa7f0ea1643c840629188751a563e0ee37667fcac37bd","title":"","text":"source $stdenv/setup ``` to let `stdenv` set up the environment (e.g., process the `buildInputs`). If you want, you can still use `stdenv`’s generic builder: to let `stdenv` set up the environment (e.g. by resetting `PATH` and populating it from build inputs). If you want, you can still use `stdenv`’s generic builder: ```bash source $stdenv/setup"} {"_id":"doc-en-nixpkgs-950e3020c3a1f74b6ad78fcea2530c9102940fd79d05dc438e80e2cc18ac2bb3","title":"","text":"### The fixup phase {#ssec-fixup-phase} The fixup phase performs some (Nix-specific) post-processing actions on the files installed under `$out` by the install phase. The default `fixupPhase` does the following: The fixup phase performs (Nix-specific) post-processing actions on the files installed under `$out` by the install phase. The default `fixupPhase` does the following: - It moves the `man/`, `doc/` and `info/` subdirectories of `$out` to `share/`. - It strips libraries and executables of debug information. - On Linux, it applies the `patchelf` command to ELF executables and libraries to remove unused directories from the `RPATH` in order to prevent unnecessary runtime dependencies. - It rewrites the interpreter paths of shell scripts to paths found in `PATH`. E.g., `/usr/bin/perl` will be rewritten to `/nix/store/some-perl/bin/perl` found in `PATH`. - It rewrites the interpreter paths of shell scripts to paths found in `PATH`. E.g., `/usr/bin/perl` will be rewritten to `/nix/store/some-perl/bin/perl` found in `PATH`. See [](#patch-shebangs.sh) for details. #### Variables controlling the fixup phase {#variables-controlling-the-fixup-phase}"} {"_id":"doc-en-nixpkgs-4ca1f1ee95395ef8247d1a66ec41bd19970a7f8a45e18190fd5b843d111c0818","title":"","text":"##### `dontPatchShebangs` {#var-stdenv-dontPatchShebangs} If set, scripts starting with `#!` do not have their interpreter paths rewritten to paths in the Nix store. If set, scripts starting with `#!` do not have their interpreter paths rewritten to paths in the Nix store. See [](#patch-shebangs.sh) on how patching shebangs works. ##### `dontPruneLibtoolFiles` {#var-stdenv-dontPruneLibtoolFiles}"} {"_id":"doc-en-nixpkgs-2552d58e267a69a66c7bc3f074310201c86fe9b645e3b81ec736a7e4d00829df","title":"","text":"The *existence* of setups hooks has long been documented and packages inside Nixpkgs are free to use this mechanism. Other packages, however, should not rely on these mechanisms not changing between Nixpkgs versions. Because of the existing issues with this system, there’s little benefit from mandating it be stable for any period of time. First, let’s cover some setup hooks that are part of Nixpkgs default stdenv. This means that they are run for every package built using `stdenv.mkDerivation`. Some of these are platform specific, so they may run on Linux but not Darwin or vice-versa. First, let’s cover some setup hooks that are part of Nixpkgs default `stdenv`. This means that they are run for every package built using `stdenv.mkDerivation` or when using a custom builder that has `source $stdenv/setup`. Some of these are platform specific, so they may run on Linux but not Darwin or vice-versa. ### `move-docs.sh` {#move-docs.sh}"} {"_id":"doc-en-nixpkgs-c874b8f28efcfa31111f69a89d25a5d78df45255a48c7bf7b5fc11db380bc025","title":"","text":"### `patch-shebangs.sh` {#patch-shebangs.sh} This setup hook patches installed scripts to use the full path to the shebang interpreter. A shebang interpreter is the first commented line of a script telling the operating system which program will run the script (e.g `#!/bin/bash`). In Nix, we want an exact path to that interpreter to be used. This often replaces `/bin/sh` with a path in the Nix store. This setup hook patches installed scripts to add Nix store paths to their shebang interpreter as found in the build environment. The [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) line tells a Unix-like operating system which interpreter to use to execute the script's contents. ::: note The [generic builder][generic-builder] populates `PATH` from inputs of the derivation. ::: [generic-builder]: https://github.com/NixOS/nixpkgs/blob/19d4f7dc485f74109bd66ef74231285ff797a823/pkgs/stdenv/generic/builder.sh #### Invocation {#patch-shebangs.sh-invocation} Multiple paths can be specified. ``` patchShebangs [--build | --host] PATH... ``` ##### Flags `--build` : Look up commands available at build time `--host` : Look up commands available at run time ##### Examples ```sh patchShebangs --host /nix/store/-hello-1.0/bin ``` ```sh patchShebangs --build configure ``` `#!/bin/sh` will be rewritten to `#!/nix/store/-some-bash/bin/sh`. `#!/usr/bin/env` gets special treatment: `#!/usr/bin/env python` is rewritten to `/nix/store//bin/python`. Interpreter paths that point to a valid Nix store location are not changed. ::: note A script file must be marked as executable, otherwise it will not be considered. ::: This mechanism ensures that the interpreter for a given script is always found and is exactly the one specified by the build. It can be disabled by setting [`dontPatchShebangs`](#var-stdenv-dontPatchShebangs): ```nix stdenv.mkDerivation { # ... dontPatchShebangs = true; # ... } ``` The file [`patch-shebangs.sh`][patch-shebangs.sh] defines the [`patchShebangs`][patchShebangs] function. It is used to implement [`patchShebangsAuto`][patchShebangsAuto], the [setup hook](#ssec-setup-hooks) that is registered to run during the [fixup phase](#ssec-fixup-phase) by default. If you need to run `patchShebangs` at build time, it must be called explicitly within [one of the build phases](#sec-stdenv-phases). [patch-shebangs.sh]: https://github.com/NixOS/nixpkgs/blob/19d4f7dc485f74109bd66ef74231285ff797a823/pkgs/build-support/setup-hooks/patch-shebangs.sh [patchShebangs]: https://github.com/NixOS/nixpkgs/blob/19d4f7dc485f74109bd66ef74231285ff797a823/pkgs/build-support/setup-hooks/patch-shebangs.sh#L24-L105 [patchShebangsAuto]: https://github.com/NixOS/nixpkgs/blob/19d4f7dc485f74109bd66ef74231285ff797a823/pkgs/build-support/setup-hooks/patch-shebangs.sh#L107-L119 ### `audit-tmpdir.sh` {#audit-tmpdir.sh}"} {"_id":"doc-en-nixpkgs-6a0ebac1bf74a67e5c60806ced324140b15fe442fb887045e38a3a5402fff583","title":"","text":"[^footnote-stdenv-ignored-build-platform]: The build platform is ignored because it is a mere implementation detail of the package satisfying the dependency: As a general programming principle, dependencies are always *specified* as interfaces, not concrete implementation. [^footnote-stdenv-native-dependencies-in-path]: Currently, this means for native builds all dependencies are put on the `PATH`. But in the future that may not be the case for sake of matching cross: the platforms would be assumed to be unique for native and cross builds alike, so only the `depsBuild*` and `nativeBuildInputs` would be added to the `PATH`. [^footnote-stdenv-propagated-dependencies]: Nix itself already takes a package’s transitive dependencies into account, but this propagation ensures nixpkgs-specific infrastructure like setup hooks (mentioned above) also are run as if the propagated dependency. [^footnote-stdenv-propagated-dependencies]: Nix itself already takes a package’s transitive dependencies into account, but this propagation ensures nixpkgs-specific infrastructure like [setup hooks](#ssec-setup-hooks) also are run as if it were a propagated dependency. [^footnote-stdenv-find-inputs-location]: The `findInputs` function, currently residing in `pkgs/stdenv/generic/setup.sh`, implements the propagation logic. [^footnote-stdenv-sys-lib-search-path]: It clears the `sys_lib_*search_path` variables in the Libtool script to prevent Libtool from using libraries in `/usr/lib` and such. [^footnote-stdenv-build-time-guessing-impurity]: Eventually these will be passed building natively as well, to improve determinism: build-time guessing, as is done today, is a risk of impurity."} {"_id":"doc-en-nixpkgs-dca1a7fc3096d17183c26107a430e70b38ca5468532ebfe4bd6daf791ebee132","title":"","text":" { lib, fetchFromGitHub, python3Packages, wrapGAppsHook, gobject-introspection, gtk3, keybinder3, xdotool, pango, gdk-pixbuf, atk, librsvg }: python3Packages.buildPythonApplication rec { pname = \"emote\"; version = \"2.0.0\"; src = fetchFromGitHub { owner = \"tom-james-watson\"; repo = \"Emote\"; rev = \"v${version}\"; sha256 = \"kYXFD6VBnuEZ0ZMsF6ZmN4V0JN83puxRILpNlllVsKQ=\"; }; postPatch = '' substituteInPlace setup.py --replace \"pygobject==3.36.0\" \"pygobject\" substituteInPlace emote/config.py --replace 'os.environ.get(\"SNAP\")' \"'$out/share/emote'\" substituteInPlace snap/gui/emote.desktop --replace \"Icon=''${SNAP}/usr/share/icons/emote.svg\" \"Icon=emote.svg\" ''; nativeBuildInputs = [ wrapGAppsHook gobject-introspection keybinder3 pango gdk-pixbuf atk ]; propagatedBuildInputs = [ python3Packages.pygobject3 gtk3 xdotool librsvg ]; postInstall = '' install -D snap/gui/emote.desktop $out/share/applications/emote.desktop install -D snap/gui/emote.svg $out/share/pixmaps/emote.svg install -D -t $out/share/emote/static static/{emojis.json,logo.svg,style.css} ''; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=(\"''${gappsWrapperArgs[@]}\") ''; doCheck = false; meta = with lib; { description = \"A modern emoji picker for Linux\"; homepage = \"https://github.com/tom-james-watson/emote\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ angustrau ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-260e6920acff84feda1db574799b4343640ca65ed8673702aa023423d862a923","title":"","text":"autoreconfHook = buildPackages.autoreconfHook269; }; emote = callPackage ../tools/inputmethods/emote { }; engauge-digitizer = libsForQt5.callPackage ../applications/science/math/engauge-digitizer { }; epubcheck = callPackage ../tools/text/epubcheck { };"} {"_id":"doc-en-nixpkgs-f1d1b4126dabde1abb23f4f6267111691a533d0d573e81a9115de0a6758d3aae","title":"","text":" { lib , buildPythonApplication , fetchPypi , appdirs , attrs , beautifulsoup4 , click-plugins , elasticsearch , flask-compress , flask_login , flask_wtf , html2text , python-dotenv , python-frontmatter , requests , tinydb , validators , werkzeug , wtforms }: { lib, stdenv, python3, fetchPypi }: let defaultOverrides = [ (self: super: { flask = super.flask.overridePythonAttrs (oldAttrs: rec { version = \"1.1.2\"; pname = \"Flask\"; src = super.fetchPypi { inherit pname version; sha256 = \"sha256-Tvoa4tfJhlr0iYbeiuuFBL8yx/PW/ck1PTSyH0sScGA=\"; }; checkInputs = [ self.pytest ]; propagatedBuildInputs = with self; [ itsdangerous click werkzeug jinja2 ]; doCheck = false; }); }) (self: super: { flask_login = super.flask_login.overridePythonAttrs (oldAttrs: rec { pname = \"Flask\"; version = \"0.5.0\"; src = fetchPypi { inherit pname version; sha256 = \"6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b\"; }; doCheck = false; }); }) ]; mkOverride = attrname: version: sha256: self: super: { ${attrname} = super.${attrname}.overridePythonAttrs (oldAttrs: { inherit version; src = oldAttrs.src.override { inherit version sha256; }; }); }; py = python3.override { # Put packageOverrides at the start so they are applied after defaultOverrides packageOverrides = lib.foldr lib.composeExtensions (self: super: { }) (defaultOverrides); }; in with py.pkgs; buildPythonApplication rec { pname = \"archivy\";"} {"_id":"doc-en-nixpkgs-bbd56156fd7cd260c9e6c63ea2c21b7fd4ba8fb5e10d7b4c019d52817a544a2c","title":"","text":"--replace 'validators ==' 'validators >=' --replace 'tinydb ==' 'tinydb >=' --replace 'Flask_WTF == 0.14.3' 'Flask_WTF' --replace 'Werkzeug ==' 'Werkzeug >=' --replace 'Flask ==' 'Flask >=' --replace 'Werkzeug ==' 'Werkzeug >=' ''; propagatedBuildInputs = ["} {"_id":"doc-en-nixpkgs-39ea28416aed730acf45a2abc806f1377d648a54020f1ac3270ebf0d51a67578","title":"","text":"python-dotenv python-frontmatter requests setuptools tinydb validators werkzeug"} {"_id":"doc-en-nixpkgs-f64121426feb68d0bd61688f7699cfaf03bf49d3f7871e28262b2b7a221ad0b4","title":"","text":"glibcLocales ]; # as of 2021-07, the gobject-introspection setup hook does not # work with `strictDeps` enabled, thus for proper `wrapGAppsHook` # it needs to be disabled explicitly. https://github.com/NixOS/nixpkgs/issues/56943 strictDeps = false; buildInputs = [ python3 gtk3 gobject-introspection gnome.adwaita-icon-theme ];"} {"_id":"doc-en-nixpkgs-aa20fa57402ffb290676ed57a99b5fd34b9120b64e7c9f894b308585adefa51d","title":"","text":"eyeD3 podcastparser html5lib gtk3 ]; makeFlags = ["} {"_id":"doc-en-nixpkgs-6018f946a8d19bb1129fa7c2555c111610e6d33c422cae0ee5563320bccde798","title":"","text":"}; _module.freeformType = mkOption { # Disallow merging for now, but could be implemented nicely with a `types.optionType` type = types.nullOr (types.uniq types.attrs); type = types.nullOr types.optionType; internal = true; default = null; description = ''"} {"_id":"doc-en-nixpkgs-c97db245170a1f8022f149ddbaddcacc2189122fca92c2b37d289a3df5897fd4","title":"","text":"checkConfigError 'infinite recursion encountered' config.foo ./freeform-attrsOf.nix ./freeform-unstr-dep-str.nix checkConfigError 'The option .* is used but not defined' config.foo ./freeform-lazyAttrsOf.nix ./freeform-unstr-dep-str.nix checkConfigOutput '^\"24\"$' config.foo ./freeform-lazyAttrsOf.nix ./freeform-unstr-dep-str.nix ./define-value-string.nix # submodules in freeformTypes should have their locations annotated checkConfigOutput '/freeform-submodules.nix\"$' config.fooDeclarations.0 ./freeform-submodules.nix # freeformTypes can get merged using `types.type`, including submodules checkConfigOutput '^10$' config.free.xxx.foo ./freeform-submodules.nix checkConfigOutput '^10$' config.free.yyy.bar ./freeform-submodules.nix ## types.anything # Check that attribute sets are merged recursively"} {"_id":"doc-en-nixpkgs-d8426e0cc3fbd8cbffcdf54748d9031ce2c0b1a01ebe5e913b7fd0e970d40f83","title":"","text":"checkConfigError \"The option .multiple. is defined multiple times\" config.multiple ./raw.nix checkConfigOutput \"bar\" config.priorities ./raw.nix # Test that types.optionType merges types correctly checkConfigOutput '^10$' config.theOption.int ./optionTypeMerging.nix checkConfigOutput '^\"hello\"$' config.theOption.str ./optionTypeMerging.nix # Test that types.optionType correctly annotates option locations checkConfigError 'The option .theOption.nested. in .other.nix. is already declared in .optionTypeFile.nix.' config.theOption.nested ./optionTypeFile.nix cat < { lib, options, ... }: with lib.types; { options.fooDeclarations = lib.mkOption { default = (options.free.type.getSubOptions [])._freeformOptions.foo.declarations; }; options.free = lib.mkOption { type = submodule { config._module.freeformType = lib.mkMerge [ (attrsOf (submodule { options.foo = lib.mkOption {}; })) (attrsOf (submodule { options.bar = lib.mkOption {}; })) ]; }; }; config.free.xxx.foo = 10; config.free.yyy.bar = 10; } "} {"_id":"doc-en-nixpkgs-a599e9e3edcc34b142606f067d0d7bf34683a8b69e3419d9799a6fdeeb4634db","title":"","text":" { config, lib, ... }: { _file = \"optionTypeFile.nix\"; options.theType = lib.mkOption { type = lib.types.optionType; }; options.theOption = lib.mkOption { type = config.theType; default = {}; }; config.theType = lib.mkMerge [ (lib.types.submodule { options.nested = lib.mkOption { type = lib.types.int; }; }) (lib.types.submodule { _file = \"other.nix\"; options.nested = lib.mkOption { type = lib.types.str; }; }) ]; } "} {"_id":"doc-en-nixpkgs-be46d103f85032062321d008c16c1820e07dfe31b7ed3dc739ad3e4dff864eca","title":"","text":" { config, lib, ... }: { options.theType = lib.mkOption { type = lib.types.optionType; }; options.theOption = lib.mkOption { type = config.theType; }; config.theType = lib.mkMerge [ (lib.types.submodule { options.int = lib.mkOption { type = lib.types.int; default = 10; }; }) (lib.types.submodule { options.str = lib.mkOption { type = lib.types.str; }; }) ]; config.theOption.str = \"hello\"; } "} {"_id":"doc-en-nixpkgs-2e082361a417f28c12c8cd2998c1f278b0bf529221bb7ef5ca8249d7c7a6d78d","title":"","text":"boolToString ; inherit (lib.modules) mergeDefinitions; inherit (lib.modules) mergeDefinitions fixupOptionType mergeOptionDecls ; outer_types = rec { isType = type: x: (x._type or \"\") == type;"} {"_id":"doc-en-nixpkgs-7b4520a7dd9eb2eb680dba4516d7ce9d88b257da5aa52427402c4d556e3ff1db","title":"","text":"modules = toList modules; }; # The type of a type! optionType = mkOptionType { name = \"optionType\"; description = \"optionType\"; check = value: value._type or null == \"option-type\"; merge = loc: defs: let # Prepares the type definitions for mergeOptionDecls, which # annotates submodules types with file locations optionModules = map ({ value, file }: { _file = file; # There's no way to merge types directly from the module system, # but we can cheat a bit by just declaring an option with the type options = lib.mkOption { type = value; }; } ) defs; # Merges all the types into a single one, including submodule merging. # This also propagates file information to all submodules mergedOption = fixupOptionType loc (mergeOptionDecls loc optionModules); in mergedOption.type; }; submoduleWith = { modules , specialArgs ? {}"} {"_id":"doc-en-nixpkgs-8cc473312d396798dc57a1e776cd313c1e9354fac5d6a095c0eafc203b251759","title":"","text":"should only be used when checking, merging and nested evaluation are not desirable. `types.optionType` : The type of an option's type. Its merging operation ensures that nested options have the correct file location annotated, and that if possible, multiple option definitions are correctly merged together. The main use case is as the type of the `_module.freeformType` option. `types.attrs` : A free-form attribute set."} {"_id":"doc-en-nixpkgs-90b266f46898dcde4ef833f15f7c9a414a5d9d6e364e922a897c09422317cd89","title":"","text":" types.optionType The type of an option’s type. Its merging operation ensures that nested options have the correct file location annotated, and that if possible, multiple option definitions are correctly merged together. The main use case is as the type of the _module.freeformType option. types.attrs "} {"_id":"doc-en-nixpkgs-56d7d835e663dc894fbf9e556df2701bcb24b80af517a950925610ed5fabc9be","title":"","text":" { lib, stdenv, fetchFromGitHub, nix-update-script, meson, ninja, pkg-config, vala, gettext, python3 , appstream-glib, desktop-file-utils, wrapGAppsHook, gnome-online-accounts , gtk3, libgee, libpeas, librest, webkitgtk, gsettings-desktop-schemas , curl, glib, gnome, gst_all_1, json-glib, libnotify, libsecret, sqlite, gumbo, libxml2 }: stdenv.mkDerivation rec { pname = \"feedreader\"; version = \"2.11.0\"; src = fetchFromGitHub { owner = \"jangernert\"; repo = pname; rev = \"v${version}\"; sha256 = \"1agy1nkpkdsy2kbrrc8nrwphj5n86rikjjvwkr8klbf88mzl6civ\"; }; nativeBuildInputs = [ meson ninja pkg-config vala gettext appstream-glib desktop-file-utils libxml2 python3 wrapGAppsHook ]; buildInputs = [ curl glib json-glib libnotify libsecret sqlite gumbo gtk3 libgee libpeas gnome.libsoup librest webkitgtk gsettings-desktop-schemas gnome-online-accounts ] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good ]); postPatch = '' patchShebangs build-aux/meson_post_install.py ''; passthru = { updateScript = nix-update-script { attrPath = pname; }; }; meta = with lib; { description = \"A modern desktop application designed to complement existing web-based RSS accounts\"; homepage = \"https://jangernert.github.io/FeedReader/\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-e3a3459437e913de5807813161ac879e858f0c5aee67092fe4bdde16ed553dae","title":"","text":"fast-neural-doodle = throw \"fast-neural-doodle has been removed, as the upstream project has been abandoned\"; # Added 2020-03-28 fastnlo = fastnlo_toolkit; # Added 2021-04-24 fedora-coreos-config-transpiler = throw \"fedora-coreos-config-transpiler has been renamed to 'butane'\"; # Added 2021-04-13 feedreader = throw \"feedreader is no longer activily maintained since 2019. The developer is working on a spiritual successor called NewsFlash.\"; # Added 2022-05-03 fetchFromGithub = throw \"You meant fetchFromGitHub, with a capital H\"; ffadoFull = throw \"'ffadoFull' has been renamed to/replaced by 'ffado'\"; # Converted to throw 2022-02-22 ffmpeg-sixel = throw \"ffmpeg-sixel has been removed, because it was an outdated/unmaintained fork of ffmpeg\"; # Added 2022-03-23\";"} {"_id":"doc-en-nixpkgs-7f7c7d1b156d0e95dc5bb0566411edcd0733365edf2061d5ff73f4d82f373cbb","title":"","text":"featherpad = qt5.callPackage ../applications/editors/featherpad {}; feedreader = callPackage ../applications/networking/feedreaders/feedreader {}; fend = callPackage ../tools/misc/fend { }; ferm = callPackage ../tools/networking/ferm { };"} {"_id":"doc-en-nixpkgs-a5739fa8ce3b3c45328024c9e9828fa305219f605591943229a5e8b620c10823","title":"","text":"''; strictDeps = true; propagatedBuildInputs = [ bintools ] ++ extraTools ++ optionals cc.langD or false [ zlib ]; propagatedBuildInputs = [ bintools ] ++ extraTools ++ optionals cc.langD or cc.langJava or false [ zlib ]; depsTargetTargetPropagated = optional (libcxx != null) libcxx ++ extraPackages; setupHooks = ["} {"_id":"doc-en-nixpkgs-dc3a1659f1984063e65d2122bcbdfff3ddf683981c36284a0092894ff700cd0d","title":"","text":"+ optionalString propagateDoc '' ln -s ${cc.man} $man ln -s ${cc.info} $info '' + optionalString (cc.langD or false) '' '' + optionalString (cc.langD or cc.langJava or false) '' echo \"-B${zlib}${zlib.libdir or \"/lib/\"}\" >> $out/nix-support/libc-cflags ''"} {"_id":"doc-en-nixpkgs-4d47e290830a8735da4534d598aa294f4c17ba4a8ee6a6936faadd5e29bc3627","title":"","text":"buildGoModule rec { pname = \"yq-go\"; version = \"4.6.3\"; version = \"4.11.2\"; src = fetchFromGitHub { owner = \"mikefarah\"; rev = \"v${version}\"; repo = \"yq\"; sha256 = \"sha256-+qSGdskv8qUZRl7wYKn8WsgAcD8DYw1BwZnVKK6g/sI=\"; rev = \"v${version}\"; sha256 = \"sha256-IzsI0jS+chm/xOdL1O11qxQTstKcUeZ9YxL7RtKHBZw=\"; }; vendorSha256 = \"sha256-vpvIl1lfaziuoHs+oDEIztufH1somphiBAn6qTaQaZw=\"; vendorSha256 = \"sha256-X162NQ+NgOUbwEA6xdnuy0u18/GQLhR3zzi+TVgzMIc=\"; doCheck = false;"} {"_id":"doc-en-nixpkgs-a2e29f469a939c5f8aa79f9ae9b513021f1b61ad13e24b47999fa710fc679b59","title":"","text":"cfg = config.services.gnunet; homeDir = \"/var/lib/gnunet\"; stateDir = \"/var/lib/gnunet\"; configFile = with cfg; pkgs.writeText \"gnunetd.conf\" configFile = with cfg; '' [PATHS] SERVICEHOME = ${homeDir} GNUNET_HOME = ${stateDir} GNUNET_RUNTIME_DIR = /run/gnunet GNUNET_USER_RUNTIME_DIR = /run/gnunet GNUNET_DATA_HOME = ${stateDir}/data [ats] WAN_QUOTA_IN = ${toString load.maxNetDownBandwidth} b"} {"_id":"doc-en-nixpkgs-92d6cb8c6ece17a8692c06a37d37d640300202f2dfc3fd0b37c6c1bf8e7f80be","title":"","text":"users.users.gnunet = { group = \"gnunet\"; description = \"GNUnet User\"; home = homeDir; createHome = true; uid = config.ids.uids.gnunet; };"} {"_id":"doc-en-nixpkgs-a726a4ae63f0c9e68ba545a585d9cd2dda8e154db3996e9dfb2bbb94c032b9ad","title":"","text":"# so install them globally. environment.systemPackages = [ cfg.package ]; environment.etc.\"gnunet.conf\".text = configFile; systemd.services.gnunet = { description = \"GNUnet\"; after = [ \"network.target\" ]; wantedBy = [ \"multi-user.target\" ]; restartTriggers = [ configFile ]; path = [ cfg.package pkgs.miniupnpc ]; environment.TMPDIR = \"/tmp\"; serviceConfig.PrivateTmp = true; serviceConfig.ExecStart = \"${cfg.package}/lib/gnunet/libexec/gnunet-service-arm -c ${configFile}\"; serviceConfig.ExecStart = \"${cfg.package}/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf\"; serviceConfig.User = \"gnunet\"; serviceConfig.UMask = \"0007\"; serviceConfig.WorkingDirectory = homeDir; serviceConfig.WorkingDirectory = stateDir; serviceConfig.RuntimeDirectory = \"gnunet\"; serviceConfig.StateDirectory = \"gnunet\"; }; };"} {"_id":"doc-en-nixpkgs-cd8744515a18be73bd9ab815ccffaf4361dedf16c00ae47b6d7cf7bb711654df","title":"","text":"mv nextstep/Emacs.app $out/Applications ''; # https://github.com/NixOS/nixpkgs/issues/13573 doCheck = false; meta = with stdenv.lib; { description = \"GNU Emacs 25 (pre), the extensible, customizable text editor\"; homepage = http://www.gnu.org/software/emacs/;"} {"_id":"doc-en-nixpkgs-faf9bb7f10e087fd0a4f7f7f0a0a943f75a35dcee51884c4b43831f177131011","title":"","text":"# TODO add plugins having various licenses, see http://www.vamp-plugins.org/download.html { stdenv, fetchurl, alsaLib, bzip2, fftw, jackaudio, libX11, liblo, libmad, libogg, librdf, librdf_raptor, librdf_rasqal, libsamplerate, libsndfile, makeWrapper, pulseaudio, qt4, redland, rubberband, vampSDK { stdenv, fetchurl, alsaLib, bzip2, fftw, jackaudio, libX11, liblo , libmad, libogg, librdf, librdf_raptor, librdf_rasqal, libsamplerate , libsndfile, makeWrapper, pkgconfig, pulseaudio, qt4, redland , rubberband, vampSDK }: stdenv.mkDerivation { name = \"sonic-visualiser-1.8\"; stdenv.mkDerivation rec { name = \"sonic-visualiser-${version}\"; version = \"1.9\"; src = fetchurl { url = http://downloads.sourceforge.net/sv1/sonic-visualiser-1.8.tar.gz; sha256 = \"16ik6q9n92wljvnqcv7hyzb9v3yp3ixxp6df9kasf53fii973dh7\"; url = \"http://code.soundsoftware.ac.uk/attachments/download/194/${name}.tar.gz\"; sha256 = \"00igf7j6s8xfyxnlkbqma0yby9pknxqzy8cmh0aw95ix80cw56fq\"; }; buildInputs = [ libsndfile qt4 fftw /* should be fftw3f ??*/ bzip2 librdf rubberband libsamplerate vampSDK alsaLib librdf_raptor librdf_rasqal redland pkgconfig # optional jackaudio # portaudio"} {"_id":"doc-en-nixpkgs-bafb9bcde48aedd440b0b43f469d6c48380161db6169919cd6b3e7b4c96e9a7f","title":"","text":"description = \"View and analyse contents of music audio files\"; homepage = http://www.sonicvisualiser.org/; license = \"GPLv2\"; maintainers = [ stdenv.lib.maintainers.marcweber stdenv.lib.maintainers.goibhniu ]; maintainers = [ stdenv.lib.maintainers.marcweber stdenv.lib.maintainers.goibhniu ]; platforms = stdenv.lib.platforms.linux; }; }"} {"_id":"doc-en-nixpkgs-6de1fc7d41658b18380596126e249831c140a58e1350663f2a88ddfb2ee99879","title":"","text":" { config, lib, stdenv, autoreconfHook, fetchFromGitHub, pkg-config , alsa-lib, libtool, icu { config, lib, stdenv, autoreconfHook, fetchFromGitHub, pkg-config, makeWrapper , alsa-lib, alsa-plugins, libtool, icu, pcre2 , pulseaudioSupport ? config.pulseaudio or false, libpulseaudio }: stdenv.mkDerivation rec { pname = \"mimic\"; version = \"1.2.0.2\"; version = \"1.3.0.1\"; src = fetchFromGitHub { rev = version; repo = \"mimic\"; repo = \"mimic1\"; owner = \"MycroftAI\"; sha256 = \"1wkpbwk88lsahzkc7pzbznmyy0lc02vsp0vkj8f1ags1gh0lc52j\"; sha256 = \"1agwgby9ql8r3x5rd1rgx3xp9y4cdg4pi3kqlz3vanv9na8nf3id\"; }; nativeBuildInputs = [ autoreconfHook pkg-config makeWrapper ]; buildInputs = [ alsa-lib alsa-plugins libtool icu pcre2 ] ++ lib.optional pulseaudioSupport libpulseaudio; postInstall = '' wrapProgram $out/bin/mimic --run \"export ALSA_PLUGIN_DIR=${alsa-plugins}/lib/alsa-lib\" ''; meta = { description = \"Mycroft's TTS engine, based on CMU's Flite (Festival Lite)\"; homepage = \"https://mimic.mycroft.ai/\";"} {"_id":"doc-en-nixpkgs-b97227585442dc5379f0765148561942bed6f4ae2cae8491b984ff010648ac8f","title":"","text":" { lib, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = \"gobang\"; version = \"0.1.0-alpha.5\"; src = fetchFromGitHub { owner = \"tako8ki\"; repo = pname; rev = \"v${version}\"; sha256 = \"02glb3hlprpdc72ji0248a7g0vr36yxr0gfbbms2m25v251dyaa6\"; }; cargoSha256 = \"sha256-Tiefet5gLpiuYY6Scg5fjnaPiZfVl5Gy2oZFdhgNRxY=\"; meta = with lib; { description = \"A cross-platform TUI database management tool written in Rust\"; homepage = \"https://github.com/tako8ki/gobang\"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; }; } "} {"_id":"doc-en-nixpkgs-61970759bfad98662aef435c456e6335d0bd6e43b956f3c6730eacc258aac045","title":"","text":"go-junit-report = callPackage ../development/tools/go-junit-report { }; gobang = callPackage ../development/tools/database/gobang { }; gogetdoc = callPackage ../development/tools/gogetdoc { }; gox = callPackage ../development/tools/gox { };"} {"_id":"doc-en-nixpkgs-a48481d8d66498bb9843680ac392cb64745438b403842fa6f798e85c24c16b47","title":"","text":"sha256 = \"0qc62di5823r7ly2lxkclzj9rhg2z7ms81igz44nv0fzv3dszdab\"; }) # These fix Firefox on sway and other non-Gnome wayland WMs. They should be # removed whenever the following two patches make it onto a release: # 1. https://hg.mozilla.org/mozilla-central/rev/51c13987d1b8 # 2. https://hg.mozilla.org/integration/autoland/rev/3b856ecc00e4 # This will probably happen in the next point release, but let's be careful # and double check whether it's working on sway on the next v bump. ++ lib.optionals (lib.versionAtLeast version \"92\") [ (fetchpatch { url = \"https://hg.mozilla.org/integration/autoland/raw-rev/3b856ecc00e4\"; sha256 = \"sha256-d8IRJD6ELC3ZgEs1ES/gy2kTNu/ivoUkUNGMEUoq8r8=\"; }) (fetchpatch { url = \"https://hg.mozilla.org/mozilla-central/raw-rev/51c13987d1b8\"; sha256 = \"sha256-C2jcoWLuxW0Ic+Mbh3UpEzxTKZInljqVdcuA9WjspoA=\"; }) ] ++ patches;"} {"_id":"doc-en-nixpkgs-2139cb0fb07adbab43b238fddd33eaf6371bd102cd03c753f8e34d8fbaff7628","title":"","text":"in assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins; stdenv.mkDerivation rec { version = \"2.6\"; version = \"2.7\"; pname = \"weechat\"; src = fetchurl { url = \"https://weechat.org/files/src/weechat-${version}.tar.bz2\"; sha256 = \"1narazk28m7lmn1vqi7bhyvnr8apjrmaa4w1hbadn64hwr8ya1hb\"; sha256 = \"00hzchzw1w2181kczcrrnj8ngml3bwk7qciha3higxq3qynf0h8c\"; }; outputs = [ \"out\" \"man\" ] ++ map (p: p.name) enabledPlugins;"} {"_id":"doc-en-nixpkgs-5cc3bad88c6edc4a048c717b0088d75ab0d65aba94614edb02a710d1a350fd35","title":"","text":"cmakeFlags = with stdenv.lib; [ \"-DENABLE_MAN=ON\" \"-DENABLE_DOC=ON\" \"-DENABLE_JAVASCRIPT=OFF\" # Requires v8 <= 3.24.3, https://github.com/weechat/weechat/issues/360 \"-DENABLE_PHP=OFF\" ] ++ optionals stdenv.isDarwin [\"-DICONV_LIBRARY=${libiconv}/lib/libiconv.dylib\" \"-DCMAKE_FIND_FRAMEWORK=LAST\"] ++ map (p: \"-D${p.cmakeFlag}=\" + (if p.enabled then \"ON\" else \"OFF\")) plugins"} {"_id":"doc-en-nixpkgs-6e0a6ba0a5abd1e20a00c0f1a04ab2b761982fbae1496c174fb74d57e63e8d0e","title":"","text":"in assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins; stdenv.mkDerivation rec { version = \"2.6\"; version = \"2.7.1\"; pname = \"weechat\"; src = fetchurl { url = \"https://weechat.org/files/src/weechat-${version}.tar.bz2\"; sha256 = \"1narazk28m7lmn1vqi7bhyvnr8apjrmaa4w1hbadn64hwr8ya1hb\"; sha256 = \"0acz41jg7lmipni9z2agfqw4dhmx5hf6k9w4pvr4zih1fhkldva2\"; }; outputs = [ \"out\" \"man\" ] ++ map (p: p.name) enabledPlugins;"} {"_id":"doc-en-nixpkgs-441bd420a30e4f66efde0c47c82bf1b1b467cf2770a3043b8e9afd809a4cebe5","title":"","text":"{ lib, stdenv, fetchurl, fetchpatch }: let stdenv.mkDerivation rec { pname = \"cpio\"; version = \"2.13\"; name = \"cpio-${version}\"; in stdenv.mkDerivation { inherit name; src = fetchurl { url = \"mirror://gnu/cpio/${name}.tar.bz2\"; url = \"mirror://gnu/cpio/cpio-${version}.tar.bz2\"; sha256 = \"0vbgnhkawdllgnkdn6zn1f56fczwk0518krakz2qbwhxmv2vvdga\"; }; patches = [ (fetchpatch { name = \"CVE-2021-38185.patch\"; url = \"https://git.savannah.gnu.org/cgit/cpio.git/patch/?id=dd96882877721703e19272fe25034560b794061b\"; sha256 = \"0vmr0qjwj2ldnzsvccl105ckwgx3ssvn9mp3f27ss0kiyigrzz32\"; }) patches = let fp = suffix: rev: sha256: fetchpatch { name = \"CVE-2021-38185-${suffix}.patch\"; url = \"https://git.savannah.gnu.org/cgit/cpio.git/patch/?id=${rev}\"; inherit sha256; }; in [ (fp \"1\" \"dd96882877721703e19272fe25034560b794061b\" \"0vmr0qjwj2ldnzsvccl105ckwgx3ssvn9mp3f27ss0kiyigrzz32\") (fp \"2\" \"dfc801c44a93bed7b3951905b188823d6a0432c8\" \"1qkrhi3lbxk6hflp6w3h4sgssc0wblv8r0qgxqzbjrm36pqwxiwh\") (fp \"3\" \"236684f6deb3178043fe72a8e2faca538fa2aae1\" \"0pidkbxalpj5yz4fr95x8h0rizgjij0xgvjgirfkjk460giawwg6\") ]; preConfigure = if stdenv.isCygwin then '' preConfigure = lib.optionalString stdenv.isCygwin '' sed -i gnu/fpending.h -e 's,include ,,' '' else null; ''; enableParallelBuilding = true;"} {"_id":"doc-en-nixpkgs-3146c5dbbf6b3c77e2c22828362b56c6c126b722316f7874d3ae4d693b4454a8","title":"","text":" { lib, stdenv , fetchgit , alsa-lib , aubio , boost , cairomm , curl , doxygen , fftwSinglePrec , flac , glibmm , graphviz , gtkmm2 , libjack2 , liblo , libogg , libsamplerate , libsigcxx , libsndfile , libusb1 , fluidsynth_1 , hidapi , libltc , qm-dsp , libxml2 , lilv , lrdf , lv2 , perl , pkg-config , itstool , python2 , rubberband , serd , sord , sratom , taglib , vamp-plugin-sdk , dbus , fftw , pango , suil , libarchive , wafHook }: let # Ardour git repo uses a mix of annotated and lightweight tags. Annotated # tags are used for MAJOR.MINOR versioning, and lightweight tags are used # in-between; MAJOR.MINOR.REV where REV is the number of commits since the # last annotated tag. A slightly different version string format is needed # for the 'revision' info that is built into the binary; it is the format of # \"git describe\" when _not_ on an annotated tag(!): MAJOR.MINOR-REV-HASH. # Version to build. tag = \"5.12\"; in stdenv.mkDerivation rec { pname = \"ardour_5\"; version = \"5.12\"; src = fetchgit { url = \"git://git.ardour.org/ardour/ardour.git\"; rev = \"ae0dcdc0c5d13483271065c360e378202d20170a\"; sha256 = \"0mla5lm51ryikc2rrk53max2m7a5ds6i1ai921l2h95wrha45nkr\"; }; nativeBuildInputs = [ wafHook pkg-config itstool doxygen graphviz # for dot perl python2 ]; buildInputs = [ alsa-lib aubio boost cairomm curl dbus fftw fftwSinglePrec flac glibmm gtkmm2 libjack2 liblo libogg libsamplerate libsigcxx libsndfile libusb1 fluidsynth_1 hidapi libltc qm-dsp libxml2 lilv lrdf lv2 pango rubberband serd sord sratom suil taglib vamp-plugin-sdk libarchive ]; wafConfigureFlags = [ \"--optimize\" \"--docs\" \"--use-external-libs\" \"--freedesktop\" \"--with-backends=jack,alsa,dummy\" ]; NIX_CFLAGS_COMPILE = \"-I${qm-dsp}/include/qm-dsp\"; # ardour's wscript has a \"tarball\" target but that required the git revision # be available. Since this is an unzipped tarball fetched from github we # have to do that ourself. postPatch = '' printf '#include \"libs/ardour/ardour/revision.h\"nnamespace ARDOUR { const char* revision = \"${tag}-${builtins.substring 0 8 src.rev}\"; }n' > libs/ardour/revision.cc patchShebangs ./tools/ ''; postInstall = '' # wscript does not install these for some reason install -vDm 644 \"build/gtk2_ardour/ardour.xml\" -t \"$out/share/mime/packages\" install -vDm 644 \"build/gtk2_ardour/ardour5.desktop\" -t \"$out/share/applications\" for size in 16 22 32 48 256 512; do install -vDm 644 \"gtk2_ardour/resources/Ardour-icon_''${size}px.png\" \"$out/share/icons/hicolor/''${size}x''${size}/apps/ardour5.png\" done install -vDm 644 \"ardour.1\"* -t \"$out/share/man/man1\" ''; meta = with lib; { description = \"Multi-track hard disk recording software\"; longDescription = '' Ardour is a digital audio workstation (DAW), You can use it to record, edit and mix multi-track audio and midi. Produce your own CDs. Mix video soundtracks. Experiment with new ideas about music and sound. Please consider supporting the ardour project financially: https://community.ardour.org/donate ''; homepage = \"https://ardour.org/\"; license = licenses.gpl2; platforms = platforms.linux; maintainers = with maintainers; [ goibhniu fps ]; }; } "} {"_id":"doc-en-nixpkgs-9b6356d7a9516838f56345b76eea482fd66291fa990b4ff08bc0dfb0b243d1dc","title":"","text":"amsn = throw \"amsn has been removed due to being unmaintained.\"; # added 2020-12-09 antimicro = throw \"antimicro has been removed as it was broken, see antimicroX instead.\"; # added 2020-08-06 arduino_core = arduino-core; # added 2015-02-04 ardour_5 = throw \"ardour_5 has been removed. see https://github.com/NixOS/nixpkgs/issues/139549\"; # added 2021-09-28 arora = throw \"arora has been removed.\"; # added 2020-09-09 asciidocFull = asciidoc-full; # added 2014-06-22 asterisk_15 = throw \"asterisk_15: Asterisk 15 is end of life and has been removed.\"; # added 2020-10-07"} {"_id":"doc-en-nixpkgs-6aa4c2690b3be4842b12edd51f55dbb9a812d609b8ee98b0c44b61478d499eac","title":"","text":"ardour = callPackage ../applications/audio/ardour { }; ardour_5 = lowPrio (callPackage ../applications/audio/ardour/5.nix { }); arelle = with python3Packages; toPythonApplication arelle; argo = callPackage ../applications/networking/cluster/argo { };"} {"_id":"doc-en-nixpkgs-650fc62f8de8c09fc2a6b4ebe1670ecaddf8349d083d226c77d87f217fefec15","title":"","text":" { lib, stdenv, fetchurl, makeWrapper, autoPatchelfHook }: { lib , writeShellScript , buildFHSEnv , stdenv , fetchurl , autoPatchelfHook , dpkg , nss , libvorbis , libdrm , libGL , wayland , libthai }: stdenv.mkDerivation rec { let pname = \"insync\"; version = \"1.5.7.37371\"; src = if stdenv.hostPlatform.system == \"x86_64-linux\" then fetchurl { url = \"http://s.insynchq.com/builds/insync-portable_${version}_amd64.tar.bz2\"; sha256 = \"1cm3q6y2crw6pcsvh21sbkmh1hin7xl4fyslc96nbyql8rxsky5n\"; } else throw \"${pname}-${version} is not supported on ${stdenv.hostPlatform.system}\"; nativeBuildInputs = [ makeWrapper autoPatchelfHook ]; postPatch = '' patchelf --interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" client/insync-portable ''; installPhase = '' mkdir -p $out/bin cp -a client $out/client makeWrapper $out/client/insync-portable $out/bin/insync --set LC_TIME C ''; meta = { version = \"3.8.5.50499\"; meta = with lib; { platforms = [\"x86_64-linux\"]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; maintainers = [ ]; license = licenses.unfree; maintainers = with maintainers; [ hellwolf ]; homepage = \"https://www.insynchq.com\"; description = \"Google Drive sync and backup with multiple account support\"; longDescription = ''"} {"_id":"doc-en-nixpkgs-fd1f174919f201ea0b92b3d40c3c9023a373bcff99b1c0c11f44e58932329ad7","title":"","text":"and built in sharing. There is a 15-day free trial, and it is a paid application after that. Known bug(s): 1) Currently the system try icon does not render correctly. 2) libqtvirtualkeyboardplugin does not have necessary Qt library shipped from vendor. ''; }; insync-pkg = stdenv.mkDerivation { inherit pname version; src = fetchurl { # Find a binary from https://www.insynchq.com/downloads/linux#ubuntu. url = \"https://cdn.insynchq.com/builds/linux/${pname}_${version}-lunar_amd64.deb\"; sha256 = \"sha256-mpMJe8LAmO9OrqRIEWuxfVNeh5ANvjZIEHFz8cXYObY=\"; }; buildInputs = [ nss libvorbis libdrm libGL wayland libthai ]; nativeBuildInputs = [ autoPatchelfHook dpkg ]; unpackPhase = '' dpkg-deb --fsys-tarfile $src | tar -x --no-same-permissions --no-same-owner ''; installPhase = '' runHook preInstall mkdir -p $out/bin $out/lib $out/share cp -R usr/* $out/ # use system glibc rm -f $out/lib/insync/{libgcc_s.so.1,libstdc++.so.6} # remove badly packaged plugins rm $out/lib/insync/PySide2/plugins/platforminputcontexts/libqtvirtualkeyboardplugin.so runHook postInstall ''; # download URL removed broken = true; dontConfigure = true; dontBuild = true; # NB! This did the trick, otherwise it segfaults! However I don't understand why! dontStrip = true; inherit meta; }; in buildFHSEnv { # ref: pkgs/build-support/build-fhsenv-bubblewrap/default.nix name = \"${pname}-${version}\"; inherit meta; # for including insync's xdg data dirs extraOutputsToInstall = [ \"share\" ]; targetPkgs = pkgs: [ insync-pkg ]; multiPkgs = pkgs: with pkgs; [ # apparently only package needed for the FHS :) libudev0-shim ]; runScript = writeShellScript \"insync-wrapper.sh\" '' # QT_STYLE_OVERRIDE was used to suppress a QT warning, it should have no actual effect for this binary. export QT_STYLE_OVERRIDE=Fusion exec \"${insync-pkg.outPath}/lib/insync/insync\" \"$@\" ''; # \"insync start\" command starts a daemon. dieWithParent = false; }"} {"_id":"doc-en-nixpkgs-39c067bee585eff86a094544b4e270d96e4ba2e730303017227ba7e71e0b30e3","title":"","text":" { stdenv , lib , fetchurl , makeWrapper , dpkg , libxcb , libGL , nss , libthai , wayland , alsa-lib , qtvirtualkeyboard , qtwebchannel , qtwebsockets , qtlocation , qtwebengine , autoPatchelfHook , wrapQtAppsHook }: stdenv.mkDerivation rec { pname = \"insync\"; version = \"3.8.5.50499\"; src = fetchurl { url = \"https://cdn.insynchq.com/builds/linux/${pname}_${version}-focal_amd64.deb\"; hash = \"sha256-CtDwU0Cey12kDjEX+Y9x7pfKNARfKDopWsDVRaA1Zts=\"; }; postPatch = '' substituteInPlace usr/bin/insync --replace /usr/lib/insync $out/usr/lib/insync ''; buildInputs = [ alsa-lib libGL libthai libxcb nss qtlocation qtvirtualkeyboard qtwebchannel qtwebengine qtwebsockets wayland ]; nativeBuildInputs = [ autoPatchelfHook dpkg makeWrapper wrapQtAppsHook ]; unpackPhase = '' dpkg-deb --fsys-tarfile $src | tar -x --no-same-permissions --no-same-owner ''; installPhase = '' mkdir -p $out/bin $out/lib $out/share cp -R usr/* $out/ rm $out/lib/insync/libGLX.so.0 rm $out/lib/insync/libQt5* sed -i 's|/usr/lib/insync|/lib/insync|' \"$out/bin/insync\" wrapQtApp \"$out/lib/insync/insync\" ''; dontConfigure = true; dontBuild = true; meta = with lib; { platforms = [\"x86_64-linux\"]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ ]; homepage = \"https://www.insynchq.com\"; description = \"Google Drive sync and backup with multiple account support\"; longDescription = '' Insync is a commercial application that syncs your Drive files to your computer. It has more advanced features than Google's official client such as multiple account support, Google Doc conversion, symlink support, and built in sharing. There is a 15-day free trial, and it is a paid application after that. ''; }; } "} {"_id":"doc-en-nixpkgs-281c650608b087462dc9c0b699ca63d765dde7ace61e4cdab5c5dabe63829a46","title":"","text":"imagemagick7_light = imagemagick_light; # Added 2021-02-22 imlib = throw \"imlib has been dropped due to the lack of maintenance from upstream since 2004\"; # Added 2023-01-04 impressive = throw \"impressive has been removed due to lack of released python 2 support and maintainership in nixpkgs\"; # Added 2022-01-27 insync-v3 = throw \"insync-v3 has been merged into the insync package; use insync instead\"; #Added 2023-05-13 i-score = throw \"i-score has been removed: abandoned upstream\"; # Added 2020-11-21 inboxer = throw \"inboxer has been removed as it is no longer maintained and no longer works as Google shut down the inbox service this package wrapped\"; index-fm = libsForQt5.mauiPackages.index; # added 2022-05-17"} {"_id":"doc-en-nixpkgs-f42dccff6f9a22c770dbaa780cdee5387cf959f4edf56d63150161913f18cc92","title":"","text":"insync = callPackage ../applications/networking/insync { }; insync-v3 = libsForQt5.callPackage ../applications/networking/insync/v3.nix { }; libstrangle = callPackage ../tools/X11/libstrangle { stdenv = stdenv_32bit; };"} {"_id":"doc-en-nixpkgs-8014e921589b33bcd7cf75e2f57f129e01c1dfbbc74c04ba223d4674f1e4b8cc","title":"","text":"}: let # Poetry2nix version version = \"1.20.0\"; version = \"1.21.0\"; inherit (poetryLib) isCompatible readTOML moduleName;"} {"_id":"doc-en-nixpkgs-0b4c7a137135517c079df5e7685af6d6ef344ba169653f90326f4aa209e60638","title":"","text":") { inherit app; }; }; # Extract position from explicitly passed attrs so meta.position won't point to poetry2nix internals pos = builtins.unsafeGetAttrPos (lib.elemAt (lib.attrNames attrs) 0) attrs; meta = lib.optionalAttrs (lib.hasAttr \"description\" pyProject.tool.poetry) { inherit (pyProject.tool.poetry) description;"} {"_id":"doc-en-nixpkgs-9e06a2347a0785b2153e4f54eea65e6b3edcc569ebfb61a311f3a598605af586","title":"","text":"} ); cheroot = super.cheroot.overridePythonAttrs ( old: { dontPreferSetupPy = true; } ); colour = super.colour.overridePythonAttrs ( old: { buildInputs = (old.buildInputs or [ ]) ++ [ self.d2to1 ];"} {"_id":"doc-en-nixpkgs-317145ba439209132d2bffa736e487b3ed4a1f8418582e2f7d0a7af2fa6e58b5","title":"","text":"self.pytestrunner self.cryptography self.pyjwt self.setuptools-scm-git-archive ]; } );"} {"_id":"doc-en-nixpkgs-fdd64014110b161b16b2f0c082b0e5fa9b13480b35ae55a81f7f57bfe1e84d26","title":"","text":" { appimageTools, fetchurl, lib, runCommand, stdenv, gsettings-desktop-schemas, gtk3, zlib }: let name = \"${pname}-${version}\"; pname = \"minetime\"; version = \"1.8.10\"; appimage = fetchurl { url = \"https://github.com/marcoancona/MineTime/releases/download/v${version}/${name}.AppImage\"; sha256 = \"1a80lgk6v9kv9xb2y3i08gk25jm0pqyl57kfr5p1rbc33prhmcgw\"; }; extracted = appimageTools.extractType2 { inherit name; src = appimage; }; patched = runCommand \"minetime-patchelf\" {} '' cp -av ${extracted} $out x=$out/resources/app.asar.unpacked/services/scheduling/dist/MinetimeSchedulingService chmod +w $x patchelf --set-interpreter ${stdenv.cc.bintools.dynamicLinker} --replace-needed libz.so.1 ${zlib}/lib/libz.so.1 $x ''; in appimageTools.wrapAppImage rec { inherit name; src = patched; profile = '' export LC_ALL=C.UTF-8 export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk3}/share/gsettings-schemas/${gtk3.name}:$XDG_DATA_DIRS ''; multiPkgs = null; # no 32bit needed extraPkgs = ps: appimageTools.defaultFhsEnvArgs.multiPkgs ps ++ (with ps; [ at-spi2-core at-spi2-atk libsecret libnotify ]); extraInstallCommands = \"mv $out/bin/{${name},${pname}}\"; meta = with lib; { description = \"Modern, intuitive and smart calendar application\"; homepage = \"https://minetime.ai\"; license = licenses.unfree; # Should be cross-platform, but for now we just grab the appimage platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ dtzWill ]; }; } "} {"_id":"doc-en-nixpkgs-053e38c2d69c0136b851aa704a87c0154cf1f56c908ef6d8170390d58d73b1ce","title":"","text":"mirage = throw \"mirage has been removed from nixpkgs, as it's unmaintained\"; # added 2019-12-10 minergate = throw \"minergate has been removed from nixpkgs, because the package is unmaintained and the site has a bad reputation\"; # added 2021-08-13 minergate-cli = throw \"minergatecli has been removed from nixpkgs, because the package is unmaintained and the site has a bad reputation\"; # added 2021-08-13 minetime = throw \"minetime has been removed from nixpkgs, because it was discontinued 2021-06-22\"; # added 2021-10-14 mopidy-gmusic = throw \"mopidy-gmusic has been removed because Google Play Music was discontinued\"; # added 2021-03-07 mopidy-local-images = throw \"mopidy-local-images has been removed as it's unmaintained. It's functionality has been merged into the mopidy-local extension.\"; # added 2020-10-18 mopidy-local-sqlite = throw \"mopidy-local-sqlite has been removed as it's unmaintained. It's functionality has been merged into the mopidy-local extension.\"; # added 2020-10-18 mopidy-local-images = throw \"mopidy-local-images has been removed as it's unmaintained. Its functionality has been merged into the mopidy-local extension.\"; # added 2020-10-18 mopidy-local-sqlite = throw \"mopidy-local-sqlite has been removed as it's unmaintained. Its functionality has been merged into the mopidy-local extension.\"; # added 2020-10-18 mysql-client = hiPrio mariadb.client; memtest86 = memtest86plus; # added 2019-05-08 mesa_noglu = mesa; # added 2019-05-28"} {"_id":"doc-en-nixpkgs-8bb17b30719814bc7d4afbf2a41e86639eb2c5a034235c1b01d888554da4c805","title":"","text":"mimetic = callPackage ../development/libraries/mimetic { }; minetime = callPackage ../applications/office/minetime { }; minio-client = callPackage ../tools/networking/minio-client { }; minio-certgen = callPackage ../tools/security/minio-certgen { };"} {"_id":"doc-en-nixpkgs-9e2441dd2cca70ceb88b6b06be7435ed75967cf829c55d106816ecf1eadd85d7","title":"","text":"stdenv.mkDerivation rec { pname = \"bluejeans\"; version = \"2.23.0.39\"; version = \"2.24.0.89\"; src = fetchurl { url = \"https://swdl.bluejeans.com/desktop-app/linux/${getFirst 3 version}/BlueJeans_${version}.rpm\"; sha256 = \"sha256-LGg14KJ/hEnSaSrdTltY9YXv7Nekkfo66uLkxjMx8AI=\"; sha256 = \"sha256-rneX8ys/oKfVLavAZk5RJouOZkVsp+9BIAReSeYiKJc=\"; }; nativeBuildInputs = [ rpmextract makeWrapper ];"} {"_id":"doc-en-nixpkgs-b6ac198906dfb0110ce662ddc84ff53e2cb95ffe75b9c7d9a8a26320b6d3b115","title":"","text":"{ stdenv, callPackage }: callPackage ./generic.nix { shortVersion = \"2016-02-22\"; shortVersion = \"2016-03-22\"; isRelease = false; forceBundledLLVM = true; srcRev = \"d1f422ec280b881b8236c5d173103bc799e1590e\"; srcSha = \"b0753045ae438c0869d37f429fe84451dcacc4b2ab9413d34bf29fde94fde462\"; srcRev = \"6cc502c986d42da407e26a49d4f09f21d3072fcb\"; srcSha = \"096lsc8irh9a7w494yaji28kzy9frs2myqrfyj0fzbxkvs3yfhzz\"; /* Rust is bootstrapped from an earlier built version. We need to fetch these earlier versions, which vary per platform."} {"_id":"doc-en-nixpkgs-349a2fe0161db110be76b25b017e71904b0639a5b012083a7a25d1bc297d79a2","title":"","text":"with the set you want at the top. */ snapshotHashLinux686 = \"a09c4a4036151d0cb28e265101669731600e01f2\"; snapshotHashLinux64 = \"97e2a5eb8904962df8596e95d6e5d9b574d73bf4\"; snapshotHashDarwin686 = \"ca52d2d3ba6497ed007705ee3401cf7efc136ca1\"; snapshotHashDarwin64 = \"3c44ffa18f89567c2b81f8d695e711c86d81ffc7\"; snapshotDate = \"2015-12-18\"; snapshotRev = \"3391630\"; snapshotHashLinux686 = \"0e0e4448b80d0a12b75485795244bb3857a0a7ef\"; snapshotHashLinux64 = \"1273b6b6aed421c9e40c59f366d0df6092ec0397\"; snapshotHashDarwin686 = \"9f9c0b4a2db09acbce54b792fb8839a735585565\"; snapshotHashDarwin64 = \"52570f6fd915b0210a9be98cfc933148e16a75f8\"; snapshotDate = \"2016-03-18\"; snapshotRev = \"235d774\"; patches = [ ./patches/remove-uneeded-git.patch ] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch; }"} {"_id":"doc-en-nixpkgs-d4691c5d69e1dbd0f3f283b55466f56f5904e8ea4bd6dd2d3955ad3783a63de7","title":"","text":"with ((import ./common.nix) { inherit stdenv rustc; version = \"2016-02-25\"; version = \"2016-03-20\"; }); buildRustPackage rec {"} {"_id":"doc-en-nixpkgs-ffbea32d04c95a02b99f1e3c834bf151ab37c62b9c0dc42f90ea4c61fdba4af2","title":"","text":"# Needs to use fetchgit instead of fetchFromGitHub to fetch submodules src = fetchgit { url = \"git://github.com/rust-lang/cargo\"; rev = \"e7212896dc1b182493a0252a2a126db8be067153\"; sha256 = \"1qbic7gp7cpihi40kfv3kagja8zsngica8sq9jcm9czb6ba44dsa\"; rev = \"132b82d75f607dcb1116b8d44fe60f202f1eb110\"; sha256 = \"0kx2m0p45zr0ils2ax19sr32cibjppgwj8xvsgrfvzvlnc540xpl\"; }; depsSha256 = \"1xfpj1233p4314j6jmip0jjl5m3kj2wbac1ll3yvh7383zb83i1s\"; depsSha256 = \"19d2fl5p92108a0yjpix0qxdc23jy122xc87k69hk0pwwxa92l3a\"; buildInputs = [ file curl pkgconfig python openssl cmake zlib makeWrapper ];"} {"_id":"doc-en-nixpkgs-108c678122c675366eed42ca06149e1e3ff3f7ee04b5111370ab31f5880cde78","title":"","text":"/* Cargo binary snapshot */ let snapshotDate = \"2015-06-17\"; let snapshotDate = \"2016-01-31\"; in with ((import ./common.nix) {"} {"_id":"doc-en-nixpkgs-2d274ad2ee88748146d57b2c6fa99b5a79fd9d6863221ca86b004324fb2e9bd3","title":"","text":"}); let snapshotHash = if stdenv.system == \"i686-linux\" then \"g2h9l35123r72hqdwayd9h79kspfb4y9\" then \"7e2f9c82e1af5aa43ef3ee2692b985a5f2398f0a\" else if stdenv.system == \"x86_64-linux\" then \"fnx2rf1j8zvrplcc7xzf89czn0hf3397\" then \"4c03a3fd2474133c7ad6d8bb5f6af9915ca5292a\" else if stdenv.system == \"i686-darwin\" then \"3viz3fi2jx18qjwrc90nfhm9cik59my6\" then \"4d84d31449a5926f9e7ceb344540d6e5ea530b88\" else if stdenv.system == \"x86_64-darwin\" then \"h2bf3db4vwz5cjjkn98lxayivdc6dflp\" then \"f8baef5b0b3e6f9825be1f1709594695ac0f0abc\" else throw \"no snapshot for platform ${stdenv.system}\"; snapshotName = \"cargo-nightly-${platform}.tar.gz\"; in"} {"_id":"doc-en-nixpkgs-ffe0cbccc155261b97cda08c33d5dc18b645d555b114520858d3fe04a473dd3a","title":"","text":"with rustPlatform; buildRustPackage rec { name = \"rustfmt-git-2016-02-15\"; name = \"rustfmt-${version}\"; version = \"2016-03-22\"; src = fetchFromGitHub { owner = \"rust-lang-nursery\"; repo = \"rustfmt\"; rev = \"65bc5c242de86f0651b34fd913ca338a880696e8\"; sha256 = \"02rdim0y5zg1r2zkfy6kj53idlbdybf3ckardbjsvdna5idc1hpz\"; rev = \"ca757183fedf8e89286372b91ca074c11d99c4f4\"; sha256 = \"0ngg5m002hwwmsqy9wr50dj3l3zgwk39701wzszm3nrhz6x13dmj\"; }; depsSha256 = \"1297vy5sgiq4xqdm27pa8f99qiwrl15hb2r1dydzgk7n4iqyir6c\"; depsSha256 = \"0mg4z197iiwjlgqs5izacld25cr11qi3bcrqq204f0jzrnj3y8ag\"; meta = with stdenv.lib; { description = \"A tool for formatting Rust code according to style guidelines\";"} {"_id":"doc-en-nixpkgs-72211be77c4ca519109d962f167bdcda40d16ad9286d7df96e1496f04004d06d","title":"","text":"buildRustPackage rec { name = \"exa-${version}\"; version = \"2016-02-15\"; version = \"2016-03-22\"; depsSha256 = \"1925nhpfph82wn755zf2nmad24f1hzbxq60gpva9sic6rnap4c1x\"; depsSha256 = \"18anwh235kzziq6z7md8f3rl2xl4l9d4ivsqw9grkb7yivd5j0jk\"; src = fetchFromGitHub { owner = \"ogham\"; repo = \"exa\"; rev = \"252eba484476369bb966fb1af7f739732b968fc0\"; sha256 = \"1smyy32z44zgmhyhlbjaxcgfnlbcwz7am9225yppqfdsiqqgdybf\"; rev = \"8805ce9e3bcd4b56f8811a686dd56c47202cdbab\"; sha256 = \"0dkvk0rsf068as6zcd01p7959rdjzm26mlkpid6z0j168gp4kh4q\"; }; nativeBuildInputs = [ cmake ];"} {"_id":"doc-en-nixpkgs-7375b6438093074f3ad12735fe7fd0626474c4d35b2696fac20822cc5a7acc5a","title":"","text":"{ runCommand, fetchFromGitHub, git }: let version = \"2016-03-10\"; rev = \"5e78a14c1b82522e019586687f7dbfd36ce67fa5\"; version = \"2016-03-22\"; rev = \"f28cdedb698cf76f513fb4514b5ed2892ec89b2f\"; src = fetchFromGitHub { inherit rev; owner = \"rust-lang\"; repo = \"crates.io-index\"; sha256 = \"0hzhfhlv8qbqb5nm9id36dlzvhalhlrh2k82ks67ap4mdcs3c650\"; sha256 = \"05j43pgdlf554y9r781xdc5la55anwiq6k7vml9icak699ywfxqq\"; }; in"} {"_id":"doc-en-nixpkgs-6baa448603c608d8c812d82af29089ee12503f48e380b576806e043fdc09b146","title":"","text":"src = fetchFromGitHub { owner = \"rstudio\"; repo = \"rstudio\"; rev = version; rev = \"v${version}\"; sha256 = \"sha256-9c1bNsf8kJjpcZ2cMV/pPNtXQkFOntX29a1cdnXpllE=\"; };"} {"_id":"doc-en-nixpkgs-a09ec64ce88f8caa8390f4872e2a424cf8c263f11a76ba2be4500bbea70d090c","title":"","text":"}: python2.pkgs.buildPythonApplication rec { pname = \"chirp-daily\"; version = \"20210724\"; version = \"20211016\"; src = fetchurl { url = \"https://trac.chirp.danplanet.com/chirp_daily/daily-${version}/${pname}-${version}.tar.gz\"; sha256 = \"0wddzls7r0l5b8vvljnmrj5lmmp7zkzl4h73pyigyf9nbhaklybb\"; sha256 = \"13xzqnhvnw6yipv4izkq0s9ykyl9pc5ifpr1ii8xfp28ch706qyw\"; }; propagatedBuildInputs = with python2.pkgs; ["} {"_id":"doc-en-nixpkgs-548de43de2fad88af1ff0614384e7ff609d133e77afde1460d914e7c8fe42c01","title":"","text":"# Make sure the notification email setting applies ./notification_email.patch # Change the path to the public directory reported by Discourse # to its real path instead of the symlink in the store, since # the store path won't be matched by any nginx rules ./public_dir_path.patch ]; postPatch = ''"} {"_id":"doc-en-nixpkgs-f664c11872b70f063362e0b20d36583d5d9badff1144e26a4b20134ab3b5c9b6","title":"","text":" diff --git a/lib/file_store/local_store.rb b/lib/file_store/local_store.rb index 25649532c0..614e062dc1 100644 --- a/lib/file_store/local_store.rb +++ b/lib/file_store/local_store.rb @@ -88,7 +88,7 @@ module FileStore end def public_dir - File.join(Rails.root, \"public\") + \"/run/discourse/public\" end def tombstone_dir "} {"_id":"doc-en-nixpkgs-76a5150a45ec00fb5020ab0d57903ee9e7696b6956a19c56a54a5f766daa2a1b","title":"","text":"# LLVM toolchain patches. patch -p1 -d llvm-project/clang -i ${./patches/0005-clang-toolchain-dir.patch} patch -p1 -d llvm-project/clang -i ${./patches/0006-clang-purity.patch} patch -p1 -d llvm-project/compiler-rt -i ${../llvm/common/compiler-rt/libsanitizer-no-cyclades-11.patch} substituteInPlace llvm-project/clang/lib/Driver/ToolChains/Linux.cpp --replace 'SysRoot + \"/lib' '\"${glibc}/lib\" \"' --replace 'SysRoot + \"/usr/lib' '\"${glibc}/lib\" \"' "} {"_id":"doc-en-nixpkgs-b3818b1e24d255f2b927302a1212e8c3728a1c1d86bf32caa9c59ea566c4a62a","title":"","text":"buildInputs = [ ncurses pcre ]; configureFlags = [ \"--enable-maildir-support\" \"--enable-multibyte\" \"--enable-zprofile=$out/etc/zprofile\" \"--with-tcsetpgrp\" \"--enable-pcre\" ]; preConfigure = '' configureFlags=\"--enable-maildir-support --enable-multibyte --enable-zprofile=$out/etc/zprofile --with-tcsetpgrp --enable-pcre\" ''; # the zsh/zpty module is not available on hydra # so skip groups Y Z"} {"_id":"doc-en-nixpkgs-cd0c7dc22940235106d33fc0cc1eecb0937419c3bd3486b4ed44c731c848b366","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"broot\"; version = \"1.6.2\"; version = \"1.6.6\"; src = fetchCrate { inherit pname version; sha256 = \"sha256-SjfTMBGby2jzmeNEtBVYqumLExhXW8nqxpbaeeaRM3w=\"; sha256 = \"sha256-Aezi005CKhGwCRZ2HwxFRRORBvVoZEzljTcKQZ8b8XI=\"; }; cargoHash = \"sha256-BdSqTzXu7Glhr0fQGmnkg5BXYgdQS6jgfH3A9hPpECY=\"; cargoHash = \"sha256-d06lvS5ajXPY/AwmE2rkya82mAOeEv04EtBElDvX2+I=\"; nativeBuildInputs = [ installShellFiles"} {"_id":"doc-en-nixpkgs-b73bf2bebcd2e8e47bbfa63d21d83c553591fbdc3d20a41f270b52a8e507f36c","title":"","text":" { buildPackages, callPackage }: { buildPackages, callPackage, stdenv }@prev: { rustc, cargo, ... }: { rustc, cargo, stdenv ? prev.stdenv, ... }: rec { rust = {"} {"_id":"doc-en-nixpkgs-b597d4499d5b637f8e5187b43805342943a4207363fff79cfad2bcc4fb80779a","title":"","text":"buildRustPackage = callPackage ../../../build-support/rust { git = buildPackages.gitMinimal; inherit cargoBuildHook cargoCheckHook cargoInstallHook cargoSetupHook inherit stdenv cargoBuildHook cargoCheckHook cargoInstallHook cargoSetupHook fetchCargoTarball importCargoLock rustc; }; importCargoLock = buildPackages.callPackage ../../../build-support/rust/import-cargo-lock.nix {}; rustcSrc = callPackage ./rust-src.nix { inherit rustc; inherit stdenv rustc; }; rustLibSrc = callPackage ./rust-lib-src.nix { inherit rustc; inherit stdenv rustc; }; # Hooks inherit (callPackage ../../../build-support/rust/hooks { inherit cargo rustc; inherit stdenv cargo rustc; }) cargoBuildHook cargoCheckHook cargoInstallHook cargoSetupHook maturinBuildHook; }"} {"_id":"doc-en-nixpkgs-299eb719dcd1922ecf37ef5bf7d762e564f9ac83a79c7054b17a7f27e8e7a495","title":"","text":"disallowedReferences = [ stdenv.cc.cc ]; postFixup = '' remove-references-to -t ${stdenv.cc.cc} \"$(readlink -f $out/share/perl6/runtime/dynext/libperl6_ops_moar.so)\" remove-references-to -t ${stdenv.cc.cc} \"$(readlink -f $out/share/perl6/runtime/dynext/libperl6_ops_moar${stdenv.hostPlatform.extensions.sharedLibrary})\" ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-fe72a97be350e351cfe8ee9daab08c736eb005ee71e1db839678de4b20cb4e9e","title":"","text":"runHook postInstall ''; # Auto strip cannot detect files missing extension. fixupPhase = '' # Strip failed on darwin: strip: error: symbols referenced by indirect symbol table entries that can't be stripped fixupPhase = lib.optionalString stdenv.isLinux '' runHook preFixup strip -s $out/parser $STRIP $out/parser runHook postFixup ''; }"} {"_id":"doc-en-nixpkgs-f0ebb5e67c9b05f3c84a199367ff2153e71cac4dce71264aa553addee3df2019","title":"","text":" --- a/subversion/bindings/swig/perl/native/Makefile.PL.in +++ b/subversion/bindings/swig/perl/native/Makefile.PL.in @@ -72,7 +72,7 @@ # According to the log of r7937, the flags guarded by the conditional break # the build on FreeBSD if not conditionalized. my $apr_ldflags = '@SVN_APR_LIBS@' - if $^O eq 'darwin' or $^O eq 'cygwin'; + if $^O eq 'darwin' or $^O eq 'cygwin' or $^O eq 'linux'; chomp $apr_shlib_path_var; "} {"_id":"doc-en-nixpkgs-b5477dfc7a912c7a2ebbdda0996ead55e6f7bb5e4ebb4417e98b59325d79175f","title":"","text":"++ stdenv.lib.optional perlBindings perl ++ stdenv.lib.optional saslSupport sasl; patches = [ ./apr-1.patch ]; configureFlags = '' ${if bdbSupport then \"--with-berkeley-db\" else \"--without-berkeley-db\"} ${if httpServer then \"--with-apxs=${apacheHttpd}/bin/apxs\" else \"--without-apxs\"}"} {"_id":"doc-en-nixpkgs-47c31e6789be7bd387dfaad422f82c8a2816f46e1e405afdf34068535bbbfced","title":"","text":"hint = self.hint_0_4_3; }; # Looks like Avahi provides the missing library dnssd = super.dnssd.override { dns_sd = pkgs.avahi.override { withLibdnssdCompat = true; }; }; }"} {"_id":"doc-en-nixpkgs-52aa788b28433b62d7f03ae79e901f544601345707f214d0f14dc190b3617c59","title":"","text":" { lib, stdenv, fetchFromGitHub, makeDesktopItem, pkg-config, cmake { lib, stdenv, fetchFromGitHub, pkg-config, cmake , wrapQtAppsHook, qtbase, bluez, ffmpeg, libao, libGLU, libGL, pcre, gettext , libXrandr, libusb1, lzo, libpthreadstubs, libXext, libXxf86vm, libXinerama , libSM, libXdmcp, readline, openal, udev, libevdev, portaudio, curl, alsa-lib"} {"_id":"doc-en-nixpkgs-f7a7f446e5c4bca6f97935a33c2dd61ebfccea8ff011c26d275f60d6677920c1","title":"","text":"# - Inputs used for Darwin , CoreBluetooth, ForceFeedback, IOKit, OpenGL, libpng, hidapi }: let desktopItem = makeDesktopItem { name = \"dolphin-emu-master\"; exec = \"dolphin-emu-master\"; icon = \"dolphin-emu\"; comment = \"A Wii/GameCube Emulator\"; desktopName = \"Dolphin Emulator (master)\"; genericName = \"Wii/GameCube Emulator\"; categories = \"Game;Emulator;\"; startupNotify = \"false\"; }; in stdenv.mkDerivation rec { stdenv.mkDerivation rec { pname = \"dolphin-emu\"; version = \"5.0-15260\";"} {"_id":"doc-en-nixpkgs-0a17f48d87f94d6105178c0282d161ba941bee20045dbb6522a9398a64639170","title":"","text":"qtWrapperArgs = lib.optionals stdenv.isLinux [ \"--prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib\" # https://bugs.dolphin-emu.org/issues/11807 # The .desktop file should already set this, but Dolphin may be launched in other ways \"--set QT_QPA_PLATFORM xcb\" ]; # - Allow Dolphin to use nix-provided libraries instead of building them"} {"_id":"doc-en-nixpkgs-d1c55526f8bd359c7959414f81e6f429f66a23331e22290ee91bd1af71fd70e1","title":"","text":"CMakeLists.txt ''; postInstall = '' cp -r ${desktopItem}/share/applications $out/share ln -sf $out/bin/dolphin-emu $out/bin/dolphin-emu-master '' + lib.optionalString stdenv.hostPlatform.isLinux '' postInstall = lib.optionalString stdenv.hostPlatform.isLinux '' install -D $src/Data/51-usb-device.rules $out/etc/udev/rules.d/51-usb-device.rules '';"} {"_id":"doc-en-nixpkgs-1cef89a69f01b909dedea23a7d59d4809aa7ab09f47a623df9f7003c362ef606","title":"","text":"dnnl = oneDNN; # added 2020-04-22 docbook5_xsl = docbook_xsl_ns; # added 2018-04-25 docbook_xml_xslt = docbook_xsl; # added 2018-04-25 dolphinEmu = dolphin-emu; # added 2021-11-10 dolphinEmuMaster = dolphin-emu-beta; # added 2021-11-10 dotnet-netcore = dotnet-runtime; # added 2021-10-07 double_conversion = double-conversion; # 2017-11-22 docker_compose = docker-compose; # 2018-11-10"} {"_id":"doc-en-nixpkgs-a6a50093969ec0cec157eaa7becd3dfb7f67d56e8e26b0ace3662f6860b1f110","title":"","text":"dotnetfx40 = callPackage ../development/libraries/dotnetfx40 { }; dolphinEmu = callPackage ../misc/emulators/dolphin-emu { }; dolphinEmuMaster = qt5.callPackage ../misc/emulators/dolphin-emu/master.nix { dolphin-emu = callPackage ../misc/emulators/dolphin-emu { }; dolphin-emu-beta = qt5.callPackage ../misc/emulators/dolphin-emu/master.nix { inherit (darwin.apple_sdk.frameworks) CoreBluetooth ForceFeedback IOKit OpenGL; };"} {"_id":"doc-en-nixpkgs-c3f0b17bea2574bf10a2f6bf3036a831b5f6dd337cf06f99c100fc7dd8b73baf","title":"","text":"wantedBy = [ \"multi-user.target\" ]; environment = { JAVA_HOME = \"${pkgs.jre}\"; # JRE 15 removed option `UseConcMarkSweepGC` which is needed. JAVA_HOME = \"${pkgs.jre8}\"; HBASE_LOG_DIR = cfg.logDir; };"} {"_id":"doc-en-nixpkgs-e67ec0228efe2d4dbb031a6090462a3e754cc5a2e13ee356c2a0acdf00ec51c4","title":"","text":", ceph , enableGlusterfs ? false , glusterfs , Carbon , AppKit }: with lib;"} {"_id":"doc-en-nixpkgs-0e4e094e4c8c08141f166bcfa2abe94878d28795fd047696c3fade2cfbdd5f87","title":"","text":"] ++ optionals stdenv.isDarwin [ libiconv gmp Carbon AppKit ]; preConfigure ="} {"_id":"doc-en-nixpkgs-892683029a32d510368a1c878652bfa6159e6b43bc403c9143af9a9c7652d671","title":"","text":"libversion = callPackage ../development/libraries/libversion { }; libvirt = callPackage ../development/libraries/libvirt { }; libvirt = callPackage ../development/libraries/libvirt { inherit (darwin.apple_sdk.frameworks) Carbon AppKit; }; libvirt_5_9_0 = callPackage ../development/libraries/libvirt/5.9.0.nix { }; libvirt-glib = callPackage ../development/libraries/libvirt-glib { };"} {"_id":"doc-en-nixpkgs-22e2b9faad8c4e18cf9b0b0634dfd59b9b037f0b08e7e52248b134381d5b2b1a","title":"","text":" { lib, stdenv, fetchurl, unzip, makeWrapper, makeDesktopItem, icoutils, jre }: { lib, stdenv, fetchurl, unzip, makeWrapper, makeDesktopItem, icoutils, jre8 }: let desktopItem = makeDesktopItem {"} {"_id":"doc-en-nixpkgs-8560e6c78b36faa41b389d8db3295258821b4d848ac075f279a63a18a896576d","title":"","text":"in stdenv.mkDerivation rec { pname = \"groove\"; version = \"5.7.4\"; version = \"5.8.1\"; src = fetchurl { url = \"mirror://sourceforge/groove/groove/${version}/${pname}-${builtins.replaceStrings [\".\"] [\"_\"] version}-bin.zip\"; sha256 = \"1cl3xzl3n8b9a7h5pvnv31bab9j9zaw07ppk8whk8h865dcq1d10\"; sha256 = \"sha256-JwoUlO6F2+8NtCnLC+xm5q0Jm8RIyU1rnuKGmjgJhFU=\"; }; nativeBuildInputs = [ unzip makeWrapper icoutils ];"} {"_id":"doc-en-nixpkgs-750cb224c666a1383395b554f04853b00bf16d442964c1096ee3dadaed22afea","title":"","text":"mkdir -p $out/bin for bin in Generator Imager ModelChecker PrologChecker Simulator Viewer; do makeWrapper ${jre}/bin/java $out/bin/groove-''${bin,,} makeWrapper ${jre8}/bin/java $out/bin/groove-''${bin,,} --add-flags \"-jar $out/share/groove/bin/$bin.jar\" done"} {"_id":"doc-en-nixpkgs-6a395756c37b95d2b756bd66b94ff15f5383b3003697f3ec349254cfcc5fffa3","title":"","text":" source 'https://rubygems.org' gem 'pru' "} {"_id":"doc-en-nixpkgs-0c5489cfa8ecbdf92b22cd70bde16531e64689ba43a3c0ede2f2c5a0d58e7bcb","title":"","text":" GEM remote: https://rubygems.org/ specs: pru (0.2.1) PLATFORMS ruby DEPENDENCIES pru BUNDLED WITH 2.1.4 "} {"_id":"doc-en-nixpkgs-f335d926d523a69dfbc763d38fb331f5b8b19ded1cd7e15ef0da9a2b1c83f6eb","title":"","text":" { lib , bundlerApp , bundlerUpdateScript }: bundlerApp rec { pname = \"pru\"; gemdir = ./.; exes = [ \"pru\" ]; meta = with lib; { homepage = \"https://github.com/grosser/pru\"; description = \"Pipeable Ruby\"; longDescription = '' pru allows to use Ruby scripts as filters, working as a convenient, higher-level replacement of typical text processing tools (like sed, awk, grep etc.). ''; license = licenses.mit; maintainers = with maintainers; [ AndersonTorres ]; }; passthru.updateScript = bundlerUpdateScript pname; } "} {"_id":"doc-en-nixpkgs-a80cfd38ed400630e9c1bb3da7226a9776cefb36cebc8dbe3f25d16f1328af21","title":"","text":" { pru = { groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1imavf7wlbdfxvkrf838pp3cyfib0r7nzv0chnhyxagy1kk969r2\"; type = \"gem\"; }; version = \"0.2.1\"; }; } "} {"_id":"doc-en-nixpkgs-5de06eb82a3f371119fa9b3767462237a25e0f83fdb16176fc43cebb9ed14be8","title":"","text":"buildPythonApplication click future six; }; pru = callPackage ../tools/text/pru { }; prospector = callPackage ../development/tools/prospector { }; protobuf = protobuf3_19;"} {"_id":"doc-en-nixpkgs-ea8fe0cfb29645a462540709ec4412d0704035368efb5be712c49a012b076c5c","title":"","text":" diff -Naur teapot-2.3.0-old/scanner.c teapot-2.3.0-new/scanner.c --- teapot-2.3.0-old/scanner.c\t1969-12-31 21:00:01.000000000 -0300 +++ teapot-2.3.0-new/scanner.c\t2021-11-25 17:46:49.936673391 -0300 @@ -25,6 +25,7 @@ #include \"main.h\" #include \"misc.h\" #include \"scanner.h\" +#include \"utf8.h\" /*}}}*/ /* identcode -- return number of identifier */ /*{{{*/ "} {"_id":"doc-en-nixpkgs-8e36825e0604237fa6e25a53708cf7b7aa877eb57de0fcaa2fb7ec6d4a379eda","title":"","text":" diff -Naur teapot-2.3.0-old/CMakeLists.txt teapot-2.3.0-new/CMakeLists.txt --- teapot-2.3.0-old/CMakeLists.txt\t1969-12-31 21:00:01.000000000 -0300 +++ teapot-2.3.0-new/CMakeLists.txt\t2021-11-25 18:16:06.594423660 -0300 @@ -64,46 +64,6 @@ install(TARGETS fteapot DESTINATION bin) endif () -if (ENABLE_HELP) -\tadd_custom_command( -\t\tOUTPUT teapot.tex teapot.lyx -\t\tMAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/doc/teapot.lyx -\t\tVERBATIM -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/teapot.lyx teapot.lyx -\t\tCOMMAND lyx -e pdflatex -f main teapot.lyx -\t) -\tadd_custom_command( -\t\tOUTPUT teapot.pdf teapot.aux.old teapot.log teapot.toc -\t\tMAIN_DEPENDENCY teapot.tex -\t\tVERBATIM -\t\tCOMMAND pdflatex teapot.tex; diff -q teapot.aux.old teapot.aux && cp teapot.aux teapot.aux.old -\t\tCOMMAND pdflatex teapot.tex; diff -q teapot.aux.old teapot.aux && cp teapot.aux teapot.aux.old -\t) -\tadd_custom_command(OUTPUT teapot.pdf teapot.out MAIN_DEPENDENCY teapot.tex teapot.aux.old VERBATIM COMMAND pdflatex teapot.tex; diff -q teapot.aux.old teapot.aux && cp teapot.aux teapot.aux.old) -\tadd_custom_command( -\t\tOUTPUT html/ html/index.html .latex2html-init -\t\tMAIN_DEPENDENCY teapot.tex -\t\tDEPENDS teapot.tex teapot.pdf ${CMAKE_CURRENT_SOURCE_DIR}/doc/.latex2html-init -\t\tVERBATIM -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/.latex2html-init .latex2html-init -\t\tCOMMAND ${CMAKE_COMMAND} -E make_directory html -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/contents.png html/ -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/next.png html/ -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/next_g.png html/ -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/prev.png html/ -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/prev_g.png html/ -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/up.png html/ -\t\tCOMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/doc/up_g.png html/ -\t\tCOMMAND latex2html teapot.tex -\t) -\tadd_custom_target(pdf DEPENDS teapot.pdf) -\tadd_custom_target(html DEPENDS html/index.html) -\tadd_custom_target(doc ALL DEPENDS teapot.pdf html/index.html) -\tinstall(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION share/doc/teapot FILES_MATCHING PATTERN *.html PATTERN *.png) -\tinstall(FILES ${CMAKE_CURRENT_BINARY_DIR}/teapot.pdf DESTINATION share/doc/teapot) -\tset(HELPFILE \"${CMAKE_INSTALL_PREFIX}/share/doc/teapot/index.html\") -endif () - install(FILES COPYING README DESTINATION share/doc/teapot) install(FILES teapot.1 DESTINATION share/man/man1) "} {"_id":"doc-en-nixpkgs-c5ab32c1c9e29452c1b67999822fb9dfaff8879c7f2c0b36b44360344e4373df","title":"","text":" { lib , stdenv , fetchzip , cmake , libtirpc , ncurses }: stdenv.mkDerivation rec { pname = \"teapot\"; version = \"2.3.0\"; src = fetchzip { name = \"${pname}-${version}\"; url = \"https://www.syntax-k.de/projekte/teapot/${pname}-${version}.tar.gz\"; sha256 = \"sha256-wzAwZwOMeTsuR5LhfjspGdejT6X1V8YJ8B7v9pcbxaY=\"; }; patches = [ # include a local file in order to make cc happy ./001-fix-warning.patch # remove the ENABLE_HELP target entirely - lyx and latex are huge! ./002-remove-help.patch ]; nativeBuildInputs = [ cmake ]; buildInputs = [ libtirpc ncurses ]; # By no known reason libtirpc is not detected NIX_CFLAGS_COMPILE = [ \"-I${libtirpc.dev}/include/tirpc\" ]; NIX_LDFLAGS = [ \"-ltirpc\" ]; cmakeConfigureFlags = [ \"-DENABLE_HELP=OFF\" ]; meta = with lib; { homepage = \"https://www.syntax-k.de/projekte/teapot/\"; description = \"Table Editor And Planner, Or: Teapot!\"; longDescription = '' Teapot is a compact spreadsheet software originally written by Michael Haardt. It features a (n)curses-based text terminal interface, and recently also a FLTK-based GUI. These days, it may seem pointless having yet another spreadsheet program (and one that doesn't even know how to load Microsoft Excel files). Its compact size (130k for the ncurses executable, 140k for the GUI executable, 300k for the self-contained Windows EXE) and the fact that it can run across serial lines and SSH sessions make it an interesting choice for embedded applications and as system administration utility, even more so since it has a batch processing mode and comes with example code for creating graphs from data sets. Another interesting feature is its modern approach to spread sheet theory: It sports true three-dimensional tables and iterative expressions. And since it breaks compatibility with the usual notions of big spreadsheet packages, it can also throw old syntactic cruft over board which many spreadsheets still inherit from the days of VisiCalc on ancient CP/M systems. ''; license = licenses.gpl3Plus; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.unix; }; } # TODO: patch/fix FLTK building # TODO: add documentation from "} {"_id":"doc-en-nixpkgs-1d2b4477afa3d0ed2ea39067e4f45f91d490b98cedc0b10b503b8a337d0c6439","title":"","text":"pyspread = libsForQt5.callPackage ../applications/office/pyspread { }; teapot = callPackage ../applications/office/teapot { }; pythonIRClib = pythonPackages.pythonIRClib; pyditz = callPackage ../applications/misc/pyditz {"} {"_id":"doc-en-nixpkgs-6ba429168e7d5f0686db3c0292cca7e20ddfb69f70b9e73d98f0d94a2f6b8afc","title":"","text":"systemd.services.vmware = { description = \"VMWare Guest Service\"; wantedBy = [ \"multi-user.target\" ]; after = [ \"display-manager.service\" ]; unitConfig.ConditionVirtualization = \"vmware\"; serviceConfig.ExecStart = \"${open-vm-tools}/bin/vmtoolsd\"; };"} {"_id":"doc-en-nixpkgs-23a2ddf3d71cd1e12b0cb39f7f42ba3ff277bac23283a00c8ef96d4ec85bab2e","title":"","text":"{ description = \"VMware vmblock fuse mount\"; documentation = [ \"https://github.com/vmware/open-vm-tools/blob/master/open-vm-tools/vmblock-fuse/design.txt\" ]; before = [ \"vmware.service\" ]; wants = [ \"vmware.service\" ]; unitConfig.ConditionVirtualization = \"vmware\"; what = \"${open-vm-tools}/bin/vmware-vmblock-fuse\"; where = \"/run/vmblock-fuse\"; type = \"fuse\";"} {"_id":"doc-en-nixpkgs-c93d941126eb0785d5effe01c7ff7101c01418f837cd82f12ffdc3c1cb237d92","title":"","text":"''; }; group = mkOption { type = types.str; default = \"shairport\"; description = '' Group account name under which to run shairport-sync. The account will be created. ''; }; }; };"} {"_id":"doc-en-nixpkgs-920acecb128ede8ed287bdf163a49700507d29e5f212226411a14dd3eb15b883","title":"","text":"services.avahi.publish.enable = true; services.avahi.publish.userServices = true; users.users.${cfg.user} = { description = \"Shairport user\"; users = { users.${cfg.user} = { description = \"Shairport user\"; isSystemUser = true; createHome = true; home = \"/var/lib/shairport-sync\"; group = cfg.group; extraGroups = [ \"audio\" ] ++ optional config.hardware.pulseaudio.enable \"pulse\"; }; groups.${cfg.group} = {}; }; networking.firewall = mkIf cfg.openFirewall { allowedTCPPorts = [ 5000 ];"} {"_id":"doc-en-nixpkgs-ad0b705b44fc8dadde4dab699d3ddd487f72445d053a51ca0845a7697b233f86","title":"","text":"wantedBy = [ \"multi-user.target\" ]; serviceConfig = { User = cfg.user; Group = cfg.group; ExecStart = \"${pkgs.shairport-sync}/bin/shairport-sync ${cfg.arguments}\"; RuntimeDirectory = \"shairport-sync\"; };"} {"_id":"doc-en-nixpkgs-b91408072a49087cc826f13c81b97585d30bbc67db225469d2ecc6a22fca1ab1","title":"","text":"buildGo117Module rec { pname = \"dstp\"; version = \"0.3.0\"; version = \"0.4.0\"; src = fetchFromGitHub { owner = \"ycd\"; repo = pname; rev = \"v${version}\"; sha256 = \"1pxzaz2a261lsnbdbr9km1214a4jzq2wgkdfvf9g966gsa4nqfl6\"; sha256 = \"sha256-YvuUgHHa8Egk+bbSI0SH0i3YrKWRbzjAckNG32RBRXw=\"; }; vendorSha256 = \"1n1kx4zcskndikjl44vwmckr6x5cv6cacwdwfwjjsf6aqgagpld8\"; vendorSha256 = \"sha256-qNH71MPKOC0ld7xxppjZrHSTJ6t8E0LljM1OzT7pM9g=\"; # Tests require network connection, but is not allowed by nix doCheck = false;"} {"_id":"doc-en-nixpkgs-353be9de429259a442545246f091eaf824d36ae9eca8c13588c18844d5295981","title":"","text":"githubId = 10198051; name = \"Drew Risinger\"; }; drperceptron = { email = \"92106371+drperceptron@users.noreply.github.com\"; github = \"drperceptron\"; githubId = 92106371; name = \"Dr Perceptron\"; keys = [{ longkeyid = \"rsa4096/0x95EB6DFF26D1CEB0\"; fingerprint = \"7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0\"; }]; }; drupol = { name = \"Pol Dellaiera\"; email = \"pol.dellaiera@protonmail.com\";"} {"_id":"doc-en-nixpkgs-1d2121ebbd04c4dcea9ed11c7ba0ee94f5930a11a824e038adb8bf81c06eb0fd","title":"","text":" { stdenv , lib , fetchurl , qt4 , SDL }: stdenv.mkDerivation rec { pname = \"tworld2\"; version = \"2.2.0\"; src = fetchurl { url = \"https://tw2.bitbusters.club/downloads/tworld-${version}-src.tar.gz\"; sha256 = \"sha256:1y55v2shk2xxcds7bdwdjaq9lka31sgdp2469zqnvldchwbvcb2i\"; }; buildInputs = [ qt4 SDL ]; enableParallelBuilding = true; postConfigure = '' echo \"#define COMPILE_TIME \"$(date -ud \"@$SOURCE_DATE_EPOCH\" '+%Y %b %e %T %Z')\"\" >comptime.h ''; makeFlags = [ \"bindir=${placeholder \"out\"}/bin\" \"sharedir=${placeholder \"out\"}/share\" \"mandir=${placeholder \"out\"}/share/man/en\" ]; postInstall = '' mkdir -p $out/share/doc/${pname} cp COPYING README docs/tworld2.html $out/share/doc/${pname} mkdir $out/share/icons cp tworld.ico tworld2.ico $out/share/icons ''; meta = with lib; { description = \"Tile World 2: Tile World is a reimplementation of the game Chip's Challenge\"; homepage = \"https://tw2.bitbusters.club/\"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ drperceptron ]; }; } "} {"_id":"doc-en-nixpkgs-bb165585fb1a60554813596f8109168c78129b47ff60300fcc64c4c6a0750cbf","title":"","text":"tuxtype = callPackage ../games/tuxtype { }; tworld2 = callPackage ../games/tworld2 { }; speed_dreams = callPackage ../games/speed-dreams { # Torcs wants to make shared libraries linked with plib libraries (it provides static). # i686 is the only platform I know than can do that linking without plib built with -fPIC"} {"_id":"doc-en-nixpkgs-8bca8488ac6852f6e6394514dad667368129522803b48a90a66e5f54451a78fc","title":"","text":" { lib , stdenv , sassc , gdk-pixbuf , glib , gobject-introspection , librsvg , gtk3 , python3 , fetchFromGitHub , wrapGAppsHook }: let py = python3.withPackages (p: [ p.pygobject3 ]); pname = \"themix-gui\"; version = \"1.15.1\"; in stdenv.mkDerivation { inherit pname version; src = fetchFromGitHub { owner = \"themix-project\"; repo = \"themix-gui\"; rev = version; hash = \"sha256-xFtwNx1c7Atb+9yorZhs/uVkkoxbZiELJ0SZ88L7KMs=\"; fetchSubmodules = true; }; nativeBuildInputs = [ gobject-introspection py sassc wrapGAppsHook ]; buildInputs = [ gdk-pixbuf glib gtk3 librsvg py ]; postPatch = '' substituteInPlace gui.sh packaging/bin/{oomox,themix}-gui --replace python3 ${lib.getExe py} ''; dontBuild = true; installPhase = '' runHook preInstall make DESTDIR=/ APPDIR=$out/opt/oomox PREFIX=$out install_gui install_import_xresources install_export_xresources python -O -m compileall $out/opt/oomox/oomox_gui -d /opt/oomox/oomox_gui runHook postInstall ''; meta = { description = \"Graphical application for designing themes and exporting them using plugins\"; longDescription = '' Graphical application for generating different color variations of Oomox (Numix-based) and Materia (ex-Flat-Plat) themes (GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm), Archdroid, Gnome-Color, Numix, Papirus and Suru++ icon themes. Have a hack for HiDPI in gtk2. Its Base16 plugin also allowing a lot of app themes support like Alacritty, Emacs, GTK4, KDE, VIM and many more. ''; homepage = \"https://github.com/themix-project/themix-gui\"; license = lib.licenses.gpl3Only; mainProgram = \"themix-gui\"; maintainers = with lib.maintainers; [ eclairevoyant ]; platforms = lib.platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-cedbf6e31e2efb8fea096ad13109f4b5198f8b8e584cc094c5066bf8b72b5801","title":"","text":" { lib , stdenv , fetchFromGitHub , qtbase , qmake , wrapQtAppsHook , copyDesktopItems , makeDesktopItem }: stdenv.mkDerivation rec { pname = \"cubiomes-viewer\"; version = \"1.12.1\"; src = fetchFromGitHub { owner = \"Cubitect\"; repo = pname; rev = version; sha256 = \"sha256-F0c6gMQKu35iBNRw+wpoxSUOhRUbPRKIXSNDDNZsfPE=\"; fetchSubmodules = true; }; buildInputs = [ qtbase ]; nativeBuildInputs = [ qmake wrapQtAppsHook copyDesktopItems ]; desktopItems = [ (makeDesktopItem { name = pname; desktopName = \"Cubiomes Viewer\"; exec = pname; icon = pname; categories = \"Game\"; comment = meta.description; }) ]; preBuild = '' # QMAKE_PRE_LINK is not executed (I dont know why) make -C ./cubiomes libcubiomes CFLAGS=\"-DSTRUCT_CONFIG_OVERRIDE=1\" all ''; installPhase = '' runHook preInstall mkdir -p $out/bin cp cubiomes-viewer $out/bin mkdir -p $out/share/pixmaps cp icons/map.png $out/share/pixmaps/cubiomes-viewer.png runHook postInstall ''; meta = with lib; { homepage = \"https://github.com/Cubitect/cubiomes-viewer\"; description = \"A graphical Minecraft seed finder and map viewer\"; longDescription = '' Cubiomes Viewer provides a graphical interface for the efficient and flexible seed-finding utilities provided by cubiomes and a map viewer for the Minecraft biomes and structure generation. ''; platforms = platforms.all; license = licenses.gpl3Plus; maintainers = with maintainers; [ hqurve ]; }; } "} {"_id":"doc-en-nixpkgs-ba8474df32603ab995bfd5f35222c6a46cf4d13356d2d362278c108a62360431","title":"","text":"ctodo = callPackage ../applications/misc/ctodo { }; cubiomes-viewer = libsForQt5.callPackage ../applications/misc/cubiomes-viewer { }; ctmg = callPackage ../tools/security/ctmg { }; cmake_2_8 = callPackage ../development/tools/build-managers/cmake/2.8.nix { };"} {"_id":"doc-en-nixpkgs-88b9f724f8d51fa292e9e7dc0affc3daed0385a9ad086a524a18b27960cd3b39","title":"","text":"python3.pkgs.buildPythonApplication rec { pname = \"radicale\"; version = \"3.1.3\"; version = \"3.1.4\"; src = fetchFromGitHub { owner = \"Kozea\"; repo = \"Radicale\"; rev = \"v${version}\"; hash = \"sha256-a1oapCktJPvNO+MTsB9COtxSFB/ZIZvJiuqX+s+lncY=\"; hash = \"sha256-vX6lYiDqpQeWVLotyt2ODwcjskWB6EuCky3/V8m1m7Q=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-21395bdfba0757ae3a6638dcc3a68ef4951018768779b577ca603dfb1864c22e","title":"","text":" { lib , stdenv , fetchFromGitHub , appstream-glib , desktop-file-utils , gobject-introspection , meson , ninja , pkg-config , wrapGAppsHook4 , gjs , gtk4 , libadwaita , libportal-gtk4 }: stdenv.mkDerivation rec { pname = \"junction\"; version = \"1.5.0\"; src = fetchFromGitHub { owner = \"sonnyp\"; repo = \"junction\"; rev = \"v${version}\"; sha256 = \"sha256-jS4SHh1BB8jk/4EP070X44C4n3GjyCz8ozgK8v5lbqc=\"; }; nativeBuildInputs = [ appstream-glib desktop-file-utils gobject-introspection meson ninja pkg-config wrapGAppsHook4 ]; buildInputs = [ gjs gtk4 libadwaita libportal-gtk4 ]; postInstall = '' # autoPatchShebangs does not like \"/usr/bin/env -S gjs\" substituteInPlace $out/bin/re.sonny.Junction --replace \"/usr/bin/env -S gjs\" \"/usr/bin/gjs\" ''; meta = with lib; { description = \"Choose the application to open files and links\"; homepage = \"https://apps.gnome.org/en/app/re.sonny.Junction/\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ hqurve ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-595d5ed891879b276d69445fecde7a34e15ec13309dd6e054449957b34a4e6d9","title":"","text":"jmusicbot = callPackage ../applications/audio/jmusicbot { }; junction = callPackage ../applications/misc/junction { }; lemonade = callPackage ../applications/misc/lemonade { }; libquvi = callPackage ../applications/video/quvi/library.nix { };"} {"_id":"doc-en-nixpkgs-13621d0a672fb843a314fea5b921c25181186e6eecc2719f0159f1bdfe2c481f","title":"","text":" { stdenv, lib, fetchFromGitHub , python3Packages , fehSupport ? false, feh , imagemagickSupport ? true, imagemagick , intltool , gtk3 { lib , stdenv , fetchFromGitHub , gexiv2 , libnotify , gobject-introspection , gtk3 , hicolor-icon-theme , intltool , libnotify , librsvg , python3 , runtimeShell , wrapGAppsHook , makeWrapper , fehSupport ? false, feh , imagemagickSupport ? true, imagemagick }: with python3Packages; buildPythonApplication rec { python3.pkgs.buildPythonApplication rec { pname = \"variety\"; version = \"0.8.5\";"} {"_id":"doc-en-nixpkgs-df48bf379496d7e4b8a832da8cb322aa15e197a69010ac8324e70d4ebe7c58d6","title":"","text":"sha256 = \"sha256-6dLz4KXavXwnk5GizBH46d2EHMHPjRo0WnnUuVMtI1M=\"; }; nativeBuildInputs = [ makeWrapper intltool wrapGAppsHook ]; nativeBuildInputs = [ intltool wrapGAppsHook ]; buildInputs = [ distutils_extra ]; propagatedBuildInputs = [ gexiv2 gobject-introspection gtk3 hicolor-icon-theme libnotify librsvg ] ++ (with python3.pkgs; [ beautifulsoup4 configobj dbus-python distutils_extra httplib2 lxml pillow pycairo pygobject3 requests setuptools ]) ++ lib.optional fehSupport feh ++ lib.optional imagemagickSupport imagemagick; doCheck = false;"} {"_id":"doc-en-nixpkgs-6e14b028872a3f8b1977bb20349628ff0e829fab84267efbcb067dad0e4fa47a","title":"","text":"prePatch = '' substituteInPlace variety_lib/varietyconfig.py --replace \"__variety_data_directory__ = \"../data\"\" \"__variety_data_directory__ = \"$out/share/variety\"\" --replace \"__variety_data_directory__ = \"../data\"\" \"__variety_data_directory__ = \"$out/share/variety\"\" substituteInPlace data/scripts/set_wallpaper --replace /bin/bash ${stdenv.shell} --replace /bin/bash ${runtimeShell} substituteInPlace data/scripts/get_wallpaper --replace /bin/bash ${stdenv.shell} --replace /bin/bash ${runtimeShell} ''; propagatedBuildInputs = [ beautifulsoup4 configobj dbus-python gexiv2 gobject-introspection gtk3 hicolor-icon-theme httplib2 libnotify librsvg lxml pillow pycairo pygobject3 requests setuptools ] ++ lib.optional fehSupport feh ++ lib.optional imagemagickSupport imagemagick; meta = with lib; { homepage = \"https://github.com/varietywalls/variety\"; description = \"A wallpaper manager for Linux systems\";"} {"_id":"doc-en-nixpkgs-3cbf9bb9ffac4d3ebd5aa9beb8e89719aaf40ee8951675eb1d773d5b625e26d3","title":"","text":"Variety also includes a range of image effects, such as oil painting and blur, as well as options to layer quotes and a clock onto the background. ''; license = licenses.gpl3; license = licenses.gpl3Plus; maintainers = with maintainers; [ p3psi AndersonTorres zfnmxt ]; platforms = with platforms; linux; }; }"} {"_id":"doc-en-nixpkgs-d606e71796b7184af12f089807daeea5ac303337a07fcb3796ebe9b5ca157ddd","title":"","text":"substituteInPlace variety_lib/varietyconfig.py --replace \"__variety_data_directory__ = \"../data\"\" \"__variety_data_directory__ = \"$out/share/variety\"\" substituteInPlace data/scripts/set_wallpaper --replace /bin/bash ${runtimeShell} substituteInPlace data/scripts/get_wallpaper --replace /bin/bash ${runtimeShell} substituteInPlace variety/VarietyWindow.py --replace '[script,' '[\"${runtimeShell}\", script,' --replace 'check_output(script)' 'check_output([\"${runtimeShell}\", script])' ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-c321ed432a27c01489c81bcca2e1f32f2c0713e9771938f300c01415aac4e463","title":"","text":", smartmontools , substituteAll , touchegg , util-linux , vte , wrapGAppsHook , xdg-utils , xprop }: let"} {"_id":"doc-en-nixpkgs-69c6cf3586119211be0df1d513d82b120ee356a1ce4ff48fcca73025f9744ab5","title":"","text":"''; })) (patchExtension \"gtk4-ding@smedius.gitlab.com\" (old: { patches = [ (substituteAll { inherit gjs util-linux xdg-utils; util_linux = util-linux; xdg_utils = xdg-utils; src = ./extensionOverridesPatches/gtk4-ding_at_smedius.gitlab.com.patch; nautilus_gsettings_path = \"${glib.getSchemaPath gnome.nautilus}\"; }) ]; })) (patchExtension \"pano@elhan.io\" (old: { patches = [ (substituteAll {"} {"_id":"doc-en-nixpkgs-fbb516d83edb4432d088f529d45de4313433af3673a21a1fb64bc114d1ffeb32","title":"","text":" diff --git a/app/createThumbnail.js b/app/createThumbnail.js index ebe5213..9f67873 100755 --- a/app/createThumbnail.js +++ b/app/createThumbnail.js @@ -1,4 +1,4 @@ -#!/usr/bin/gjs +#!@gjs@/bin/gjs /* DING: Desktop Icons New Generation for GNOME Shell * diff --git a/app/ding.js b/app/ding.js index b200be4..3ce05ef 100755 --- a/app/ding.js +++ b/app/ding.js @@ -1,4 +1,4 @@ -#!/usr/bin/env gjs +#!@gjs@/bin/gjs /* DING: Desktop Icons New Generation for GNOME Shell * diff --git a/app/fileItemMenu.js b/app/fileItemMenu.js index cadca48..9632ecc 100644 --- a/app/fileItemMenu.js +++ b/app/fileItemMenu.js @@ -683,7 +683,7 @@ var FileItemMenu = class { return; } let xdgEmailCommand = []; - xdgEmailCommand.push('xdg-email'); + xdgEmailCommand.push('@xdg_utils@/bin/xdg-email'); for (let fileItem of this._desktopManager.getCurrentSelection(false)) { fileItem.unsetSelected(); xdgEmailCommand.push('--attach'); diff --git a/app/preferences.js b/app/preferences.js index c89271c..29f0db8 100644 --- a/app/preferences.js +++ b/app/preferences.js @@ -31,6 +31,7 @@ var Preferences = class { this._extensionPath = Data.codePath; this._Enums = Data.Enums; let schemaSource = GioSSS.get_default(); + const schemaSourceNautilus = Gio.SettingsSchemaSource.new_from_directory('@nautilus_gsettings_path@', Gio.SettingsSchemaSource.get_default(), true); this._desktopManager = null; // Gtk @@ -38,7 +39,7 @@ var Preferences = class { this.gtkSettings = new Gio.Settings({ settings_schema: schemaGtk }); // Gnome Files - let schemaObj = schemaSource.lookup(this._Enums.SCHEMA_NAUTILUS, true); + let schemaObj = schemaSourceNautilus.lookup(this._Enums.SCHEMA_NAUTILUS, true); if (!schemaObj) { this.nautilusSettings = null; this.CLICK_POLICY_SINGLE = false; @@ -47,7 +48,7 @@ var Preferences = class { } // Compression - const compressionSchema = schemaSource.lookup(this._Enums.SCHEMA_NAUTILUS_COMPRESSION, true); + const compressionSchema = schemaSourceNautilus.lookup(this._Enums.SCHEMA_NAUTILUS_COMPRESSION, true); if (!compressionSchema) this.nautilusCompression = null; else diff --git a/app/thumbnailapp.js b/app/thumbnailapp.js index b22bbe0..c5c7711 100755 --- a/app/thumbnailapp.js +++ b/app/thumbnailapp.js @@ -1,4 +1,4 @@ -#!/usr/bin/env gjs +#!@gjs@/bin/gjs /* DING: Desktop Icons New Generation for GNOME Shell * diff --git a/extension.js b/extension.js index 2e5bcaa..4eaa108 100644 --- a/extension.js +++ b/extension.js @@ -373,7 +373,7 @@ function getDesktopGeometry() { async function doKillAllOldDesktopProcesses() { const procFolder = Gio.File.new_for_path('/proc'); const processes = await FileUtils.enumerateDir(procFolder); - const thisPath = `gjs ${GLib.build_filenamev([ + const thisPath = `@gjs@/bin/gjs ${GLib.build_filenamev([ ExtensionUtils.getCurrentExtension().path, 'app', 'ding.js', @@ -397,7 +397,7 @@ async function doKillAllOldDesktopProcesses() { } if (contents.startsWith(thisPath)) { - let proc = new Gio.Subprocess({ argv: ['/bin/kill', filename] }); + let proc = new Gio.Subprocess({ argv: ['@util_linux@/bin/kill', filename] }); proc.init(null); print(`Killing old DING process ${filename}`); await proc.wait_async_promise(null); diff --git a/prefs.js b/prefs.js index 1ad0cad..d830f11 100644 --- a/prefs.js +++ b/prefs.js @@ -46,7 +46,8 @@ function fillPreferencesWindow(window) { let schemaSource = GioSSS.get_default(); let schemaGtk = schemaSource.lookup(Enums.SCHEMA_GTK, true); let gtkSettings = new Gio.Settings({ settings_schema: schemaGtk }); - let schemaNautilus = schemaSource.lookup(Enums.SCHEMA_NAUTILUS, true); + const schemaSourceNautilus = Gio.SettingsSchemaSource.new_from_directory('@nautilus_gsettings_path@', Gio.SettingsSchemaSource.get_default(), true); + let schemaNautilus = schemaSourceNautilus.lookup(Enums.SCHEMA_NAUTILUS, true); let nautilusSettings; if (!schemaNautilus) nautilusSettings = null; "} {"_id":"doc-en-nixpkgs-73ce429e8229e36d0769f317373e5f7e1dc721da3e8d1bffe45caba64301ffbf","title":"","text":"SUBSYSTEM==\"misc\", KERNEL==\"vboxguest\", TAG+=\"systemd\" ''; } (mkIf cfg.x11 { services.xserver.videoDrivers = mkOverride 50 [ \"vmware\" \"virtualbox\" \"modesetting\" ]; services.xserver.videoDrivers = [ \"vmware\" \"virtualbox\" \"modesetting\" ]; services.xserver.config = ''"} {"_id":"doc-en-nixpkgs-c36bf6d060298d9a3323a49fde160c2ff2951974e5a37eb0ac9d0f23cbbc7171","title":"","text":"stdenv.mkDerivation rec { pname = \"vulkan-tools\"; version = \"1.2.189.1\"; version = \"1.2.198.0\"; # It's not strictly necessary to have matching versions here, however # since we're using the SDK version we may as well be consistent with"} {"_id":"doc-en-nixpkgs-0212de5578c55a210818fa69f47a375b6b0e5e86bee2b139f0a2f4ec1f31a886","title":"","text":"owner = \"KhronosGroup\"; repo = \"Vulkan-Tools\"; rev = \"sdk-${version}\"; sha256 = \"0izmzyj6gb51d71vbdjcgd9qw34aidvbmz0mg4bkc13n48w8s9vj\"; sha256 = \"sha256-oNJm9Gi41aA5krkpkQI0EYdIlMcQpdodv9yqXhnNURA=\"; }); nativeBuildInputs = [ cmake ];"} {"_id":"doc-en-nixpkgs-e1b09fde491dd2282334cf5a9ea75761e173ac9decf8adf21f222b8e0bb97168","title":"","text":", autoPatchelfHook , alsa-lib , cups , libpulseaudio , libX11 , libXScrnSaver , libXtst"} {"_id":"doc-en-nixpkgs-bac191cfa15d95e244ae3ab10eed778e211513fcf8669a479c65c8f85981783e","title":"","text":"version = \"8.0.0\"; src = fetchurl { url = \"https://web.archive.org/web/20211130172544/https://tetr.io/about/desktop/builds/TETR.IO%20Setup.deb\"; url = \"https://web.archive.org/web/20211228025517if_/https://tetr.io/about/desktop/builds/TETR.IO%20Setup.deb\"; name = \"tetrio-desktop.deb\"; sha256 = \"1nlblfhrph4cw8rpic9icrs78mzrxyskl7ggyy2i8bk9i07i21xf\"; };"} {"_id":"doc-en-nixpkgs-bac40ed5ac66af58980864f7232174542b0a8588eeb0d1e295424b7f8807b1f8","title":"","text":"libPath = lib.makeLibraryPath [ alsa-lib cups libpulseaudio libX11 libXScrnSaver libXtst"} {"_id":"doc-en-nixpkgs-41fcb11fc518c003730b28647c19698b27095acf401868ca2a61982c2518f79c","title":"","text":"postPatch = '' sed -i setup.py -e \"/pip>=/c'pip',\" substituteInPlace setup.py --replace 'typing==3.6.4' 'typing' --replace \"typing==3.6.4\" \"typing\" --replace \"attrs>=19.3.0,<21.3.0\" \"attrs\" ''; disabledTestPaths = ["} {"_id":"doc-en-nixpkgs-c0494d7442640307569ee4b5493e587a774a9abe1d682c1a50e7e3c06a261db5","title":"","text":", aioredis , async_generator , buildPythonPackage , fetchPypi , fetchFromGitHub , fetchpatch , hypothesis , lupa , pytest-asyncio"} {"_id":"doc-en-nixpkgs-54dfb519c237de840c740a86fcc82891fc0a13472b3a77e569b6c90bd2911e52","title":"","text":"version = \"1.7.0\"; format = \"setuptools\"; disabled = pythonOlder \"3.5\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-yb0S5DAzbL0+GJ+uDpHrmZl7k+dtv91u1n+jUtxoTHE=\"; src = fetchFromGitHub { owner = \"jamesls\"; repo = pname; rev = version; hash = \"sha256-P6PUg9SY0Qshlvj+iV1xdrzVLJ9JXUV4cGHUynKO3m0=\"; }; propagatedBuildInputs = ["} {"_id":"doc-en-nixpkgs-6cbfed125e3e43b58ed4eac128f711a3c409936a72cf769d6bbd18bddbadf9b7","title":"","text":"pytestCheckHook ]; patches = [ # Support for redis <= 4.1.0, https://github.com/jamesls/fakeredis/pull/324 (fetchpatch { name = \"support-redis-4.1.0.patch\"; url = \"https://github.com/jamesls/fakeredis/commit/8ef8dc6dacc9baf571d66a25ffbf0fadd7c70f78.patch\"; sha256 = \"sha256-4DrF/5WEWQWlJZtAi4qobMDyRAAcO/weHIaK9waN00k=\"; }) ]; disabledTestPaths = [ # AttributeError: 'AsyncGenerator' object has no attribute XXXX \"test/test_aioredis2.py\""} {"_id":"doc-en-nixpkgs-bd613a7508d7b99c22cd5c1ae277976bfb725a0e28ad788b5015ce29582a5896","title":"","text":" { lib, fetchFromGitHub, python3Packages }: python3Packages.buildPythonPackage rec { pname = \"open-fprintd\"; version = \"0.6\"; src = fetchFromGitHub { owner = \"uunicorn\"; repo = pname; rev = version; sha256 = \"sha256-uVFuwtsmR/9epoqot3lJ/5v5OuJjuRjL7FJF7oXNDzU=\"; }; propagatedBuildInputs = with python3Packages; [ dbus-python pygobject3 ]; checkInputs = with python3Packages; [ dbus-python ]; postInstall = '' install -D -m 644 debian/open-fprintd.service $out/lib/systemd/system/open-fprintd.service install -D -m 644 debian/open-fprintd-resume.service $out/lib/systemd/system/open-fprintd-resume.service install -D -m 644 debian/open-fprintd-suspend.service $out/lib/systemd/system/open-fprintd-suspend.service substituteInPlace $out/lib/systemd/system/open-fprintd.service --replace /usr/lib/open-fprintd \"$out/lib/open-fprintd\" substituteInPlace $out/lib/systemd/system/open-fprintd-resume.service --replace /usr/lib/open-fprintd \"$out/lib/open-fprintd\" substituteInPlace $out/lib/systemd/system/open-fprintd-suspend.service --replace /usr/lib/open-fprintd \"$out/lib/open-fprintd\" ''; postFixup = '' wrapPythonProgramsIn \"$out/lib/open-fprintd\" \"$out $pythonPath\" ''; meta = with lib; { description = \"Fprintd replacement which allows you to have your own backend as a standalone service\"; homepage = \"https://github.com/uunicorn/open-fprintd\"; license = licenses.gpl2Only; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-076287ad216380519ac3290d915f7ac8164b3ab2042e4e0775d1fa2c8150655e","title":"","text":", libXt, qt, readline , useSCEL ? false, emacs }: let optional = stdenv.lib.optional; in stdenv.mkDerivation rec { let optional = stdenv.lib.optional; ljack2 = libjack2.override { gcc = gcc; }; in stdenv.mkDerivation rec { name = \"supercollider-3.6.6\"; meta = {"} {"_id":"doc-en-nixpkgs-d2cbab272822873e6ddf90f7e1004aa0829a3ca6560bdd20350c9827a942aa8e","title":"","text":"cmakeFlags = '' -DSC_WII=OFF -DSC_EL=${if useSCEL then \"ON\" else \"OFF\"} -DSC_EL=${if useSCEL then \"ON\" else \"OFF\"} ''; nativeBuildInputs = [ cmake pkgconfig ]; buildInputs = [ gcc libjack2 libsndfile fftw curl libXt qt readline ] buildInputs = [ gcc ljack2 libsndfile fftw curl libXt qt readline ] ++ optional useSCEL emacs; }"} {"_id":"doc-en-nixpkgs-f76c33fbf07a90b2bbe8a52075cad526ceed574becdb0ed01329ffe1914195e9","title":"","text":"{ stdenv, fetchFromGitHub, pkgconfig, python, makeWrapper , bash, libsamplerate, libsndfile, readline , bash, libsamplerate, libsndfile, readline, gcc # Optional Dependencies , dbus ? null, pythonDBus ? null, libffado ? null, alsaLib ? null"} {"_id":"doc-en-nixpkgs-ba07a4e23c8dc96ab00608a457c35809b2a654c463405c4b4c3d69da647a9b45","title":"","text":"}; nativeBuildInputs = [ pkgconfig python makeWrapper ]; buildInputs = [ buildInputs = [ gcc python libsamplerate libsndfile readline"} {"_id":"doc-en-nixpkgs-603d290d8c3c2d305818ea113daf0b826b6499584b741e9ec86bcc424871dd4c","title":"","text":"let jre' = jre_minimal.override { modules = [ \"java.base\" \"java.desktop\" ]; modules = [ \"java.base\" \"java.desktop\" \"java.logging\" ]; }; importVariant = f: import (./. + \"/src-${variant}/${f}\");"} {"_id":"doc-en-nixpkgs-60938c0936f37f574b36478dddd295f8fb0d0624bb427b1b6df24369e8ba9e34","title":"","text":"{ lib, stdenv, fetchurl, cmake, bison, pkg-config , boost, libedit, libevent, lz4, ncurses, openssl, protobuf, readline, zlib, perl , cctools, CoreServices, developer_cmds , libtirpc, rpcsvc-proto , libtirpc, rpcsvc-proto, nixosTests }: # Note: zlib is not required; MySQL can use an internal zlib."} {"_id":"doc-en-nixpkgs-4628319feb94245156d9da6d4d9c4f8f5cf36f6299c99304cb4d2818bdeda2ee","title":"","text":"let self = stdenv.mkDerivation rec { pname = \"mysql\"; version = \"5.7.27\"; version = \"5.7.37\"; src = fetchurl { url = \"mirror://mysql/MySQL-5.7/${pname}-${version}.tar.gz\"; sha256 = \"1fhv16zr46pxm1j8vb8x8mh3nwzglg01arz8gnazbmjqldr5idpq\"; sha256 = \"sha256-qZqaqGNdJWbat2Sy3la+0XMDZdNg4guyf1Y5LOVOGL0=\"; }; preConfigure = lib.optionalString stdenv.isDarwin ''"} {"_id":"doc-en-nixpkgs-b513dac3483dae211d264c8f185cb36a21288147e55c0fed6514342a02f1955f","title":"","text":"connector-c = self; server = self; mysqlVersion = \"5.7\"; tests = nixosTests.mysql; }; meta = with lib; {"} {"_id":"doc-en-nixpkgs-d329a5f150d1adb436dd8af3cfbfefdf2eaa05f78ad9c0404a125534f9c033f1","title":"","text":"homepage = \"https://www.jool.mx/\"; description = \"Fairly compliant SIIT and Stateful NAT64 for Linux - kernel modules\"; platforms = platforms.linux; license = licenses.gpl2Only; maintainers = with maintainers; [ fpletz ]; }; }"} {"_id":"doc-en-nixpkgs-ca3aee66ea28f887089ec62cd273c4d50706d929b49f017011edf577514367ac","title":"","text":"{ fetchFromGitHub }: rec { version = \"4.1.6\"; version = \"4.1.7\"; src = fetchFromGitHub { owner = \"NICMx\"; repo = \"Jool\"; rev = \"v${version}\"; sha256 = \"09avkiazpfxzrgr3av58jbina5x9jqvqhjkn39475pfhfhrlv9fv\"; sha256 = \"08z23mi6xkr6zzp0hzh1cppvl2y0177s0lnpxqbpy8jiii5fxw8f\"; }; }"} {"_id":"doc-en-nixpkgs-003b1af43228d7c5958aa674e5e2b245659b51d5b31a15606541370855084a85","title":"","text":"source = json.generate \"v4l2-monitor.conf\" configs.v4l2-monitor; }; environment.etc.\"pipewire/media-session.d/with-audio\" = mkIf config.services.pipewire.audio.enable { text = \"\"; }; environment.etc.\"pipewire/media-session.d/with-alsa\" = mkIf config.services.pipewire.alsa.enable { text = \"\";"} {"_id":"doc-en-nixpkgs-87bbb4203844bec423efb2a8df80fe971b328534e664f7305c748236aa896863","title":"","text":"}; }; audio = { enable = lib.mkOption { type = lib.types.bool; # this is for backwards compatibility default = cfg.alsa.enable || cfg.jack.enable || cfg.pulse.enable; defaultText = lib.literalExpression \"config.services.pipewire.alsa.enable || config.services.pipewire.jack.enable || config.services.pipewire.pulse.enable\"; description = \"Whether to use PipeWire as the primary sound server\"; }; }; alsa = { enable = mkEnableOption \"ALSA support\"; support32Bit = mkEnableOption \"32-bit ALSA support on 64-bit systems\";"} {"_id":"doc-en-nixpkgs-89659ec0439a43cb897fd186f621f8757a39b70e6c8b68c4281ed3a9e81bb2c4","title":"","text":"config = mkIf cfg.enable { assertions = [ { assertion = cfg.pulse.enable -> !config.hardware.pulseaudio.enable; message = \"PipeWire based PulseAudio server emulation replaces PulseAudio. This option requires `hardware.pulseaudio.enable` to be set to false\"; assertion = cfg.audio.enable -> !config.hardware.pulseaudio.enable; message = \"Using PipeWire as the sound server conflicts with PulseAudio. This option requires `hardware.pulseaudio.enable` to be set to false\"; } { assertion = cfg.jack.enable -> !config.services.jack.jackd.enable; message = \"PipeWire based JACK emulation doesn't use the JACK service. This option requires `services.jack.jackd.enable` to be set to false\"; } { # JACK intentionally not checked, as PW-on-JACK setups are a thing that some people may want assertion = (cfg.alsa.enable || cfg.pulse.enable) -> cfg.audio.enable; message = \"Using PipeWire's ALSA/PulseAudio compatibility layers requires running PipeWire as the sound server. Set `services.pipewire.audio.enable` to true.\"; } ]; environment.systemPackages = [ cfg.package ]"} {"_id":"doc-en-nixpkgs-6f7ef6c37a6f0561ee8bdce2d9d31bcea90947391f342351a320ea03b588bd9d","title":"","text":"{ config, lib, pkgs, ... }: let cfg = config.services.pipewire.wireplumber; pwCfg = config.services.pipewire; cfg = pwCfg.wireplumber; pwUsedForAudio = pwCfg.audio.enable; in { meta.maintainers = [ lib.maintainers.k900 ];"} {"_id":"doc-en-nixpkgs-1c8673741b8d0938eacd7618ff6c2703ef024e8f829adc6657b82497db112d58","title":"","text":"]; environment.systemPackages = [ cfg.package ]; environment.etc.\"wireplumber/main.lua.d/80-nixos.lua\" = lib.mkIf (!pwUsedForAudio) { text = '' # Pipewire is not used for audio, so prevent it from grabbing audio devices alsa_monitor.enable = function() end ''; }; systemd.packages = [ cfg.package ]; systemd.services.wireplumber.enable = config.services.pipewire.systemWide;"} {"_id":"doc-en-nixpkgs-197c99f40909443f1f9f867c42bc0eec91a500f7f99bd12b0bc746346e4d38d4","title":"","text":"description = \"Text-based addressbook program designed to use with mutt mail client\"; license = lib.licenses.gpl2; maintainers = [ lib.maintainers.edwtjo ]; platforms = with lib.platforms; linux; platforms = with lib.platforms; unix; }; }"} {"_id":"doc-en-nixpkgs-529814806456a1558a3126378b4f5e23ba2c20252de7260528f2e329e86168bb","title":"","text":"in py.pkgs.buildPythonApplication rec { pname = \"salt\"; version = \"3004\"; version = \"3004.1\"; src = py.pkgs.fetchPypi { inherit pname version; sha256 = \"PVNWG8huAU3KLsPcmBB5vgTVXqBHiQyr3iXlsQv6WxM=\"; hash = \"sha256-fzRKJDJkik8HjapazMaNzf/hCVzqE+wh5QQTVg8Ewpg=\"; }; propagatedBuildInputs = with py.pkgs; ["} {"_id":"doc-en-nixpkgs-ec905fcb7e1c3660c6cce5415eaf30d6e56b4e83bdc636c6e8e764ae656c0e38","title":"","text":"}: python3.pkgs.buildPythonApplication rec { pname = \"salt\"; version = \"3003.3\"; version = \"3003.4\"; src = python3.pkgs.fetchPypi { inherit pname version; sha256 = \"pvnIyLXiYA6oYgtKZzcd4XYRvrT42X5LubCzCKN+0eI=\"; sha256 = \"53uAjlG0HX5Jae4VWIrAT9DbmzPfonEPVEGNfrOHJM0=\"; }; propagatedBuildInputs = with python3.pkgs; ["} {"_id":"doc-en-nixpkgs-b95985a5deaaf620516842699c7af0adcc80d04f75d392476926e2d806423816","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"lapce\"; version = \"0.0.10\"; version = \"0.0.12\"; src = fetchFromGitHub { owner = \"lapce\"; repo = pname; rev = \"v${version}\"; sha256 = \"tOVFm4DFQurFU4DtpPwxXQLbTGCZnrV1FfYKtvkRxRE=\"; sha256 = \"sha256-ZFQjQ5+G0b0Fgg3+du/drt+62rC/TCNR5MIdJXAkTrE=\"; }; cargoPatches = [ ./fix-version.patch ]; cargoSha256 = \"BwB3KgmI5XnZ5uHv6f+kGKBzpyxPWcoKvF7qw90eorI=\"; cargoSha256 = \"sha256-sMTootPsenaWzLLFImo6HWC1pcm2uFupPhVWsUJp1Ak=\"; nativeBuildInputs = [ cmake"} {"_id":"doc-en-nixpkgs-32cd9db03655fe0625953d4af644ba19bb0185c1215440817883f938d7aa792a","title":"","text":" diff --git a/Cargo.lock b/Cargo.lock index bc9a0f8..45a74ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = \"lapce\" -version = \"0.0.9\" +version = \"0.0.10\" dependencies = [ \"lapce-core\", \"lapce-proxy\", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = \"lapce-core\" -version = \"0.0.9\" +version = \"0.0.10\" dependencies = [ \"Inflector\", \"alacritty_terminal 0.15.0\", @@ -2233,7 +2233,7 @@ dependencies = [ [[package]] name = \"lapce-proxy\" -version = \"0.0.9\" +version = \"0.0.10\" dependencies = [ \"alacritty_terminal 0.16.0-rc2\", \"anyhow\", "} {"_id":"doc-en-nixpkgs-b3953c7da69aa7d09218800bbe3dfd34879eb57fb94f3c3b2802f46635cdfdb7","title":"","text":"--replace 'ARFLAGS=\"-o\"' 'ARFLAGS=\"-r\"' ''; patches = [ ./fix-configure-issue-cross.patch ]; outputs = [ \"out\" \"dev\" ] ++ lib.optional splitStaticOutput \"static\"; setOutputFlags = false;"} {"_id":"doc-en-nixpkgs-9f884f83172c34cd0c06f6058c6108976028a691390114ccb3659c28569ef6b3","title":"","text":" From 05796d3d8d5546cf1b4dfe2cd72ab746afae505d Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 28 Mar 2022 18:34:10 -0700 Subject: [PATCH] Fix configure issue that discarded provided CC definition. --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 52ff4a04e..3fa3e8618 100755 --- a/configure +++ b/configure @@ -174,7 +174,10 @@ if test -z \"$CC\"; then else cc=${CROSS_PREFIX}cc fi +else + cc=${CC} fi + cflags=${CFLAGS-\"-O3\"} # to force the asm version use: CFLAGS=\"-O3 -DASMV\" ./configure case \"$cc\" in "} {"_id":"doc-en-nixpkgs-61448020e7e17b9cecc95e873f8d1dec6ab8e8372d5b37f97bbda49663e8a54c","title":"","text":"}: mkDerivation rec { pname = \"jl\"; version = \"0.0.5\"; src = fetchFromGitHub { owner = \"chrisdone\"; repo = \"jl\"; rev = \"v${version}\"; sha256 = \"1hlnwsl4cj0l4x8dxwda2fcnk789cwlphl9gv9cfrivl43mgkgar\"; }; patches = [ # MonadFail compatibility patch. Should be removed with the next release (fetchpatch { url = \"https://github.com/chrisdone/jl/commit/6d40308811cbc22a96b47ebe69ec308b4e9fd356.patch\"; sha256 = \"1pg92ffkg8kim5r8rz8js6fjqyjisg1266sf7p9jyxjgsskwpa4g\"; }) ]; version = \"0.1.0\"; sha256 = \"15vvn3swjpc5qmdng1fcd8m9nif4qnjmpmxc9hdw5cswzl055lkj\"; isLibrary = true; isExecutable = true; libraryHaskellDepends = ["} {"_id":"doc-en-nixpkgs-5d1085cd61ef25c17c8b3634434011f8a8afd5fa32065049a471e6fa55df4fcc","title":"","text":"description = \"Functional sed for JSON\"; maintainers = with lib.maintainers; [ fgaz ]; homepage = \"https://github.com/chrisdone/jl\"; # jl needs to be updated to work with aeson-2.0. # As far as I can tell, there is unfortunately no where to report issues upstream # for us to be able to track when upstream adds aeson-2.0 support. hydraPlatforms = lib.platforms.none; broken = true; }"} {"_id":"doc-en-nixpkgs-6e4b063f372fc02c9a7a3b5a588e6843bca73bea2b534300f5908dce2f962c28","title":"","text":"}); in { subversion_1_10 = common { version = \"1.10.8\"; sha256 = \"sha256-CnO6MSe1ov/7j+4rcCmE8qgI3nEKjbKLfdQBDYvlDlo=\"; }; subversion = common { version = \"1.14.2\"; sha256 = \"sha256-yRMOjQt1copm8OcDj8dwUuZxgw14W1YWqtU7SBDTzCg=\";"} {"_id":"doc-en-nixpkgs-a366adb02668618a0899b59a6e5c77a2e3051b038162a4aa6b3a24d43cc0d78e","title":"","text":"stanchion = throw \"Stanchion was part of riak-cs which is not maintained anymore\"; # added 2020-10-14 steam-run-native = steam-run; # added 2022-02-21 stumpwm-git = throw \"stumpwm-git has been broken for a long time and lispPackages.stumpwm follows Quicklisp that is close to git version\"; # Added 2021-05-09 subversion_1_10 = throw \"subversion_1_10 has been removed as it has reached its end of life\"; # Added 2022-04-26 subversion19 = throw \"subversion19 has been removed as it has reached its end of life\"; # Added 2021-03-31 sudolikeaboss = throw \"sudolikeaboss is no longer maintained by upstream\"; # Added 2022-04-16 sundials_3 = throw \"sundials_3 was removed in 2020-02. outdated and no longer needed\";"} {"_id":"doc-en-nixpkgs-901d346d2e6f1e4861fef003e465b847e80dc6e619b5cc34ba8c4c94c0df4dd8","title":"","text":"sublime-merge-dev; inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; }) subversion_1_10 subversion; subversion; subversionClient = subversion.override { bdbSupport = false;"} {"_id":"doc-en-nixpkgs-86efb3d61bedf6bc14e302738c772f9030dc63de2e1e8dec8f213b6bad0f5c4c","title":"","text":"{ stdenv , buildPythonPackage , fetchFromGitHub , fetchpatch , python , bootstrapped-pip , lib"} {"_id":"doc-en-nixpkgs-f23dd66326af8d4ac0cb6b87e7cbf7d80ff0679b54e90df94b5b10f5f54cc7b5","title":"","text":"patches = [ ./tag-date.patch ./setuptools-distutils-C++.patch # Use sysconfigdata to find headers. Fixes cross-compilation of extension modules. # https://github.com/pypa/distutils/pull/145 (fetchpatch { url = \"https://github.com/pypa/distutils/commit/aed7294b7b0c228cc0666a8b04f2959bf310ab57.patch\"; hash = \"sha256-/9+TKv0nllBfnj48zcXLrOgyBj52dBIVbrpnIaQ4O84=\"; stripLen = 2; extraPrefix = \"setuptools/_distutils/\"; }) ]; buildPhase = ''"} {"_id":"doc-en-nixpkgs-c363160ad8a835f90bf0fffe5c9786d00109dbbf206b0024790fecdb335e33fd","title":"","text":"sha256 = \"sha256-1KnYHz9ntKbgfLeoDcsQrV6RdvzDB2LHCoFYCmS4sLY=\"; }; patches = [ # https://savannah.gnu.org/bugs/?func=detailitem&item_id=62436 ./patches/bug62436.patch ]; buildInputs = [ readline ncurses"} {"_id":"doc-en-nixpkgs-84b5efc00e34d5eae7456c852958c516f042f358238dca1f67682bef0f872652","title":"","text":" # HG changeset patch # User John Donoghue # Date 1652358904 14400 # Thu May 12 08:35:04 2022 -0400 # Branch stable # Node ID 8c940cfcce257369677c09154da2aab2c56eaa79 # Parent 63710f3bd9811c2d206ac9e7b4f47cf06c47e153 * scripts/pkg/private/build.m: check configure and Makefile exist before trying to unlink them (Bug #62436) diff -r 63710f3bd981 -r 8c940cfcce25 scripts/pkg/private/build.m --- a/scripts/pkg/private/build.m\tWed May 11 09:44:55 2022 -0700 +++ b/scripts/pkg/private/build.m\tThu May 12 08:35:04 2022 -0400 @@ -77,8 +77,12 @@ else arch_abi = getarch (); configure_make (desc, build_root, verbose); - unlink (fullfile (build_root, \"src\", \"configure\")); - unlink (fullfile (build_root, \"src\", \"Makefile\")); + if exist (fullfile (build_root, \"src\", \"configure\"), \"file\") + unlink (fullfile (build_root, \"src\", \"configure\")); + endif + if exist (fullfile (build_root, \"src\", \"Makefile\"), \"file\") + unlink (fullfile (build_root, \"src\", \"Makefile\")); + endif endif tar_name = [desc.name \"-\" desc.version \"-\" arch_abi \".tar\"]; tar_path = fullfile (builddir, tar_name); "} {"_id":"doc-en-nixpkgs-36b59bb248b262eee968d0c6900f412c2892f267b79ba588fe4ef5fa33be706a","title":"","text":"githubId = 1550265; name = \"Dominic Steinitz\"; }; ifurther = { email = \"55025025+ifurther@users.noreply.github.com\"; github = \"ifurther\"; githubId = 55025025; name = \"Feather Lin\"; }; igsha = { email = \"igor.sharonov@gmail.com\"; github = \"igsha\";"} {"_id":"doc-en-nixpkgs-29c0a39b72f21c5dea3ad9520c15080a5f4431d1852cb1e8020dc8c32f029a3c","title":"","text":" { buildPythonPackage , cython , fetchPypi , jdk , lib , six }: buildPythonPackage rec { pname = \"pyjnius\"; version = \"1.4.1\"; src = fetchPypi { inherit pname version; sha256 = \"8bc1a1b06fb11df8dd8b8d56f5ecceab614d4ba70cf559c64ae2f146423d53ce\"; }; propagatedBuildInputs = [ six ]; nativeBuildInputs = [ jdk cython ]; pythonImportsCheck = [ \"jnius\" ]; meta = with lib; { description = \"A Python module to access Java classes as Python classes using the Java Native Interface (JNI)\"; homepage = \"https://github.com/kivy/pyjnius\"; license = licenses.mit; maintainers = with maintainers; [ ifurther ]; }; } "} {"_id":"doc-en-nixpkgs-16feeeae7e2b24d3dc9bf45c29aa8db8356e9a56f2f90080b8c7e6cea660d17f","title":"","text":"{ lib , stdenv , python3 , installShellFiles }:"} {"_id":"doc-en-nixpkgs-13d8a8159fbf5c0cc28b2d6199ad93e26798e034903df9f5766d9e5c6dd4c5ba","title":"","text":"pip virtualenv virtualenv-clone ] ++ lib.optionals stdenv.hostPlatform.isAndroid [ pyjnius ]; pythonEnv = python3.withPackages runtimeDeps;"} {"_id":"doc-en-nixpkgs-46b576366dfe75bef6857ce1ef983905f62f7f42272bb040ff3321ecaa575b76","title":"","text":"pyjks = callPackage ../development/python-modules/pyjks { }; pyjnius = callPackage ../development/python-modules/pyjnius { }; pyjsparser = callPackage ../development/python-modules/pyjsparser { }; pyjwkest = callPackage ../development/python-modules/pyjwkest { };"} {"_id":"doc-en-nixpkgs-9cc6dc0e1f29b237219f2d2319ed9e397d1ff574c23dd61da33acabacdb2c392","title":"","text":"inherit (packages) version; format = \"wheel\"; disabled = pythonAtLeast \"3.10\"; # See https://github.com/tensorflow/tensorflow/issues/55581#issuecomment-1101890383 disabled = pythonAtLeast \"3.10\" && !cudaSupport; src = let pyVerNoDot = lib.strings.stringAsChars (x: if x == \".\" then \"\" else x) python.pythonVersion;"} {"_id":"doc-en-nixpkgs-71b202cd3befce6c903278c01f6ac375a4f94ff1a37fb1b2404cffcdf5b8cc57","title":"","text":"( cd unpacked/tensorflow* # Adjust dependency requirements: # - Relax gast version requirement that doesn't match what we have packaged # - Relax tensorflow-estimator version requirement that doesn't match what we have packaged # - The purpose of python3Packages.libclang is not clear at the moment and we don't have it packaged yet # - keras and tensorlow-io-gcs-filesystem will be considered as optional for now. sed -i *.dist-info/METADATA -e \"s/Requires-Dist: gast.*/Requires-Dist: gast/\" -e \"s/Requires-Dist: tf-estimator-nightly.*/Requires-Dist: tensorflow-estimator/\" -e \"/Requires-Dist: libclang/d\" -e \"/Requires-Dist: keras/d\" -e \"/Requires-Dist: tensorflow-io-gcs-filesystem/d\""} {"_id":"doc-en-nixpkgs-92eca3503c869c97e92fa8b5aa53c0018e689e812c0e72e2f61ea93f72d25e2f","title":"","text":"pythonImportsCheck = [ \"tensorflow\" \"tensorflow.keras\" \"tensorflow.python\" \"tensorflow.python.framework\" ];"} {"_id":"doc-en-nixpkgs-2cfc62d998993a1fe80960b40e13375984c8a65c30a583b8c17b1aec59b72758","title":"","text":"{ version = \"2.7.0\"; version = \"2.8.0\"; linux_py_37_cpu = { url = \"https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.7.0-cp37-cp37m-manylinux2010_x86_64.whl\"; sha256 = \"1irw4ri1fbxbj251cnjbr12gxsyj2k30asxjfxjpxhc9b0cchhx0\"; url = \"https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.8.0-cp37-cp37m-manylinux2010_x86_64.whl\"; sha256 = \"1nza8i0nvqgrcwj2yy74a3wgpgf52svf0yrz9xd6l18gsifkmkx0\"; }; linux_py_38_cpu = { url = \"https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.7.0-cp38-cp38-manylinux2010_x86_64.whl\"; sha256 = \"11a1rimr998lvvjdg03rqr8h2h7x6bbd4gyv74biwgaxmjczvjdj\"; url = \"https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.8.0-cp38-cp38-manylinux2010_x86_64.whl\"; sha256 = \"1li2gllznd5w3hh2w9ibh5lkvvssnwh5vhk7i873dxjjdl1w8sqy\"; }; linux_py_39_cpu = { url = \"https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.7.0-cp39-cp39-manylinux2010_x86_64.whl\"; sha256 = \"0x1zzmgq7hl2k98p8870h0yhaik39nc1ckvxirjx8simpj8ghsbp\"; url = \"https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.8.0-cp39-cp39-manylinux2010_x86_64.whl\"; sha256 = \"03swmyak1hb0k6b2fi9a8g76fi57jz30ym015a576iwp42pqcgkq\"; }; linux_py_310_cpu = { url = \"https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.8.0-cp310-cp310-manylinux2010_x86_64.whl\"; sha256 = \"\"; }; linux_py_37_gpu = { url = \"https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.7.0-cp37-cp37m-manylinux2010_x86_64.whl\"; sha256 = \"1x5yyxzkly9gdyhcfq4x7w7sqqxh6cw5qnfwbvzj5349xwrm63wi\"; url = \"https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.8.0-cp37-cp37m-manylinux2010_x86_64.whl\"; sha256 = \"06q3vjrlqfkqa5r18hla3d8ms1sqa897g7fpnqizgh4k8skhm9fq\"; }; linux_py_38_gpu = { url = \"https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.7.0-cp38-cp38-manylinux2010_x86_64.whl\"; sha256 = \"0prxa8yc6lbq62vnh8cw6dhcrnkdjih62kbg6pbw4gmgcbf6v6fg\"; url = \"https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.8.0-cp38-cp38-manylinux2010_x86_64.whl\"; sha256 = \"0099aa5g19zi74n6bamhmmcgp096m41fhr61swkwnh92myz1ylgb\"; }; linux_py_39_gpu = { url = \"https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.7.0-cp39-cp39-manylinux2010_x86_64.whl\"; sha256 = \"0jjv8vm20d0airml68bxhassp4yg09rcz2a39aa511cz8mavj0l6\"; url = \"https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.8.0-cp39-cp39-manylinux2010_x86_64.whl\"; sha256 = \"0zw20yvlqga7znr13pa10qxww42mj64209syiicgvhs74ji1zdca\"; }; linux_py_310_gpu = { url = \"https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-2.8.0-cp310-cp310-manylinux2010_x86_64.whl\"; sha256 = \"06kwjlhzl46jhjcg836crys2aw39x0g8s1s9qfscm1kbwzbww1hq\"; }; mac_py_37_cpu = { url = \"https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.7.0-cp37-cp37m-macosx_10_11_x86_64.whl\"; sha256 = \"1gr95ck0h4wzhdacjfhkzxdw4zglm85fc54swqhyzzv1f5n9vw8j\"; url = \"https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.8.0-cp37-cp37m-macosx_10_14_x86_64.whl\"; sha256 = \"1z5w6wx3h45fz0ji9kn2m2kf963bqbvmqc7cyjv4ixymd0rp4jps\"; }; mac_py_38_cpu = { url = \"https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.7.0-cp38-cp38-macosx_10_11_x86_64.whl\"; sha256 = \"1h3qlvlrwyvxynh5flvyqk7grbvyqc21ljqhlvds436hpn2kqrgb\"; url = \"https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.8.0-cp38-cp38-macosx_10_14_x86_64.whl\"; sha256 = \"1h5v8flhc5zb038ld0av7638cyqqkrib379lrlzvf8dw7q8ry3yx\"; }; mac_py_39_cpu = { url = \"https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.7.0-cp39-cp39-macosx_10_11_x86_64.whl\"; sha256 = \"0pyj1p2yik6ysdqn8n6cz1nqni0s9xx51ifmvdx4dl3hrzp86jz2\"; url = \"https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.8.0-cp39-cp39-macosx_10_14_x86_64.whl\"; sha256 = \"0qsmlrf8h2gxkimniyrz9bniaqpdsd92pficmsrq30k8rkz2bwjj\"; }; mac_py_310_cpu = { url = \"https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.8.0-cp310-cp310-macosx_10_14_x86_64.whl\"; sha256 = \"0lnwbvil6c6ai10lcaj9ay9pya207s9g204273msjalm1hpbmhvq\"; }; }"} {"_id":"doc-en-nixpkgs-c6d74331ffe01f683f7f853bf43aff0fc1b312dfedbdce7e065569bb1cb16063","title":"","text":"#!/usr/bin/env bash version=\"2.7.0\" version=\"2.8.0\" bucket=\"https://storage.googleapis.com/tensorflow\""} {"_id":"doc-en-nixpkgs-aa8705bf3938c3f2991ab215e06af500feb97f55a910aef7bea89b3c2cbc3bb9","title":"","text":"\"linux_py_37_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp37-cp37m-manylinux2010_x86_64.whl\" \"linux_py_38_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp38-cp38-manylinux2010_x86_64.whl\" \"linux_py_39_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp39-cp39-manylinux2010_x86_64.whl\" \"linux_py_310_cpu $bucket/linux/cpu/tensorflow_cpu-${version}-cp310-cp310-manylinux2010_x86_64.whl\" \"linux_py_37_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp37-cp37m-manylinux2010_x86_64.whl\" \"linux_py_38_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp38-cp38-manylinux2010_x86_64.whl\" \"linux_py_39_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp39-cp39-manylinux2010_x86_64.whl\" \"mac_py_37_cpu $bucket/mac/cpu/tensorflow-${version}-cp37-cp37m-macosx_10_11_x86_64.whl\" \"mac_py_38_cpu $bucket/mac/cpu/tensorflow-${version}-cp38-cp38-macosx_10_11_x86_64.whl\" \"mac_py_39_cpu $bucket/mac/cpu/tensorflow-${version}-cp39-cp39-macosx_10_11_x86_64.whl\" \"linux_py_310_gpu $bucket/linux/gpu/tensorflow_gpu-${version}-cp310-cp310-manylinux2010_x86_64.whl\" \"mac_py_37_cpu $bucket/mac/cpu/tensorflow-${version}-cp37-cp37m-macosx_10_14_x86_64.whl\" \"mac_py_38_cpu $bucket/mac/cpu/tensorflow-${version}-cp38-cp38-macosx_10_14_x86_64.whl\" \"mac_py_39_cpu $bucket/mac/cpu/tensorflow-${version}-cp39-cp39-macosx_10_14_x86_64.whl\" \"mac_py_310_cpu $bucket/mac/cpu/tensorflow-${version}-cp310-cp310-macosx_10_14_x86_64.whl\" ) hashfile=binary-hashes.nix"} {"_id":"doc-en-nixpkgs-e4b4df066326acfbbe7c594cca0debbd95b876eb9e9b9dc1eb2b3df6f81b272c","title":"","text":"google-guest-oslogin = callPackage ../tools/virtualization/google-guest-oslogin { }; google-cloud-cpp = callPackage ../development/libraries/google-cloud-cpp { }; google-cloud-cpp = callPackage ../development/libraries/google-cloud-cpp { abseil-cpp = abseil-cpp.override { cxxStandard = \"14\"; }; }; google-java-format = callPackage ../development/tools/google-java-format { };"} {"_id":"doc-en-nixpkgs-65f6f98a1e26e4d5df4f9655743a3f5c11827de63b569d4a82d6d2798621a4ad","title":"","text":"# external apps shipped with linux-mint hexchat gnome-calculator gnome-screenshot ] config.environment.cinnamon.excludePackages; }) ];"} {"_id":"doc-en-nixpkgs-ceed4842895abdf6c49413a8a208f92f073a4555b24b964a5858129131e4e13b","title":"","text":"python3.pkgs.buildPythonApplication rec { pname = \"sticky\"; version = \"1.11\"; version = \"1.12\"; format = \"other\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = pname; rev = version; hash = \"sha256-PXJpNKzF9goQvfh3lUUfOaZFessFNrWtg8nMDxPxRMo=\"; hash = \"sha256-kAO8Qz4bTn3+YeIXAvPZ1SpKgn+g+rBgi9+TaqL1vOY=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-bfcbdf146c740df34f45e97871c51005e4f0fe9e5c0b388c3a5579512c1bce15","title":"","text":", cjs , clutter , fetchFromGitHub , fetchpatch , gdk-pixbuf , gettext , libgnomekbd , glib , gobject-introspection"} {"_id":"doc-en-nixpkgs-003bea105d5e62a4e5664aa3d025ff21de944b47e29d4af2f24b517e09448b4d","title":"","text":"stdenv.mkDerivation rec { pname = \"cinnamon-common\"; version = \"5.4.9\"; version = \"5.4.10\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = \"cinnamon\"; rev = version; hash = \"sha256-nM87NO/dwOd+hN5/3zX7XUjyKvXh4uDhLcGFcKE9ccA=\"; hash = \"sha256-yNjFP32+0LXqHfJUxm1A+CTuwny5/IxxT08689f7VlE=\"; }; patches = [ ./use-sane-install-dir.patch ./libdir.patch # Re-add libsoup 2.4 as dependency - needed by some applets. # Can be removed on next update. (fetchpatch { url = \"https://github.com/linuxmint/cinnamon/commit/76224fe409d074f8a44c70e4fd5e1289f92800b9.patch\"; sha256 = \"sha256-nDt4kkK1kVstxbij63XxTJ2L/TM9Q1P6feok3xlPQOM=\"; }) # keybindings.js: Use bindings.get(). # Can be removed on next update. # https://github.com/linuxmint/cinnamon/issues/11055 (fetchpatch { url = \"https://github.com/linuxmint/cinnamon/commit/7724e4146baf8431bc1fb55dce60984e77adef5a.patch\"; sha256 = \"sha256-idGtkBa13nmoEprtmAr6OssO16wJwBd16r2ZbbhrYDQ=\"; }) ]; buildInputs = ["} {"_id":"doc-en-nixpkgs-96de39ba351a4f063bdef73a2b6c1e7e04cfe8ee9fe5735f284d2c56357acfca","title":"","text":"gsound gtk3 json-glib libsoup libsoup # referenced in js/ui/environment.js libstartup_notification libXtst libXdamage"} {"_id":"doc-en-nixpkgs-2a4a74ef67c53d4649677b5bba5e736484ff4aae6039115ac8f82448d0b14a99","title":"","text":"sed \"s| cinnamon-session| ${cinnamon-session}/bin/cinnamon-session|g\" -i ./files/usr/bin/cinnamon-session-cinnamon -i ./files/usr/bin/cinnamon-session-cinnamon2d sed \"s|/usr/bin|$out/bin|g\" -i ./files/usr/share/xsessions/cinnamon.desktop ./files/usr/share/xsessions/cinnamon2d.desktop sed \"s|msgfmt|${gettext}/bin/msgfmt|g\" -i ./files/usr/share/cinnamon/cinnamon-settings/bin/Spices.py patchShebangs src/data-to-c.pl '';"} {"_id":"doc-en-nixpkgs-82fb04ac0d6a24272dfa5960a2ac822c281fed7288d33d3d3fa6943d67a42506","title":"","text":"stdenv.mkDerivation rec { pname = \"nemo\"; version = \"5.4.2\"; version = \"5.4.3\"; # TODO: add plugins support (see https://github.com/NixOS/nixpkgs/issues/78327)"} {"_id":"doc-en-nixpkgs-0888ee8a090feea283620fcc1ae3d1fa0d494b16e105170b9692e14ecc9b9163","title":"","text":"owner = \"linuxmint\"; repo = pname; rev = version; sha256 = \"sha256-Xn9CgGe7j2APaJRLvx58z2w+sN7ZeDScQz53ZBBnsQs=\"; sha256 = \"sha256-f3rO0lpOcwpSpIpKrslf6/6nqFbbGTwnKbHpWO+Uf+Q=\"; }; outputs = [ \"out\" \"dev\" ];"} {"_id":"doc-en-nixpkgs-ce6f5192e7df60280b5d6ccffe9edad06af54ca7eba69043aa1cfbc41ab03c51","title":"","text":"stdenv.mkDerivation rec { pname = \"xreader\"; version = \"3.4.3\"; version = \"3.4.4\"; src = fetchFromGitHub { owner = \"linuxmint\"; repo = pname; rev = version; sha256 = \"sha256-GkJo/wc5StyeQv0pv5XK0Qy3o8EGpfPYY8gOMq0Afgs=\"; sha256 = \"sha256-uYnQE1GjkUxYlvXSJNmvr6q4OdvAWgv8HqTXk0KkRQM=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-63425bb887db2afa9b41a7a75143e07e803d26db729255aff1a6737337bc26ac","title":"","text":"in majorIs == \"9\" || majorIs == \"10\" || majorIs == \"11\"; let version = \"2.5.4\"; version = \"2.6.2\"; # We define a specific set of CUDA compute capabilities here, # because CUDA 11 does not support compute capability 3.0. Also,"} {"_id":"doc-en-nixpkgs-77e2d246c0041a2b8b3b8383691ef1ec3ffcb1de87c40a2159a80d58160b7466","title":"","text":"inherit version; src = fetchurl { url = \"https://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-${version}.tar.gz\"; sha256 = \"0rrvd21hczxlm8awc9z54fj7iqpjmsb518fy32s6ghz0g90znd3p\"; hash = \"sha256-dbVU2rAJA+LRC5cskT5Q5/iMvGLzrkMrWghsfk7aCnE=\"; name = \"magma-${version}.tar.gz\"; };"} {"_id":"doc-en-nixpkgs-c58e7523bbf711038c5aa6270c47340072d633fe8ebdccab231e4356bf501852","title":"","text":"enableParallelBuilding=true; buildFlags = [ \"magma\" \"magma_sparse\" ]; # MAGMA's default CMake setup does not care about installation. So we copy files directly. installPhase = '' mkdir -p $out mkdir -p $out/include mkdir -p $out/lib mkdir -p $out/lib/pkgconfig cp -a ../include/*.h $out/include #cp -a sparse-iter/include/*.h $out/include cp -a lib/*.so $out/lib cat ../lib/pkgconfig/magma.pc.in | sed -e s:@INSTALL_PREFIX@:\"$out\": | sed -e s:@CFLAGS@:\"-I$out/include\": | sed -e s:@LIBS@:\"-L$out/lib -lmagma -lmagma_sparse\": | sed -e s:@MAGMA_REQUIRED@:: > $out/lib/pkgconfig/magma.pc ''; meta = with lib; { description = \"Matrix Algebra on GPU and Multicore Architectures\"; license = licenses.bsd3;"} {"_id":"doc-en-nixpkgs-449bd8a1a1c36cab4f27a5026411772086cddf3ab2217c9e9413f6a8616da6f8","title":"","text":"# current configuration. atomicSymlink $etc, $static or die; # Returns 1 if the argument points to the files in /etc/static. That # means either argument is a symlink to a file in /etc/static or a # directory with all children being static. sub isStatic { my $path = shift; if (-l $path) { my $target = readlink $path; return substr($target, 0, length \"/etc/static/\") eq \"/etc/static/\"; } if (-d $path) { opendir DIR, \"$path\" or return 0; my @names = readdir DIR or die; closedir DIR; foreach my $name (@names) { next if $name eq \".\" || $name eq \"..\"; unless (isStatic(\"$path/$name\")) { return 0; } } return 1; } return 0; } # Remove dangling symlinks that point to /etc/static. These are # configuration files that existed in a previous configuration but not"} {"_id":"doc-en-nixpkgs-1865388d42c52ba71497a35976a5d3262cf719d49eada36be57a725318c6ab76","title":"","text":"my $target = \"/etc/$fn\"; File::Path::make_path(dirname $target); $created{$fn} = 1; # Rename doesn't work if target is directory. if (-l $_ && -d $target) { if (isStatic $target) { rmtree $target or warn; } else { warn \"$target directory contains user files. Symlinking may fail.\"; } } if (-e \"$_.mode\") { my $mode = read_file(\"$_.mode\"); chomp $mode; if ($mode eq \"direct-symlink\") {"} {"_id":"doc-en-nixpkgs-be74f23f303ba5f74afb7cb0265920e49f1881ad61d83c9da39ecd9665402fda","title":"","text":", cmake , extra-cmake-modules , ffmpeg-full , kcodecs , kconfig , kcoreaddons , kfilemetadata , ki18n , kiconthemes , kio , kio-extras , kirigami2 , kxmlgui , kdoctools , mpv , pkg-config , wrapQtAppsHook , qqc2-desktop-style , qtbase , qtquickcontrols2 , qtwayland , youtube-dl , yt-dlp }: mkDerivation rec { pname = \"haruna\"; version = \"0.7.3\"; version = \"0.8.0\"; src = fetchFromGitLab { owner = \"multimedia\"; repo = \"haruna\"; rev = \"v${version}\"; sha256 = \"sha256-pFrmTaRvsqxJw34VULzfjx2k56kJgkB96nJtai2D1wY=\"; sha256 = \"sha256-Lom9iQUKH3lQHrVK4dJzo+FG79xSCg0b4gY/KAevL6I=\"; domain = \"invent.kde.org\"; }; buildInputs = [ breeze-icons breeze-qt5 qqc2-desktop-style yt-dlp ffmpeg-full kcodecs kconfig kcoreaddons kfilemetadata ki18n kiconthemes kio kio-extras kirigami2 kxmlgui kdoctools mpv qqc2-desktop-style qtbase qtquickcontrols2 qtwayland youtube-dl ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config wrapQtAppsHook ]; meta = with lib; { homepage = \"https://github.com/g-fb/haruna\"; homepage = \"https://invent.kde.org/multimedia/haruna\"; description = \"Open source video player built with Qt/QML and libmpv\"; license = with licenses; [ bsd3 cc-by-40 gpl3Plus wtfpl ]; license = with licenses; [ bsd3 cc-by-40 cc-by-sa-40 cc0 gpl2Plus gpl3Plus wtfpl ]; maintainers = with maintainers; [ jojosch ]; }; }"} {"_id":"doc-en-nixpkgs-077e83e3585056a5ccd7e4c0988929a7f7c68e17e74b15bc6b63464eb10d6d96","title":"","text":"stdenv.mkDerivation rec { pname = \"xow\"; version = \"0.5\"; version = \"unstable-2022-04-24\"; src = fetchFromGitHub { owner = \"medusalix\"; repo = \"xow\"; rev = \"v${version}\"; sha256 = \"071r2kx44k1sc49cad3i607xg618mf34ki1ykr5lnfx9y6qyz075\"; rev = \"d335d6024f8380f52767a7de67727d9b2f867871\"; sha256 = \"0q5nr21p4dlx2a99hiivwz6qj9anrqqsdhiz6xi375yqkxis4251\"; }; firmware = fetchurl {"} {"_id":"doc-en-nixpkgs-e07f28144d910b727ffcc56f821b043e4a402b2c69e1317b8b716d5b5a77995d","title":"","text":"makeFlags = [ \"BUILD=RELEASE\" \"VERSION=${version}\" \"VERSION=${version}-${src.rev}\" \"BINDIR=${placeholder \"out\"}/bin\" \"UDEVDIR=${placeholder \"out\"}/lib/udev/rules.d\" \"MODLDIR=${placeholder \"out\"}/lib/modules-load.d\""} {"_id":"doc-en-nixpkgs-c1fceb87c1d58ec11ba26de027c0b5c2570a2d0dfdeb297a114904115f75eeac","title":"","text":"{ lib , stdenv , fetchgit , fetchFromGitHub , cmake , pkg-config , libusb1"} {"_id":"doc-en-nixpkgs-50d768ee9fc9e2d3211d87f588983ef53c7f76460193b8df13ffa8a3fa97af6b","title":"","text":"stdenv.mkDerivation rec { pname = \"rtl-sdr\"; version = \"0.6.0\"; version = \"0.8.0\"; src = fetchgit { url = \"git://git.osmocom.org/rtl-sdr.git\"; rev = \"refs/tags/${version}\"; sha256 = \"0lmvsnb4xw4hmz6zs0z5ilsah5hjz29g1s0050n59fllskqr3b8k\"; src = fetchFromGitHub { owner = \"librtlsdr\"; repo = \"librtlsdr\"; rev = \"v${version}\"; sha256 = \"1fgxlkgmdchbrf0nn98ivjr6css5hak3608nr4xrf2qzf7xy2kdk\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-82a75f89c976febb379da198db9f50330049c48e839cf307e4e04abebc57501b","title":"","text":"buildInputs = [ libusb1 ]; cmakeFlags = lib.optional stdenv.isLinux \"-DINSTALL_UDEV_RULES=ON\"; cmakeFlags = lib.optional stdenv.isLinux [ \"-DINSTALL_UDEV_RULES=ON\" \"-DWITH_RPC=ON\" ]; meta = with lib; { description = \"Turns your Realtek RTL2832 based DVB dongle into a SDR receiver\";"} {"_id":"doc-en-nixpkgs-5a7813e0c633c0ddd21e8385eb2b3cb367953db101ab9369510a5078c9a7aa07","title":"","text":"# # I've chosen to import Alpine Linux, because its image is turbo-tiny and, # generally, sufficient for our tests. alpine-meta = pkgs.fetchurl { alpine-meta-x86 = pkgs.fetchurl { url = \"https://tarballs.nixos.org/alpine/3.12/lxd.tar.xz\"; hash = \"sha256-1tcKaO9lOkvqfmG/7FMbfAEToAuFy2YMewS8ysBKuLA=\"; }; alpine-meta-for = arch: pkgs.stdenv.mkDerivation { name = \"alpine-meta-${arch}\"; version = \"3.12\"; unpackPhase = \"true\"; buildPhase = '' runHook preBuild alpine-rootfs = pkgs.fetchurl { url = \"https://tarballs.nixos.org/alpine/3.12/rootfs.tar.xz\"; hash = \"sha256-Tba9sSoaiMtQLY45u7p5DMqXTSDgs/763L/SQp0bkCA=\"; tar xvf ${alpine-meta-x86} sed -i 's/architecture: .*/architecture: ${arch}/' metadata.yaml runHook postBuild ''; installPhase = '' runHook preInstall tar czRf $out * runHook postInstall ''; }; alpine-meta = { x86_64-linux = alpine-meta-x86; aarch64-linux = alpine-meta-for \"aarch64\"; }.${pkgs.system} or (throw \"Unsupported system: ${pkgs.system}\"); alpine-rootfs = { x86_64-linux = pkgs.fetchurl { url = \"https://tarballs.nixos.org/alpine/3.12/rootfs.tar.xz\"; hash = \"sha256-Tba9sSoaiMtQLY45u7p5DMqXTSDgs/763L/SQp0bkCA=\"; }; aarch64-linux = pkgs.fetchurl { url = \"https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/aarch64/alpine-minirootfs-3.15.4-aarch64.tar.gz\"; hash = \"sha256-9kBz8Jwmo8XepJhTMt5zilCaHHpflnUH7y9+0To39Us=\"; }; }.${pkgs.system} or (throw \"Unsupported system: ${pkgs.system}\"); lxd-config = pkgs.writeText \"config.yaml\" '' storage_pools: - name: default"} {"_id":"doc-en-nixpkgs-39e623d6dcb33c628ee7f70a6ad4b4c3bb101df382a588f50e41acaa564b4bcd","title":"","text":"]; configureFlags = [ \"--disable-werror\" \"--enable-jtag_vpi\" \"--enable-usb_blaster_libftdi\" (lib.enableFeature (! stdenv.isDarwin) \"amtjtagaccel\")"} {"_id":"doc-en-nixpkgs-af60154d37cf5843709494b9f686ee3ac7122d5776f55ed5fae6a24231f1af0d","title":"","text":"}; config = mkIf cfg.enable { networking.firewall.allowedTCPPorts = mkIf cfg.openFirewall [ cfg.port ]; assertions = [ { assertion = cfg.openFirewall -> !isNull cfg.config; message = \"openFirewall can only be used with a declarative config\"; } ]; networking.firewall.allowedTCPPorts = mkIf cfg.openFirewall [ cfg.config.http.server_port ]; systemd.services.home-assistant = { description = \"Home Assistant\";"} {"_id":"doc-en-nixpkgs-b2c224d28ae787ed7c24062d56d87e5cadb7a0205f949b82bdd64709c01da020","title":"","text":" { lib, stdenv { lib , stdenv , fetchFromGitHub , cmake , qttools"} {"_id":"doc-en-nixpkgs-86dd67469f8aedcdeb3d5acc70d0951a42602041cb59385e0bd859c1cf5a9ccd","title":"","text":"export LC_ALL=\"en_US.UTF-8\" export QT_QPA_PLATFORM=offscreen export QT_PLUGIN_PATH=\"${qtbase.bin}/${qtbase.qtPluginPrefix}\" # testcli and testgui are flaky - skip them both make test ARGS+=\"-E 'testcli|testgui' --output-on-failure\" # testcli, testgui and testkdbx4 are flaky - skip them all # testautotype on darwin throws \"QWidget: Cannot create a QWidget without QApplication\" make test ARGS+=\"-E 'testcli|testgui${lib.optionalString stdenv.isDarwin \"|testautotype|testkdbx4\"}' --output-on-failure\" runHook postCheck '';"} {"_id":"doc-en-nixpkgs-0b45d8eaa694f4d9c8f9ecefa89dc8520a1c1e75fcca21b4c09f7cc4acb60d99","title":"","text":"dontWrapGApps = true; preFixup = '' qtWrapperArgs+=(\"''${gappsWrapperArgs[@]}\") '' + lib.optionalString stdenv.isDarwin '' wrapQtApp \"$out/Applications/KeePassXC.app/Contents/MacOS/KeePassXC\" ''; buildInputs = ["} {"_id":"doc-en-nixpkgs-116cd849c1e32ec8821f804fa5be14fc7723d5bc196c8b941dd056dbc5d45278","title":"","text":"license = licenses.gpl2Plus; maintainers = with maintainers; [ jonafato turion srapenne ]; platforms = platforms.linux ++ platforms.darwin; broken = stdenv.isDarwin; # see to https://github.com/NixOS/nixpkgs/issues/172165 }; }"} {"_id":"doc-en-nixpkgs-3c827264243e88acdedc522e2936db87dace538cdfbdce71f8e2caca1b56aca8","title":"","text":"TermSizeAny TermReadKey Test2Harness TestMore TestPostgreSQL TextDiff TextTable"} {"_id":"doc-en-nixpkgs-cf7d04a74c0e2ef180d1f0d57fd6a55bc012bb1200c1c474d6edf9be80db7142","title":"","text":", buildPythonPackage , fetchPypi , pythonOlder , pythonAtLeast , pythonRelaxDepsHook , writeText , asttokens"} {"_id":"doc-en-nixpkgs-a8d98a9c6a1dec23eaced24fed5ffa7ed0fb32511dd391bc913c32545f6a147e","title":"","text":", sphinx_rtd_theme , pytest-runner , setuptools-scm , git }: let"} {"_id":"doc-en-nixpkgs-1e3938fd54ae37d03f929e8dd69f62eeb8fb5b47d5a52e407e8a9d64715e303b","title":"","text":"in buildPythonPackage rec { pname = \"vyper\"; version = \"0.3.1\"; version = \"0.3.3\"; format = \"setuptools\"; disabled = pythonOlder \"3.7\" || pythonAtLeast \"3.10\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; sha256 = \"sha256-fXug5v3zstz19uexMWokHBVsfcl2ZCdIOIXKeLVyh/Q=\"; sha256 = \"sha256-BAnNj27B1HAb9VVDA69bFGbQjeOpl0g5EB2juajqBAw=\"; }; nativeBuildInputs = [ # Git is used in setup.py to compute version information during building # ever since https://github.com/vyperlang/vyper/pull/2816 git pythonRelaxDepsHook pytest-runner setuptools-scm"} {"_id":"doc-en-nixpkgs-12b49c647678ae956a32b294a74f960197a45481a2b57d691658782e84b5e1c6","title":"","text":"let pname = \"zammad\"; version = \"5.1.0\"; version = \"5.1.1\"; src = applyPatches {"} {"_id":"doc-en-nixpkgs-45ab6d0573cd8c3640ceb2b2caee4008325000965f20595ab6aa31a50b7ef48a","title":"","text":"platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"04vxmjr200akcil9fqxc9ghbb9q0lyrh2q03xxncycd5vln910fi\"; sha256 = \"1pfk942d6qwhw151hxaz7n4knk6whyxqvvywdx2cdw9yhykyaqzq\"; type = \"gem\"; }; version = \"6.2.0\"; version = \"6.2.1\"; }; factory_bot_rails = { dependencies = [\"factory_bot\" \"railties\"];"} {"_id":"doc-en-nixpkgs-31aca7d77ba5dbb8f31f430d65f4c1fb4b45dbdc38defe36bb915fa11b53279f","title":"","text":"platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1p6b3q411h2mw4dsvhjrp1hh66hha5cm69fqg85vn2lizz71n6xz\"; sha256 = \"1g43ii497cwdqhfnaxfl500bq5yfc5hfv5df1lvf6wcjnd708ihd\"; type = \"gem\"; }; version = \"1.13.3\"; version = \"1.13.4\"; }; nori = { groups = [\"default\"];"} {"_id":"doc-en-nixpkgs-d15b1c6d8a04d85d981a2114e0eae9dd41bbb4b1e2eaff6cd22772df9f9c272d","title":"","text":"platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"19mf9f5zx23cjjn0p77wz1igzpfr22mxhljgavffl8fwqq74v4ih\"; sha256 = \"01ldw5ba6xfn2k97n75n52qs4f0fy8xmn58c4247xf476nfvg035\"; type = \"gem\"; }; version = \"3.2.5\"; version = \"3.2.6\"; }; power_assert = { groups = [\"default\" \"development\" \"test\"];"} {"_id":"doc-en-nixpkgs-e2124a3b540621eea861ea10746d4b1dda75bc86e192e37662eb2a0c5b356f72","title":"","text":"platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1xvkz9xrd1cqnlm0qac1iwwxzndx3cc17zrjncpa4lzjfwbxhsnm\"; sha256 = \"0df9bknc2dllk8v9fhgidzbvbryaxa8fgifrk40cdz9csjsphbky\"; type = \"gem\"; }; version = \"4.3.11\"; version = \"4.3.12\"; }; pundit = { dependencies = [\"activesupport\"];"} {"_id":"doc-en-nixpkgs-799472b51f3dcbae0a9208a64129f4c18245841e22b265c0e6a2f090ff08108c","title":"","text":"}; version = \"2.2.3\"; }; rack-attack = { dependencies = [\"rack\"]; groups = [\"default\"]; platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"1rc6simyql7ax5zzp667x6krl0xxxh3asc1av6gcn8j6cyl86wsx\"; type = \"gem\"; }; version = \"6.6.0\"; }; rack-livereload = { dependencies = [\"rack\"]; groups = [\"development\" \"test\"];"} {"_id":"doc-en-nixpkgs-39146389d7fc8f8d8085df879b527ee26d4e781e9624672518651687423f6d7b","title":"","text":"platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"134zg0dzd7216lyczkhv01v27ikkmipjihcy2bzi0qv72p1i923i\"; sha256 = \"1wybcipkfawg4pragmayiig03xc084x3hbwywsh1dr9x9pa8f9hj\"; type = \"gem\"; }; version = \"1.1.5\"; version = \"1.1.6\"; }; slack-notifier = { groups = [\"default\"];"} {"_id":"doc-en-nixpkgs-580260cceeb98be2adfe4f89545fb94168773bb2c1f12ff906b72f338c9d6d73","title":"","text":"\"stylelint-prettier\": \"^2.0.0\" }, \"name\": \"Zammad\", \"version\": \"5.1.0\" \"version\": \"5.1.1\" }"} {"_id":"doc-en-nixpkgs-9e73c7afda8b4e0d0b87c28b2b57691377fd5f7e8a3b268c1d1c3f910e0eaf6d","title":"","text":"{ \"owner\": \"zammad\", \"repo\": \"zammad\", \"rev\": \"eefae45c2ad6e6a96b8df631d2f50f290ecbd27d\", \"sha256\": \"EjowvM//+UsAfEH9/0jgLkiD7EWH34M1NQ9U2DotBqc=\", \"rev\": \"d71bd90ef964426230664cdfbaa2572325bfed4f\", \"sha256\": \"yzDTkjnRBl71REtSKRblkanJWhj7gp/+exhWjxGCFWw=\", \"fetchSubmodules\": true }"} {"_id":"doc-en-nixpkgs-115cb09c002ebf60258c870559b05432d36fd4bad4ea03bc42300eb7e6046429","title":"","text":" { stdenv , lib , wrapQtAppsHook , qtbase , qttools , fio , cmake , kauth , extra-cmake-modules , fetchFromGitHub }: stdenv.mkDerivation rec { name = \"kdiskmark\"; version = \"2.3.0\"; src = fetchFromGitHub { owner = \"jonmagon\"; repo = \"kdiskmark\"; rev = version; sha256 = \"sha256-9ufRxEbqwcRs+m/YW8D3+1USCJNZEaOUZRec7gvgmtA=\"; }; nativeBuildInputs = [ cmake wrapQtAppsHook ]; buildInputs = [ qtbase qttools extra-cmake-modules kauth ]; postInstall = '' # so that kdiskmark can be used as unpriviledged user even on non-kde # (where kauth is not in environment.systemPackages) ln -s ${kauth}/share/dbus-1/system.d/org.kde.kf5auth.conf $out/share/dbus-1/system.d/00-kdiskmark-needs-org.kde.kf5auth.conf ''; qtWrapperArgs = [ \"--prefix\" \"PATH\" \":\" (lib.makeBinPath [ fio ]) ]; meta = with lib; { description = \"HDD and SSD benchmark tool with a friendly graphical user interface\"; longDescription = '' If kdiskmark is not run as root it can rely on polkit to get the necessary privileges. In this case you must install it with `environment.systemPackages` on NixOS, nix-env will not work. ''; homepage = \"https://github.com/JonMagon/KDiskMark\"; maintainers = [ maintainers.symphorien ]; license = licenses.gpl3Only; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-07845f2704a46cccd63dc1c3729dea52b344a36706d2458c30f3d80cb8c44b9d","title":"","text":"buildGoModule = buildGo118Module; }; kdiskmark = libsForQt5.callPackage ../tools/filesystems/kdiskmark { }; keepalived = callPackage ../tools/networking/keepalived { }; kexec-tools = callPackage ../os-specific/linux/kexec-tools { };"} {"_id":"doc-en-nixpkgs-ada6adbc01078295bfd200c6fb60470671f151486fdec132407534f30a45c052","title":"","text":"packages = [ (with dotnetCorePackages; combinePackages [ sdk_3_1 sdk_5_0 sdk_6_0 ]) ]; } ``` This will produce a dotnet installation that has the dotnet 3.1, 3.0, and 2.1 sdk. The first sdk listed will have it's cli utility present in the resulting environment. Example info output: This will produce a dotnet installation that has the dotnet 3.1 6.0 sdk. The first sdk listed will have it's cli utility present in the resulting environment. Example info output: ```ShellSession $ dotnet --info"} {"_id":"doc-en-nixpkgs-4e91c66ca31f71d45885508de7d619d4c53c09c8ff04cbd230ff0aba235b42fd","title":"","text":"projectReferences = [ referencedProject ]; # `referencedProject` must contain `nupkg` in the folder structure. dotnet-sdk = dotnetCorePackages.sdk_3_1; dotnet-runtime = dotnetCorePackages.net_5_0; dotnet-runtime = dotnetCorePackages.net_6_0; executables = [ \"foo\" ]; # This wraps \"$out/lib/$pname/foo\" to `$out/bin/foo`. executables = []; # Don't install any executables."} {"_id":"doc-en-nixpkgs-08f04beaed6be73edb3000e37209efe311199ffba9bd40eb6ca3387f95f7208e","title":"","text":"freetype and others. .NET 5.0 was removed due to being end-of-life, use a newer, supported .NET version - https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
"} {"_id":"doc-en-nixpkgs-027c3a03850b1bc6f111b9743a244844f2dcda34f96498eedb176e7f6e8fe54f","title":"","text":"- Deprecated `xlibsWrapper` transitional package has been removed in favour of direct use of its constitutents: `xorg.libX11`, `freetype` and others. - .NET 5.0 was removed due to being end-of-life, use a newer, supported .NET version - https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core ## Other Notable Changes {#sec-release-23.05-notable-changes} "} {"_id":"doc-en-nixpkgs-3103f22975b87705799c76e83ebc9165b4e0be6b5f4bcf778f0a60f7760b645e","title":"","text":"## Files in versions/ are generated automatically by update.sh ## dotnet_3_1 = import ./versions/3.1.nix (buildAttrs // { icu = icu70; }); dotnet_5_0 = import ./versions/5.0.nix (buildAttrs // { inherit icu; }); dotnet_6_0 = import ./versions/6.0.nix (buildAttrs // { inherit icu; }); dotnet_7_0 = import ./versions/7.0.nix (buildAttrs // { inherit icu; }); in"} {"_id":"doc-en-nixpkgs-1ebae56799282ad51c12b3086598db637ec6fdc2d8f1f8332f8af91349d216ee","title":"","text":"combinePackages = attrs: callPackage (import ./combine-packages.nix attrs) {}; # EOL sdk_2_1 = throw \"Dotnet SDK 2.1 is EOL, please use 3.1 (LTS), 5.0 (Current) or 6.0 (LTS)\"; sdk_2_2 = throw \"Dotnet SDK 2.2 is EOL, please use 3.1 (LTS), 5.0 (Current) or 6.0 (LTS)\"; sdk_3_0 = throw \"Dotnet SDK 3.0 is EOL, please use 3.1 (LTS), 5.0 (Current) or 6.0 (LTS)\"; } // dotnet_3_1 // dotnet_5_0 // dotnet_6_0 // dotnet_7_0 sdk_2_1 = throw \"Dotnet SDK 2.1 is EOL, please use 6.0 (LTS) or 7.0 (Current)\"; sdk_2_2 = throw \"Dotnet SDK 2.2 is EOL, please use 6.0 (LTS) or 7.0 (Current)\"; sdk_3_0 = throw \"Dotnet SDK 3.0 is EOL, please use 6.0 (LTS) or 7.0 (Current)\"; sdk_5_0 = throw \"Dotnet SDK 5.0 is EOL, please use 6.0 (LTS) or 7.0 (Current)\"; } // dotnet_3_1 // dotnet_6_0 // dotnet_7_0 "} {"_id":"doc-en-nixpkgs-abc5ca1dd4e930febbba19fb31962de8331f7f7c754704942baad46fd1abd5e3","title":"","text":" { buildAspNetCore, buildNetRuntime, buildNetSdk, icu }: # v5.0 (eol) { aspnetcore_5_0 = buildAspNetCore { inherit icu; version = \"5.0.17\"; srcs = { x86_64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/a2b96f83-e22a-4fa6-a10e-709b3effac9a/0d6ade6c0ceebc8ef7dbf2b1a6d86f17/aspnetcore-runtime-5.0.17-linux-x64.tar.gz\"; sha512 = \"d8e87804e9e86273c6512785bd5a6f0e834ff3f4bbebc11c4fcdf16ab4fdfabd0d981a756955267c1aa9bbeec596de3728ce9b2e6415d2d80daef0d999a5df6d\"; }; aarch64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/6eb8aee2-cbea-4c4f-9bb9-ea6229ec229b/d6c438e5071c359ad995134f0a33e731/aspnetcore-runtime-5.0.17-linux-arm64.tar.gz\"; sha512 = \"ac1a9d89f1b730dfdca9c2e48373ef21f8f9316014eefbe6b11516f8195d3b3efc4e482883774b74ea2ff1cb77174a2cb471bd1157ab5b7d71621e3026c38e9b\"; }; x86_64-darwin = { url = \"https://download.visualstudio.microsoft.com/download/pr/25e4817f-6fd0-46dc-be0d-d819445bac5c/a8fa228c872df683741c8a79745f8fb3/aspnetcore-runtime-5.0.17-osx-x64.tar.gz\"; sha512 = \"bb0c43c723090fa2d8a0255e6fc8c004ebe7baf2d5d56e22ad2e6336a67fe415333d451e459c8857c0ccb5819d998232c9617bf45f222559d4b8891b0af41f20\"; }; }; }; runtime_5_0 = buildNetRuntime { inherit icu; version = \"5.0.17\"; srcs = { x86_64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/e77438f6-865f-45e0-9a52-3e4b04aa609f/024a880ed4bfbfd3b9f222fec0b6aaff/dotnet-runtime-5.0.17-linux-x64.tar.gz\"; sha512 = \"a9c4784930a977abbc42aff1337dda06ec588c1ec4769a59f9fcab4d5df4fc9efe65f8e61e5433db078f67a94ea2dfe870c32c482a50d4c16283ffacacff4261\"; }; aarch64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/6690730f-cf10-40f1-9d4d-4c0d002f22d0/e117133858f190c169873200b8d7b9d7/dotnet-runtime-5.0.17-linux-arm64.tar.gz\"; sha512 = \"99cb11871924d3abedcc9c8079c54bc0c550203c7cbe4e349ed70d4355f40e4620b68d90b797e6461d898c06bed6953580e2cd4ad01483e5de107ca5a3409610\"; }; x86_64-darwin = { url = \"https://download.visualstudio.microsoft.com/download/pr/39326cf0-dc7f-42a3-9f7a-fe30c75c7a7f/33cbce552148e13d47120fe4502f5b5e/dotnet-runtime-5.0.17-osx-x64.tar.gz\"; sha512 = \"31add512418640f98bc9511509db2049a2674c7725169d26be89218a02ac7972e03e5d6be5a3d45a0dfa764e6eade503a8f4957b7b198ec6ad412e423d95f1b9\"; }; }; }; sdk_5_0 = buildNetSdk { inherit icu; version = \"5.0.408\"; srcs = { x86_64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/904da7d0-ff02-49db-bd6b-5ea615cbdfc5/966690e36643662dcc65e3ca2423041e/dotnet-sdk-5.0.408-linux-x64.tar.gz\"; sha512 = \"abbf22c420df2d8398d1616efa3d31e1b8f96130697746c45ad68668676d12e65ec3b4dd75f28a5dc7607da58b6e369693c0e658def15ce2431303c28e99db55\"; }; aarch64-linux = { url = \"https://download.visualstudio.microsoft.com/download/pr/d4b71fac-a2fd-4516-ac58-100fb09d796a/e79d6c2a8040b59bf49c0d167ae70a7b/dotnet-sdk-5.0.408-linux-arm64.tar.gz\"; sha512 = \"50f23d7aca91051d8b7c37f1a76b1eb51e6fe73e017d98558d757a6b9699e4237d401ce81515c1601b8c21eb62fee4e0b4f0bbed8967eefa3ceba75fc242f01b\"; }; x86_64-darwin = { url = \"https://download.visualstudio.microsoft.com/download/pr/4aeecc7c-7ffa-418f-9362-cf5eb3ed0396/055d5e6064a9fdecd7d906f5f262373d/dotnet-sdk-5.0.408-osx-x64.tar.gz\"; sha512 = \"3fdd4deac2809b00c0f669d5488000ac1b9a47dee6ab7b31167d7cec4759a10ee347fd4f52090a40684e5ecc1e1f57eb99c558e561edfd1436a2f77fc1c1a0b2\"; }; }; packages = { fetchNuGet }: [ (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm\"; version = \"5.0.17\"; sha256 = \"0mfawgcc23r44a1r7ynafxwga6jzn0f0z5ys03qssrvlcdsb376x\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm64\"; version = \"5.0.17\"; sha256 = \"183xgqzlwd5lhacxdwcjl8vcq7r7xypv0hddps9k32mmmwf83d8h\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-musl-arm64\"; version = \"5.0.17\"; sha256 = \"0i5pp1smjkyhiyhcbkyc3cxz0sx9204bfml8wsdy7bxznbh2gkmw\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-musl-x64\"; version = \"5.0.17\"; sha256 = \"1fmd9jq2nzy63hjh4sa6zl636wpgwr3r8ahzln5w14m9k87lfdbk\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-x64\"; version = \"5.0.17\"; sha256 = \"066fwdlssbv556zd9w1x87x1j8j4kafj9rxyy0692bssdb4gcyc8\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-x64\"; version = \"5.0.17\"; sha256 = \"1qvvqf8mmzzc7a7fhx324dprnbxhknr3qxspb2xhsn3yyg44xn2d\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.win-arm\"; version = \"5.0.17\"; sha256 = \"1gzf2gv4z9bn1cr1kpqpf1jf7m0p0wd1pxq5ndylq6bw353yglk1\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.win-arm64\"; version = \"5.0.17\"; sha256 = \"1lml70ln9bfjrfjf3jbxfzd5kgd4cp4h7v052md5ja364g7lalsy\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.win-x64\"; version = \"5.0.17\"; sha256 = \"0j90fri15c05lw96xybgvqkysfm7g8grhkrg25g75vhi6ni2ricj\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.win-x86\"; version = \"5.0.17\"; sha256 = \"1bdb887xvgxsmphys83zp9skn848p1r8viclc8p29w1rby4wi19i\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm\"; version = \"5.0.17\"; sha256 = \"0y90p765sj54clf2bwrka99w73g8b9550b4qvyilqggzydl1c1hk\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm64\"; version = \"5.0.17\"; sha256 = \"07v7vyqm556xr1ypkazfp6gh6drgf20zkwbhkpja8bwdcr6lphbb\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-musl-arm64\"; version = \"5.0.17\"; sha256 = \"0sbzlzhazh31s63hw9553hk9j56fxssncmfgidiyh0dg73aacrsp\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-musl-x64\"; version = \"5.0.17\"; sha256 = \"1qxphvlr882rvmj71y2imnf6r3hh4ln2n138qjyv1z129dp2g4y1\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-x64\"; version = \"5.0.17\"; sha256 = \"1lc2jhr4ikffi5ylyf8f6ya6k0hdj0wp1l0017grrwd4m5ajj4vv\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-x64\"; version = \"5.0.17\"; sha256 = \"02g5w41ivrw3n6cy3l3ixhcl8bw1fsv4bzs2m34k9h5fqmliaf3c\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.win-arm\"; version = \"5.0.17\"; sha256 = \"07rfkxpf6rp8x0lybl8hx40mk09w5gjrr9djkjcp8lvjgzidnxq9\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.win-arm64\"; version = \"5.0.17\"; sha256 = \"1i7wka56n3akr96jrkj37jx98bwxfzhpx5705930v50izligd08x\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.win-x64\"; version = \"5.0.17\"; sha256 = \"15f1kqlpp1d05dhg3dfya32vvzbpj6c7gxds947f10jb0hqlnhdj\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.win-x86\"; version = \"5.0.17\"; sha256 = \"1j1334zxv815ksdnllnbwwsbwnimjlpknjmqy1riy2zpswxlfkz6\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm\"; version = \"5.0.17\"; sha256 = \"0mmgd6nacx4fzf0w02ch0qxa43vrv6wfspykxsy2bkpvrnvr8xr9\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm64\"; version = \"5.0.17\"; sha256 = \"16whaq82pj6fqa0vam3a0va9ly843aa1z12hza040vn6252kk9fq\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-musl-arm64\"; version = \"5.0.17\"; sha256 = \"1zavnwqvn2f7lhb880wgv02anrvqsh6l34w72knwd31irggph08l\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-musl-x64\"; version = \"5.0.17\"; sha256 = \"173r2srcbad2prrw3l914scmdks3mghxgszvlwypdjnv0f2szgvv\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-x64\"; version = \"5.0.17\"; sha256 = \"0jgcfs3jc98jfyaaamssznckbpnaygplk8pjsp6dswpansz5bnnq\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-x64\"; version = \"5.0.17\"; sha256 = \"1ph5kx18syinp8bpzw80bgq3njl65gwzws727xcmxnysgm7snmjp\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.win-arm\"; version = \"5.0.17\"; sha256 = \"0m4jhn70parwnl18fql0sk9sf14y8cf08xw6x2cm5bfhnc9jvjny\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.win-arm64\"; version = \"5.0.17\"; sha256 = \"1af20jkv73767b4fy18s2dvjncaca1ny0csyr7wbhvqfs59y3n1x\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.win-x64\"; version = \"5.0.17\"; sha256 = \"0llhsi03wyp2yjqy0snywqgwjgam91i4nsf5lc9kaxkk5h6vj1a0\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.win-x86\"; version = \"5.0.17\"; sha256 = \"0xvprbjwd3fymddvavsy7wk5q2hp45hdi10qz4rdbmns23vqkzmf\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"0vhvxpba3i9ffp4gp56l3rnlhq9yg07n3dv5qi89zb90vgyqjh1p\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"074c9byxwmndfdavxn103220f5gklaaxc9wj7zpb5v3yr3ads30f\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"03jkkpsy2zjfp722fa2fcnpk2g6jzy0bn9vip5c39k78y5pz29x6\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1ih6c104skp9q17i2dnsma45l6nv5c62vv2i1988dcjw2v0sl98m\"; }) (fetchNuGet { pname = \"runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"0gwsxd1l0n32xnw0lyjixj2634iyygdb8pd7chydsr3qk8njxnpk\"; }) (fetchNuGet { pname = \"runtime.linux-arm64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"0x5dhn1jkwqnd0cki1vi97rhyfac6w79hvh9dxvnkn2k04sbps8q\"; }) (fetchNuGet { pname = \"runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"1ipx3qn78z6gi415c4fa9wgy8k75aifbml6ys1c9ghl6yxbv0fd0\"; }) (fetchNuGet { pname = \"runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1wgbx648yndl0hh8vx6sflfwjyr5pfhi7vj7v19l6vxnrr1096w7\"; }) (fetchNuGet { pname = \"runtime.linux-arm.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"17jc8jc2dk1g8996jpq3k0g6c5inijivxkbz0grxrgr5jbyiv19y\"; }) (fetchNuGet { pname = \"runtime.linux-arm.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"0ydn40qn6cs6f20byvmc9j008s6csxjbh6jh5w4q995vipcmcpcj\"; }) (fetchNuGet { pname = \"runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"0bw08wlf96vcyix850y8jips1glrz2cbj647af4d7gggw8p3wwzw\"; }) (fetchNuGet { pname = \"runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0xsqyw848scwcz09pgc719776q712xabx4xv47srzij34p2pq7np\"; }) (fetchNuGet { pname = \"runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"00b0vipypjai4l8icr74kjhglxx2xlc3nw3vyiwisg52l9zyby66\"; }) (fetchNuGet { pname = \"runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"1cdgd4p5zr1mzz9hlb5mj946zfa1vn9wya5y2bhqn9y4ak831wzp\"; }) (fetchNuGet { pname = \"runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"17v8m4fxm4q40z49a2h4lw9dawg6pwfv4s2dskzc23ggcjgr6dp1\"; }) (fetchNuGet { pname = \"runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1fbqi92prqmvxx0rx7vhl10l665jmmhb2ng5jndimggydb0ckpqh\"; }) (fetchNuGet { pname = \"runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"1rijxkzzk65xs9z2ygs13h0rhw1cli5vwshmvs1gfnwhhn8ic0gx\"; }) (fetchNuGet { pname = \"runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"02mxvpm2zs5jvawigvxlnrw6si4zwj6qlcas99m9xdmm8yqq22cm\"; }) (fetchNuGet { pname = \"runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"0c1lcl3yy88vdfw12c7h0ww596qfjd5f8l2mn7mlqs6i3f864bkg\"; }) (fetchNuGet { pname = \"runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0w0wg9ah7vngvpyds67l6qhizpkdf2r6m6cqyyvv3s5dw5l8rxin\"; }) (fetchNuGet { pname = \"runtime.linux-x64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"17yy7605vkfz0f4h58005gdfg6fnjxlcnq0vg0hrxsgbdqmd7p1i\"; }) (fetchNuGet { pname = \"runtime.linux-x64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"0av25fgkdl7zvn44wp8gqx2xl2mdlv1f9cgxzp7xk5yq8f7ynxpq\"; }) (fetchNuGet { pname = \"runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"1smhmdfq0jlv1gq18hdaj0y9yzkvqzmki19c0b3j5b76yxxxpbwz\"; }) (fetchNuGet { pname = \"runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0n0cdb9zpdb4h4v6r265pqmqg8c94ydywvna6jp1c6qhqlr0qk39\"; }) (fetchNuGet { pname = \"runtime.osx-x64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"1s2n2sx29c8rx549zizj8yrddjl98a7vwvxw56y0jvvbwphr9gz4\"; }) (fetchNuGet { pname = \"runtime.osx-x64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"19m66yvv0hnmyrmx2l4drbls0fcib75fxq2csdx6p8gd54bnrsh3\"; }) (fetchNuGet { pname = \"runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"0bcnlsxcrvhybcjbb9879njx0c4z76y7djx4643g1rpjnkcrj9ww\"; }) (fetchNuGet { pname = \"runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1bf95h2f0dmpmv7z7961zia5vaqvmjq3wkf6iil9jxv4z674624w\"; }) (fetchNuGet { pname = \"runtime.win-arm64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"02q593q09mwwh23m86048vc7b7an7pqch5nd86d4hxzkamnpnpsa\"; }) (fetchNuGet { pname = \"runtime.win-arm64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"16vzxywfj88gjcwfnmcb6b50ld8dp46i4pqiwwcy7yz15xgdhbm2\"; }) (fetchNuGet { pname = \"runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"1ix5lg2j5ihdfp9j3jdxc042g4syjzc4bafid465j52h6znsm6wm\"; }) (fetchNuGet { pname = \"runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0w30v8r26cg427n5glm9nz6r10baalkqq5icqqxkq71hmh8fsjqb\"; }) (fetchNuGet { pname = \"runtime.win-arm.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"168iq4hdp6bhdpgqa1mir1bygmh2ggwkys1r82d6kpl2lzbxjy28\"; }) (fetchNuGet { pname = \"runtime.win-arm.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"18jpw2wbrb1b941729lb7hiq4yfq2z53pcxwz4mpgawnr58y0562\"; }) (fetchNuGet { pname = \"runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"0ig464fcsj2jr0p02f6slifwf1m0408g95npm0vccf5ww1nbgkpi\"; }) (fetchNuGet { pname = \"runtime.win-arm.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0qj5avmjrvabxzimprg4m54k3p6zkwrhbpv0byc8c9gbi47s323j\"; }) (fetchNuGet { pname = \"runtime.win-x64.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"05ghz164lpff7n8mrxs7jm2h8n3clsg4w953zrag3k5ry9j36m9c\"; }) (fetchNuGet { pname = \"runtime.win-x64.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"0azgs542mbg69jlc81529i2z5m728w8sc2i9m5dx15hvxqqqcjiz\"; }) (fetchNuGet { pname = \"runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"12n1kcgcv5z8hkvjqfk0n705kcipbai4sgcwiimi52xpaf34xw8m\"; }) (fetchNuGet { pname = \"runtime.win-x64.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"0b1s2m0a7xcdzfz22x6k7v5hkca90azdjk6pw7wwdnvszwq26nxp\"; }) (fetchNuGet { pname = \"runtime.win-x86.Microsoft.NETCore.DotNetAppHost\"; version = \"5.0.17\"; sha256 = \"1sjpq07swgj0isdgyh6p2yb254qb9781lv44xfhj6nz7mx2yhdh1\"; }) (fetchNuGet { pname = \"runtime.win-x86.Microsoft.NETCore.DotNetHost\"; version = \"5.0.17\"; sha256 = \"1gnzrqdp26d7pwwz29gm4qb09n2zsb767qkhbwkifcsyxlwi6m0f\"; }) (fetchNuGet { pname = \"runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy\"; version = \"5.0.17\"; sha256 = \"089jww13gaf7x7yd9d3qkyx9iq8abcp3r147hd9nblh561c9bzbg\"; }) (fetchNuGet { pname = \"runtime.win-x86.Microsoft.NETCore.DotNetHostResolver\"; version = \"5.0.17\"; sha256 = \"1nycl1rayk0fhaakpj6q9rfp2lv3dpl7pziavmd9kcfryz952ff5\"; }) ]; }; } "} {"_id":"doc-en-nixpkgs-97bb0aefb24e176a33db8eb775d71e32958c60c895f7cfc54bdeb5048cc72299","title":"","text":"dotnet-sdk_7 = dotnetCorePackages.sdk_7_0; dotnet-runtime_3 = dotnetCorePackages.runtime_3_1; dotnet-runtime_5 = dotnetCorePackages.runtime_5_0; dotnet-runtime_6 = dotnetCorePackages.runtime_6_0; dotnet-runtime_7 = dotnetCorePackages.runtime_7_0; dotnet-aspnetcore_3 = dotnetCorePackages.aspnetcore_3_1; dotnet-aspnetcore_5 = dotnetCorePackages.aspnetcore_5_0; dotnet-aspnetcore_6 = dotnetCorePackages.aspnetcore_6_0; dotnet-aspnetcore_7 = dotnetCorePackages.aspnetcore_7_0;"} {"_id":"doc-en-nixpkgs-869094c2153b67c9c5ab2eb98e5b2cfce06405ef6ea48301b655e07eed6fbe3c","title":"","text":"sqlite webkitgtk gst_all_1.gstreamer gst_all_1.gst-libav gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good libgee libgudev gexiv2"} {"_id":"doc-en-nixpkgs-493fb536479457900d674b57b4e3b5d88aa7b9bfbefa4c64585982eee0dd7281","title":"","text":"githubId = 20391; name = \"Nahum Shalman\"; }; nsnelson = { email = \"noah.snelson@protonmail.com\"; github = \"peeley\"; githubId = 30942198; name = \"Noah Snelson\"; }; nthorne = { email = \"notrupertthorne@gmail.com\"; github = \"nthorne\";"} {"_id":"doc-en-nixpkgs-c4ba8659f6b8816257d41901d25768c6f465e1c0e1119b31044e41fab360247e","title":"","text":" { stdenv, lib, fetchFromGitHub, qmake, qtbase, wrapQtAppsHook }: stdenv.mkDerivation { pname = \"selectdefaultapplication\"; version = \"unstable-2021-08-12\"; src = fetchFromGitHub { owner = \"sandsmark\"; repo = \"selectdefaultapplication\"; rev = \"c752df6ba8caceeef54bcf6527f1bccc2ca8202a\"; sha256 = \"C/70xpt6RoQNIlAjSJhOCyheolK4Xp6RiSZmeqMP4fw=\"; }; nativeBuildInputs = [ qmake wrapQtAppsHook ]; buildInputs = [ qtbase ]; installPhase = '' runHook preInstall mkdir -p $out/bin cp selectdefaultapplication $out/bin install -Dm644 -t \"$out/share/applications\" selectdefaultapplication.desktop install -Dm644 -t \"$out/share/icons/hicolor/48x48/apps\" selectdefaultapplication.png runHook postInstall ''; meta = with lib; { description = \"A very simple application that lets you define default applications on Linux in a sane way\"; homepage = \"https://github.com/sandsmark/selectdefaultapplication\"; maintainers = with maintainers; [ nsnelson ]; license = licenses.gpl2; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-40b50bc7e4e2395c8cefc93b6602c4c6dcab5ff1a0884dd7d273890cd60c2ec2","title":"","text":"seexpr = callPackage ../development/compilers/seexpr { }; selectdefaultapplication = libsForQt5.callPackage ../applications/misc/selectdefaultapplication { }; semgrep = python3.pkgs.callPackage ../tools/security/semgrep { }; semgrep-core = callPackage ../tools/security/semgrep/semgrep-core.nix { };"} {"_id":"doc-en-nixpkgs-93a243a5f670249b7324f0a7fa75881b05ec152edfdc2e1d8caf905cf06a6443","title":"","text":"wantedBy = [ \"sysinit.target\" ]; aliases = [ \"dbus-org.freedesktop.timesync1.service\" ]; restartTriggers = [ config.environment.etc.\"systemd/timesyncd.conf\".source ]; # systemd-timesyncd disables DNSSEC validation in the nss-resolve module by setting SYSTEMD_NSS_RESOLVE_VALIDATE to 0 in the unit file. # This is required in order to solve the chicken-and-egg problem when DNSSEC validation needs the correct time to work, but to set the # correct time, we need to connect to an NTP server, which usually requires resolving its hostname. # In order for nss-resolve to be able to read this environment variable we patch systemd-timesyncd to disable NSCD and use NSS modules directly. # This means that systemd-timesyncd needs to have NSS modules path in LD_LIBRARY_PATH. When systemd-resolved is disabled we still need to set # NSS module path so that systemd-timesyncd keeps using other NSS modules that are configured in the system. environment.LD_LIBRARY_PATH = config.system.nssModules.path; preStart = ( # Ensure that we have some stored time to prevent"} {"_id":"doc-en-nixpkgs-4c7a41b67e4ee4d7047ace7888b1b78d04b22af81bca515d7b7069a5db93c2e6","title":"","text":"systemd-shutdown = handleTest ./systemd-shutdown.nix {}; systemd-sysupdate = runTest ./systemd-sysupdate.nix; systemd-timesyncd = handleTest ./systemd-timesyncd.nix {}; systemd-timesyncd-nscd-dnssec = handleTest ./systemd-timesyncd-nscd-dnssec.nix {}; systemd-user-tmpfiles-rules = handleTest ./systemd-user-tmpfiles-rules.nix {}; systemd-misc = handleTest ./systemd-misc.nix {}; systemd-userdbd = handleTest ./systemd-userdbd.nix {};"} {"_id":"doc-en-nixpkgs-33fc00db0bd6686e4d961aea1463a4041a1a82908fe603f2c57506483dd7f417","title":"","text":" # This test verifies that systemd-timesyncd can resolve the NTP server hostname when DNSSEC validation # fails even though it is enforced in the systemd-resolved settings. It is required in order to solve # the chicken-and-egg problem when DNSSEC validation needs the correct time to work, but to set the # correct time, we need to connect to an NTP server, which usually requires resolving its hostname. # # This test does the following: # - Sets up a DNS server (tinydns) listening on the eth1 ip addess, serving .ntp and fake.ntp records. # - Configures that DNS server as a resolver and enables DNSSEC in systemd-resolved settings. # - Configures systemd-timesyncd to use fake.ntp hostname as an NTP server. # - Performs a regular DNS lookup, to ensure it fails due to broken DNSSEC. # - Waits until systemd-timesyncd resolves fake.ntp by checking its debug output. # Here, we don't expect systemd-timesyncd to connect and synchronize time because there is no NTP # server running. For this test to succeed, we only need to ensure that systemd-timesyncd # resolves the IP address of the fake.ntp host. import ./make-test-python.nix ({ pkgs, ... }: let ntpHostname = \"fake.ntp\"; ntpIP = \"192.0.2.1\"; in { name = \"systemd-timesyncd\"; nodes.machine = { pkgs, lib, config, ... }: let eth1IP = (lib.head config.networking.interfaces.eth1.ipv4.addresses).address; in { # Setup a local DNS server for the NTP domain on the eth1 IP address services.tinydns = { enable = true; ip = eth1IP; data = '' .ntp:${eth1IP} +.${ntpHostname}:${ntpIP} ''; }; # Enable systemd-resolved with DNSSEC and use the local DNS as a name server services.resolved.enable = true; services.resolved.dnssec = \"true\"; networking.nameservers = [ eth1IP ]; # Configure systemd-timesyncd to use our NTP hostname services.timesyncd.enable = lib.mkForce true; services.timesyncd.servers = [ ntpHostname ]; services.timesyncd.extraConfig = '' FallbackNTP=${ntpHostname} ''; # The debug output is necessary to determine whether systemd-timesyncd successfully resolves our NTP hostname or not systemd.services.systemd-timesyncd.environment.SYSTEMD_LOG_LEVEL = \"debug\"; }; testScript = '' machine.wait_for_unit(\"tinydns.service\") machine.wait_for_unit(\"systemd-timesyncd.service\") machine.fail(\"resolvectl query ${ntpHostname}\") machine.wait_until_succeeds(\"journalctl -u systemd-timesyncd.service --grep='Resolved address ${ntpIP}:123 for ${ntpHostname}'\") ''; }) "} {"_id":"doc-en-nixpkgs-9bdb68c4177f8f9373c137536ad5fdb66a9488c039dae565016ace61ed5eaaa0","title":"","text":" From 7a27556920fe1feefd17096841c8f3ca1294a1b3 Mon Sep 17 00:00:00 2001 From: Yuri Nesterov Date: Wed, 21 Jun 2023 17:17:38 +0300 Subject: [PATCH] timesyncd: disable NSCD when DNSSEC validation is disabled Systemd-timesyncd sets SYSTEMD_NSS_RESOLVE_VALIDATE=0 in the unit file to disable DNSSEC validation but it doesn't work when NSCD is used in the system. This patch disabes NSCD in systemd-timesyncd when SYSTEMD_NSS_RESOLVE_VALIDATE is set to 0 so that it uses NSS libraries directly. --- src/timesync/timesyncd.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/timesync/timesyncd.c b/src/timesync/timesyncd.c index 1d8ebecc91..2b0ae361ff 100644 --- a/src/timesync/timesyncd.c +++ b/src/timesync/timesyncd.c @@ -21,6 +21,11 @@ #include \"timesyncd-conf.h\" #include \"timesyncd-manager.h\" #include \"user-util.h\" +#include \"env-util.h\" + +struct traced_file; +extern void __nss_disable_nscd(void (*)(size_t, struct traced_file *)); +static void register_traced_file(size_t dbidx, struct traced_file *finfo) {} static int advance_tstamp(int fd, const struct stat *st) { assert_se(fd >= 0); @@ -198,6 +203,12 @@ static int run(int argc, char *argv[]) { if (r < 0) return log_error_errno(r, \"Failed to parse fallback server strings: %m\"); + r = getenv_bool_secure(\"SYSTEMD_NSS_RESOLVE_VALIDATE\"); + if (r == 0) { + log_info(\"Disabling NSCD because DNSSEC validation is turned off\"); + __nss_disable_nscd(register_traced_file); + } + log_debug(\"systemd-timesyncd running as pid \" PID_FMT, getpid_cached()); notify_message = notify_start(\"READY=1n\" -- 2.34.1 "} {"_id":"doc-en-nixpkgs-f3f11755724b8b9209035e624ed3fbf2d5a3523c3522b4ad0643bdeff6e12f31","title":"","text":"./0017-core-don-t-taint-on-unmerged-usr.patch ./0018-tpm2_context_init-fix-driver-name-checking.patch ./0019-systemctl-edit-suggest-systemdctl-edit-runtime-on-sy.patch ./0020-timesyncd-disable-NSCD-when-DNSSEC-validation-is-dis.patch ] ++ lib.optional stdenv.hostPlatform.isMusl ( let oe-core = fetchzip {"} {"_id":"doc-en-nixpkgs-fb62ea9327daf6964916321f20ed23e7a3781355e09642b30e4ffd1d132658ff","title":"","text":", extra-cmake-modules , cpp-utilities , qtutilities , qtforkawesome , boost , cmake , kio , plasma-framework"} {"_id":"doc-en-nixpkgs-cd3d6ab02049a17d73b4fed70385c9106052cdaf24afdf3be58a2c8e54aece41","title":"","text":"}: mkDerivation rec { version = \"1.1.3\"; version = \"1.1.20\"; pname = \"syncthingtray\"; src = fetchFromGitHub { owner = \"Martchus\"; repo = \"syncthingtray\"; rev = \"v${version}\"; sha256 = \"sha256-ovit2XSkxSjcbpqQUv8IzMqfsfItbtXLbx0/Vy0+J0Y=\"; sha256 = \"sha256-T0ddAROwVSh+IKGZZNDMC7YB2IfQZal2pAQ5ArirtjI=\"; }; buildInputs = [ qtbase cpp-utilities qtutilities ] buildInputs = [ qtbase cpp-utilities qtutilities boost qtforkawesome ] ++ lib.optionals webviewSupport [ qtwebengine ] ++ lib.optionals jsSupport [ qtdeclarative ] ++ lib.optionals kioPluginSupport [ kio ]"} {"_id":"doc-en-nixpkgs-8f8c78abeeb415c51a4e83c5ef239c5ab70b785634fc31bef1d21ec3aefd563f","title":"","text":" { stdenv , lib , fetchFromGitHub , cpp-utilities , qtutilities , qttools , qtbase , cmake , perl }: let fork_awesome_release = fetchFromGitHub { owner = \"ForkAwesome\"; repo = \"Fork-Awesome\"; rev = \"1.2.0\"; sha256 = \"sha256-zG6/0dWjU7/y/oDZuSEv+54Mchng64LVyV8bluskYzc=\"; }; in stdenv.mkDerivation rec { pname = \"qtforkawesome\"; version = \"0.0.4\"; src = fetchFromGitHub { owner = \"Martchus\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-J3F+ikz6gQqV+JsOX8EpMOWoTmI6UK5KndFALUo4oiU=\"; }; buildInputs = [ qtbase cpp-utilities qtutilities ]; nativeBuildInputs = [ cmake qttools perl perl.pkgs.YAML ]; cmakeFlags = [ \"-DFORK_AWESOME_FONT_FILE=${fork_awesome_release}/fonts/forkawesome-webfont.woff2\" \"-DFORK_AWESOME_ICON_DEFINITIONS=${fork_awesome_release}/src/icons/icons.yml\" ]; dontWrapQtApps = true; meta = with lib; { homepage = \"https://github.com/Martchus/qtforkawesome\"; description = \"Library that bundles ForkAwesome for use within Qt applications\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ doronbehar ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-e17f64427a4d8702f9238b3434ac2ff53d4c3cf6f6c41809499b87b4b0a9228c","title":"","text":"qtfeedback = callPackage ../development/libraries/qtfeedback { }; qtforkawesome = callPackage ../development/libraries/qtforkawesome { }; qtutilities = callPackage ../development/libraries/qtutilities { }; qtinstaller = callPackage ../development/libraries/qtinstaller { };"} {"_id":"doc-en-nixpkgs-51ded89c950ac4fcd7076ee86fafa459633f05159a86de18c2815d93ad05ccc9","title":"","text":"attrsToText = attrs: concatStringsSep \"n\" ( mapAttrsToList (n: v: ''${n}=${escapeIfNeccessary (toString v)}'') attrs ); ) + \"n\"; osReleaseContents = { NAME = \"NixOS\";"} {"_id":"doc-en-nixpkgs-6a135414bc1ecb1bca55207a074b92f0c9e729b47480f2bdd078362f9d4b625c","title":"","text":"let # having the full version string here makes it easier to update modDirVersion = \"5.18.0-zen1\"; modDirVersion = \"5.18.1-zen1\"; parts = lib.splitString \"-\" modDirVersion; version = lib.elemAt parts 0; suffix = lib.elemAt parts 1;"} {"_id":"doc-en-nixpkgs-874d8421946fed243b25c8f92a28595b1fa320a62c269eb3dcafd3a7a562ef01","title":"","text":"owner = \"zen-kernel\"; repo = \"zen-kernel\"; inherit rev; sha256 = \"sha256-A0QrY1REbRODnHtmyNqVaiLhDgYCECevfHZCxtoQ9kU=\"; sha256 = \"sha256-LCLfLE85NifuskYl2dxLOJEsUNHLegF8ecYyU4xOCtY=\"; }; structuredExtraConfig = with lib.kernel; { ZEN_INTERACTIVE = yes; # TODO: Remove once #175433 reaches master # https://nixpk.gs/pr-tracker.html?pr=175433 WERROR = no; }; extraMeta = {"} {"_id":"doc-en-nixpkgs-debac66b296817b906987f4cf60ad542e402328564b967e731ff00cd7d6a4afe","title":"","text":"function gitea_setup { cp -f ${configFile} ${runConfig} if [ ! -e ${secretKey} ]; then if [ ! -s ${secretKey} ]; then ${gitea}/bin/gitea generate secret SECRET_KEY > ${secretKey} fi # Migrate LFS_JWT_SECRET filename if [[ -e ${oldLfsJwtSecret} && ! -e ${lfsJwtSecret} ]]; then if [[ -s ${oldLfsJwtSecret} && ! -s ${lfsJwtSecret} ]]; then mv ${oldLfsJwtSecret} ${lfsJwtSecret} fi if [ ! -e ${oauth2JwtSecret} ]; then if [ ! -s ${oauth2JwtSecret} ]; then ${gitea}/bin/gitea generate secret JWT_SECRET > ${oauth2JwtSecret} fi if [ ! -e ${lfsJwtSecret} ]; then if [ ! -s ${lfsJwtSecret} ]; then ${gitea}/bin/gitea generate secret LFS_JWT_SECRET > ${lfsJwtSecret} fi if [ ! -e ${internalToken} ]; then if [ ! -s ${internalToken} ]; then ${gitea}/bin/gitea generate secret INTERNAL_TOKEN > ${internalToken} fi"} {"_id":"doc-en-nixpkgs-56dc82875c901b2f96476d346fc68ae7046e4cdb30e378fc01d1ffb22e5630c5","title":"","text":"] ++ lib.optional config.security.rtkit.enable \"rtkit\"; description = \"Pipewire system service user\"; isSystemUser = true; home = \"/var/lib/pipewire\"; createHome = true; }; groups.pipewire.gid = config.ids.gids.pipewire; };"} {"_id":"doc-en-nixpkgs-e7f25e591f7e2fb47d01882e42ff844000116db8c6263127042dd06e3d61b858","title":"","text":"cp -r $unpacked/sbin/* $out/bin/ cp -r $unpacked/lib/libconf $out/lib/vmware/ rm $out/lib/vmware/libconf/etc/fonts/fonts.conf cp -r $unpacked/lib/bin $out/lib/vmware/ cp -r $unpacked/lib/lib $out/lib/vmware/ cp -r $unpacked/lib/scripts $out/lib/vmware/"} {"_id":"doc-en-nixpkgs-bff75f6249d223f652e0d910a78f870803da394c1d3a8693f416434accc4fba9","title":"","text":"./linux-5.6.patch # source: https://gist.github.com/joanbm/5c640ac074d27fd1d82c74a5b67a1290 ./linux-5.9.patch # source: https://github.com/archlinux/svntogit-community/blob/5ec5b248976f84fcd7e3d7fae49ee91289912d12/trunk/012-linux517.patch # source: https://github.com/archlinux/svntogit-community/blob/33b4bd2b9e30679b03f5d7aa2741911d914dcf94/trunk/012-linux517.patch ./linux-5.17.patch # source: https://github.com/archlinux/svntogit-community/blob/2e1fd240f9ce06f500feeaa3e4a9675e65e6b967/trunk/013-linux518.patch ./linux-5.18.patch ./pedantic-fix.patch ./null-pointer-fix.patch ./gcc.patch ];"} {"_id":"doc-en-nixpkgs-8aca6b967624d62de9d9226eb081746270da68061a09753f2cda9e99dffe3292","title":"","text":" diff -u -r a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c --- a/src/wl/sys/wl_linux.c\t2022-03-23 00:35:42.930416350 +0000 +++ b/src/wl/sys/wl_linux.c\t2022-03-23 00:40:12.903771013 +0000 @@ -2980,7 +2980,11 @@ From 31b7849092c43805c7fbaf7518b99874aa1b310c Mon Sep 17 00:00:00 2001 From: Joan Bruguera Date: Wed, 12 Jan 2022 20:49:20 +0100 Subject: [PATCH] Tentative fix for broadcom-wl 6.30.223.271 driver for Linux 5.17-rc1 Set netdev->dev_addr through dev_addr_mod + PDE_DATA fix Since Linux 5.17 netdev->dev_addr is const and must be changed through dev_addr_mod, otherwise a warning is logged in dmesg and bad things may happen. NB: The #if is not wrong, dev_addr_mod is defined since Linux 5.15-rc1 Plus a trivial fix for PDE_DATA. Applies on top of all the patches applied to broadcom-wl-dkms 6.30.223.271-28 on Arch Linux. See also: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=adeef3e32146a8d2a73c399dc6f5d76a449131b1 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=359745d78351c6f5442435f81549f0207ece28aa --- src/wl/sys/wl_linux.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c index e491df7..e4614fb 100644 --- a/src/wl/sys/wl_linux.c +++ b/src/wl/sys/wl_linux.c @@ -93,6 +93,10 @@ struct iw_statistics *wl_get_wireless_stats(struct net_device *dev); #include +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 17, 0)) +#define PDE_DATA pde_data +#endif + #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) static void wl_timer(struct timer_list *tl); #else @@ -490,6 +494,12 @@ wl_if_setup(struct net_device *dev) #endif } +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0) +static inline void eth_hw_addr_set(struct net_device *dev, const void *addr) { +\tmemcpy(dev->dev_addr, addr, ETHER_ADDR_LEN); +} +#endif + static wl_info_t * wl_attach(uint16 vendor, uint16 device, ulong regs, uint bustype, void *btparam, uint irq, uchar* bar1_addr, uint32 bar1_size) @@ -634,7 +644,7 @@ wl_attach(uint16 vendor, uint16 device, ulong regs, WL_ERROR((\"wl%d: Error setting MAC ADDRESSn\", unit)); } #endif -\tbcopy(&wl->pub->cur_etheraddr, dev->dev_addr, ETHER_ADDR_LEN); +\teth_hw_addr_set(dev, wl->pub->cur_etheraddr.octet); online_cpus = 1; @@ -1835,7 +1845,7 @@ wl_set_mac_address(struct net_device *dev, void *addr) WL_LOCK(wl); -\tbcopy(sa->sa_data, dev->dev_addr, ETHER_ADDR_LEN); +\teth_hw_addr_set(dev, sa->sa_data); err = wlc_iovar_op(wl->wlc, \"cur_etheraddr\", NULL, 0, sa->sa_data, ETHER_ADDR_LEN, IOV_SET, (WL_DEV_IF(dev))->wlcif); WL_UNLOCK(wl); @@ -3010,7 +3020,7 @@ _wl_add_monitor_if(wl_task_t *task) else dev->type = ARPHRD_IEEE80211_RADIOTAP; +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0) bcopy(wl->dev->dev_addr, dev->dev_addr, ETHER_ADDR_LEN); +#else +\teth_hw_addr_set(wl->dev, dev->dev_addr); +#endif -\tbcopy(wl->dev->dev_addr, dev->dev_addr, ETHER_ADDR_LEN); +\teth_hw_addr_set(dev, wl->dev->dev_addr); #if defined(WL_USE_NETDEV_OPS) dev->netdev_ops = &wl_netdev_monitor_ops; @@ -3261,7 +3265,11 @@ static ssize_t wl_proc_read(struct file *filp, char __user *buffer, size_t length, loff_t *offp) { +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0) wl_info_t * wl = PDE_DATA(file_inode(filp)); +#else +\twl_info_t * wl = pde_data(file_inode(filp)); +#endif #endif int bcmerror, len; int to_user = 0; @@ -3318,7 +3326,11 @@ static ssize_t wl_proc_write(struct file *filp, const char __user *buff, size_t length, loff_t *offp) { +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0) wl_info_t * wl = PDE_DATA(file_inode(filp)); +#else +\twl_info_t * wl = pde_data(file_inode(filp)); +#endif #endif int from_user = 0; int bcmerror; -- 2.35.1 "} {"_id":"doc-en-nixpkgs-600c33d62ee316c2459b291c73c4ad72c85ae29ab69461238c3a11ddcc33a92b","title":"","text":" diff -u -r a/src/shared/linux_osl.c b/src/shared/linux_osl.c --- a/src/shared/linux_osl.c\t2022-05-24 20:51:15.662604980 +0000 +++ b/src/shared/linux_osl.c\t2022-05-24 21:13:38.264472425 +0000 @@ -599,6 +599,8 @@ va = kmalloc(size, GFP_ATOMIC | __GFP_ZERO); if (va) *pap = (ulong)__virt_to_phys(va); +#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +\tva = dma_alloc_coherent(&((struct pci_dev *)osh->pdev)->dev, size, (dma_addr_t*)pap, GFP_ATOMIC); #else va = pci_alloc_consistent(osh->pdev, size, (dma_addr_t*)pap); #endif @@ -612,6 +614,8 @@ #ifdef __ARM_ARCH_7A__ kfree(va); +#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +\tdma_free_coherent(&((struct pci_dev *)osh->pdev)->dev, size, va, (dma_addr_t)pa); #else pci_free_consistent(osh->pdev, size, va, (dma_addr_t)pa); #endif @@ -623,7 +627,11 @@ int dir; ASSERT((osh && (osh->magic == OS_HANDLE_MAGIC))); +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +\tdir = (direction == DMA_TX)? DMA_TO_DEVICE: DMA_FROM_DEVICE; +#else dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; +#endif #if defined(__ARM_ARCH_7A__) && defined(BCMDMASGLISTOSL) if (dmah != NULL) { @@ -641,7 +649,11 @@ ASSERT(totsegs + nsegs <= MAX_DMA_SEGS); sg->page_link = 0; sg_set_buf(sg, PKTDATA(osh, skb), PKTLEN(osh, skb)); +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +\t\t\t\tdma_map_single(&((struct pci_dev *)osh->pdev)->dev, PKTDATA(osh, skb), PKTLEN(osh, skb), dir); +#else pci_map_single(osh->pdev, PKTDATA(osh, skb), PKTLEN(osh, skb), dir); +#endif } totsegs += nsegs; totlen += PKTLEN(osh, skb); @@ -656,7 +668,11 @@ } #endif +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +\treturn (dma_map_single(&((struct pci_dev *)osh->pdev)->dev, va, size, dir)); +#else return (pci_map_single(osh->pdev, va, size, dir)); +#endif } void BCMFASTPATH @@ -665,8 +681,13 @@ int dir; ASSERT((osh && (osh->magic == OS_HANDLE_MAGIC))); +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +\tdir = (direction == DMA_TX)? DMA_TO_DEVICE: DMA_FROM_DEVICE; +\tdma_unmap_single(&((struct pci_dev *)osh->pdev)->dev, (uint32)pa, size, dir); +#else dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; pci_unmap_single(osh->pdev, (uint32)pa, size, dir); +#endif } #if defined(BCMDBG_ASSERT) "} {"_id":"doc-en-nixpkgs-755b07af57e23714e35589705df333064b14985f8b42fee1daf54151fa4aba62","title":"","text":" diff --git a/src/shared/linux_osl.c b/shared/linux_osl.c index 711b771..5a2636a 100644 --- a/src/shared/linux_osl.c +++ b/src/shared/linux_osl.c @@ -1105,7 +1105,7 @@ osl_os_get_image_block(char *buf, int len, void *image) if (!image) return 0; -\trdlen = kernel_read(fp, fp->f_pos, buf, len); +\trdlen = kernel_read(fp, (void *)fp->f_pos, (size_t)len, (loff_t *)buf); if (rdlen > 0) fp->f_pos += rdlen; diff --git a/src/wl/sys/wl_cfg80211_hybrid.c b/wl/sys/wl_cfg80211_hybrid.c index 41c16d8..d39d9de 100644 --- a/src/wl/sys/wl_cfg80211_hybrid.c +++ b/src/wl/sys/wl_cfg80211_hybrid.c @@ -790,6 +790,7 @@ wl_set_auth_type(struct net_device *dev, struct cfg80211_connect_params *sme) break; case NL80211_AUTHTYPE_NETWORK_EAP: WL_DBG((\"network eapn\")); +\t\tbreak; default: val = 2; WL_ERR((\"invalid auth type (%d)n\", sme->auth_type)); @@ -2347,21 +2348,20 @@ wl_bss_roaming_done(struct wl_cfg80211_priv *wl, struct net_device *ndev, const wl_event_msg_t *e, void *data) { struct wl_cfg80211_connect_info *conn_info = wl_to_conn(wl); +\ts32 err = 0; #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0) struct cfg80211_bss *bss; struct wlc_ssid *ssid; +\tstruct cfg80211_roam_info roam_info; ssid = &wl->profile->ssid; bss = cfg80211_get_bss(wl_to_wiphy(wl), NULL, (s8 *)&wl->bssid, ssid->SSID, ssid->SSID_len, WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS); -\tstruct cfg80211_roam_info roam_info = { -\t\t.bss = bss, -\t\t.req_ie = conn_info->req_ie, -\t\t.req_ie_len = conn_info->req_ie_len, -\t\t.resp_ie = conn_info->resp_ie, -\t\t.resp_ie_len = conn_info->resp_ie_len, -\t}; +\troam_info.bss = bss; +\troam_info.req_ie = conn_info->req_ie; +\troam_info.req_ie_len = conn_info->req_ie_len; +\troam_info.resp_ie = conn_info->resp_ie; +\troam_info.resp_ie_len = conn_info->resp_ie_len; #endif -\ts32 err = 0; wl_get_assoc_ies(wl); memcpy(wl->profile->bssid, &e->addr, ETHER_ADDR_LEN); diff --git a/src/wl/sys/wl_iw.h b/wl/sys/wl_iw.h index 3ab084f..471d11f 100644 --- a/src/wl/sys/wl_iw.h +++ b/src/wl/sys/wl_iw.h @@ -70,7 +70,6 @@ struct cntry_locales_custom { #define\tWL_IW_RSSI_EXCELLENT\t-57 #define\tWL_IW_RSSI_INVALID\t 0 #define MAX_WX_STRING 80 -#define isprint(c) bcm_isprint(c) #define WL_IW_SET_ACTIVE_SCAN\t(SIOCIWFIRSTPRIV+1) #define WL_IW_GET_RSSI\t\t\t(SIOCIWFIRSTPRIV+3) #define WL_IW_SET_PASSIVE_SCAN\t(SIOCIWFIRSTPRIV+5) diff --git a/src/wl/sys/wl_linux.c b/wl/sys/wl_linux.c index d13fb98..97ae2a6 100644 --- a/src/wl/sys/wl_linux.c +++ b/src/wl/sys/wl_linux.c @@ -797,14 +797,15 @@ wl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) pci_read_config_dword(pdev, 0x40, &val); if ((val & 0x0000ff00) != 0) pci_write_config_dword(pdev, 0x40, val & 0xffff00ff); -\t\tbar1_size = pci_resource_len(pdev, 2); -\t\t#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) -\t\tbar1_addr = (uchar *)ioremap(pci_resource_start(pdev, 2), -\t\t\tbar1_size); -\t\t#else -\t\tbar1_addr = (uchar *)ioremap_nocache(pci_resource_start(pdev, 2), -\t\t\tbar1_size); -\t\t#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) */ + +\tbar1_size = pci_resource_len(pdev, 2); +\t#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) +\tbar1_addr = (uchar *)ioremap(pci_resource_start(pdev, 2), +\t\tbar1_size); +\t#else +\tbar1_addr = (uchar *)ioremap_nocache(pci_resource_start(pdev, 2), +\t\tbar1_size); +\t#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) */ wl = wl_attach(pdev->vendor, pdev->device, pci_resource_start(pdev, 0), PCI_BUS, pdev, pdev->irq, bar1_addr, bar1_size); "} {"_id":"doc-en-nixpkgs-42f186bfc119a6ef3be93df826e0013f7bb744dc5a7115e646f9508ab84d0510","title":"","text":"url = \"https://hg.mozilla.org/releases/mozilla-esr102/raw-rev/1fa20fb474f5d149cc32d98df169dee5e6e6861b\"; sha256 = \"sha256-eCisKjNxy9SLr9KoEE2UB26BflUknnR7PIvnpezsZeA=\"; }) ] ++ lib.optionals (lib.versionAtLeast version \"91\" && stdenv.hostPlatform.system == \"i686-linux\") [ # Fixes i686 build, https://bugzilla.mozilla.org/show_bug.cgi?id=1729459 ./fix-float-i686.patch ]; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-19374b7adf266b62806e604c9f921e4929e95b19d686d14aef1fecfc296f76f3","title":"","text":" diff --git a/modules/fdlibm/src/math_private.h b/modules/fdlibm/src/math_private.h index 51d79f9c2ec59..fafd7d6fc1e0d 100644 --- a/modules/fdlibm/src/math_private.h +++ b/modules/fdlibm/src/math_private.h @@ -30,5 +30,9 @@ * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t */ +#if defined __FLT_EVAL_METHOD__ && (__FLT_EVAL_METHOD__ == 2) +typedef long double __double_t; +#else typedef double __double_t; +#endif typedef __double_t double_t; /* No newline at end of file"} {"_id":"doc-en-nixpkgs-6d832e276a13fd795eea204961ffe43e517cec034bd77582e0f84f8079718711","title":"","text":"{ lib , python3 , openssl , fetchpatch # Many Salt modules require various Python modules to be installed, # passing them in this array enables Salt to find them. , extraInputs ? []"} {"_id":"doc-en-nixpkgs-2aac14a0f4a0b10bdc5ec25dc10ceb4b0686e4665ed2a69f65a177a92c4edb6a","title":"","text":"patches = [ ./fix-libcrypto-loading.patch (fetchpatch { url = \"https://github.com/saltstack/salt/commit/6ec8b90e402ff3fa8f27c7da70ece898592416bc.patch\"; hash = \"sha256-OQCJeG12cp2EZ0BErp6yqsqhv023923rVFDHAFUfF6c=\"; }) ]; postPatch = ''"} {"_id":"doc-en-nixpkgs-6a6d528e1deaa8e4724e8c3776faa703981ffa454f59d0be619b075bee261c3e","title":"","text":"inherit (darwin.apple_sdk.frameworks) Security; }; tig = callPackage ../applications/version-management/git-and-tools/tig { }; tig = callPackage ../applications/version-management/git-and-tools/tig { readline = readline81; }; tilemaker = callPackage ../applications/misc/tilemaker { };"} {"_id":"doc-en-nixpkgs-ab4a239c72ead5d95ee7d8fc5f5922b8b9d4964de4d5e4ad569ee197060bf374","title":"","text":"fi done if test -n $deepClone; then leaveDotGit=true fi if test -z \"$url\"; then usage fi"} {"_id":"doc-en-nixpkgs-ae93d4624b937c1040ca134dee28f735c5b5f9a5370ce470a589eb6001dab739","title":"","text":"isQtStyle = cfg.platformTheme == \"gtk2\" && !(builtins.elem cfg.style [\"adwaita\" \"adwaita-dark\"]); isQt5ct = cfg.platformTheme == \"qt5ct\"; isLxqt = cfg.platformTheme == \"lxqt\"; isKde = cfg.platformTheme == \"kde\"; packages = if isQGnome then [ pkgs.qgnomeplatform pkgs.adwaita-qt ] else if isQtStyle then [ pkgs.libsForQt5.qtstyleplugins ] else if isQt5ct then [ pkgs.libsForQt5.qt5ct ] else if isLxqt then [ pkgs.lxqt.lxqt-qtplugin pkgs.lxqt.lxqt-config ] else if isKde then [ pkgs.libsForQt5.plasma-integration pkgs.libsForQt5.systemsettings ] else throw \"`qt5.platformTheme` ${cfg.platformTheme} and `qt5.style` ${cfg.style} are not compatible.\"; in"} {"_id":"doc-en-nixpkgs-8a38a3e8822c3d8cd089f943ccbe8fa3371ad37bde73395636b0b01d627fd869","title":"","text":"\"gnome\" \"lxqt\" \"qt5ct\" \"kde\" ]; example = \"gnome\"; relatedPackages = ["} {"_id":"doc-en-nixpkgs-75a01386259e51ee3f14e7b90505fc40696dd6c809cc0eeee6e272eeddc06364","title":"","text":"[\"libsForQt5\" \"qtstyleplugins\"] [\"libsForQt5\" \"qt5ct\"] [\"lxqt\" \"lxqt-qtplugin\"] [\"libsForQt5\" \"plasma-integration\"] ]; description = '' Selects the platform theme to use for Qt5 applications."} {"_id":"doc-en-nixpkgs-2650710ece59e994f9685101fbd98cbf6b5b76d353244d61bbf7d90b312db1b6","title":"","text":"application. kde Use Qt settings from Plasma. ''; };"} {"_id":"doc-en-nixpkgs-d33b00a5365cc69325f237eb5472bdbae6179bb3cfe02cd44912330cbfe1a7ef","title":"","text":"environment.variables.QT_QPA_PLATFORMTHEME = cfg.platformTheme; environment.variables.QT_STYLE_OVERRIDE = mkIf (! (isQt5ct || isLxqt)) cfg.style; environment.variables.QT_STYLE_OVERRIDE = mkIf (! (isQt5ct || isLxqt || isKde)) cfg.style; environment.systemPackages = packages;"} {"_id":"doc-en-nixpkgs-e2b057c3d5b03fc38ae3985e5b4b07526eb36dcf91841da94d5885df5a1d44bb","title":"","text":"stdenv.mkDerivation rec { pname = \"mullvad-vpn\"; version = \"2022.1\"; version = \"2022.2\"; src = fetchurl { url = \"https://github.com/mullvad/mullvadvpn-app/releases/download/${version}/MullvadVPN-${version}_amd64.deb\"; sha256 = \"0s12y9j75k59kqkcvfflb1v5p3ny7xgc1m5bd635lvql1bv46c3i\"; sha256 = \"sha256-h/c4aPH6E2TzbXGROpLJgF9uHYcjvKiW5upIobpJM9o=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-9135c470cda95b7e4fb6508b98afde2c92c72320e032fd10ccb2c37b8ffc839c","title":"","text":", openvpn-mullvad , shadowsocks-rust }: let # result of running address_cache as of 02 Mar 2022 bootstrap-address-cache = writeText \"api-ip-address.txt\" '' 193.138.218.78:443 193.138.218.71:444 185.65.134.66:444 185.65.135.117:444 217.138.254.130:444 91.90.44.10:444 ''; in rustPlatform.buildRustPackage rec { pname = \"mullvad\"; version = \"2022.1\"; version = \"2022.2\"; src = fetchFromGitHub { owner = \"mullvad\"; repo = \"mullvadvpn-app\"; rev = version; hash = \"sha256-bLwuM3Qy2iStbXIvDEWp31vuiihSQThOej297XKo5Xc=\"; hash = \"sha256-ZtQKzbFrkacrfPIkMz/UOfIwQBXQUoVVlFla//jmMwY=\"; }; cargoHash = \"sha256-CBbm8cJHTjyvvzCFQfKmsE5d9N7azEm8nI6KeWLVaa8=\"; cargoHash = \"sha256-J6h3KY1RDCnAc/tQHNGEyOlVQoQNhRqjWbmimPitydQ=\"; nativeBuildInputs = [ pkg-config"} {"_id":"doc-en-nixpkgs-256a5fcaa2e9fde4dad3e321d49bfa56bb03a172fb9d642fc03d8b1c598f9f2c","title":"","text":"postFixup = # Place all binaries in the 'mullvad-' namespace, even though these # specific binaries aren't used in the lifetime of the program. # `address_cache` is used to generate the `api-ip-address.txt` file, which # contains list of Mullvad API servers -- though we provide a \"backup\" of # the output of this command, it could change at any time, so we want # users to be able to regenerate the list at any time. (The daemon will # refuse to start without this file.) '' for bin in address_cache relay_list translations-converter; do for bin in relay_list translations-converter; do mv \"$out/bin/$bin\" \"$out/bin/mullvad-$bin\" done '' + # Put distributed assets in-place -- specifically, the # bootstrap-address-cache is necessary; otherwise, the user will have to run # the `address_cache` binary and move the contents into place at # `/var/cache/mullvad-vpn/api-ip-address.txt` manually. '' mkdir -p $out/share/mullvad ln -s ${bootstrap-address-cache} $out/share/mullvad/api-ip-address.txt '' + # Files necessary for OpenVPN tunnels to work. '' mkdir -p $out/share/mullvad cp dist-assets/ca.crt $out/share/mullvad ln -s ${openvpn-mullvad}/bin/openvpn $out/share/mullvad ln -s ${shadowsocks-rust}/bin/sslocal $out/share/mullvad"} {"_id":"doc-en-nixpkgs-c4dbe854fb339b7fac18f3e86addbd56d1d7272bbc852a31892a21f44a007528","title":"","text":" { lib, stdenv, fetchurl, cctools, fixDarwinDylibNames }: { lib , stdenv , fetchurl , cctools , fixDarwinDylibNames , autoSignDarwinBinariesHook }: stdenv.mkDerivation rec { pname = \"lp_solve\"; version = \"5.5.2.11\";"} {"_id":"doc-en-nixpkgs-ef764461e4d2c173e98c507c4dfb3bb60391b00c1305254d623c80385a22d0f0","title":"","text":"nativeBuildInputs = lib.optionals stdenv.isDarwin [ cctools fixDarwinDylibNames ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ autoSignDarwinBinariesHook ]; dontConfigure = true; buildPhase = let ccc = if stdenv.isDarwin then \"ccc.osx\" else \"ccc\"; in '' runHook preBuild buildPhase = let ccc = if stdenv.isDarwin then \"ccc.osx\" else \"ccc\"; in '' runHook preBuild (cd lpsolve55 && bash -x -e ${ccc}) (cd lp_solve && bash -x -e ${ccc}) (cd lpsolve55 && bash -x -e ${ccc}) (cd lp_solve && bash -x -e ${ccc}) runHook postBuild ''; runHook postBuild ''; installPhase = '' runHook preInstall"} {"_id":"doc-en-nixpkgs-e4db9708428f817a01faa06ef88e8f786d57ed3932d44a4f246c7948173b48d4","title":"","text":"meta = with lib; { description = \"A Mixed Integer Linear Programming (MILP) solver\"; homepage = \"http://lpsolve.sourceforge.net\"; license = licenses.gpl2Plus; homepage = \"http://lpsolve.sourceforge.net\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ smironov ]; platforms = platforms.unix; platforms = platforms.unix; }; }"} {"_id":"doc-en-nixpkgs-49d738854f6b80ac8c698787e6a61e8732718a4d2df320a9f82debdf33a40eac","title":"","text":"}; lp_solve = callPackage ../applications/science/math/lp_solve { inherit (darwin) cctools; inherit (darwin) cctools autoSignDarwinBinariesHook; }; fabric-installer = callPackage ../tools/games/minecraft/fabric-installer { };"} {"_id":"doc-en-nixpkgs-176f39c6de5a99c270b84c8de17a54c2427ab20e0ed47b6a08e712e359d85867","title":"","text":"unstable = fetchurl rec { # NOTE: Don't forget to change the SHA256 for staging as well. version = \"7.10\"; version = \"7.12\"; url = \"https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz\"; sha256 = \"sha256-P+skzYWYwQ9q9xHnSsK10kQrtNO4wHj506JTroc2SA0=\"; sha256 = \"sha256-gJzsE3FmNubq/Uw9pzEkVqhE0xYCClV4YRvNuiEGnGg=\"; inherit (stable) gecko32 gecko64 patches; mono = fetchurl rec {"} {"_id":"doc-en-nixpkgs-80cd36b158c2744b1c0d8497b1772a1a73d460fb1504c8ca0b35d6efd07f5771","title":"","text":"staging = fetchFromGitHub rec { # https://github.com/wine-staging/wine-staging/releases inherit (unstable) version; sha256 = \"sha256-5Pt98pla6t+B3FjB80hOWJUO64jY1EmOPQ0hEkFBWxY=\"; sha256 = \"sha256-A7IcBm3LzXzFu/NT+kbf2InTTuBzyQju/uMxSnIfsls=\"; owner = \"wine-staging\"; repo = \"wine-staging\"; rev = \"v${version}\";"} {"_id":"doc-en-nixpkgs-1e96a3edd288a0fb544cba2ec53f4d68a970739b8ebe503291240c08b94f7c61","title":"","text":"stdenv.mkDerivation rec { pname = \"vkd3d\"; version = \"1.3\"; version = \"1.4\"; src = fetchurl { url = \"https://dl.winehq.org/vkd3d/source/vkd3d-${version}.tar.xz\"; sha256 = \"134b347806d34a4d2b39ea29ff1c2b38443793803a3adc50800855bb929fb8b2\"; sha256 = \"sha256-yLqF9gSCyHPAVs9tuw6veRvIq30W1ipH83uYQbapCr0=\"; }; nativeBuildInputs = [ flex bison ];"} {"_id":"doc-en-nixpkgs-c9b2dcabd5d450b94486a40c8ee0033a58819d33d36d5abb2ef62d4aad6757d8","title":"","text":"{ lib , node_webkit , pkgs , runCommand , copyDesktopItems , makeDesktopItem , stdenv , writeShellScript , wrapGAppsHook }: let"} {"_id":"doc-en-nixpkgs-638ad902d759a4a59809c8a0d6f3c95ce8a5c6e344cf7404f9df6f05b6391cd7","title":"","text":"${node_webkit}/bin/nw ${onlykey}/lib/node_modules/${onlykey.packageName}/build ''; in runCommand \"${onlykey.packageName}-${onlykey.version}\" { } '' mkdir -p $out/bin ln -s ${script} $out/bin/onlykey '' stdenv.mkDerivation { pname = \"${onlykey.packageName}\"; inherit (onlykey) version; dontUnpack = true; nativeBuildInputs = [ wrapGAppsHook copyDesktopItems ]; desktopItems = [ (makeDesktopItem { name = onlykey.packageName; exec = script; icon = \"${onlykey}/lib/node_modules/${onlykey.packageName}/resources/onlykey_logo_128.png\"; desktopName = onlykey.packageName; genericName = onlykey.packageName; }) ]; installPhase = '' runHook preInstall mkdir -p $out/bin ln -s ${script} $out/bin/onlykey runHook postInstall ''; } "} {"_id":"doc-en-nixpkgs-6a4c273b1796d9c024f219a0e6a014d0a005a1f789afc5ded5b392918561053a","title":"","text":"githubId = 12958979; name = \"Mika Naylor\"; }; autrimpo = { email = \"michal@koutensky.net\"; github = \"autrimpo\"; githubId = 5968483; name = \"Michal Koutenský\"; }; autumnal = { name = \"Sven Friedrich\"; email = \"sven@autumnal.de\";"} {"_id":"doc-en-nixpkgs-46dd1aafd068fc60b7b87795500fd8d0dc86568b821a46b8ce20289a6364033d","title":"","text":"- [networkd-dispatcher](https://gitlab.com/craftyguy/networkd-dispatcher), a dispatcher service for systemd-networkd connection status changes. Available as [services.networkd-dispatcher](#opt-services.networkd-dispatcher.enable). - [gonic](https://github.com/sentriz/gonic), a Subsonic music streaming server. Available as [services.gonic](#opt-services.gonic.enable). - [mmsd](https://gitlab.com/kop316/mmsd), a lower level daemon that transmits and recieves MMSes. Available as [services.mmsd](#opt-services.mmsd.enable). - [QDMR](https://dm3mat.darc.de/qdmr/), a GUI application and command line tool for programming DMR radios [programs.qdmr](#opt-programs.qdmr.enable)"} {"_id":"doc-en-nixpkgs-de759ce7f36d90054e8675fbeaaaaec9866e18461671e30ed7aeed2a6e3da9b7","title":"","text":"./services/audio/alsa.nix ./services/audio/botamusique.nix ./services/audio/gmediarender.nix ./services/audio/gonic.nix ./services/audio/hqplayerd.nix ./services/audio/icecast.nix ./services/audio/jack.nix"} {"_id":"doc-en-nixpkgs-de5c9e2739a1297728e4a20d643a1e346e0f32cfe82d9dc50e3746bdd21e88f1","title":"","text":" { config, lib, pkgs, ... }: with lib; let cfg = config.services.gonic; settingsFormat = pkgs.formats.keyValue { mkKeyValue = lib.generators.mkKeyValueDefault { } \" \"; listsAsDuplicateKeys = true; }; in { options = { services.gonic = { enable = mkEnableOption (lib.mdDoc \"Gonic music server\"); settings = mkOption rec { type = settingsFormat.type; apply = recursiveUpdate default; default = { listen-addr = \"127.0.0.1:4747\"; cache-path = \"/var/cache/gonic\"; tls-cert = null; tls-key = null; }; example = { music-path = [ \"/mnt/music\" ]; podcast-path = \"/mnt/podcasts\"; }; description = lib.mdDoc '' Configuration for Gonic, see for supported values. ''; }; }; }; config = mkIf cfg.enable { systemd.services.gonic = { description = \"Gonic Media Server\"; after = [ \"network.target\" ]; wantedBy = [ \"multi-user.target\" ]; serviceConfig = { ExecStart = let # these values are null by default but should not appear in the final config filteredSettings = filterAttrs (n: v: !((n == \"tls-cert\" || n == \"tls-key\") && v == null)) cfg.settings; in \"${pkgs.gonic}/bin/gonic -config-path ${settingsFormat.generate \"gonic\" filteredSettings}\"; DynamicUser = true; StateDirectory = \"gonic\"; CacheDirectory = \"gonic\"; WorkingDirectory = \"/var/lib/gonic\"; RuntimeDirectory = \"gonic\"; RootDirectory = \"/run/gonic\"; ReadWritePaths = \"\"; BindReadOnlyPaths = [ # gonic can access scrobbling services \"-/etc/ssl/certs/ca-certificates.crt\" builtins.storeDir cfg.settings.podcast-path ] ++ cfg.settings.music-path ++ lib.optional (cfg.settings.tls-cert != null) cfg.settings.tls-cert ++ lib.optional (cfg.settings.tls-key != null) cfg.settings.tls-key; CapabilityBoundingSet = \"\"; RestrictAddressFamilies = [ \"AF_UNIX\" \"AF_INET\" \"AF_INET6\" ]; RestrictNamespaces = true; PrivateDevices = true; PrivateUsers = true; ProtectClock = true; ProtectControlGroups = true; ProtectHome = true; ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; SystemCallArchitectures = \"native\"; SystemCallFilter = [ \"@system-service\" \"~@privileged\" ]; RestrictRealtime = true; LockPersonality = true; MemoryDenyWriteExecute = true; UMask = \"0066\"; ProtectHostname = true; }; }; }; meta.maintainers = [ maintainers.autrimpo ]; } "} {"_id":"doc-en-nixpkgs-8f37e754ad1b08d97c3dbffc9c203b4b9b614a1905f8983a5338a15f9590e578","title":"","text":"gocd-agent = handleTest ./gocd-agent.nix {}; gocd-server = handleTest ./gocd-server.nix {}; gollum = handleTest ./gollum.nix {}; gonic = handleTest ./gonic.nix {}; google-oslogin = handleTest ./google-oslogin {}; gotify-server = handleTest ./gotify-server.nix {}; grafana = handleTest ./grafana {};"} {"_id":"doc-en-nixpkgs-14823d31451ec8231be06f0a09f358337c63944f49575bd917cec0a80c8b8b95","title":"","text":" import ./make-test-python.nix ({ pkgs, ... }: { name = \"gonic\"; nodes.machine = { ... }: { services.gonic = { enable = true; settings = { music-path = [ \"/tmp\" ]; podcast-path = \"/tmp\"; }; }; }; testScript = '' machine.wait_for_unit(\"gonic\") machine.wait_for_open_port(4747) ''; }) "} {"_id":"doc-en-nixpkgs-7b37e1a178990e5eaff8df3c4c32f0044b43a455649485b1e4c46c8991065de3","title":"","text":"{ lib, stdenv, buildGoModule, fetchFromGitHub , nixosTests , pkg-config, taglib, zlib # Disable on-the-fly transcoding,"} {"_id":"doc-en-nixpkgs-9cd9f385006087e21bf55bb7f3237a0438c1b834cc13e4c4d3de6e822933bd56","title":"","text":"'\"${lib.getBin mpv}/bin/mpv\"' ''; passthru = { tests.gonic = nixosTests.gonic; }; meta = { homepage = \"https://github.com/sentriz/gonic\"; description = \"Music streaming server / subsonic server API implementation\";"} {"_id":"doc-en-nixpkgs-d18ee4d025e92c018a80d392be5c6f052dbb8843ac4276ef483249654cb2f40a","title":"","text":"binutils = binutils; }; dive = callPackage ../development/tools/dive { }; dive = callPackage ../development/tools/dive { buildGoModule = buildGo117Module; }; doclifter = callPackage ../development/tools/misc/doclifter { };"} {"_id":"doc-en-nixpkgs-3e64274e26dbbabe9c018993ce01e4fd5c18fee23ca7d55e06696e46f6b65044","title":"","text":"kubeaudit = callPackage ../tools/security/kubeaudit { }; kubectx = callPackage ../development/tools/kubectx { }; kubectx = callPackage ../development/tools/kubectx { buildGoModule = buildGo117Module; }; kube-linter = callPackage ../development/tools/kube-linter { };"} {"_id":"doc-en-nixpkgs-e768a7f30fa0dd4a692d631778cbf9f0b0acb2278ae6c19183c9d4fbc2d1f08d","title":"","text":"sha256 = \"sha256-kPjS+otVZ8aJmDDd7ywD88J5YLEayiIvoXqnrGE8KJA=\"; }; # https://github.com/svaarala/duktape/issues/2464 LDFLAGS = [ \"-lm\" ]; nativeBuildInputs = [ validatePkgConfig ]; postPatch = '' substituteInPlace Makefile.sharedlibrary --replace 'gcc' '${stdenv.cc.targetPrefix}cc' --replace 'g++' '${stdenv.cc.targetPrefix}c++' substituteInPlace Makefile.cmdline --replace 'gcc' '${stdenv.cc.targetPrefix}cc' --replace 'g++' '${stdenv.cc.targetPrefix}c++' ''; buildPhase = '' make -f Makefile.sharedlibrary make -f Makefile.cmdline ''; installPhase = '' install -d $out/bin install -m755 duk $out/bin/"} {"_id":"doc-en-nixpkgs-5e02f87185a199299deffdd9913a646a392f1e62377d3abf6f4efbebb0de28cc","title":"","text":"make -f Makefile.sharedlibrary install INSTALL_PREFIX=$out substituteAll ${./duktape.pc.in} $out/lib/pkgconfig/duktape.pc ''; enableParallelBuilding = true; meta = with lib; {"} {"_id":"doc-en-nixpkgs-6d44470980aa0ad9fb681823b6ff82b70ccc3da8a12bf87a0842b5e6d30cd7e9","title":"","text":" { lib , stdenv , fetchFromGitHub , python3 , git }: python3.pkgs.buildPythonApplication rec { pname = \"hatch\"; version = \"1.3.1\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"pypa\"; repo = \"hatch\"; rev = \"hatch-v${version}\"; sha256 = \"sha256-ftT86HX5CVbiHe5yzXT2gNl8Rx+f+fmiAJRnOuDpvYI=\"; }; propagatedBuildInputs = with python3.pkgs; [ click hatchling httpx keyring pexpect pyperclip rich shellingham tomli-w tomlkit userpath virtualenv ]; checkInputs = with python3.pkgs; [ git pytestCheckHook pytest-mock ]; preCheck = '' export HOME=$(mktemp -d); ''; disabledTests = [ # AssertionError: assert (1980, 1, 2, 0, 0, 0) == (2020, 2, 2, 0, 0, 0) \"test_default\" \"test_explicit_path\" \"test_default_auto_detection\" \"test_editable_default\" \"test_editable_default_extra_dependencies\" \"test_editable_default_force_include\" \"test_editable_default_force_include_option\" \"test_editable_exact\" \"test_editable_exact_extra_dependencies\" \"test_editable_exact_force_include\" \"test_editable_exact_force_include_build_data_precedence\" \"test_editable_pth\" # AssertionError: assert len(extract_installed_requirements(output.splitlines())) > 0 \"test_creation_allow_system_packages\" ]; meta = with lib; { description = \"Modern, extensible Python project manager\"; homepage = \"https://hatch.pypa.io/latest/\"; license = licenses.mit; maintainers = with maintainers; [ onny ]; }; } "} {"_id":"doc-en-nixpkgs-5f49fca6477cbfc8526bc7aa8a0af70ac674ee1c4a17a4f6375416605771b36c","title":"","text":"haste-server = callPackage ../servers/haste-server { }; hatch = python3Packages.callPackage ../development/tools/hatch { }; hal-hardware-analyzer = libsForQt5.callPackage ../applications/science/electronics/hal-hardware-analyzer { }; half = callPackage ../development/libraries/half { };"} {"_id":"doc-en-nixpkgs-f7a143df0a4cfb9b8e669040ae26f45242a9f9408adf42e1d1827bcb0deb95d9","title":"","text":"gobject-introspection desktop-file-utils glib gtk3 wrapGAppsHook ]; buildInputs = [ cairo gettext gtk3 ]; propagatedBuildInputs = with python3Packages; ["} {"_id":"doc-en-nixpkgs-c7d6fedbd9a1a7803e7716c88246d640f91a13476935101842dfbdbefe095dd2","title":"","text":" { lib, stdenv, fetchurl, autoPatchelfHook, dpkg, wrapGAppsHook, alsa-lib, at-spi2-atk, at-spi2-core, cairo, cups, curl, dbus, expat, ffmpeg, fontconfig, freetype, glib, glibc, gtk3, gtk4, libcanberra, liberation_ttf, libexif, libglvnd, libkrb5, libnotify, libpulseaudio, libu2f-host, libva, libxkbcommon, mesa, nspr, nss, pango, pciutils, pipewire, qt6, speechd, systemd, udev, _7zz, vaapiVdpau, vulkan-loader, wayland, wget, xdg-utils, xfce, xorg, }: stdenv.mkDerivation rec { pname = \"thorium-browser\"; version = \"120.0.6099.235\"; src = fetchurl { url = \"https://github.com/Alex313031/thorium/releases/download/M${version}/thorium-browser_${version}_amd64.deb\"; hash = \"sha256-UQqYXlkjXuZ3Vkcie0SNp4AMnBjemavW2G7dKGTxVAc=\"; }; nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook qt6.wrapQtAppsHook ]; buildInputs = [ stdenv.cc.cc.lib alsa-lib at-spi2-atk at-spi2-core cairo cups curl dbus expat ffmpeg fontconfig freetype glib glibc gtk3 gtk4 libcanberra liberation_ttf libexif libglvnd libkrb5 libnotify libpulseaudio libu2f-host libva libxkbcommon mesa nspr nss qt6.qtbase pango pciutils pipewire speechd udev _7zz vaapiVdpau vulkan-loader wayland wget xdg-utils xfce.exo xorg.libxcb xorg.libX11 xorg.libXcursor xorg.libXcomposite xorg.libXdamage xorg.libXext xorg.libXfixes xorg.libXi xorg.libXrandr xorg.libXrender xorg.libXtst xorg.libXxf86vm ]; # Needed to make the process get past zygote_linux fork()'ing runtimeDependencies = [ systemd ]; autoPatchelfIgnoreMissingDeps = [ \"libQt5Widgets.so.5\" \"libQt5Gui.so.5\" \"libQt5Core.so.5\" ]; installPhase = '' runHook preInstall mkdir -p $out cp -vr usr/* $out cp -vr etc $out cp -vr opt $out ln -sf $out/opt/chromium.org/thorium/thorium-browser $out/bin/thorium-browser substituteInPlace $out/share/applications/thorium-shell.desktop --replace /usr/bin $out/bin --replace /opt $out/opt substituteInPlace $out/share/applications/thorium-browser.desktop --replace /usr/bin $out/bin --replace StartupWMClass=thorium StartupWMClass=thorium-browser --replace Icon=thorium-browser Icon=$out/opt/chromium.org/thorium/product_logo_256.png addAutoPatchelfSearchPath $out/chromium.org/thorium addAutoPatchelfSearchPath $out/chromium.org/thorium/lib substituteInPlace $out/opt/chromium.org/thorium/thorium-browser --replace 'export LD_LIBRARY_PATH' \"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${lib.makeLibraryPath buildInputs}:$out/chromium.org/thorium:$out/chromium.org/thorium/lib\" makeWrapper \"$out/opt/chromium.org/thorium/thorium-browser\" \"$out/bin/thorium-browser\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" runHook postInstall ''; postPatchMkspecs = '' substituteInPlace $out/bin/..thorium-shell-wrapped-wrapped --replace /opt $out/opt ''; meta = with lib; { description = \"Compiler-optimized Chromium fork\"; homepage = \"https://thorium.rocks\"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ rgri ]; license = licenses.bsd3; platforms = [\"x86_64-linux\"]; mainProgram = \"thorium-browser\"; }; } "} {"_id":"doc-en-nixpkgs-3c2c613b2a660f6f668885aed9bfd4e46d387254160ee7b8d44199b70445a1f0","title":"","text":" { stdenv, fetchFromGitHub, autoconf, automake, libtool, ... }: { stdenv, fetchFromGitHub, autoreconfHook, jdk # Enable ECDSA pubkey recovery module , enableRecovery ? true # Enable ECDH shared secret computation (disabled by default because it is # experimental) , enableECDH ? false # Enable libsecp256k1_jni (disabled by default because it requires a jdk, # which is a large dependency) , enableJNI ? false }: let inherit (stdenv.lib) optionals; in stdenv.mkDerivation rec { name = \"secp256k1-${version}\"; # I can't find any version numbers, so we're just using the date # of the last commit. version = \"2016-05-30\"; # I can't find any version numbers, so we're just using the date of the # last commit. version = \"2016-11-27\"; src = fetchFromGitHub { owner = \"bitcoin-core\"; repo = \"secp256k1\"; rev = \"b3be8521e694eaf45dd29baea035055183c42fe2\"; sha256 = \"1pgsy72w87yxbiqn96hnm8alsfx3rj7d9jlzdsypyf6i1rf6w4bq\"; rev = \"2928420c1b8e1feee8c20dff4e3cc41a0de2fc22\"; sha256 = \"1djsr2vrhh88353czlwb8bwlyabf008w1f7xg0fs3q33rf42w5gm\"; }; buildInputs = [ autoconf automake libtool ]; buildInputs = optionals enableJNI [ jdk ]; configureFlags = [ \"--enable-module-recovery\" ]; nativeBuildInputs = [ autoreconfHook ]; preConfigure = \"./autogen.sh\"; configureFlags = optionals enableECDH [ \"--enable-module-ecdh\" \"--enable-experimental\" ] ++ optionals enableRecovery [ \"--enable-module-recovery\" ] ++ optionals enableJNI [ \"--enable-jni\" ]; meta = with stdenv.lib; { description = \"Optimized C library for EC operations on curve secp256k1\"; longDescription = '' Optimized C library for EC operations on curve secp256k1. Part of Bitcoin Core. This library is a work in progress and is being used to research best practices. Use at your own risk. Optimized C library for EC operations on curve secp256k1. Part of Bitcoin Core. This library is a work in progress and is being used to research best practices. Use at your own risk. ''; homepage = https://github.com/bitcoin-core/secp256k1; license = with licenses; [ mit ];"} {"_id":"doc-en-nixpkgs-ab449df0c6570d67d30faed00bef0d4b192bb83b7310ddeb4070c61fe87c172d","title":"","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"vt-cli\"; version = \"0.10.2\"; src = fetchFromGitHub { owner = \"VirusTotal\"; repo = pname; rev = version; sha256 = \"0jqr2xf6f9ywavkx5hzcfnky8ax23ahdj24hjsnq6zlpdqvfn1xb\"; }; vendorSha256 = \"sha256-XN6dJpoJe9nJn+Tr9SYD64LE0XFiO2vlpdyI9SrZZjQ=\"; ldflags = [ \"-X github.com/VirusTotal/vt-cli/cmd.Version=${version}\" ]; subPackages = [ \"vt\" ]; meta = with lib; { description = \"VirusTotal Command Line Interface\"; homepage = \"https://github.com/VirusTotal/vt-cli\"; license = licenses.asl20; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"doc-en-nixpkgs-30e1153ef830282b9961fc0a1cba410bbf83fcf7e04a9dd41f2477e2da67105e","title":"","text":"vowpal-wabbit = callPackage ../applications/science/machine-learning/vowpal-wabbit { }; vt-cli = callPackage ../tools/security/vt-cli { }; utahfs = callPackage ../applications/networking/utahfs { }; wakeonlan = callPackage ../tools/networking/wakeonlan { };"} {"_id":"doc-en-nixpkgs-d18f6729409748c4bf8099bc60cb1a65dbd5056dd8ebe4e5361ac2678b73f600","title":"","text":"PKG_CONFIG_PURPLE_PLUGINDIR = \"${placeholder \"out\"}/lib/purple-2\"; PKG_CONFIG_PURPLE_DATADIR = \"${placeholder \"out\"}/share\"; installFlags = [ \"DESTDIR=$(out)\" ]; PKG_CONFIG_PIDGIN_DATADIR = \"${placeholder \"out\"}/share\"; meta = with lib; { homepage = \"https://github.com/hoehermann/libpurple-signald\";"} {"_id":"doc-en-nixpkgs-aa0ec2399aececab997ade9b55beedeb797a904927dc42fe6280f22d14873e44","title":"","text":" { lib , buildPythonPackage , fetchFromGitHub , huggingface-hub , nltk , numpy , scikit-learn , scipy , sentencepiece , tokenizers , torch , torchvision , tqdm , transformers }: buildPythonPackage rec { pname = \"sentence-transformers\"; version = \"2.2.2\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"UKPLab\"; repo = \"sentence-transformers\"; rev = \"v${version}\"; hash = \"sha256-hEYpDAL0lliaS1j+c5vaZ0q1hw802jfTUurx/FvgY9w=\"; }; propagatedBuildInputs = [ huggingface-hub nltk numpy scikit-learn scipy sentencepiece tokenizers torch torchvision tqdm transformers ]; pythonImportsCheck = [ \"sentence_transformers\" ]; doCheck = false; # tests fail at build_ext meta = with lib; { description = \"Multilingual Sentence & Image Embeddings with BERT\"; homepage = \"https://github.com/UKPLab/sentence-transformers\"; license = licenses.asl20; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"doc-en-nixpkgs-e1a1d6a9a4944dfecd6f5e616dd506cfe34eb3ecd74a5cb32772f5d67087bf02","title":"","text":" { lib , fetchFromGitHub , python3Packages , qt6 }: python3Packages.buildPythonApplication rec { pname = \"khoj\"; version = \"0.2.5\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"debanjum\"; repo = \"khoj\"; rev = version; hash = \"sha256-cylZNRyHMFJiBjlEtKMpRjRjwQyb7pgOjMtxFhKFU4k=\"; }; propagatedBuildInputs = with python3Packages; [ aiofiles dateparser defusedxml fastapi huggingface-hub jinja2 numpy openai pillow pydantic pyqt6 pyyaml schedule sentence-transformers torch torchvision transformers uvicorn ]; buildInputs = with qt6; [ qtwayland ]; nativeBuildInputs = with qt6; [ wrapQtAppsHook ]; checkInputs = with python3Packages; [ pytest ]; postPatch = '' substituteInPlace setup.py --replace \"aiofiles == 0.8.0\" \"aiofiles >= 0.8.0\" --replace \"openai == 0.20.0\" \"openai >= 0.20.0\" --replace \"pytest == 7.1.2\" \"pytest >= 7.1.2\" --replace \"fastapi == 0.77.1\" \"fastapi >= 0.77.1\" --replace \"numpy == 1.22.4\" \"numpy >= 1.22.4\" --replace \"huggingface_hub == 0.8.1\" \"huggingface_hub >= 0.8.1\" --replace \"dateparser == 1.1.1\" \"dateparser >= 1.1.1\" --replace \"sentence-transformers == 2.1.0\" \"sentence-transformers >= 2.1.0\" --replace \"transformers == 4.21.0\" \"transformers >= 4.21.0\" --replace \"torchvision == 0.14.1\" \"torchvision\" --replace \"pydantic == 1.9.1\" \"pydantic >= 1.9.1\" --replace \"pyqt6 == 6.3.1\" \"pyqt6 >= 6.3.1\" --replace \"uvicorn == 0.17.6\" \"uvicorn >= 0.17.6\" ''; meta = with lib; { description = \"Natural Language Search Assistant for your Org-Mode and Markdown notes, Beancount transactions and Photos\"; homepage = \"https://github.com/debanjum/khoj\"; license = licenses.gpl3Only; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"doc-en-nixpkgs-b11001d9a0a638ac3d3cd0b1d626aa4a795d4d10d9b45e80503111bd8dbb3d7f","title":"","text":"khal = callPackage ../applications/misc/khal { }; khoj = callPackage ../servers/search/khoj { }; khard = callPackage ../applications/misc/khard { }; kid3 = libsForQt5.callPackage ../applications/audio/kid3 { };"} {"_id":"doc-en-nixpkgs-abae8affcc0791bfe4dbb2d401d09d6484bdf61d70a1f2c5429aaf2636b8f970","title":"","text":"inherit (pkgs) sentencepiece; }; sentence-transformers = callPackage ../development/python-modules/sentence-transformers { }; sentinel = callPackage ../development/python-modules/sentinel { }; sentinels = callPackage ../development/python-modules/sentinels { };"} {"_id":"doc-en-nixpkgs-f1cda3c6fb6fe1835cc2e2482a38ae4b6449750bc920dca708a6212f4b2ac36d","title":"","text":" { lib, stdenv, fetchFromGitHub, makeWrapper, coreutils, gawk }: stdenv.mkDerivation rec { pname = \"theme-sh\"; version = \"1.1.5\"; src = fetchFromGitHub { owner = \"lemnos\"; repo = \"theme.sh\"; rev = \"v${version}\"; sha256 = \"sha256-zDw8WGBzO4/HRCgN7yoUxT49ibTz+QkRa5WpBQbl1nI=\"; }; nativeBuildInputs = [ makeWrapper ]; dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/bin install -Dm755 bin/theme.sh $out/bin wrapProgram $out/bin/theme.sh --prefix PATH : ${lib.makeBinPath [ coreutils gawk ]} runHook postInstall ''; meta = with lib; { description = \"A script which lets you set your $terminal theme\"; homepage = \"https://github.com/lemnos/theme.sh\"; license = licenses.mit; platforms = platforms.all; maintainers = with maintainers; [ figsoda ]; mainProgram = \"theme.sh\"; }; } "} {"_id":"doc-en-nixpkgs-61d7e7c7dff9e15f65f2376061047126da9e13d6510c342db82d5f7331cd6b29","title":"","text":"thefuck = python3Packages.callPackage ../tools/misc/thefuck { }; theme-sh = callPackage ../tools/misc/theme-sh { }; thicket = callPackage ../applications/version-management/git-and-tools/thicket { }; thiefmd = callPackage ../applications/editors/thiefmd { };"} {"_id":"doc-en-nixpkgs-e9b1fc80b79ddd1bcb03e46b1ca20ed99f4e1a7b2d1f48fd4389105093119fce","title":"","text":"# disregard the error code from the xz invocation. Otherwise, # it can happen that tar exits earlier, causing xz to fail # from a SIGPIPE. (XZ_OPT=\"--threads=$NIX_BUILD_CORES\" xz -d < \"$fn\"; true) | tar xf - --warning=no-timestamp (XZ_OPT=\"--threads=$NIX_BUILD_CORES\" xz -d < \"$fn\"; true) | tar xf - --mode=+w --warning=no-timestamp ;; *.tar | *.tar.* | *.tgz | *.tbz2 | *.tbz) # GNU tar can automatically select the decompression method # (info \"(tar) gzip\"). tar xf \"$fn\" --warning=no-timestamp tar xf \"$fn\" --mode=+w --warning=no-timestamp ;; *) return 1"} {"_id":"doc-en-nixpkgs-844a0286b9c474b4c0f18ff337415f099a0d71b360f4be724ffdf0736645e8c9","title":"","text":"{ stdenv, fetchurl, gmp }: stdenv.mkDerivation rec { name = \"ikarus-0.0.3\"; version = \"0.0.3\"; name = \"ikarus-${version}\"; src = fetchurl { url = \"http://ikarus-scheme.org/${name}.tar.gz\"; url = \"http://launchpad.net/ikarus/0.0/${version}/+download/${name}.tar.gz\"; sha256 = \"0d4vqwqfnj39l0gar2di021kcf6bfpkc6g40yapkmxm6sxpdcvjv\"; };"} {"_id":"doc-en-nixpkgs-d6b8f3acf6788a83976b46dc18955f7ba3296be92a44e35c6dae07fc7d8aab43","title":"","text":" { lib , fetchFromGitHub , buildPythonPackage # propagates , numpy , torch , tqdm , more-itertools , transformers , ffmpeg-python # tests , pytestCheckHook }: buildPythonPackage rec { pname = \"whisper\"; version = \"unstable-2022-09-23\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"openai\"; repo = pname; rev = \"8cf36f3508c9acd341a45eb2364239a3d81458b9\"; hash = \"sha256-2RH8eM/SezqFJltelv5AjQEGpqXm980u57vrlkTEUvQ=\"; }; postPatch = '' # Rely on the ffmpeg path already patched into the ffmpeg-python library substituteInPlace whisper/audio.py --replace 'run(cmd=\"ffmpeg\",' 'run(' ''; propagatedBuildInputs = [ numpy torch tqdm more-itertools transformers ffmpeg-python ]; preCheck = '' export HOME=$TMPDIR ''; checkInputs = [ pytestCheckHook ]; disabledTests = [ # requires network access to download models \"test_transcribe\" ]; meta = with lib; { description = \"General-purpose speech recognition model\"; homepage = \"https://github.com/openai/whisper\"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; } "} {"_id":"doc-en-nixpkgs-a49eeb4ad477eae5844eaee22cfc55efbab50faadf904a88d9896cfc3e596856","title":"","text":"openai = with python3Packages; toPythonApplication openai; openai-whisper = with python3.pkgs; toPythonApplication openai-whisper; opengrok = callPackage ../development/tools/misc/opengrok { }; openocd = callPackage ../development/embedded/openocd { };"} {"_id":"doc-en-nixpkgs-11d647c90de377a2e4ab9d7ea26df7de404b8e3bba9b119f7598993f2a49a010","title":"","text":"open-meteo = callPackage ../development/python-modules/open-meteo { }; openai-whisper = callPackage ../development/python-modules/openai-whisper { }; openant = callPackage ../development/python-modules/openant { }; openapi-schema-validator = callPackage ../development/python-modules/openapi-schema-validator { };"} {"_id":"doc-en-nixpkgs-5dc8821c2f11066611202d5711f78987ecd8b56a6e10852b030cf5bcda3e29bc","title":"","text":"in stdenv.mkDerivation { inherit pname version; desktopItem = makeDesktopItem { desktopItem = makeDesktopItem ({ name = applicationName; exec = \"${launcherName} %U\"; inherit icon; desktopName = \"${desktopName}${nameSuffix}${lib.optionalString forceWayland \" (Wayland)\"}\"; genericName = \"Web Browser\"; categories = [ \"Network\" \"WebBrowser\" ]; mimeTypes = [ \"text/html\" \"text/xml\" \"application/xhtml+xml\" \"application/vnd.mozilla.xul+xml\" \"x-scheme-handler/http\" \"x-scheme-handler/https\" \"x-scheme-handler/ftp\" ]; startupNotify = true; startupWMClass = wmClass; actions = { new-window = { name = \"New Window\"; exec = \"${launcherName} --new-window %U\"; }; new-private-window = { name = \"New Private Window\"; exec = \"${launcherName} --private-window %U\"; }; profile-manager-window = { name = \"Profile Manager\"; exec = \"${launcherName} --ProfileManger\"; }; }; }; terminal = false; } // (if libName == \"thunderbird\" then { genericName = \"Email Client\"; comment = \"Read and write e-mails or RSS feeds, or manage tasks on calendars.\"; categories = [ \"Network\" \"Chat\" \"Email\" \"Feed\" \"GTK\" \"News\" ]; keywords = [ \"mail\" \"email\" \"e-mail\" \"messages\" \"rss\" \"calendar\" \"address book\" \"addressbook\" \"chat\" ]; mimeTypes = [ \"message/rfc822\" \"x-scheme-handler/mailto\" \"text/calendar\" \"text/x-vcard\" ]; actions = { profile-manager-window = { name = \"Profile Manager\"; exec = \"${launcherName} --ProfileManger\"; }; }; } else { genericName = \"Web Browser\"; categories = [ \"Network\" \"WebBrowser\" ]; mimeTypes = [ \"text/html\" \"text/xml\" \"application/xhtml+xml\" \"application/vnd.mozilla.xul+xml\" \"x-scheme-handler/http\" \"x-scheme-handler/https\" ]; actions = { new-window = { name = \"New Window\"; exec = \"${launcherName} --new-window %U\"; }; new-private-window = { name = \"New Private Window\"; exec = \"${launcherName} --private-window %U\"; }; profile-manager-window = { name = \"Profile Manager\"; exec = \"${launcherName} --ProfileManger\"; }; }; })); nativeBuildInputs = [ makeWrapper lndir jq ]; buildInputs = [ browser.gtk3 ];"} {"_id":"doc-en-nixpkgs-b7c470745b7655dcf65f437868c51bcb5e125da53372d63ad2fa04030cc787fe","title":"","text":"\"clion\": { \"update-channel\": \"CLion RELEASE\", \"url-template\": \"https://download.jetbrains.com/cpp/CLion-{version}.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"a0d9e77ad4afbb5f7d69e23cf84ccf132eed6ead6c3a7cd442b33924e6931656\", \"url\": \"https://download.jetbrains.com/cpp/CLion-2022.2.1.tar.gz\", \"version\": \"2022.2.3\", \"sha256\": \"e0338107115231c4b354870dfcf537ba6ad1741a0d310e4e50c48dfc24ff9cce\", \"url\": \"https://download.jetbrains.com/cpp/CLion-2022.2.3.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4167.35\" }, \"datagrip\": { \"update-channel\": \"DataGrip RELEASE\", \"url-template\": \"https://download.jetbrains.com/datagrip/datagrip-{version}.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"4015bfa478f7ee33914975b530f13930bc32eff86223e9256f2610497f95825f\", \"url\": \"https://download.jetbrains.com/datagrip/datagrip-2022.2.1.tar.gz\", \"version\": \"2022.2.5\", \"sha256\": \"55b28f3b79eda126fe778e2945804d50b1145503737f1b5e25ab6ae2d2a0e3ae\", \"url\": \"https://download.jetbrains.com/datagrip/datagrip-2022.2.5.tar.gz\", \"version-major-minor\": \"2022.1.1\", \"build_number\": \"222.3345.126\" \"build_number\": \"222.4345.5\" }, \"goland\": { \"update-channel\": \"GoLand RELEASE\", \"url-template\": \"https://download.jetbrains.com/go/goland-{version}.tar.gz\", \"version\": \"2022.2.2\", \"sha256\": \"c3cfc300f55adc3a52528d13a1133bffd2aa7c2d20ea301cd20e3aff52d87609\", \"url\": \"https://download.jetbrains.com/go/goland-2022.2.2.tar.gz\", \"version\": \"2022.2.3\", \"sha256\": \"fda47d9939b95d8995d1a375443025599cd74b1b5a2966273477ecfafa9ce4f1\", \"url\": \"https://download.jetbrains.com/go/goland-2022.2.3.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.57\" \"build_number\": \"222.4167.25\" }, \"idea-community\": { \"update-channel\": \"IntelliJ IDEA RELEASE\", \"url-template\": \"https://download.jetbrains.com/idea/ideaIC-{version}.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"93eb9391a898aad164ca47965e0445cbf0f04d7062b6875c4e4a3136799ee6cf\", \"url\": \"https://download.jetbrains.com/idea/ideaIC-2022.2.1.tar.gz\", \"version\": \"2022.2.3\", \"sha256\": \"4ba5faafad48d58db5099fae080ae2238086d3d9803080082de8efe35d8bf4ed\", \"url\": \"https://download.jetbrains.com/idea/ideaIC-2022.2.3.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4345.14\" }, \"idea-ultimate\": { \"update-channel\": \"IntelliJ IDEA RELEASE\", \"url-template\": \"https://download.jetbrains.com/idea/ideaIU-{version}-no-jbr.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"43eee4b9ea9aed7601252823689e7232b39829784a9bab5e8b5462f55eecc83a\", \"url\": \"https://download.jetbrains.com/idea/ideaIU-2022.2.1-no-jbr.tar.gz\", \"version\": \"2022.2.3\", \"sha256\": \"7454d7e0b8f4e3d8d805dde645d28b842101bd77aea8b29125880c592e6b8c85\", \"url\": \"https://download.jetbrains.com/idea/ideaIU-2022.2.3-no-jbr.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4345.14\" }, \"mps\": { \"update-channel\": \"MPS RELEASE\","} {"_id":"doc-en-nixpkgs-0febc8bf532bc14630346062c6e61c226fad036e6d594716959827c212a477fe","title":"","text":"\"phpstorm\": { \"update-channel\": \"PhpStorm RELEASE\", \"url-template\": \"https://download.jetbrains.com/webide/PhpStorm-{version}.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"dc463578e879f958cae3c5fc775170dd0a6a89347c02aa087126f03cc7a63f79\", \"url\": \"https://download.jetbrains.com/webide/PhpStorm-2022.2.1.tar.gz\", \"version\": \"2022.2.3\", \"sha256\": \"2376cd043bb941524df62db40f9125b1c693be11df80a41fd5b3dd9dcd3446e9\", \"url\": \"https://download.jetbrains.com/webide/PhpStorm-2022.2.3.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.61\" \"build_number\": \"222.4345.15\" }, \"pycharm-community\": { \"update-channel\": \"PyCharm RELEASE\", \"url-template\": \"https://download.jetbrains.com/python/pycharm-community-{version}.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"fc91b134b6899a09ce8cbdc1ebdbdcfe1c1ffb6dbe756b30b24d7ad131bf27c8\", \"url\": \"https://download.jetbrains.com/python/pycharm-community-2022.2.1.tar.gz\", \"version\": \"2022.2.2\", \"sha256\": \"2f361c5f59c685c9f8d1385029ed753eabe5b688a82acef6e83a50f0d2b9d7a8\", \"url\": \"https://download.jetbrains.com/python/pycharm-community-2022.2.2.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.56\" \"build_number\": \"222.4167.33\" }, \"pycharm-professional\": { \"update-channel\": \"PyCharm RELEASE\", \"url-template\": \"https://download.jetbrains.com/python/pycharm-professional-{version}.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"a23ffa7b617ab27d3c8abb0689b4d03b5370534193152cd4cfe4196c7d150751\", \"url\": \"https://download.jetbrains.com/python/pycharm-professional-2022.2.1.tar.gz\", \"version\": \"2022.2.2\", \"sha256\": \"b7bfb86026fba669bb22429ab0840afba5047680202762070cfbb1f181d53d0e\", \"url\": \"https://download.jetbrains.com/python/pycharm-professional-2022.2.2.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.56\" \"build_number\": \"222.4167.33\" }, \"rider\": { \"update-channel\": \"Rider RELEASE\", \"url-template\": \"https://download.jetbrains.com/rider/JetBrains.Rider-{version}.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"3f61c5fbdf46b94a5cb772ad51dda5a9cad8a9c7ad78dbcacf01daa2226a5633\", \"url\": \"https://download.jetbrains.com/rider/JetBrains.Rider-2022.2.1.tar.gz\", \"version\": \"2022.2.3\", \"sha256\": \"2fdff8616fd1574a0ef7baaed855aa39a1254ea164b74d1b4dda11241e58ab2d\", \"url\": \"https://download.jetbrains.com/rider/JetBrains.Rider-2022.2.3.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.37\" \"build_number\": \"222.4167.23\" }, \"ruby-mine\": { \"update-channel\": \"RubyMine RELEASE\", \"url-template\": \"https://download.jetbrains.com/ruby/RubyMine-{version}.tar.gz\", \"version\": \"2022.2\", \"sha256\": \"4300570552fb94932fe4311b6f8c7a071296e0c0c84246039f26f1b37dda9f0a\", \"url\": \"https://download.jetbrains.com/ruby/RubyMine-2022.2.tar.gz\", \"version\": \"2022.2.3\", \"sha256\": \"a8c3412db30ab7bd8b8601b0a50c95dc48a412391f1c33df27c47cf5d2204257\", \"url\": \"https://download.jetbrains.com/ruby/RubyMine-2022.2.3.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3345.111\" \"build_number\": \"222.4345.14\" }, \"webstorm\": { \"update-channel\": \"WebStorm RELEASE\", \"url-template\": \"https://download.jetbrains.com/webstorm/WebStorm-{version}.tar.gz\", \"version\": \"2022.2.1\", \"sha256\": \"508fe7272dd049875d848b52a2908e4d228ce576d4dde5f56f51a8c346b12a2c\", \"url\": \"https://download.jetbrains.com/webstorm/WebStorm-2022.2.1.tar.gz\", \"version\": \"2022.2.3\", \"sha256\": \"1d7d464bbcb83d5af48359aeda6aa7d165038bfaa1f26fef1019761eb278fa22\", \"url\": \"https://download.jetbrains.com/webstorm/WebStorm-2022.2.3.tar.gz\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.57\" \"build_number\": \"222.4345.14\" } }, \"x86_64-darwin\": { \"clion\": { \"update-channel\": \"CLion RELEASE\", \"url-template\": \"https://download.jetbrains.com/cpp/CLion-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"ba2a8fcf9a1f080ca6b2ef832b13104c440077b9e6a2bb6e26bc97bdea373208\", \"url\": \"https://download.jetbrains.com/cpp/CLion-2022.2.1.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"d7e0dcbb3c28f383d1365f5cb6d2b55afbb8c638fd9f100b8040f72b394a1aed\", \"url\": \"https://download.jetbrains.com/cpp/CLion-2022.2.3.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4167.35\" }, \"datagrip\": { \"update-channel\": \"DataGrip RELEASE\", \"url-template\": \"https://download.jetbrains.com/datagrip/datagrip-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"7cd7bcdc7588a88459dcda5bab0e7c97751b8d7a87a37c5af8e08072fc9beb03\", \"url\": \"https://download.jetbrains.com/datagrip/datagrip-2022.2.1.dmg\", \"version\": \"2022.2.5\", \"sha256\": \"cdf0302b0ab65d3dfce4e48004ef45873c9912c844d2e3c82bfe19de2b11cfda\", \"url\": \"https://download.jetbrains.com/datagrip/datagrip-2022.2.5.dmg\", \"version-major-minor\": \"2022.1.1\", \"build_number\": \"222.3345.126\" \"build_number\": \"222.4345.5\" }, \"goland\": { \"update-channel\": \"GoLand RELEASE\", \"url-template\": \"https://download.jetbrains.com/go/goland-{version}.dmg\", \"version\": \"2022.2.2\", \"sha256\": \"e11f07aebf849ed942c4b8658c11c70ce81b4138186a0301c0ec7cd236f1ff51\", \"url\": \"https://download.jetbrains.com/go/goland-2022.2.2.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"f2e9f2455cf2e13f3b7ed28c18507aa758742c533cb1c07a1ebe62172a939b47\", \"url\": \"https://download.jetbrains.com/go/goland-2022.2.3.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.57\" \"build_number\": \"222.4167.25\" }, \"idea-community\": { \"update-channel\": \"IntelliJ IDEA RELEASE\", \"url-template\": \"https://download.jetbrains.com/idea/ideaIC-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"9c1402f8682ecefe84ae9494c65b80da1b763664624a7f6b0104b044b4cb687a\", \"url\": \"https://download.jetbrains.com/idea/ideaIC-2022.2.1.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"6ec3721d9961918a14630eaf068765eeba97e71baecd95ec67510dc25c8bd1b1\", \"url\": \"https://download.jetbrains.com/idea/ideaIC-2022.2.3.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4345.14\" }, \"idea-ultimate\": { \"update-channel\": \"IntelliJ IDEA RELEASE\", \"url-template\": \"https://download.jetbrains.com/idea/ideaIU-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"e54a026da11d05d9bb0172f4ef936ba2366f985b5424e7eecf9e9341804d65bf\", \"url\": \"https://download.jetbrains.com/idea/ideaIU-2022.2.1.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"df780c841398532e090adc2c6af35a7fbcdd29fddb37e5a68f33d61a9032d5a3\", \"url\": \"https://download.jetbrains.com/idea/ideaIU-2022.2.3.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4345.14\" }, \"mps\": { \"update-channel\": \"MPS RELEASE\","} {"_id":"doc-en-nixpkgs-75ba3488ce35694aa37445ce9e9cf1efe9e4390a28e116c464a895f76a0ab3f2","title":"","text":"\"phpstorm\": { \"update-channel\": \"PhpStorm RELEASE\", \"url-template\": \"https://download.jetbrains.com/webide/PhpStorm-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"ba9cc863c2247e6404b015fac085e8b3427b29aba3d7cb07940840f7c5e3b647\", \"url\": \"https://download.jetbrains.com/webide/PhpStorm-2022.2.1.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"8dbe5cd8e31c7f6bc6795db6946e2430c82f0aa2c13e7805c40733428b02241d\", \"url\": \"https://download.jetbrains.com/webide/PhpStorm-2022.2.3.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.61\" \"build_number\": \"222.4345.15\" }, \"pycharm-community\": { \"update-channel\": \"PyCharm RELEASE\", \"url-template\": \"https://download.jetbrains.com/python/pycharm-community-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"8c2b322cab74cbf52dbe33e0fd9be63fe320d1ade2446790c4eec7309b590eea\", \"url\": \"https://download.jetbrains.com/python/pycharm-community-2022.2.1.dmg\", \"version\": \"2022.2.2\", \"sha256\": \"a7fbc83ea01e96c79a75fd061669fa0156b770e92c1153a03681fb67ee4a59ea\", \"url\": \"https://download.jetbrains.com/python/pycharm-community-2022.2.2.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.56\" \"build_number\": \"222.4167.33\" }, \"pycharm-professional\": { \"update-channel\": \"PyCharm RELEASE\", \"url-template\": \"https://download.jetbrains.com/python/pycharm-professional-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"6636139dc9c0e28b90517e91d1c1924e218b5d33d9418cca888b05c11fbf54d9\", \"url\": \"https://download.jetbrains.com/python/pycharm-professional-2022.2.1.dmg\", \"version\": \"2022.2.2\", \"sha256\": \"9b2f5841fa5741881600fbf3b0d5686f2593a6771bb70454d4cb0cc3acd1e43a\", \"url\": \"https://download.jetbrains.com/python/pycharm-professional-2022.2.2.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.56\" \"build_number\": \"222.4167.33\" }, \"rider\": { \"update-channel\": \"Rider RELEASE\", \"url-template\": \"https://download.jetbrains.com/rider/JetBrains.Rider-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"13cdaa0f83e645a0a08bc3dd05522441e591b247af853b22c8ca5bbce047a125\", \"url\": \"https://download.jetbrains.com/rider/JetBrains.Rider-2022.2.1.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"aa02c2c621d356486a0b698a45d773f5830ff4ef431940059f82e8d3c17a2335\", \"url\": \"https://download.jetbrains.com/rider/JetBrains.Rider-2022.2.3.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.37\" \"build_number\": \"222.4167.23\" }, \"ruby-mine\": { \"update-channel\": \"RubyMine RELEASE\", \"url-template\": \"https://download.jetbrains.com/ruby/RubyMine-{version}.dmg\", \"version\": \"2022.2\", \"sha256\": \"d806254af68425089d40a7a302ce10c87283a25399e7b667e8d261b3958f4fbb\", \"url\": \"https://download.jetbrains.com/ruby/RubyMine-2022.2.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"a04700159fcf3bfed74d196edc4c1150e5906dc4730d06ffd017b6bbb9bc853b\", \"url\": \"https://download.jetbrains.com/ruby/RubyMine-2022.2.3.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3345.111\" \"build_number\": \"222.4345.14\" }, \"webstorm\": { \"update-channel\": \"WebStorm RELEASE\", \"url-template\": \"https://download.jetbrains.com/webstorm/WebStorm-{version}.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"7d57692ce83dd6c853c80c457bdb8239dd833cf5535c600154a7ebc0be18a05d\", \"url\": \"https://download.jetbrains.com/webstorm/WebStorm-2022.2.1.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"e6532a9a840c3508cdf26511200fbba34ec9a275154d717538019f72ebc5fc51\", \"url\": \"https://download.jetbrains.com/webstorm/WebStorm-2022.2.3.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.57\" \"build_number\": \"222.4345.14\" } }, \"aarch64-darwin\": { \"clion\": { \"update-channel\": \"CLion RELEASE\", \"url-template\": \"https://download.jetbrains.com/cpp/CLion-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"af36f7f9a98881d37d89757083875494c472e60d14bd70fe0d08533d284dd4e1\", \"url\": \"https://download.jetbrains.com/cpp/CLion-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"d921c83ee6b444520e7fdb9fdae4ec0e67cea6dfcaa720e6b36d85c17a4df39c\", \"url\": \"https://download.jetbrains.com/cpp/CLion-2022.2.3-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4167.35\" }, \"datagrip\": { \"update-channel\": \"DataGrip RELEASE\", \"url-template\": \"https://download.jetbrains.com/datagrip/datagrip-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"01d8de1225fb4a74f22752edf74038405f02d27565f01816d8e751d7989a75bb\", \"url\": \"https://download.jetbrains.com/datagrip/datagrip-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.5\", \"sha256\": \"8ff78e440e4753adc8dbd4ee408fde114f7d9c65ee780f012b917498b63993ee\", \"url\": \"https://download.jetbrains.com/datagrip/datagrip-2022.2.5-aarch64.dmg\", \"version-major-minor\": \"2022.1.1\", \"build_number\": \"222.3345.126\" \"build_number\": \"222.4345.5\" }, \"goland\": { \"update-channel\": \"GoLand RELEASE\", \"url-template\": \"https://download.jetbrains.com/go/goland-{version}-aarch64.dmg\", \"version\": \"2022.2.2\", \"sha256\": \"7098f05847c0524bc90b00766c71c2f1cc1442983da956c79ee1445b48da73fd\", \"url\": \"https://download.jetbrains.com/go/goland-2022.2.2-aarch64.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"c3c790a45b36af006f743a70fb114782a9c4a2076d025de65894d0f39b0f48a5\", \"url\": \"https://download.jetbrains.com/go/goland-2022.2.3-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.57\" \"build_number\": \"222.4167.25\" }, \"idea-community\": { \"update-channel\": \"IntelliJ IDEA RELEASE\", \"url-template\": \"https://download.jetbrains.com/idea/ideaIC-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"4bf843152fe009838dbb5e5a1d8e39ebf98df5f6771254cf1f26ff0b299798fd\", \"url\": \"https://download.jetbrains.com/idea/ideaIC-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"333c70caf452034ae332cdded4d24a71592049b4045725eb57826a0b997d1c7a\", \"url\": \"https://download.jetbrains.com/idea/ideaIC-2022.2.3-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4345.14\" }, \"idea-ultimate\": { \"update-channel\": \"IntelliJ IDEA RELEASE\", \"url-template\": \"https://download.jetbrains.com/idea/ideaIU-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"f7b56525adf96d0ac290eebebd08a53b962a799db65942e07cd437aef655fa0e\", \"url\": \"https://download.jetbrains.com/idea/ideaIU-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"9e5c32fffd17d651d8d875c2588a067902a9ebb9bf815d06aabfd75b9f4ee3cd\", \"url\": \"https://download.jetbrains.com/idea/ideaIU-2022.2.3-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.54\" \"build_number\": \"222.4345.14\" }, \"mps\": { \"update-channel\": \"MPS RELEASE\","} {"_id":"doc-en-nixpkgs-4a33a8967713f3fb5acb7567c97c8749612eedd1e48696572232519eaf4ea255","title":"","text":"\"phpstorm\": { \"update-channel\": \"PhpStorm RELEASE\", \"url-template\": \"https://download.jetbrains.com/webide/PhpStorm-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"b553e1f0249b4d7f89cacdac7bada758895cd35aec8ddac5f81017f61ddc44fb\", \"url\": \"https://download.jetbrains.com/webide/PhpStorm-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"0dee8fe654cccdafa73b65da1a2ef844401a9438ecee726fe6f6af1f09d07c38\", \"url\": \"https://download.jetbrains.com/webide/PhpStorm-2022.2.3-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.61\" \"build_number\": \"222.4345.15\" }, \"pycharm-community\": { \"update-channel\": \"PyCharm RELEASE\", \"url-template\": \"https://download.jetbrains.com/python/pycharm-community-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"c3abc618614be830dbf41479b74ae489aa44290d9bbb11e3c4d2cdffb4d569b6\", \"url\": \"https://download.jetbrains.com/python/pycharm-community-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.2\", \"sha256\": \"8a6f1440cfc9aa47a89a8dda7d19bf50c9790fc12153f97d11e975327703d6e0\", \"url\": \"https://download.jetbrains.com/python/pycharm-community-2022.2.2-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.56\" \"build_number\": \"222.4167.33\" }, \"pycharm-professional\": { \"update-channel\": \"PyCharm RELEASE\", \"url-template\": \"https://download.jetbrains.com/python/pycharm-professional-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"416ca961042b9c3ae8b23039cc3b84b64e941c1d82478bca3e327089efa4f4d2\", \"url\": \"https://download.jetbrains.com/python/pycharm-professional-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.2\", \"sha256\": \"30915c13c4ba2907f083dfa092bc3734e98a4ab83e2180221e52b9b04a93a1e2\", \"url\": \"https://download.jetbrains.com/python/pycharm-professional-2022.2.2-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.56\" \"build_number\": \"222.4167.33\" }, \"rider\": { \"update-channel\": \"Rider RELEASE\", \"url-template\": \"https://download.jetbrains.com/rider/JetBrains.Rider-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"96e539ba43d7dcecb9e709c1b1483b4c832fbff4b9fd77f6e91b266a91125a55\", \"url\": \"https://download.jetbrains.com/rider/JetBrains.Rider-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"5dd892ed16dd1bc819a97ffb62cdfbb3b60c6019581ba18358afc5c0a39585f5\", \"url\": \"https://download.jetbrains.com/rider/JetBrains.Rider-2022.2.3-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.37\" \"build_number\": \"222.4167.23\" }, \"ruby-mine\": { \"update-channel\": \"RubyMine RELEASE\", \"url-template\": \"https://download.jetbrains.com/ruby/RubyMine-{version}-aarch64.dmg\", \"version\": \"2022.2\", \"sha256\": \"c7650443f16ab9cc0b3f6fc701164633bab079f11eeb7aa93b78f2ddc73640a0\", \"url\": \"https://download.jetbrains.com/ruby/RubyMine-2022.2-aarch64.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"cd7a967c2745aca566569a320eb276773638d05fcd25839db18a098803d2c5f4\", \"url\": \"https://download.jetbrains.com/ruby/RubyMine-2022.2.3-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3345.111\" \"build_number\": \"222.4345.14\" }, \"webstorm\": { \"update-channel\": \"WebStorm RELEASE\", \"url-template\": \"https://download.jetbrains.com/webstorm/WebStorm-{version}-aarch64.dmg\", \"version\": \"2022.2.1\", \"sha256\": \"fa790240b0d00cb134bf0e87c6a85d5a749b73b3f577a9564a890e5819926e53\", \"url\": \"https://download.jetbrains.com/webstorm/WebStorm-2022.2.1-aarch64.dmg\", \"version\": \"2022.2.3\", \"sha256\": \"7ffd746e5e33f2d69f7b8c39920f67de149f183a0d372d20f3f6bc4febf2e355\", \"url\": \"https://download.jetbrains.com/webstorm/WebStorm-2022.2.3-aarch64.dmg\", \"version-major-minor\": \"2022.1\", \"build_number\": \"222.3739.57\" \"build_number\": \"222.4345.14\" } } }"} {"_id":"doc-en-nixpkgs-cb3bf04c2246e41c51e7703a155cbbd792e1c60722658af6cbd07a90986f7632","title":"","text":"shardsFile = ./shards.nix; crystalBinaries.invidious = { src = \"src/invidious.cr\"; options = [ \"--release\" \"--progress\" \"--verbose\" \"--no-debug\" \"-Dskip_videojs_download\" ]; options = [ \"--release\" \"--progress\" \"--verbose\" \"--no-debug\" \"-Dskip_videojs_download\" \"-Ddisable_quic\" ]; }; postConfigure = ''"} {"_id":"doc-en-nixpkgs-b8a220d833fad7597a729a35ddea1cdba2e27cf5f20abdaab439481d14fb5afa","title":"","text":" diff --git a/vendor/adb/client/usb_linux.cpp b/vendor/adb/client/usb_linux.cpp index 25a50bd..0d09c47 100644 --- a/vendor/adb/client/usb_linux.cpp +++ b/vendor/adb/client/usb_linux.cpp @@ -59,8 +59,15 @@ using namespace std::literals; #define DBGX(x...) struct usb_handle { + usb_handle() : urb_in(0), urb_out(0) { + this->urb_in = new usbdevfs_urb; + this->urb_out = new usbdevfs_urb; + } + ~usb_handle() { if (fd != -1) unix_close(fd); + delete urb_in; + delete urb_out; } std::string path; @@ -72,8 +79,8 @@ struct usb_handle { unsigned zero_mask; unsigned writeable = 1; - usbdevfs_urb urb_in; - usbdevfs_urb urb_out; + usbdevfs_urb *urb_in; + usbdevfs_urb *urb_out; bool urb_in_busy = false; bool urb_out_busy = false; @@ -304,7 +311,7 @@ static int usb_bulk_write(usb_handle* h, const void* data, int len) { std::unique_lock lock(h->mutex); D(\"++ usb_bulk_write ++\"); - usbdevfs_urb* urb = &h->urb_out; + usbdevfs_urb* urb = h->urb_out; memset(urb, 0, sizeof(*urb)); urb->type = USBDEVFS_URB_TYPE_BULK; urb->endpoint = h->ep_out; @@ -343,7 +350,7 @@ static int usb_bulk_read(usb_handle* h, void* data, int len) { std::unique_lock lock(h->mutex); D(\"++ usb_bulk_read ++\"); - usbdevfs_urb* urb = &h->urb_in; + usbdevfs_urb* urb = h->urb_in; memset(urb, 0, sizeof(*urb)); urb->type = USBDEVFS_URB_TYPE_BULK; urb->endpoint = h->ep_in; @@ -388,7 +395,7 @@ static int usb_bulk_read(usb_handle* h, void* data, int len) { } D(\"[ urb @%p status = %d, actual = %d ]\", out, out->status, out->actual_length); - if (out == &h->urb_in) { + if (out == h->urb_in) { D(\"[ reap urb - IN complete ]\"); h->urb_in_busy = false; if (urb->status != 0) { @@ -397,7 +404,7 @@ static int usb_bulk_read(usb_handle* h, void* data, int len) { } return urb->actual_length; } - if (out == &h->urb_out) { + if (out == h->urb_out) { D(\"[ reap urb - OUT compelete ]\"); h->urb_out_busy = false; h->cv.notify_all(); @@ -501,10 +508,10 @@ void usb_kick(usb_handle* h) { ** but this ensures that a reader blocked on REAPURB ** will get unblocked */ - ioctl(h->fd, USBDEVFS_DISCARDURB, &h->urb_in); - ioctl(h->fd, USBDEVFS_DISCARDURB, &h->urb_out); - h->urb_in.status = -ENODEV; - h->urb_out.status = -ENODEV; + ioctl(h->fd, USBDEVFS_DISCARDURB, h->urb_in); + ioctl(h->fd, USBDEVFS_DISCARDURB, h->urb_out); + h->urb_in->status = -ENODEV; + h->urb_out->status = -ENODEV; h->urb_in_busy = false; h->urb_out_busy = false; h->cv.notify_all(); "} {"_id":"doc-en-nixpkgs-d57675f1e49614657b53854a571723c9e3017a1338dff83248f384d365059fc3","title":"","text":"revert = true; excludes = [ \"vendor/fmtlib\" ]; }) ./android-tools-kernel-headers-6.0.diff ]; nativeBuildInputs = [ cmake perl go ];"} {"_id":"doc-en-nixpkgs-a2a977eb0e8e43dc8d1b87b4e54fd536cc5beb310e1433ebe8d5e93385ae31c1","title":"","text":"chown ${bindUser} /var/run/named ''; script = \"${pkgs.bind.bin}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only \"-4\"} -c ${cfg.configFile} -f\"; script = \"${pkgs.bind.out}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only \"-4\"} -c ${cfg.configFile} -f\"; unitConfig.Documentation = \"man:named(8)\"; }; };"} {"_id":"doc-en-nixpkgs-e7920008feb7304ac44d5410f77c06f14deb7e84cd5fb679548a73c64e28951f","title":"","text":"sha256 = \"11lxkb7d79c75scrs28q4xmr0ii2li69zj1c650al3qxir8yf754\"; }; outputs = [ \"bin\" \"lib\" \"dev\" \"out\" \"man\" \"dnsutils\" \"host\" ]; outputs = [ \"out\" \"lib\" \"dev\" \"man\" \"dnsutils\" \"host\" ]; patches = [ ./dont-keep-configure-flags.patch ./remove-mkdir-var.patch ] ++ stdenv.lib.optional stdenv.isDarwin ./darwin-openssl-linking-fix.patch;"} {"_id":"doc-en-nixpkgs-f373e82c46ce06b5a0acbc2d048471312babde4fd9e9a65a8aec71976a21e4c0","title":"","text":"moveToOutput bin/isc-config.sh $dev moveToOutput bin/host $host ln -sf $host/bin/host $bin/bin moveToOutput bin/dig $dnsutils moveToOutput bin/nslookup $dnsutils moveToOutput bin/nsupdate $dnsutils ln -sf $dnsutils/bin/{dig,nslookup,nsupdate} $bin/bin ln -sf $host/bin/host $dnsutils/bin for f in \"$lib/lib/\"*.la \"$dev/bin/\"{isc-config.sh,bind*-config}; do sed -i \"$f\" -e 's|-L${openssl.dev}|-L${openssl.out}|g'"} {"_id":"doc-en-nixpkgs-edaa03d978a49c6126e461fd6cc380b6142d9dfd74e10d111a47da827207d42b","title":"","text":"maintainers = with stdenv.lib.maintainers; [viric peti]; platforms = with stdenv.lib.platforms; unix; outputsToInstall = [ \"out\" \"dnsutils\" \"host\" ]; }; }"} {"_id":"doc-en-nixpkgs-3bac69f776e3607deabd679bd39ebcc639422294e113ea72eadf695dfc6f507d","title":"","text":" { lib, buildPythonPackage, fetchPypi { lib , buildPythonPackage , fetchPypi , hypothesis , poetry , pydantic , pytest , pythonOlder }: buildPythonPackage rec {"} {"_id":"doc-en-nixpkgs-79d911ba54c1156ca522c8f74aa41426489706ffab388c6dedd044332ecf649a","title":"","text":"version = \"1.1.4\"; format = \"pyproject\"; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; sha256 = \"1c9jksza0gg2gva3liy0s8riv6imjavhnqw05m8l5660knq2yb2y\"; hash = \"sha256-XiwvsJ3AmEJRLYBjC7eSNZodM9LARzrUfuI9oL6eMrE=\"; }; postPatch = '' # https://github.com/timothycrosley/hypothesis-auto/pull/20 substituteInPlace pyproject.toml --replace 'pydantic = \">=0.32.2<2.0.0\"' 'pydantic = \">=0.32.2, <2.0.0\"' --replace 'hypothesis = \">=4.36<6.0.0\"' 'hypothesis = \"*\"' ''; nativeBuildInputs = [ poetry ];"} {"_id":"doc-en-nixpkgs-2d92c23f5436f05813198d909d930ce426f3f80a9a545ac8c8834bfd55bd679b","title":"","text":"pytest ]; pythonImportsCheck = [ \"hypothesis_auto\" ]; pythonImportsCheck = [ \"hypothesis_auto\" ]; meta = with lib; { description = \"Enables fully automatic tests for type annotated functions\";"} {"_id":"doc-en-nixpkgs-3c062766485142a0035025e65c03cf31686813deae94c45dbfdc01c8988b873b","title":"","text":"domain-needed dhcp-hostsfile=/var/run/xen/dnsmasq.etherfile dhcp-authoritative dhcp-range=$XEN_BRIDGE_IP_RANGE_START,$XEN_BRIDGE_IP_RANGE_END,$XEN_BRIDGE_NETWORK_ADDRESS dhcp-range=$XEN_BRIDGE_IP_RANGE_START,$XEN_BRIDGE_IP_RANGE_END dhcp-no-override no-ping dhcp-leasefile=/var/run/xen/dnsmasq.leasefile"} {"_id":"doc-en-nixpkgs-e973c357d16477afcc646da96d62aa160d29cbdc25515ae419593c685c2648c8","title":"","text":"python3Packages.buildPythonApplication rec { pname = \"scdl\"; version = \"2.7.2\"; version = \"2.7.3\"; format = \"setuptools\"; src = python3Packages.fetchPypi { inherit pname version; sha256 = \"7d6212591a5bccf017424f732535475fb9ae3bab26a4fb5bc36064962d33f8e0\"; sha256 = \"60284b7b058040d4847f2e4b0ab906b10e959d51f976a0188641e8e10685474f\"; }; propagatedBuildInputs = with python3Packages; ["} {"_id":"doc-en-nixpkgs-5f1e05197d58d73563bc5b3a9e7a584b36759499ab4be08c551ed975b04ba7ef","title":"","text":"in map (x: \"${mountPoint x}.mount\") (getPoolFilesystems pool); getKeyLocations = pool: if isBool cfgZfs.requestEncryptionCredentials then \"${cfgZfs.package}/sbin/zfs list -rHo name,keylocation,keystatus ${pool}\" else \"${cfgZfs.package}/sbin/zfs list -Ho name,keylocation,keystatus ${toString (filter (x: datasetToPool x == pool) cfgZfs.requestEncryptionCredentials)}\"; getKeyLocations = pool: if isBool cfgZfs.requestEncryptionCredentials then { hasKeys = cfgZfs.requestEncryptionCredentials; command = \"${cfgZfs.package}/sbin/zfs list -rHo name,keylocation,keystatus ${pool}\"; } else let keys = filter (x: datasetToPool x == pool) cfgZfs.requestEncryptionCredentials; in { hasKeys = keys != []; command = \"${cfgZfs.package}/sbin/zfs list -Ho name,keylocation,keystatus ${toString keys}\"; }; createImportService = { pool, systemd, force, prefix ? \"\" }: nameValuePair \"zfs-import-${pool}\" {"} {"_id":"doc-en-nixpkgs-6aa71d5e464357abb13185819dc7bd7de049e1e7ef0542ebe5f52bea0aa772fd","title":"","text":"RemainAfterExit = true; }; environment.ZFS_FORCE = optionalString force \"-f\"; script = (importLib { script = let keyLocations = getKeyLocations pool; in (importLib { # See comments at importLib definition. zpoolCmd = \"${cfgZfs.package}/sbin/zpool\"; awkCmd = \"${pkgs.gawk}/bin/awk\";"} {"_id":"doc-en-nixpkgs-b4d86bbfe4a8700a2e47981a21da21f503bf4b4e8fc2fa1f767ddc5ac0f2bcf9","title":"","text":"done poolImported \"${pool}\" || poolImport \"${pool}\" # Try one last time, e.g. to import a degraded pool. if poolImported \"${pool}\"; then ${optionalString (if isBool cfgZfs.requestEncryptionCredentials then cfgZfs.requestEncryptionCredentials else cfgZfs.requestEncryptionCredentials != []) '' ${getKeyLocations pool} | while IFS=$'t' read ds kl ks; do ${optionalString keyLocations.hasKeys '' ${keyLocations.command} | while IFS=$'t' read ds kl ks; do { if [[ \"$ks\" != unavailable ]]; then continue"} {"_id":"doc-en-nixpkgs-8f5777e65bccefa39ef57224e9dcb2d8b3cc5e95326434c0cbd737078d832eec","title":"","text":"'' else concatMapStrings (fs: '' zfs load-key -- ${escapeShellArg fs} '') cfgZfs.requestEncryptionCredentials} '') (filter (x: datasetToPool x == pool) cfgZfs.requestEncryptionCredentials)} '') rootPools)); # Systemd in stage 1"} {"_id":"doc-en-nixpkgs-ba52ea6f0b29da86e533e1dc989520c2d33471c0cebfe517ed66e559d0b94c5b","title":"","text":"makeTest { name = \"zfs-\" + name; meta = with pkgs.lib.maintainers; { maintainers = [ adisbladis ]; maintainers = [ adisbladis elvishjerricco ]; }; nodes.machine = { pkgs, lib, ... }: let usersharePath = \"/var/lib/samba/usershares\"; in { virtualisation.emptyDiskImages = [ 4096 ]; virtualisation = { emptyDiskImages = [ 4096 4096 ]; useBootLoader = true; useEFIBoot = true; }; boot.loader.systemd-boot.enable = true; boot.loader.timeout = 0; boot.loader.efi.canTouchEfiVariables = true; networking.hostId = \"deadbeef\"; boot.kernelPackages = kernelPackage; boot.supportedFilesystems = [ \"zfs\" ]; boot.zfs.enableUnstable = enableUnstable; services.samba = { enable = true; extraConfig = '' registry shares = yes usershare path = ${usersharePath} usershare allow guests = yes usershare max shares = 100 usershare owner only = no ''; environment.systemPackages = [ pkgs.parted ]; # /dev/disk/by-id doesn't get populated in the NixOS test framework boot.zfs.devNodes = \"/dev/disk/by-uuid\"; specialisation.samba.configuration = { services.samba = { enable = true; extraConfig = '' registry shares = yes usershare path = ${usersharePath} usershare allow guests = yes usershare max shares = 100 usershare owner only = no ''; }; systemd.services.samba-smbd.serviceConfig.ExecStartPre = \"${pkgs.coreutils}/bin/mkdir -m +t -p ${usersharePath}\"; virtualisation.fileSystems = { \"/tmp/mnt\" = { device = \"rpool/root\"; fsType = \"zfs\"; }; }; }; systemd.services.samba-smbd.serviceConfig.ExecStartPre = \"${pkgs.coreutils}/bin/mkdir -m +t -p ${usersharePath}\"; environment.systemPackages = [ pkgs.parted ]; specialisation.encryption.configuration = { boot.zfs.requestEncryptionCredentials = [ \"automatic\" ]; virtualisation.fileSystems.\"/automatic\" = { device = \"automatic\"; fsType = \"zfs\"; }; virtualisation.fileSystems.\"/manual\" = { device = \"manual\"; fsType = \"zfs\"; }; virtualisation.fileSystems.\"/manual/encrypted\" = { device = \"manual/encrypted\"; fsType = \"zfs\"; options = [ \"noauto\" ]; }; }; # Setup regular fileSystems machinery to ensure forceImportAll can be # tested via the regular service units. virtualisation.fileSystems = { \"/forcepool\" = { specialisation.forcepool.configuration = { systemd.services.zfs-import-forcepool.wantedBy = lib.mkVMOverride [ \"forcepool.mount\" ]; systemd.targets.zfs.wantedBy = lib.mkVMOverride []; boot.zfs.forceImportAll = true; virtualisation.fileSystems.\"/forcepool\" = { device = \"forcepool\"; fsType = \"zfs\"; options = [ \"noauto\" ]; }; }; # forcepool doesn't exist at first boot, and we need to manually test # the import after tweaking the hostId. systemd.services.zfs-import-forcepool.wantedBy = lib.mkVMOverride []; systemd.targets.zfs.wantedBy = lib.mkVMOverride []; boot.zfs.forceImportAll = true; # /dev/disk/by-id doesn't get populated in the NixOS test framework boot.zfs.devNodes = \"/dev/disk/by-uuid\"; }; testScript = '' machine.wait_for_unit(\"multi-user.target\") machine.succeed( \"modprobe zfs\", \"zpool status\", \"ls /dev\", \"mkdir /tmp/mnt\", \"udevadm settle\", \"parted --script /dev/vdb mklabel msdos\", \"parted --script /dev/vdb -- mkpart primary 1024M -1s\", \"udevadm settle\", \"zpool create rpool /dev/vdb1\", \"zfs create -o mountpoint=legacy rpool/root\", # shared datasets cannot have legacy mountpoint \"zfs create rpool/shared_smb\", \"mount -t zfs rpool/root /tmp/mnt\", \"udevadm settle\", # wait for samba services \"systemctl is-system-running --wait\", \"zfs set sharesmb=on rpool/shared_smb\", \"zfs share rpool/shared_smb\", \"smbclient -gNL localhost | grep rpool_shared_smb\", \"umount /tmp/mnt\", \"zpool destroy rpool\", \"udevadm settle\", \"parted --script /dev/vdc mklabel msdos\", \"parted --script /dev/vdc -- mkpart primary 1024M -1s\", \"parted --script /dev/vdd mklabel msdos\", \"parted --script /dev/vdd -- mkpart primary 1024M -1s\", ) machine.succeed( 'echo password | zpool create -o altroot=\"/tmp/mnt\" ' + \"-O encryption=aes-256-gcm -O keyformat=passphrase rpool /dev/vdb1\", \"zfs create -o mountpoint=legacy rpool/root\", \"mount -t zfs rpool/root /tmp/mnt\", \"udevadm settle\", \"umount /tmp/mnt\", \"zpool destroy rpool\", \"udevadm settle\", ) with subtest(\"sharesmb works\"): machine.succeed( \"zpool create rpool /dev/vdc1\", \"zfs create -o mountpoint=legacy rpool/root\", # shared datasets cannot have legacy mountpoint \"zfs create rpool/shared_smb\", \"bootctl set-default nixos-generation-1-specialisation-samba.conf\", \"sync\", ) machine.crash() machine.wait_for_unit(\"multi-user.target\") machine.succeed( \"zfs set sharesmb=on rpool/shared_smb\", \"zfs share rpool/shared_smb\", \"smbclient -gNL localhost | grep rpool_shared_smb\", \"umount /tmp/mnt\", \"zpool destroy rpool\", ) with subtest(\"encryption works\"): machine.succeed( 'echo password | zpool create -O mountpoint=legacy ' + \"-O encryption=aes-256-gcm -O keyformat=passphrase automatic /dev/vdc1\", \"zpool create -O mountpoint=legacy manual /dev/vdd1\", \"echo otherpass | zfs create \" + \"-o encryption=aes-256-gcm -o keyformat=passphrase manual/encrypted\", \"bootctl set-default nixos-generation-1-specialisation-encryption.conf\", \"sync\", \"zpool export automatic\", \"zpool export manual\", ) machine.crash() machine.start() machine.wait_for_console_text(\"Starting password query on\") machine.send_console(\"passwordn\") machine.wait_for_unit(\"multi-user.target\") machine.succeed( \"zfs get keystatus manual/encrypted | grep unavailable\", \"echo otherpass | zfs load-key manual/encrypted\", \"systemctl start manual-encrypted.mount\", \"umount /automatic /manual/encrypted /manual\", \"zpool destroy automatic\", \"zpool destroy manual\", ) with subtest(\"boot.zfs.forceImportAll works\"): machine.succeed( \"rm /etc/hostid\", \"zgenhostid deadcafe\", \"zpool create forcepool /dev/vdb1 -O mountpoint=legacy\", \"zpool create forcepool /dev/vdc1 -O mountpoint=legacy\", \"bootctl set-default nixos-generation-1-specialisation-forcepool.conf\", \"rm /etc/hostid\", \"sync\", ) machine.shutdown() machine.start() machine.succeed(\"udevadm settle\") machine.crash() machine.wait_for_unit(\"multi-user.target\") machine.fail(\"zpool import forcepool\") machine.succeed( \"systemctl start zfs-import-forcepool.service\", \"mount -t zfs forcepool /tmp/mnt\", \"systemctl start forcepool.mount\", \"mount | grep forcepool\", ) '' + extraTest;"} {"_id":"doc-en-nixpkgs-ba3cb2df61b347a1028160431b06b35596f39c7047658b0db7a6d268ebf97b7d","title":"","text":" { stdenv, fetchFromGitHub, qtbase, qtx11extras, qmake, pkgconfig, boost }: { lib, mkDerivation, fetchFromGitHub, qtbase, qtx11extras, qmake, pkgconfig, boost }: stdenv.mkDerivation { mkDerivation { name = \"twmn-git-2018-10-01\"; src = fetchFromGitHub {"} {"_id":"doc-en-nixpkgs-830779887ec5c56ebd677809d21d79dc4eceb72f702e8a6a7e944873824c480b","title":"","text":"meta = { description = \"A notification system for tiling window managers\"; homepage = https://github.com/sboli/twmn; platforms = with stdenv.lib.platforms; linux; maintainers = [ stdenv.lib.maintainers.matejc ]; license = stdenv.lib.licenses.lgpl3; platforms = with lib.platforms; linux; maintainers = [ lib.maintainers.matejc ]; license = lib.licenses.lgpl3; }; }"} {"_id":"doc-en-nixpkgs-4a07e772a406ae0bd0e516c7a33e367a8f7b9424155e8d654a24b9da099e5934","title":"","text":"}; description = lib.mdDoc \"Set configuration for system-wide bluetooth (/etc/bluetooth/main.conf).\"; }; input = mkOption { type = cfgFmt.type; default = { }; example = { General = { IdleTimeout = 30; ClassicBondedOnly = true; }; }; description = lib.mdDoc \"Set configuration for the input service (/etc/bluetooth/input.conf).\"; }; network = mkOption { type = cfgFmt.type; default = { }; example = { General = { DisableSecurity = true; }; }; description = lib.mdDoc \"Set configuration for the network service (/etc/bluetooth/network.conf).\"; }; }; };"} {"_id":"doc-en-nixpkgs-256ba941acc226a34f11716a212382de62c95c3c70bd86f05670dee4792dba47","title":"","text":"environment.systemPackages = [ package ] ++ optional cfg.hsphfpd.enable pkgs.hsphfpd; environment.etc.\"bluetooth/input.conf\".source = cfgFmt.generate \"input.conf\" cfg.input; environment.etc.\"bluetooth/network.conf\".source = cfgFmt.generate \"network.conf\" cfg.network; environment.etc.\"bluetooth/main.conf\".source = cfgFmt.generate \"main.conf\" (recursiveUpdate defaults cfg.settings); services.udev.packages = [ package ];"} {"_id":"doc-en-nixpkgs-24dc233ba5aca9fe9e8d39cf271ce447b990ece80e09b95bf38f7a08860bd7cf","title":"","text":"mkdir $out/etc/bluetooth ln -s /etc/bluetooth/main.conf $out/etc/bluetooth/main.conf # https://github.com/NixOS/nixpkgs/issues/204418 ln -s /etc/bluetooth/input.conf $out/etc/bluetooth/input.conf ln -s /etc/bluetooth/network.conf $out/etc/bluetooth/network.conf # Add missing tools, ref https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/bluez for files in `find tools/ -type f -perm -755`; do filename=$(basename $files)"} {"_id":"doc-en-nixpkgs-2230e0ffa809e6482a56fd8d6377fa7181c5a5fbec2542c5032e192b4127e138","title":"","text":"ldap = { configureFlags = [ \"--with-ldap\" \"--with-ldap=/invalid/path\" \"LDAP_DIR=${openldap.dev}\" \"LDAP_INCDIR=${openldap.dev}/include\" \"LDAP_LIBDIR=${openldap.out}/lib\""} {"_id":"doc-en-nixpkgs-49d1653fbc9bc3ca56c3fa060f30aafc787713a0bf5ab1e26f2aa5a560d9e8fe","title":"","text":"{ config, pkgs, lib, ... }: let inherit (lib) any boolToString concatStringsSep isBool isString literalExpression mapAttrsToList mkDefault mkEnableOption mkIf mkOption optionalAttrs types; inherit (lib) any boolToString concatStringsSep isBool isString mapAttrsToList mkDefault mkEnableOption mkIf mkMerge mkOption optionalAttrs types; package = pkgs.dolibarr.override { inherit (cfg) stateDir; }; cfg = config.services.dolibarr; vhostCfg = config.services.nginx.virtualHosts.\"${cfg.domain}\"; vhostCfg = lib.optionalAttr (cfg.nginx != null) config.services.nginx.virtualHosts.\"${cfg.domain}\"; mkConfigFile = filename: settings: let"} {"_id":"doc-en-nixpkgs-3289e14eac2aef94606d28768352ffe7fc0281eb54d0072a8f997a3f4169955c","title":"","text":"force_install_database = cfg.database.name; force_install_databaselogin = cfg.database.user; force_install_mainforcehttps = vhostCfg.forceSSL; force_install_mainforcehttps = vhostCfg.forceSSL or false; force_install_createuser = false; force_install_dolibarrlogin = null; } // optionalAttrs (cfg.database.passwordFile != null) {"} {"_id":"doc-en-nixpkgs-b4f02db3c9254c01c4486c2e556ba5b869f371db6abc3893b6fbffa1e03975fa","title":"","text":"}; # implementation config = mkIf cfg.enable { config = mkIf cfg.enable (mkMerge [ { assertions = [ { assertion = cfg.database.createLocally -> cfg.database.user == cfg.user;"} {"_id":"doc-en-nixpkgs-736359a0723c7c17a54d7d24a76fc8a0df73936a463a0aeb3f2b9da2db55123b","title":"","text":"# Security settings dolibarr_main_prod = true; dolibarr_main_force_https = vhostCfg.forceSSL; dolibarr_main_force_https = vhostCfg.forceSSL or false; dolibarr_main_restrict_os_commands = \"${pkgs.mariadb}/bin/mysqldump, ${pkgs.mariadb}/bin/mysql\"; dolibarr_nocsrfcheck = false; dolibarr_main_instance_unique_id = ''"} {"_id":"doc-en-nixpkgs-301f1d3e9c6f6b864304fb530e05a550ebd15d5130174c6043c6c417db817be7","title":"","text":"users.groups = optionalAttrs (cfg.group == \"dolibarr\") { dolibarr = { }; }; users.users.\"${config.services.nginx.group}\".extraGroups = [ cfg.group ]; }; } (mkIf (cfg.nginx != null) { users.users.\"${config.services.nginx.group}\".extraGroups = mkIf (cfg.nginx != null) [ cfg.group ]; }) ]); }"} {"_id":"doc-en-nixpkgs-4cfaf541d1507edca9e8bd3b4cd16cfb48a564db19d892a2ed5054f6794fba46","title":"","text":"}; package = lib.mkPackageOption pkgs \"xonsh\" { example = \"xonsh.override { extraPackages = ps: [ ps.requests ]; }\"; example = \"xonsh.wrapper.override { extraPackages = ps: [ ps.requests ]; }\"; }; config = lib.mkOption {"} {"_id":"doc-en-nixpkgs-673ae514c38d42de648e77bd9ca146e12d8dcfd403f24a36bfdf901f662dcc2f","title":"","text":"aliases['ls'] = _ls_alias del _ls_alias ${cfg.config} ''; environment.systemPackages = [ cfg.package ]; environment.shells = [ \"/run/current-system/sw/bin/xonsh\" \"${cfg.package}/bin/xonsh\" ]; environment.shells = [ \"/run/current-system/sw/bin/xonsh\" \"${lib.getExe cfg.package}\" ]; }; }"} {"_id":"doc-en-nixpkgs-59829b12714e9782292e2211bc43a5c33ed3e37248bbee79144672a312e8154d","title":"","text":" { lib , callPackage , extraPackages ? (ps: [ ]) , runCommand { lib, callPackage, coreutils, fetchFromGitHub, git, gitUpdater, glibcLocales, python3Packages, }: let xonsh-unwrapped = callPackage ./unwrapped.nix { }; inherit (xonsh-unwrapped.passthru) python; pythonEnv = python.withPackages (ps: [ (ps.toPythonModule xonsh-unwrapped) ] ++ extraPackages ps); argset = { pname = \"xonsh\"; version = \"0.17.0\"; pyproject = true; # PyPI package ships incomplete tests src = fetchFromGitHub { owner = \"xonsh\"; repo = \"xonsh\"; rev = \"refs/tags/${argset.version}\"; hash = \"sha256-9sRY9aetWWXzCFfgdHCBCia48THIJcMxsYMnFR6Xa8A=\"; }; nativeBuildInputs = with python3Packages; [ setuptools wheel ]; propagatedBuildInputs = (with python3Packages; [ ply prompt-toolkit pygments ]); nativeCheckInputs = [ git glibcLocales ] ++ (with python3Packages; [ pip pyte pytest-mock pytest-subprocess pytestCheckHook requests ]); disabledTests = [ # fails on sandbox \"test_colorize_file\" \"test_loading_correctly\" \"test_no_command_path_completion\" \"test_bsd_man_page_completions\" \"test_xonsh_activator\" # fails on non-interactive shells \"test_capture_always\" \"test_casting\" \"test_command_pipeline_capture\" \"test_dirty_working_directory\" \"test_man_completion\" \"test_vc_get_branch\" \"test_bash_and_is_alias_is_only_functional_alias\" \"test_spec_modifier_alias_output_format\" # flaky tests \"test_script\" \"test_alias_stability\" \"test_alias_stability_exception\" \"test_complete_import\" \"test_subproc_output_format\" ]; disabledTestPaths = [ # fails on sandbox \"tests/completers/test_command_completers.py\" \"tests/test_ptk_highlight.py\" \"tests/test_ptk_shell.py\" # fails on non-interactive shells \"tests/prompt/test_gitstatus.py\" \"tests/completers/test_bash_completer.py\" ]; env.LC_ALL = \"en_US.UTF-8\"; postPatch = '' sed -ie 's|/bin/ls|${lib.getExe' coreutils \"ls\"}|' tests/test_execer.py sed -ie 's|SHELL=xonsh|SHELL=$out/bin/xonsh|' tests/test_integrations.py for script in tests/test_integrations.py scripts/xon.sh $(find -name \"*.xsh\"); do sed -ie 's|/usr/bin/env|${lib.getExe' coreutils \"env\"}|' $script done patchShebangs . ''; preCheck = '' export HOME=$TMPDIR export PATH=$out/bin:$PATH ''; passthru = { shellPath = \"/bin/xonsh\"; python = python3Packages.python; # To the wrapper wrapper = callPackage ./wrapper.nix { }; updateScript = gitUpdater { }; }; meta = { homepage = \"https://xon.sh/\"; description = \"A Python-ish, BASHwards-compatible shell\"; changelog = \"https://github.com/xonsh/xonsh/raw/main/CHANGELOG.rst\"; license = with lib.licenses; [ bsd3 ]; mainProgram = \"xonsh\"; maintainers = with lib.maintainers; [ AndersonTorres samlukeyes123 ]; }; }; in runCommand \"xonsh-${xonsh-unwrapped.version}\" { inherit (xonsh-unwrapped) pname version meta; passthru = xonsh-unwrapped.passthru // { unwrapped = xonsh-unwrapped; }; } '' mkdir -p $out/bin for bin in ${lib.getBin xonsh-unwrapped}/bin/*; do ln -s ${pythonEnv}/bin/$(basename \"$bin\") $out/bin/ done '' python3Packages.buildPythonApplication argset "} {"_id":"doc-en-nixpkgs-e5220d6be5018d555b9232dea764c8f456cecadf1460fec6d8a655e778da8d74","title":"","text":" { lib , coreutils , fetchFromGitHub , git , gitUpdater , glibcLocales , python3 }: let pname = \"xonsh\"; version = \"0.15.1\"; in python3.pkgs.buildPythonApplication { inherit pname version; pyproject = true; # fetch from github because the pypi package ships incomplete tests src = fetchFromGitHub { owner = \"xonsh\"; repo = \"xonsh\"; rev = \"refs/tags/${version}\"; hash = \"sha256-mHOCkUGiSSPmkIQ4tgRZIaCTLgnx39SMwug5EIx/jrU=\"; }; nativeBuildInputs = with python3.pkgs; [ setuptools wheel ]; propagatedBuildInputs = with python3.pkgs; [ ply prompt-toolkit pygments ]; env.LC_ALL = \"en_US.UTF-8\"; postPatch = '' sed -ie \"s|/bin/ls|${coreutils}/bin/ls|\" tests/test_execer.py sed -ie \"s|SHELL=xonsh|SHELL=$out/bin/xonsh|\" tests/test_integrations.py sed -ie 's|/usr/bin/env|${coreutils}/bin/env|' tests/test_integrations.py sed -ie 's|/usr/bin/env|${coreutils}/bin/env|' scripts/xon.sh find scripts -name 'xonsh*' -exec sed -i -e \"s|env -S|env|\" {} ; find -name \"*.xsh\" | xargs sed -ie 's|/usr/bin/env|${coreutils}/bin/env|' patchShebangs . ''; disabledTests = [ # fails on sandbox \"test_colorize_file\" \"test_loading_correctly\" \"test_no_command_path_completion\" \"test_bsd_man_page_completions\" \"test_xonsh_activator\" # fails on non-interactive shells \"test_capture_always\" \"test_casting\" \"test_command_pipeline_capture\" \"test_dirty_working_directory\" \"test_man_completion\" \"test_vc_get_branch\" \"test_bash_and_is_alias_is_only_functional_alias\" ]; disabledTestPaths = [ # fails on sandbox \"tests/completers/test_command_completers.py\" \"tests/test_ptk_highlight.py\" \"tests/test_ptk_shell.py\" # fails on non-interactive shells \"tests/prompt/test_gitstatus.py\" \"tests/completers/test_bash_completer.py\" ]; nativeCheckInputs = [ git glibcLocales ] ++ (with python3.pkgs; [ pip pyte pytest-mock pytest-subprocess pytestCheckHook ]); preCheck = '' export HOME=$TMPDIR ''; dontWrapPythonPrograms = true; passthru = { shellPath = \"/bin/xonsh\"; python = python3; # To the wrapper updateScript = gitUpdater { }; }; meta = { homepage = \"https://xon.sh/\"; description = \"Python-ish, BASHwards-compatible shell\"; changelog = \"https://github.com/xonsh/xonsh/raw/${version}/CHANGELOG.rst\"; license = with lib.licenses; [ bsd3 ]; maintainers = with lib.maintainers; [ AndersonTorres ]; }; } "} {"_id":"doc-en-nixpkgs-39228a3190f836674a4cdc77a4eacce5a8bf511268dc6c23966ec65acb8ff81f","title":"","text":" { lib, runCommand, xonsh, # configurable options extraPackages ? (ps: [ ]), }: let inherit (xonsh.passthru) python; pythonEnv = python.withPackages (ps: [ (ps.toPythonModule xonsh) ] ++ extraPackages ps); in runCommand \"xonsh-wrapped-${xonsh.version}\" { inherit (xonsh) pname version meta passthru; } '' mkdir -p $out/bin for bin in ${lib.getBin xonsh}/bin/*; do ln -s ${pythonEnv}/bin/$(basename \"$bin\") $out/bin/ done '' "} {"_id":"doc-en-nixpkgs-df0876e93992dc5bf918218b029821df72e008dd9d9a76e0eb33094a2ddaee56","title":"","text":"xineLib = xine-lib; # Added 2021-04-27 xineUI = xine-ui; # Added 2021-04-27 xmlada = gnatPackages.xmlada; # Added 2024-02-25 xonsh-unwrapped = xonsh.passthru.unwrapped; xonsh-unwrapped = python3Packages.xonsh; # Added 2024-06-18 xtrt = throw \"xtrt has been removed due to being abandoned\"; # Added 2023-05-25 xulrunner = firefox-unwrapped; # Added 2023-11-03 xvfb_run = xvfb-run; # Added 2021-05-07"} {"_id":"doc-en-nixpkgs-64ec8d373e2e5090b6c4f73241377f7306bf2d1354e01fd5686033b519111f19","title":"","text":"xnd = callPackage ../development/python-modules/xnd { }; xonsh = toPythonModule (pkgs.xonsh.override { python3Packages = self; }); xpath-expressions = callPackage ../development/python-modules/xpath-expressions { }; xpybutil = callPackage ../development/python-modules/xpybutil { };"} {"_id":"doc-en-nixpkgs-6c9dc0fccd3ad85d210c52b106813fc0a2b9574cf5df0a878c337c6601240863","title":"","text":", fftwSinglePrec , doxygen , swig , python3Packages, enablePython ? false , opencl-headers, ocl-icd, enableOpencl ? false , clang, enableClang ? true , cudatoolkit, enableCuda ? false , enablePython ? false , python3Packages , enableOpencl ? true , opencl-headers , ocl-icd , enableCuda ? false , cudaPackages , addOpenGLRunpath }: stdenv.mkDerivation rec {"} {"_id":"doc-en-nixpkgs-79315e7ec86f7d894b4c1295bd12a52f1e5bfbaa068509f7fa6a7682549869f5","title":"","text":"serialization/tests/TestSerializeIntegrator.cpp ''; nativeBuildInputs = [ cmake gfortran swig doxygen python3Packages.python ]; nativeBuildInputs = [ cmake gfortran swig doxygen python3Packages.python ] ++ lib.optional enableCuda addOpenGLRunpath; buildInputs = [ fftwSinglePrec ] ++ lib.optionals enableOpencl [ ocl-icd opencl-headers ] ++ lib.optional enableCuda cudatoolkit; ++ lib.optional enableCuda cudaPackages.cudatoolkit; propagatedBuildInputs = lib.optionals enablePython (with python3Packages; [ python"} {"_id":"doc-en-nixpkgs-db75b8ed368c83da0e38fdaf1c7b964eb2f06f05618b969b3f5cc36a81bd03ed","title":"","text":"\"-DOPENMM_BUILD_SHARED_LIB=ON\" ] ++ lib.optionals enablePython [ \"-DOPENMM_BUILD_PYTHON_WRAPPERS=ON\" ] ++ lib.optionals enableClang [ \"-DCMAKE_C_COMPILER=${clang}/bin/clang\" \"-DCMAKE_CXX_COMPILER=${clang}/bin/clang++\" ] ++ lib.optionals enableOpencl [ \"-DOPENMM_BUILD_OPENCL_LIB=ON\" \"-DOPENMM_BUILD_AMOEBA_OPENCL_LIB=ON\" \"-DOPENMM_BUILD_DRUDE_OPENCL_LIB=ON\" \"-DOPENMM_BUILD_RPMD_OPENCL_LIB=ON\" ] ++ lib.optionals enableCuda [ \"-DCUDA_SDK_ROOT_DIR=${cudatoolkit}\" \"-DCUDA_SDK_ROOT_DIR=${cudaPackages.cudatoolkit}\" \"-DOPENMM_BUILD_AMOEBA_CUDA_LIB=ON\" \"-DOPENMM_BUILD_CUDA_LIB=ON\" \"-DOPENMM_BUILD_DRUDE_CUDA_LIB=ON\" \"-DOPENMM_BUILD_RPMD_CUDA_LIB=ON\" \"-DCMAKE_LIBRARY_PATH=${cudatoolkit}/lib64/stubs\" \"-DCMAKE_LIBRARY_PATH=${cudaPackages.cudatoolkit}/lib64/stubs\" ]; postInstall = lib.strings.optionalString enablePython '' export OPENMM_LIB_PATH=$out/lib export OPENMM_INCLUDE_PATH=$out/include cd python ${python3Packages.python.interpreter} setup.py build ${python3Packages.python.interpreter} setup.py install --prefix=$out export OPENMM_LIB_PATH=$out/lib export OPENMM_INCLUDE_PATH=$out/include cd python ${python3Packages.python.interpreter} setup.py build ${python3Packages.python.interpreter} setup.py install --prefix=$out ''; postFixup = '' for lib in $out/lib/plugins/*CUDA.so $out/lib/plugins/*Cuda*.so; do addOpenGLRunpath \"$lib\" done ''; doCheck = true; # Couldn't get CUDA to run properly in the sandbox doCheck = !enableCuda && !enableOpencl; meta = with lib; { description = \"Toolkit for molecular simulation using high performance GPU code\";"} {"_id":"doc-en-nixpkgs-bf3838fb123312416d642e77feed643e444f4b3ae1d1027c4f45eea701e78d55","title":"","text":"}; env = { SANE_CONFIG_DIR = \"/etc/sane.d\"; SANE_CONFIG_DIR = \"/etc/sane-config\"; LD_LIBRARY_PATH = [ \"/etc/sane-libs\" ]; };"} {"_id":"doc-en-nixpkgs-4099335700f446d84f69377c87ad6aa5a74e07aae128cddbd60afc7a0388f77e","title":"","text":"environment.systemPackages = backends; environment.sessionVariables = env; environment.etc.\"sane.d\".source = config.hardware.sane.configDir; environment.etc.\"sane-config\".source = config.hardware.sane.configDir; environment.etc.\"sane-libs\".source = \"${saneConfig}/lib/sane\"; services.udev.packages = backends;"} {"_id":"doc-en-nixpkgs-0d40941969b065079970278733d3fcca7c32429d40a18a1ce228da79735457a4","title":"","text":"{ lib, stdenv, fetchFromGitHub, cmake, gettext, msgpack, libtermkey, libiconv , fetchpatch , libuv, lua, ncurses, pkg-config , unibilium, gperf , libvterm-neovim"} {"_id":"doc-en-nixpkgs-97ffff1b5e739ae12c865ab1beb230065b1eb4840ec62c680b3a2343a2aa9a83","title":"","text":"nvim-client luv coxpcall busted luafilesystem penlight inspect ] )); codegenLua = if lua.pkgs.isLuaJIT then let deterministicLuajit = lua.override { deterministicStringIds = true; self = deterministicLuajit; }; in deterministicLuajit.withPackages(ps: [ ps.mpack ps.lpeg ]) else lua; pyEnv = python3.withPackages(ps: with ps; [ pynvim msgpack ]); in"} {"_id":"doc-en-nixpkgs-c1f561db187c9e4c6a7c9b7bc1d20f213efa84f9b41261b411bfd23e94ec4988","title":"","text":"# necessary so that nix can handle `UpdateRemotePlugins` for the plugins # it installs. See https://github.com/neovim/neovim/issues/9413. ./system_rplugin_manifest.patch # make the build reproducible, rebased version of # https://github.com/neovim/neovim/pull/21586 (fetchpatch { name = \"neovim-build-make-generated-source-files-reproducible.patch\"; url = \"https://github.com/raboof/neovim/commit/485dd2af3efbfd174163583c46e0bb2a01ff04f1.patch\"; hash = \"sha256-9aRVK4lDkL/W4RVjeKptrZFY7rYYBx6/RGR4bQSbCsM=\"; }) ]; dontFixCmake = true;"} {"_id":"doc-en-nixpkgs-ffb1679facd4b26c52a2a8e90adae4038fab4ccb45615bc33d084d79d6d42b98","title":"","text":"substituteInPlace src/nvim/version.c --replace NVIM_VERSION_CFLAGS \"\"; ''; # check that the above patching actually works disallowedReferences = [ stdenv.cc ]; disallowedReferences = [ stdenv.cc ] ++ lib.optional (lua != codegenLua) codegenLua; cmakeFlags = [ # Don't use downloaded dependencies. At the end of the configurePhase one"} {"_id":"doc-en-nixpkgs-3f23ae755ca60c6f4c296c06ea8a887a15c3d4705b22185425d61c90d0e0537f","title":"","text":"++ lib.optional (!lua.pkgs.isLuaJIT) \"-DPREFER_LUA=ON\" ; preConfigure = lib.optionalString stdenv.isDarwin '' preConfigure = lib.optionalString lua.pkgs.isLuaJIT '' cmakeFlagsArray+=( \"-DLUAC_PRG=${codegenLua}/bin/luajit -b -s %s -\" \"-DLUA_GEN_PRG=${codegenLua}/bin/luajit\" ) '' + lib.optionalString stdenv.isDarwin '' substituteInPlace src/nvim/CMakeLists.txt --replace \" util\" \"\" '';"} {"_id":"doc-en-nixpkgs-d82abf12c2848a8135ec4f9a40a460c4797a656c0f39a6c57e99c18ac4fd1845","title":"","text":", enableAPICheck ? false , enableVMAssertions ? false , useSystemMalloc ? false # Upstream generates randomized string id's by default for security reasons # https://github.com/LuaJIT/LuaJIT/issues/626. Deterministic string id's should # never be needed for correctness (that should be fixed in the lua code), # but may be helpful when you want to embed jit-compiled raw lua blobs in # binaries that you want to be reproducible. , deterministicStringIds ? false , luaAttr ? \"luajit_${lib.versions.major version}_${lib.versions.minor version}\" } @ inputs: assert enableJITDebugModule -> enableJIT;"} {"_id":"doc-en-nixpkgs-0f9c5dcbf46fdc592c10010cbbe89d5927da679e4c7ecfb87c84734107075fb4","title":"","text":"++ optional enableGDBJITSupport \"-DLUAJIT_USE_GDBJIT\" ++ optional enableAPICheck \"-DLUAJIT_USE_APICHECK\" ++ optional enableVMAssertions \"-DLUAJIT_USE_ASSERT\" ++ optional deterministicStringIds \"-DLUAJIT_SECURITY_STRID=0\" ; in stdenv.mkDerivation rec {"} {"_id":"doc-en-nixpkgs-5e91f8977c74fae3b4a08c2ed67ec70b166e414ab3f4e3072e81d0144a9a0a67","title":"","text":"]; systemd.services.paperless-scheduler = { description = \"Paperless scheduler\"; description = \"Paperless Celery Beat\"; serviceConfig = defaultServiceConfig // { User = cfg.user; ExecStart = \"${pkg}/bin/paperless-ngx qcluster\"; ExecStart = \"${pkg}/bin/celery --app paperless beat --loglevel INFO\"; Restart = \"on-failure\"; # The `mbind` syscall is needed for running the classifier. SystemCallFilter = defaultServiceConfig.SystemCallFilter ++ [ \"mbind\" ]; # Needs to talk to mail server for automated import rules PrivateNetwork = false; }; environment = env; wantedBy = [ \"multi-user.target\" ]; wants = [ \"paperless-consumer.service\" \"paperless-web.service\" ]; wants = [ \"paperless-consumer.service\" \"paperless-web.service\" \"paperless-task-queue.service\" ]; preStart = '' ln -sf ${manage} ${cfg.dataDir}/paperless-manage"} {"_id":"doc-en-nixpkgs-6531b828fb5f63c60219ed147d09e67de518b6e056b227d3840930e6647f08f6","title":"","text":"after = [ \"redis-paperless.service\" ]; }; systemd.services.paperless-task-queue = { description = \"Paperless Celery Workers\"; serviceConfig = defaultServiceConfig // { User = cfg.user; ExecStart = \"${pkg}/bin/celery --app paperless worker --loglevel INFO\"; Restart = \"on-failure\"; # The `mbind` syscall is needed for running the classifier. SystemCallFilter = defaultServiceConfig.SystemCallFilter ++ [ \"mbind\" ]; # Needs to talk to mail server for automated import rules PrivateNetwork = false; }; environment = env; }; # Reading the user-provided password file requires root access systemd.services.paperless-copy-password = mkIf (cfg.passwordFile != null) { requiredBy = [ \"paperless-scheduler.service\" ];"} {"_id":"doc-en-nixpkgs-5ffea75c17621f7da6aa5a2a67dbe91335ad6b254e9086906ddbcbd17ef9bfd4","title":"","text":"}; # Allow the web interface to access the private /tmp directory of the server. # This is required to support uploading files via the web interface. unitConfig.JoinsNamespaceOf = \"paperless-scheduler.service\"; unitConfig.JoinsNamespaceOf = \"paperless-task-queue.service\"; # Bind to `paperless-scheduler` so that the web server never runs # during migrations bindsTo = [ \"paperless-scheduler.service\" ];"} {"_id":"doc-en-nixpkgs-1fe4e5ee87f39f1d186859a58bc4f0975107a45108ece54ad1fe23c108dfa2c8","title":"","text":"makeWrapper $out/lib/paperless-ngx/src/manage.py $out/bin/paperless-ngx --prefix PYTHONPATH : \"$PYTHONPATH\" --prefix PATH : \"${path}\" makeWrapper ${python.pkgs.celery}/bin/celery $out/bin/celery --prefix PYTHONPATH : \"$PYTHONPATH:$out/lib/paperless-ngx/src\" --prefix PATH : \"${path}\" ''; checkInputs = with python.pkgs.pythonPackages; ["} {"_id":"doc-en-nixpkgs-417437fe20db80e2d3e27f75cd2bf221b2dc5124dec883de8449c703ce7bbf41","title":"","text":", ghc_filesystem , msaClientID ? \"\" , jdks ? [ jdk17 jdk8 ] , gamemodeSupport ? true , gamemode }: let"} {"_id":"doc-en-nixpkgs-cafb5a1e34cd29319e6438ff245f5ff9e699c597904e82f79ba260e4ff232be5","title":"","text":"quazip ghc_filesystem tomlplusplus ] ++ lib.optional (lib.versionAtLeast qtbase.version \"6\") qtwayland; ] ++ lib.optional (lib.versionAtLeast qtbase.version \"6\") qtwayland ++ lib.optional gamemodeSupport gamemode.dev; cmakeFlags = lib.optionals (msaClientID != \"\") [ \"-DLauncher_MSA_CLIENT_ID=${msaClientID}\" ] ++ lib.optionals (lib.versionAtLeast qtbase.version \"6\") [ \"-DLauncher_QT_VERSION_MAJOR=6\" ];"} {"_id":"doc-en-nixpkgs-d1094795479a6b736cc9a101ed239cea4b37de19206265544c8b0f8fd1b58b27","title":"","text":"qtWrapperArgs = let libpath = with xorg; lib.makeLibraryPath [ lib.makeLibraryPath ([ libX11 libXext libXcursor"} {"_id":"doc-en-nixpkgs-c13eaa9570b92266f6afd3a3e80f26616bdb982681a7aeb63206ae0ace6733ad","title":"","text":"glfw openal stdenv.cc.cc.lib ]; ] ++ lib.optional gamemodeSupport gamemode.lib); in [ \"--set LD_LIBRARY_PATH /run/opengl-driver/lib:${libpath}\""} {"_id":"doc-en-nixpkgs-0105202461fb5f3893abf40301733f09a1454a788c6157a4440fefada24eab92","title":"","text":"config = lib.mkIf cfg.enable { environment.systemPackages = [ pkgs.supergfxctl ]; environment.etc.\"supergfxd.conf\" = lib.mkIf (cfg.settings != null) { source = json.generate \"supergfxd.conf\" cfg.settings; }; environment.etc.\"supergfxd.conf\" = lib.mkIf (cfg.settings != null) { source = json.generate \"supergfxd.conf\" cfg.settings; mode = \"0644\"; }; services.dbus.enable = true;"} {"_id":"doc-en-nixpkgs-b54033ca1c435c2a6ed5035d5371cbb77915b04afb30f3aa6b1d020b8f107d68","title":"","text":"install -Dm755 OpenBoardImporter $out/bin/OpenBoardImporter ''; }; in stdenv.mkDerivation rec { in stdenv.mkDerivation { pname = \"openboard\"; version = \"unstable-2022-11-28\";"} {"_id":"doc-en-nixpkgs-3d2d0f0c6b5b3e0d40a29f960a831547291cf226b7a3af0b1f8ce22e40ab8c57","title":"","text":"postPatch = '' substituteInPlace OpenBoard.pro --replace '/usr/include/quazip5' '${quazip}/include/QuaZip-Qt5-${quazip.version}/quazip' --replace '/usr/include/quazip5' '${lib.getDev quazip}/include/QuaZip-Qt5-${quazip.version}/quazip' --replace '-lquazip5' '-lquazip1-qt5' --replace '/usr/include/poppler' '${poppler.dev}/include/poppler' --replace '/usr/include/poppler' '${lib.getDev poppler}/include/poppler' ''; nativeBuildInputs = [ qmake copyDesktopItems wrapQtAppsHook ];"} {"_id":"doc-en-nixpkgs-bc3b34c9e5451e584a3bd5d7029adcba190c6663d8e0bf2066047c60f932c17c","title":"","text":"cp -a ${parts}/* parts/ ''; NIX_CFLAGS_COMPILE = \"-I${quazip}/include/QuaZip-Qt${lib.versions.major qtbase.version}-${quazip.version}/quazip\"; NIX_CFLAGS_COMPILE = \"-I${lib.getDev quazip}/include/QuaZip-Qt${lib.versions.major qtbase.version}-${quazip.version}/quazip\"; qmakeFlags = [ \"phoenix.pro\""} {"_id":"doc-en-nixpkgs-85e26064021100a52038e3b5125fb158de78f06b6db657081dd9b6044ff53213","title":"","text":", libsepol , vulkan-headers , vulkan-loader , valgrind , libthai , libdrm , libdatrie"} {"_id":"doc-en-nixpkgs-1b87be3a957af3192866f2af7e0d62b1ba8566c04dda62346876e6eb036bfae8","title":"","text":"libthai libdrm libdatrie valgrind udev # Text rendering fontconfig"} {"_id":"doc-en-nixpkgs-bbbfbcec2f5928188e1f9130a3fc4d467fde44215908f2fb14198743a3f0f5ae","title":"","text":"-e \"/^bindir=/ c bindir=$dev/bin\" patchShebangs $out $dev # QTEST_ASSERT and other macros keeps runtime reference to qtbase.dev substituteInPlace \"$dev/include/QtTest/qtestassert.h\" --replace \"__FILE__\" \"__BASE_FILE__\" ''; dontStrip = debugSymbols;"} {"_id":"doc-en-nixpkgs-be89db30a241cf9a2f9004b3d079eaa0de95fd34c07dc5ce5ef960af09b31bbc","title":"","text":"\"bin/qmlscene\" \"bin/qmltestrunner\" ]; NIX_CFLAGS_COMPILE = [ \"-fmacro-prefix-map=${qtbase.dev}=qtbase.dev\" ]; }"} {"_id":"doc-en-nixpkgs-eb3b767ecc94cd8835bd527431277108c1bcdc0fa1dd834e6941a27b2a91138d","title":"","text":"qtInputs = [ qtbase qtdeclarative qtsvg ]; propagatedBuildInputs = [ hunspell ]; nativeBuildInputs = [ pkg-config ]; outputs = [ \"out\" ]; }"} {"_id":"doc-en-nixpkgs-b92a5d79b988114d0fb93bc36e387a5bb36a477f2c8bb63a332bbb142363d462","title":"","text":"dontWrapQtApps = true; outputs = [ \"out\" \"dev\" ]; meta = with lib; { description = \"Provides access to ZIP archives from Qt programs\"; license = licenses.lgpl21Plus;"} {"_id":"doc-en-nixpkgs-0125dd79b65de1b46d8cd327b7ccc99bb4a8e57fad4c4bae5bb857bc3f190daa","title":"","text":"else if stdenv.hostPlatform.osxMinVersion == \"10.5\" then \"9\" else \"8\"; cpu = /**/ if stdenv.hostPlatform.isArmv7 then \"armv7\" else if stdenv.hostPlatform.isAarch64 then \"arm64\" else if stdenv.hostPlatform.isx86_32 then \"x86\" else stdenv.hostPlatform.parsed.cpu.name; kernel = # Build system doesn't understand BSD, so pretend to be Linux. /**/ if stdenv.isBSD then \"linux\" else if stdenv.isDarwin then \"darwin${darwinVersion}\" else stdenv.hostPlatform.parsed.kernel.name; isGeneric = /**/ (stdenv.hostPlatform.isPower && stdenv.hostPlatform.isLittleEndian) || stdenv.hostPlatform.parsed.cpu.name == \"armv6l\"; target = /**/ if (stdenv.isBSD || stdenv.hostPlatform != stdenv.buildPlatform) then (if isGeneric then \"generic-gnu\" else \"${cpu}-${kernel}-gcc\") else null; in assert vp8DecoderSupport || vp8EncoderSupport || vp9DecoderSupport || vp9EncoderSupport;"} {"_id":"doc-en-nixpkgs-a2265bf2b622f4e4c28b9fa9121329f14d37590997d8505d35b31948a3a5c0d0","title":"","text":"(enableFeature (experimentalSpatialSvcSupport || experimentalFpMbStatsSupport || experimentalEmulateHardwareSupport) \"experimental\") ] ++ optionals (stdenv.isBSD || stdenv.hostPlatform != stdenv.buildPlatform) [ \"--force-target=${stdenv.hostPlatform.parsed.cpu.name}-${kernel}-gcc\" ] ++ optionals (target != null) [ \"--target=${target}\" (lib.optionalString stdenv.hostPlatform.isCygwin \"--enable-static-msvcrt\") ] # Experimental features ++ optional experimentalSpatialSvcSupport \"--enable-spatial-svc\""} {"_id":"doc-en-nixpkgs-af7e0958811339f457b8e3fb6fdb48a97769599073521dbc9981eae02e977264","title":"","text":"# The SSH agent protocol doesn't have support for changing TTYs; however we # can simulate this with the `exec` feature of openssh (see ssh_config(5)) # that hooks a command to the shell currently running the ssh program. Match host * exec \"${cfg.package}/bin/gpg-connect-agent --quiet updatestartuptty /bye >/dev/null 2>&1\" Match host * exec \"${pkgs.runtimeShell} -c '${cfg.package}/bin/gpg-connect-agent --quiet updatestartuptty /bye >/dev/null 2>&1'\" ''; environment.extraInit = mkIf cfg.agent.enableSSHSupport ''"} {"_id":"doc-en-nixpkgs-7a7817f2717efc2ec74c11301dab8d6b773e055ecae523bdcf47c623552b3dfc","title":"","text":"systemd.services.nitter = { description = \"Nitter (An alternative Twitter front-end)\"; wantedBy = [ \"multi-user.target\" ]; after = [ \"network.target\" ]; wants = [ \"network-online.target\" ]; after = [ \"network-online.target\" ]; serviceConfig = { DynamicUser = true; StateDirectory = \"nitter\";"} {"_id":"doc-en-nixpkgs-aa5a3fd1079566e6e18a33e7073a6ffeb789e76c5ec1fb67f34093daf2634f70","title":"","text":", zlib }: let zig_0_10_0 = fetchFromGitHub { owner = \"ziglang\"; repo = \"zig\"; rev = \"0.10.0\"; hash = \"sha256-DNs937N7PLQimuM2anya4npYXcj6cyH+dRS7AiOX7tw=\"; }; in stdenv.mkDerivation rec { pname = \"zig\"; version = \"0.9.1\";"} {"_id":"doc-en-nixpkgs-bd210fec948f8adf9a1733519d13f67751dc49a12d270bea48f1718bb6865e05","title":"","text":"hash = \"sha256-x2c4c9RSrNWGqEngio4ArW7dJjW0gg+8nqBwPcR721k=\"; }; # Fix index out of bounds reading RPATH (cherry-picked from 0.10-dev) patches = [ ./rpath.patch ]; patches = [ # Fix index out of bounds reading RPATH (cherry-picked from 0.10-dev) ./rpath.patch # Fix build on macOS 13 (cherry-picked from 0.10-dev) ./ventura.patch ]; # TODO: remove on next upgrade prePatch = '' cp -R ${zig_0_10_0}/lib/libc/include/any-macos.13-any lib/libc/include/any-macos.13-any cp -R ${zig_0_10_0}/lib/libc/include/aarch64-macos.13-none lib/libc/include/aarch64-macos.13-gnu cp -R ${zig_0_10_0}/lib/libc/include/x86_64-macos.13-none lib/libc/include/x86_64-macos.13-gnu cp ${zig_0_10_0}/lib/libc/darwin/libSystem.13.tbd lib/libc/darwin/ ''; nativeBuildInputs = [ cmake"} {"_id":"doc-en-nixpkgs-923842b8bac00cfc2df206f4d67b05d0d1fed3238c29695d4678de89b96947d9","title":"","text":" From 98285b17b3887de37b630da66f09a44f42ddbe01 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Tue, 25 Oct 2022 11:46:42 +0200 Subject: [PATCH] darwin: bump max macOS version to 13.0 --- lib/std/target.zig | 4 ++-- src/target.zig | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/std/target.zig b/lib/std/target.zig index d791e3b0350..7fbad5baa3c 100644 --- a/lib/std/target.zig +++ b/lib/std/target.zig @@ -277,13 +277,13 @@ pub const Target = struct { .aarch64 => VersionRange{ .semver = .{ .min = .{ .major = 11, .minor = 6 }, - .max = .{ .major = 12, .minor = 0 }, + .max = .{ .major = 13, .minor = 0 }, }, }, .x86_64 => VersionRange{ .semver = .{ .min = .{ .major = 10, .minor = 13 }, - .max = .{ .major = 12, .minor = 0 }, + .max = .{ .major = 13, .minor = 0 }, }, }, else => unreachable, diff --git a/src/target.zig b/src/target.zig index 9e2d26dac65..fc585912c45 100644 --- a/src/target.zig +++ b/src/target.zig @@ -18,6 +18,7 @@ pub const available_libcs = [_]ArchOsAbi{ .{ .arch = .aarch64, .os = .windows, .abi = .gnu }, .{ .arch = .aarch64, .os = .macos, .abi = .gnu, .os_ver = .{ .major = 11, .minor = 0 } }, .{ .arch = .aarch64, .os = .macos, .abi = .gnu, .os_ver = .{ .major = 12, .minor = 0 } }, + .{ .arch = .aarch64, .os = .macos, .abi = .gnu, .os_ver = .{ .major = 13, .minor = 0 } }, .{ .arch = .armeb, .os = .linux, .abi = .gnueabi }, .{ .arch = .armeb, .os = .linux, .abi = .gnueabihf }, .{ .arch = .armeb, .os = .linux, .abi = .musleabi }, @@ -73,6 +74,7 @@ pub const available_libcs = [_]ArchOsAbi{ .{ .arch = .x86_64, .os = .macos, .abi = .gnu, .os_ver = .{ .major = 10, .minor = 0 } }, .{ .arch = .x86_64, .os = .macos, .abi = .gnu, .os_ver = .{ .major = 11, .minor = 0 } }, .{ .arch = .x86_64, .os = .macos, .abi = .gnu, .os_ver = .{ .major = 12, .minor = 0 } }, + .{ .arch = .x86_64, .os = .macos, .abi = .gnu, .os_ver = .{ .major = 13, .minor = 0 } }, }; pub fn libCGenericName(target: std.Target) [:0]const u8 { "} {"_id":"doc-en-nixpkgs-14d09118aaa77c1c653b9642e332aff35f6c061759950de7ce53c34697be26c1","title":"","text":", glib , gst_plugins_base , gstreamer , icu_54_1 , icu , libpulseaudio , libuuid , libxml2"} {"_id":"doc-en-nixpkgs-e5974056cebb34487bacf31afbbe75a626a87e716cb57c5c0141c33082c1ed7d","title":"","text":"glib gst_plugins_base gstreamer icu_54_1 icu libpulseaudio libuuid libxml2"} {"_id":"doc-en-nixpkgs-e2471817baa86eff4c487cbf1bfc145587d7de9b96c29f6a738a5f85299dfac9","title":"","text":" { stdenv, fetchurl, fetchpatch, fixDarwinDylibNames }: let icu = import ./default.nix { inherit stdenv fetchurl fetchpatch fixDarwinDylibNames; }; in stdenv.lib.overrideDerivation icu (attrs: { src = fetchurl { url = \"http://download.icu-project.org/files/icu4c/54.1/icu4c-54_1-src.tgz\"; sha256 = \"1cwapgjmvrcv1n2wjspj3vahidg596gjfp4jn1gcb4baralcjayl\"; }; }) "} {"_id":"doc-en-nixpkgs-52559ab168740e7dcc18279b0d4393960fff631113e85b915aac01fe838b0d21","title":"","text":"hyena = callPackage ../development/libraries/hyena { }; icu = callPackage ../development/libraries/icu { }; icu_54_1 = callPackage ../development/libraries/icu/54.1.nix { }; id3lib = callPackage ../development/libraries/id3lib { };"} {"_id":"doc-en-nixpkgs-31f3973c72ef7e0533aa11b398a3b5bfd130631549b8cc13bd8b3fe5ea089c98","title":"","text":" { black , fetchFromGitHub , lib , python3 }: python3.pkgs.buildPythonApplication rec { pname = \"blacken-docs\"; version = \"1.15.0\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"adamchainz\"; repo = \"blacken-docs\"; rev = version; hash = \"sha256-3FGuFOAHCcybPwujWlh58NWtuF5CebaKTgBWgCGpSL8=\"; }; nativeBuildInputs = [ python3.pkgs.setuptools ]; propagatedBuildInputs = [ black ]; nativeCheckInputs = [ black python3.pkgs.pytestCheckHook ]; meta = with lib; { homepage = \"https://github.com/adamchainz/blacken-docs\"; changelog = \"https://github.com/adamchainz/blacken-docs/blob/${src.rev}/CHANGELOG.rst\"; description = \"Run Black on Python code blocks in documentation files\"; license = licenses.mit; maintainers = with maintainers; [ l0b0 ]; }; } "} {"_id":"doc-en-nixpkgs-365fd1e5777ec9dc7ce4beeb9ddde22ece0cfa80b053093d81c1615d703eb152","title":"","text":" { black , blacken-docs , fetchFromGitHub , lib , python3 , ruff }: python3.pkgs.buildPythonApplication rec { pname = \"nbqa\"; version = \"1.7.0\"; src = fetchFromGitHub { owner = \"nbQA-dev\"; repo = \"nbQA\"; rev = version; hash = \"sha256-CTF5HisBS44Ta18cVT04UrMIF30WmEBwZBGW7fkKXwk=\"; }; passthru.optional-dependencies = { black = [ black ]; blacken-docs = [ blacken-docs ]; flake8 = [ python3.pkgs.flake8 ]; isort = [ python3.pkgs.isort ]; jupytext = [ python3.pkgs.jupytext ]; mypy = [ python3.pkgs.mypy ]; pylint = [ python3.pkgs.pylint ]; pyupgrade = [ python3.pkgs.pyupgrade ]; ruff = [ ruff ]; }; propagatedBuildInputs = with python3.pkgs; [ autopep8 ipython tokenize-rt tomli ] ++ builtins.attrValues passthru.optional-dependencies; postPatch = '' # Force using the Ruff executable rather than the Python package substituteInPlace nbqa/__main__.py --replace 'if shell:' 'if shell or main_command == \"ruff\":' ''; preCheck = '' # Allow the tests to run `nbqa` itself from the path export PATH=\"$out/bin\":\"$PATH\" ''; nativeCheckInputs = [ black ruff ] ++ (with python3.pkgs; [ autoflake flake8 isort jupytext mdformat pre-commit-hooks pydocstyle pylint pytestCheckHook pyupgrade yapf ]); disabledTests = [ # Test data not found \"test_black_multiple_files\" \"test_black_return_code\" \"test_grep\" \"test_jupytext_on_folder\" \"test_mypy_works\" \"test_running_in_different_dir_works\" \"test_unable_to_reconstruct_message_pythonpath\" \"test_with_subcommand\" ]; disabledTestPaths = [ # Test data not found \"tests/test_include_exclude.py\" ]; meta = with lib; { homepage = \"https://github.com/nbQA-dev/nbQA\"; changelog = \"https://nbqa.readthedocs.io/en/latest/history.html\"; description = \"Run ruff, isort, pyupgrade, mypy, pylint, flake8, black, blacken-docs, and more on Jupyter Notebooks\"; license = licenses.mit; maintainers = with maintainers; [ l0b0 ]; }; } "} {"_id":"doc-en-nixpkgs-485793e2d74390820323bee80ca9ffbcb3ce64aee0d8c6c26b04d171608b23db","title":"","text":"bbin = callPackage ../development/tools/bbin { }; blacken-docs = callPackage ../tools/misc/blacken-docs { }; bore = callPackage ../tools/networking/bore { inherit (darwin) Libsystem; inherit (darwin.apple_sdk.frameworks) SystemConfiguration;"} {"_id":"doc-en-nixpkgs-cafafd82e5d299b90c427d6b564af875cbaab59124590b8e6ba4c43c006e5e9e","title":"","text":"nb = callPackage ../tools/misc/nb { }; nbqa = callPackage ../tools/misc/nbqa { }; kb = callPackage ../tools/misc/kb { }; notable = callPackage ../applications/misc/notable { };"} {"_id":"doc-en-nixpkgs-88919f179022e3dbbc981af5d2722f3e6714a94d67401d58903b66379865fae4","title":"","text":"in '' runHook preInstall mv build/linux-x86_64-server-${buildType}/images/jdk/man build/linux-x86_64-server-${buildType}/images/jbrsdk${jcefSuffix}-${javaVersion}-linux-x64${debugSuffix}-b${build} rm -rf build/linux-x86_64-server-${buildType}/images/jdk mv build/linux-x86_64-server-${buildType}/images/jbrsdk${jcefSuffix}-${javaVersion}-linux-x64${debugSuffix}-b${build} build/linux-x86_64-server-${buildType}/images/jdk '' + oldAttrs.installPhase + \"runHook postInstall\";"} {"_id":"doc-en-nixpkgs-cd472e243062b2a9035c98d84c559724bc1fdda463989bdfd1273288c57d4be1","title":"","text":"in lib.mapAttrs mk (lib.importJSON ./srcs-generated.json) // { qt3d = { inherit version; src = fetchgit { url = \"https://invent.kde.org/qt/qt/qt3d.git\"; rev = \"c3c7e6ebc29cce466d954f72f340a257d76b5ec2\"; sha256 = \"sha256-KMWZ4N2OO7TBVpcgvQf/gweZRT62i9XABOnq0x94PY4=\"; fetchLFS = false; fetchSubmodules = true; deepClone = false; leaveDotGit = false; }; }; # qtwebkit does not have an official release tarball on the qt mirror and is # mostly maintained by the community. qtwebkit = rec {"} {"_id":"doc-en-nixpkgs-19ed22f5eb9287c16f49903239f6e4dd27101b3abb948355f9f8b9717f8a2a4f","title":"","text":"{ lib , stdenv , mkDerivation , fetchFromGitHub , cmake , asciidoc"} {"_id":"doc-en-nixpkgs-da7e93e7e86c9db7bf9109bdecef3c087c8299471301090ab082636bb4293640","title":"","text":", qttools , re2 , spdlog , wrapQtAppsHook , voipSupport ? true , gst_all_1 , libnice }: mkDerivation rec { stdenv.mkDerivation rec { pname = \"nheko\"; version = \"0.11.1\";"} {"_id":"doc-en-nixpkgs-1e232b2655ba7d79de74cd7f67af5096794f050f6edd0f3a87caf28cf4b19f38","title":"","text":"cmake lmdbxx pkg-config wrapQtAppsHook ]; buildInputs = ["} {"_id":"doc-en-nixpkgs-f9c8f3db2e045122b80cbb7a2b844faa29ef7f5b008a70163ccfb83e68dbc839","title":"","text":"\"-DCOMPILE_QML=ON\" # see https://github.com/Nheko-Reborn/nheko/issues/389 ]; # https://github.com/NixOS/nixpkgs/issues/201254 NIX_LDFLAGS = lib.optionalString (stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU) \"-lgcc\"; preFixup = lib.optionalString voipSupport '' # add gstreamer plugins path to the wrapper qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : \"$GST_PLUGIN_SYSTEM_PATH_1_0\")"} {"_id":"doc-en-nixpkgs-3e94398c58b2c6df0fae19d6ced7198e008d93589541bd7787b1d80200ee960f","title":"","text":"spdlog ]; # https://github.com/NixOS/nixpkgs/issues/201254 NIX_LDFLAGS = lib.optionalString (stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU) \"-lgcc\"; meta = with lib; { description = \"Client API library for the Matrix protocol.\"; homepage = \"https://github.com/Nheko-Reborn/mtxclient\";"} {"_id":"doc-en-nixpkgs-330f4f8e18e4b6297191d8b788190c9ca17c635c63473c77ed22a74c9284c713","title":"","text":"mtpfs = callPackage ../tools/filesystems/mtpfs { }; mtxclient = callPackage ../development/libraries/mtxclient { }; mtxclient = callPackage ../development/libraries/mtxclient { # https://github.com/NixOS/nixpkgs/issues/201254 stdenv = if stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU then gcc11Stdenv else stdenv; }; mu = callPackage ../tools/networking/mu { texinfo = texinfo4;"} {"_id":"doc-en-nixpkgs-57b92743a297cef9c4a20f0f99e99e8178b2973bc757714174bab56575cc050c","title":"","text":"ngt = callPackage ../development/libraries/ngt { }; nheko = libsForQt5.callPackage ../applications/networking/instant-messengers/nheko { }; nheko = libsForQt5.callPackage ../applications/networking/instant-messengers/nheko { # https://github.com/NixOS/nixpkgs/issues/201254 stdenv = if stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU then gcc11Stdenv else stdenv; }; nomacs = libsForQt5.callPackage ../applications/graphics/nomacs { };"} {"_id":"doc-en-nixpkgs-3e98a52333508511519e1e7eea329d971db49c8c5aa2ffd3d6d93d7f4e3ad8c9","title":"","text":"wrapProgram $out/bin/mullvad-vpn --set MULLVAD_DISABLE_UPDATE_NOTIFICATION 1 wrapProgram $out/bin/mullvad-daemon --set-default MULLVAD_RESOURCE_DIR \"$out/share/mullvad/resources\" sed -i \"s|Exec.*$|Exec=$out/bin/mullvad-vpn $U|\" $out/share/applications/mullvad-vpn.desktop runHook postInstall"} {"_id":"doc-en-nixpkgs-deb4f852b8eebbfd331e3028636ef35215e530e368408b46ac63866f354823dc","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"mdds\"; version = \"2.1.0\"; version = \"2.0.3\"; src = fetchFromGitLab { owner = \"mdds\"; repo = \"mdds\"; rev = finalAttrs.version; hash = \"sha256-RZ2wGwle4raWlogc5X+VEeriPGS0Nqs7CWGENFEotvs=\"; hash = \"sha256-Y9uBJKM34UTEj/3c1w69QHhvwFcMNlAohEco0O0B+xI=\"; }; nativeBuildInputs = [ autoreconfHook ];"} {"_id":"doc-en-nixpkgs-793a6b67ff7787dab6b6dafb497216a397efa2135154a7fd1e76eb1d20f3ebb0","title":"","text":"# the file should be executable but it isn't so our wrapper doesn't run preFixup = '' chmod 555 $out/bin/puddletag wrapQtApp $out/bin/puddletag ''; doCheck = false; # there are no tests"} {"_id":"doc-en-nixpkgs-420e2879775751a24ce736597d571f17858e3fa867f4f6e73c010e7e7b60d4db","title":"","text":" { lib , stdenv , fetchhg , qt5 }: let inherit (qt5) qtbase qtmultimedia wrapQtAppsHook; in stdenv.mkDerivation (self: { pname = \"rpcemu\"; version = \"0.9.4\"; src = fetchhg { url = \"http://www.home.marutan.net/hg/rpcemu\"; rev = \"release_${self.version}\"; sha256 = \"sha256-UyjfTfUpSvJNFPkQWPKppxp/kO0hVGo5cE9RuCU8GJI=\"; }; nativeBuildInputs = [ wrapQtAppsHook ]; buildInputs = [ qtbase qtmultimedia ]; configurePhase = '' runHook preConfigure cd src/qt5 qmake runHook postConfigure ''; installPhase = '' runHook preInstall cd ../.. install -Dm755 rpcemu-interpreter -t $out/bin runHook postInstall ''; meta = { homepage = \"https://www.marutan.net/rpcemu/index.php\"; description = \"Risc PC Emulator\"; longDescription = '' RPCEmu is an emulator of classic Acorn computer systems, such as the Risc PC and A7000. It runs on multiple platforms including Windows, Linux and Mac OS X. RPCEmu should be considered Alpha Quality code. It has many known and unknown bugs, and all files used with it should be well backed up before using them with RPCEmu. ''; license = lib.licenses.gpl2Plus; maintainers = builtins.attrValues { inherit (lib.maintainers) AndersonTorres; }; platforms = lib.platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-4d2a93cec7c682c8ec1499c98aa550bbe32677010599fa0d5d0e67818ee9f091","title":"","text":"ripes = libsForQt5.callPackage ../applications/emulators/ripes { }; rpcemu = callPackage ../applications/emulators/rpcemu { }; rpcs3 = libsForQt5.callPackage ../applications/emulators/rpcs3 { }; ruffle = callPackage ../applications/emulators/ruffle { };"} {"_id":"doc-en-nixpkgs-f38faa28c83eddd91c0acc6f4463987b60bed2d3b2cfee3c7aa43e65197bc31d","title":"","text":" { lib , rustPlatform , fetchFromGitHub , pkg-config , openssl , cmake , alsa-lib , dbus , fontconfig }: rustPlatform.buildRustPackage rec { pname = \"spotify-player\"; version = \"0.10.0\"; src = fetchFromGitHub { owner = \"aome510\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-bHPWpx8EJibr2kNuzuGAQPZ0DE6qeJwIRYDy+NFS/PQ=\"; }; cargoSha256 = \"sha256-QeQ3PYI5RmbJ+VQ9hLSTXgQXVVoID5zbRqSTrbWzVy8=\"; nativeBuildInputs = [ pkg-config cmake ]; buildInputs = [ openssl alsa-lib dbus fontconfig ]; buildNoDefaultFeatures = true; buildFeatures = [ \"rodio-backend\" \"media-control\" \"image\" \"lyric-finder\" ]; meta = with lib; { description = \"A command driven spotify player\"; homepage = \"https://github.com/aome510/spotify-player\"; license = licenses.mit; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"doc-en-nixpkgs-d3d82389dd13cc98cfa0608fb57e847872d6e5e067ff825c1ffc472a46cd7e50","title":"","text":"spotify = callPackage ../applications/audio/spotify { }; spotify-player = callPackage ../applications/audio/spotify-player { }; spotifywm = callPackage ../applications/audio/spotifywm { }; psst = callPackage ../applications/audio/psst { };"} {"_id":"doc-en-nixpkgs-56ff8c2a1012cab60e6eafb868d430ac4f0d5870dd8e4b428c9704cdf680410b","title":"","text":", enableMultilib }: let forceLibgccToBuildCrtStuff = import ./libgcc-buildstuff.nix { inherit lib stdenv; }; in originalAttrs: (stdenv.mkDerivation (finalAttrs: originalAttrs // { passthru = (originalAttrs.passthru or {}) // { inherit forceLibgccToBuildCrtStuff; }; preUnpack = '' oldOpts=\"$(shopt -po nounset)\" || true set -euo pipefail"} {"_id":"doc-en-nixpkgs-291abe32038cdad3a78fe84f03f8948c66656536fb7ac77897556a8a4ac2ef7c","title":"","text":" { lib , stdenv }: # Trick to build a gcc that is capable of emitting shared libraries *without* having the # targetPlatform libc available beforehand. Taken from: # https://web.archive.org/web/20170222224855/http://frank.harvard.edu/~coldwell/toolchain/ # https://web.archive.org/web/20170224235700/http://frank.harvard.edu/~coldwell/toolchain/t-linux.diff let # crt{i,n}.o are the first and last (respectively) object file # linked when producing an executable. Traditionally these # files are delivered as part of the C library, but on GNU # systems they are in fact built by GCC. Since libgcc needs to # build before glibc, we can't wait for them to be copied by # glibc. At this early pre-glibc stage these files sometimes # have different names. crtstuff-ofiles = if stdenv.targetPlatform.isPower then \"ecrti.o ecrtn.o ncrti.o ncrtn.o\" else \"crti.o crtn.o\"; # Normally, `SHLIB_LC` is set to `-lc`, which means that # `libgcc_s.so` cannot be built until `libc.so` is available. # The assignment below clobbers this variable, removing the # `-lc`. # # On PowerPC we add `-mnewlib`, which means \"libc has not been # built yet\". This causes libgcc's Makefile to use the # gcc-built `{e,n}crt{n,i}.o` instead of failing to find the # versions which have been repackaged in libc as `crt{n,i}.o` # SHLIB_LC = lib.optionalString stdenv.targetPlatform.isPower \"-mnewlib\"; in '' echo 'libgcc.a: ${crtstuff-ofiles}' >> libgcc/Makefile.in echo 'SHLIB_LC=${SHLIB_LC}' >> libgcc/Makefile.in '' "} {"_id":"doc-en-nixpkgs-472dde3931bad3cee1aab0bd4c2c9c6a4135b2da515dc9090869508f3cacc168","title":"","text":"!langJit && !stdenv.hostPlatform.isDarwin && enableShared ; ; # For some reason libgcc_s.so has major-version \"2\" on m68k but # \"1\" everywhere else. Might be worth changing this to \"*\". libgcc_s-version-major = if targetPlatform.isM68k then \"2\" else \"1\"; # For some reason libgcc_s.so has major-version \"2\" on m68k but # \"1\" everywhere else. Might be worth changing this to \"*\". libgcc_s-version-major = if targetPlatform.isM68k then \"2\" else \"1\"; in (pkg: pkg.overrideAttrs (previousAttrs: lib.optionalAttrs ((!langC) || langJit || enableLibGccOutput) {"} {"_id":"doc-en-nixpkgs-6f72ef26f09daa0fc1dc1d7c4aa8d9b095d2d27dc6707c7d42040ff8118e7df5","title":"","text":"export inhibit_libc=true '' # Trick to build a gcc that is capable of emitting shared libraries *without* having the # targetPlatform libc available beforehand. Taken from: # https://web.archive.org/web/20170222224855/http://frank.harvard.edu/~coldwell/toolchain/ # https://web.archive.org/web/20170224235700/http://frank.harvard.edu/~coldwell/toolchain/t-linux.diff + lib.optionalString (targetPlatform != hostPlatform && withoutTargetLibc && enableShared) (let # crt{i,n}.o are the first and last (respectively) object file # linked when producing an executable. Traditionally these # files are delivered as part of the C library, but on GNU # systems they are in fact built by GCC. Since libgcc needs to # build before glibc, we can't wait for them to be copied by # glibc. At this early pre-glibc stage these files sometimes # have different names. crtstuff-ofiles = if targetPlatform.isPower then \"ecrti.o ecrtn.o ncrti.o ncrtn.o\" else \"crti.o crtn.o\"; # Normally, `SHLIB_LC` is set to `-lc`, which means that # `libgcc_s.so` cannot be built until `libc.so` is available. # The assignment below clobbers this variable, removing the # `-lc`. # # On PowerPC we add `-mnewlib`, which means \"libc has not been # built yet\". This causes libgcc's Makefile to use the # gcc-built `{e,n}crt{n,i}.o` instead of failing to find the # versions which have been repackaged in libc as `crt{n,i}.o` # SHLIB_LC = lib.optionalString targetPlatform.isPower \"-mnewlib\"; in '' echo 'libgcc.a: ${crtstuff-ofiles}' >> libgcc/Makefile.in echo 'SHLIB_LC=${SHLIB_LC}' >> libgcc/Makefile.in '') (import ./libgcc-buildstuff.nix { inherit lib stdenv; }) "} {"_id":"doc-en-nixpkgs-4b70a68a20adb37a23e04db832477f8b84914a0fe721d3f995092b0d5fdb994c","title":"","text":" { lib, stdenvNoLibs, buildPackages , gcc, glibc , libiberty }: let gccConfigureFlags = gcc.cc.configureFlags ++ [ \"--disable-fixincludes\" \"--disable-intl\" \"--enable-threads=posix\" \"--with-glibc-version=${glibc.version}\" # these are required in order to prevent inhibit_libc=true, # which will cripple libgcc's unwinder; see: # https://github.com/NixOS/nixpkgs/issues/213453#issuecomment-1616346163 \"--with-headers=${lib.getDev glibc}/include\" \"--with-native-system-header-dir=${lib.getDev glibc}${glibc.incdir or \"/include\"}\" \"--with-build-sysroot=/\" ]; in stdenvNoLibs.mkDerivation (finalAttrs: { pname = \"libgcc\"; inherit (gcc.cc) src version; outputs = [ \"out\" \"dev\" ]; strictDeps = true; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ libiberty ]; buildInputs = [ glibc ]; postUnpack = '' mkdir -p ./build buildRoot=$(readlink -e \"./build\") ''; postPatch = gcc.cc.passthru.forceLibgccToBuildCrtStuff + '' sourceRoot=$(readlink -e \"./libgcc\") ''; hardeningDisable = [ \"pie\" ]; preConfigure = '' # Drop in libiberty, as external builds are not expected cd \"$buildRoot\" ( mkdir -p build-${stdenvNoLibs.buildPlatform.config}/libiberty/ cd build-${stdenvNoLibs.buildPlatform.config}/libiberty/ ln -s ${buildPackages.libiberty}/lib/libiberty.a ./ ) mkdir -p \"$buildRoot/gcc\" cd \"$buildRoot/gcc\" ( # We \"shift\" the tools over to fake platforms perspective from the previous stage. export AS_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$AS_FOR_BUILD export CC_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CC_FOR_BUILD export CPP_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CPP_FOR_BUILD export CXX_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CXX_FOR_BUILD export LD_FOR_BUILD=${buildPackages.stdenv.cc.bintools}/bin/$LD_FOR_BUILD export AS=$AS_FOR_BUILD export CC=$CC_FOR_BUILD export CPP=$CPP_FOR_BUILD export CXX=$CXX_FOR_BUILD export LD=$LD_FOR_BUILD export AS_FOR_TARGET=${stdenvNoLibs.cc}/bin/$AS export CC_FOR_TARGET=${stdenvNoLibs.cc}/bin/$CC export CPP_FOR_TARGET=${stdenvNoLibs.cc}/bin/$CPP export LD_FOR_TARGET=${stdenvNoLibs.cc.bintools}/bin/$LD # We define GENERATOR_FILE so nothing bothers looking for GNU GMP. export NIX_CFLAGS_COMPILE_FOR_BUILD+=' -DGENERATOR_FILE=1' \"$sourceRoot/../gcc/configure\" ${lib.concatStringsSep \" \" gccConfigureFlags} # We remove the `libgcc.mvar` deps so that the bootstrap xgcc isn't built. sed -e 's,libgcc.mvars:.*$,libgcc.mvars:,' -i Makefile make config.h libgcc.mvars tconfig.h tm.h options.h insn-constants.h insn-modes.h ) mkdir -p \"$buildRoot/gcc/include\" # Preparing to configure + build libgcc itself mkdir -p \"$buildRoot/gcc/${stdenvNoLibs.hostPlatform.config}/libgcc\" cd \"$buildRoot/gcc/${stdenvNoLibs.hostPlatform.config}/libgcc\" configureScript=$sourceRoot/configure chmod +x \"$configureScript\" export AS_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$AS_FOR_BUILD export CC_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CC_FOR_BUILD export CPP_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CPP_FOR_BUILD export CXX_FOR_BUILD=${buildPackages.stdenv.cc}/bin/$CXX_FOR_BUILD export LD_FOR_BUILD=${buildPackages.stdenv.cc.bintools}/bin/$LD_FOR_BUILD export AS=${stdenvNoLibs.cc}/bin/$AS export CC=${stdenvNoLibs.cc}/bin/$CC export CPP=${stdenvNoLibs.cc}/bin/$CPP export CXX=${stdenvNoLibs.cc}/bin/$CXX export LD=${stdenvNoLibs.cc.bintools}/bin/$LD export AS_FOR_TARGET=${stdenvNoLibs.cc}/bin/$AS_FOR_TARGET export CC_FOR_TARGET=${stdenvNoLibs.cc}/bin/$CC_FOR_TARGET export CPP_FOR_TARGET=${stdenvNoLibs.cc}/bin/$CPP_FOR_TARGET export LD_FOR_TARGET=${stdenvNoLibs.cc.bintools}/bin/$LD_FOR_TARGET ''; configurePlatforms = [ \"build\" \"host\" ]; configureFlags = [ \"cross_compiling=true\" \"--disable-gcov\" \"--with-glibc-version=${glibc.version}\" ]; makeFlags = [ \"MULTIBUILDTOP:=../\" ]; postInstall = '' moveToOutput \"lib/gcc/${stdenvNoLibs.hostPlatform.config}/${finalAttrs.version}/include\" \"$dev\" mkdir -p \"$out/lib\" \"$dev/include\" ln -s \"$out/lib/gcc/${stdenvNoLibs.hostPlatform.config}/${finalAttrs.version}\"/* \"$out/lib\" ln -s \"$dev/lib/gcc/${stdenvNoLibs.hostPlatform.config}/${finalAttrs.version}/include\"/* \"$dev/include/\" ''; }) "} {"_id":"doc-en-nixpkgs-81327618e918ef60a909cf098b0c74f6e490ba1d5246b210899c2549547a1a45","title":"","text":"liberation_ttf_v1_from_source = throw \"'liberation_ttf_v1_from_source' has been renamed to/replaced by 'liberation_ttf_v1'\"; # Converted to throw 2022-02-22 liberation_ttf_v2_from_source = throw \"'liberation_ttf_v2_from_source' has been renamed to/replaced by 'liberation_ttf_v2'\"; # Converted to throw 2022-02-22 liberationsansnarrow = throw \"'liberationsansnarrow' has been renamed to/replaced by 'liberation-sans-narrow'\"; # Converted to throw 2022-02-22 libgcc = throw \"libgcc was removed, use gcc.cc.libgcc if needed\"; # added 2023-05-13 libgksu = throw \"libgksu has been removed\"; # Added 2022-01-16 libgme = game-music-emu; # Added 2022-07-20 libgnome_keyring = throw \"'libgnome_keyring' has been renamed to/replaced by 'libgnome-keyring'\"; # Converted to throw 2022-02-22"} {"_id":"doc-en-nixpkgs-f37ce52d57cda0cb63b6fe575424e1839c0a9361c3b2f91deaf908b9052d4a9b","title":"","text":"librarian-puppet-go = callPackage ../development/tools/librarian-puppet-go { }; libgcc = stdenv.cc.cc.libgcc or null; # This is for e.g. LLVM libraries on linux. gccForLibs = if stdenv.targetPlatform == stdenv.hostPlatform && targetPackages.stdenv.cc.isGNU"} {"_id":"doc-en-nixpkgs-42f9a851436c9712d3cc0aae98dafae52a393293429b2162d58b97252e1b6fb6","title":"","text":"it is set, instead of the previous hardcoded default of `${networking.hostName}.${security.ipa.domain}`. - The `MSMTP_QUEUE` and `MSMTP_LOG` environment variables accepted by `msmtpq` have now been renamed to `MSMTPQ_Q` and `MSMTPQ_LOG` respectively. - The fcgiwrap module now allows multiple instances running as distinct users. The option `services.fgciwrap` now takes an attribute set of the configuration of each individual instance."} {"_id":"doc-en-nixpkgs-daaf99d08cb98b7389e72c303a4055789219c10c6bc3a7e9d24a69911fb12ee1","title":"","text":"let inherit (lib) getBin getExe optionals; version = \"1.8.22\"; version = \"1.8.25\"; src = fetchFromGitHub { owner = \"marlam\"; repo = \"msmtp-mirror\"; repo = \"msmtp\"; rev = \"msmtp-${version}\"; hash = \"sha256-Jt/uvGBrYYr6ua6LVPiP0nuRiIkxBJASdgHBNHivzxQ=\"; hash = \"sha256-UZKUpF/ZwYPM2rPDudL1O8e8LguKJh9sTcJRT3vgsf4=\"; }; meta = with lib; {"} {"_id":"doc-en-nixpkgs-61116075ad56a60f13b765f6319bf2802d278296e574a169f33d42d786bf292e","title":"","text":"pname = \"msmtp-scripts\"; inherit version src meta; patches = [ ./paths.patch ]; patches = [ ./msmtpq-remove-binary-check.patch ./msmtpq-systemd-logging.patch ]; postPatch = '' substituteInPlace scripts/msmtpq/msmtpq "} {"_id":"doc-en-nixpkgs-1f22145a488d5b1b1256261de69a19f6823f57aaa595286e4a04bfd798aa46ed","title":"","text":" diff --git a/scripts/msmtpq/msmtpq b/scripts/msmtpq/msmtpq index bcb384e..9622e47 100755 --- a/scripts/msmtpq/msmtpq +++ b/scripts/msmtpq/msmtpq @@ -60,8 +60,6 @@ err() { dsp '' \"$@\" '' ; exit 1 ; } ## export the location of the msmtp executable before running this script (no quotes !!) ## e.g. ( export MSMTP=/path/to/msmtp ) MSMTP=\"${MSMTP:-msmtp}\" -\"$MSMTP\" --version >/dev/null 2>&1 || - log_later -e 1 \"msmtpq : can't run the msmtp executable [ $MSMTP ]\" # if not found - complain ; quit ## ## set the queue var to the location of the msmtp queue directory ## if the queue dir doesn't yet exist, create it (0700) "} {"_id":"doc-en-nixpkgs-7e23f57be35a52e539d04997e8f50e48b97b219f932522c695a372466fdc8382","title":"","text":" diff --git a/scripts/msmtpq/msmtpq b/scripts/msmtpq/msmtpq index bcb384e..dbaf1b5 100755 --- a/scripts/msmtpq/msmtpq +++ b/scripts/msmtpq/msmtpq @@ -92,6 +92,8 @@ if [ ! -v MSMTPQ_LOG ] ; then fi fi [ -d \"$(dirname \"$MSMTPQ_LOG\")\" ] || mkdir -p \"$(dirname \"$MSMTPQ_LOG\")\" + +JOURNAL=@journal@ ## ====================================================================================== ## msmtpq can use the following environment variables : @@ -144,6 +146,7 @@ on_exit() { # unlock the queue on exit if the lock was ## display msg to user, as well ## log() { + local NAME=msmtpq local ARG RC PFX PFX=\"$('date' +'%Y %d %b %H:%M:%S')\" # time stamp prefix - \"2008 13 Mar 03:59:45 \" @@ -161,10 +164,19 @@ log() { done fi + if [ \"$JOURNAL\" = \"Y\" ]; then + for ARG; do + [ -n \"$ARG\" ] && + echo \"$ARG\" | systemd-cat -t \"$NAME\" -p info + done + fi + if [ -n \"$RC\" ] ; then # an error ; leave w/error return [ -n \"$LKD\" ] && lock_queue -u # unlock here (if locked) [ -n \"$MSMTPQ_LOG\" ] && echo \" exit code = $RC\" >> \"$MSMTPQ_LOG\" # logging ok ; send exit code to log + [ \"$JOURNAL\" = \"Y\" ] && + echo \"exit code= $RC\" | systemd-cat -t \"$NAME\" -p emerg exit \"$RC\" # exit w/return code fi } "} {"_id":"doc-en-nixpkgs-d09527f6ba04c2c115e05e7611abc6cb6f240ae8506b3558543249e023737ece","title":"","text":" diff --git a/scripts/msmtpq/msmtpq b/scripts/msmtpq/msmtpq index d8b4039..1f2a7b5 100755 --- a/scripts/msmtpq/msmtpq +++ b/scripts/msmtpq/msmtpq @@ -60,8 +60,8 @@ err() { dsp '' \"$@\" '' ; exit 1 ; } ## e.g. ( export MSMTP=/path/to/msmtp ) if [ \"$MSMTP\" = \"\" ] ; then # If MSMTP is unset or empty... MSMTP=msmtp -elif [ ! -x \"$MSMTP\" ] ; then - log -e 1 \"msmtpq : can't find the msmtp executable [ $MSMTP ]\" # if not found - complain ; quit +# elif [ ! -x \"$MSMTP\" ] ; then +# log -e 1 \"msmtpq : can't find the msmtp executable [ $MSMTP ]\" # if not found - complain ; quit fi ## ## set the queue var to the location of the msmtp queue directory @@ -71,7 +71,7 @@ fi ## ( chmod 0700 msmtp.queue ) ## ## the queue dir - export this variable to reflect where you'd like it to be (no quotes !!) -Q=${Q:-~/.msmtp.queue} +Q=${MSMTP_QUEUE:-~/.msmtp.queue} [ -d \"$Q\" ] || mkdir -m 0700 -p \"$Q\" || err '' \"msmtpq : can't find or create msmtp queue directory [ $Q ]\" '' # if not present - complain ; quit ## @@ -85,8 +85,10 @@ Q=${Q:-~/.msmtp.queue} ## ## the queue log file - export this variable to change where logs are stored (but no quotes !!) ## Set it to \"\" (empty string) to disable logging. -[ -v LOG ] || LOG=~/log/msmtp.queue.log +LOG=${MSMTP_LOG:-~/log/msmtp.queue.log} [ -d \"$(dirname \"$LOG\")\" ] || mkdir -p \"$(dirname \"$LOG\")\" + +JOURNAL=@journal@ ## ====================================================================================== ## msmtpq can use the following environment variables : @@ -139,6 +141,7 @@ on_exit() { # unlock the queue on exit if the lock was ## display msg to user, as well ## log() { + local NAME=msmtpq local ARG RC PFX PFX=\"$('date' +'%Y %d %b %H:%M:%S')\" # time stamp prefix - \"2008 13 Mar 03:59:45 \" @@ -156,10 +159,19 @@ log() { done fi + if [ \"$JOURNAL\" = \"Y\" ]; then + for ARG; do + [ -n \"$ARG\" ] && + echo \"$ARG\" | systemd-cat -t \"$NAME\" -p info + done + fi + if [ -n \"$RC\" ] ; then # an error ; leave w/error return [ -n \"$LKD\" ] && lock_queue -u # unlock here (if locked) [ -n \"$LOG\" ] && echo \" exit code = $RC\" >> \"$LOG\" # logging ok ; send exit code to log + [ \"$JOURNAL\" = \"Y\" ] && + echo \"exit code= $RC\" | systemd-cat -t \"$NAME\" -p emerg exit \"$RC\" # exit w/return code fi } "} {"_id":"doc-en-nixpkgs-432817e84f98ceacdb2d279e09b7c0594335e06f227c2bd75527b7d783611f64","title":"","text":"\"--with-app-defaults=$(out)/lib/X11/app-defaults\" ] ++ lib.optional enableDecLocator \"--enable-dec-locator\"; # Work around broken \"plink.sh\". NIX_LDFLAGS = \"-lXmu -lXt -lICE -lX11 -lfontconfig\"; env = { # Work around broken \"plink.sh\". NIX_LDFLAGS = \"-lXmu -lXt -lICE -lX11 -lfontconfig\"; } // lib.optionalAttrs stdenv.hostPlatform.isMusl { # Various symbols missing without this define: TAB3, NLDLY, CRDLY, BSDLY, FFDLY, CBAUD NIX_CFLAGS_COMPILE = \"-D_GNU_SOURCE\"; }; # Hack to get xterm built with the feature of releasing a possible setgid of 'utmp', # decided by the sysadmin to allow the xterm reporting to /var/run/utmp"} {"_id":"doc-en-nixpkgs-ddb84340bd8709d9606d422ec75d654cf3a025b6533105710bc065e317e4d28a","title":"","text":"wantedBy = [ \"multi-user.target\" ]; serviceConfig = { ExecStart = \"${cfg.package.fhs}/bin/onlyoffice-wrapper DocService/docservice /run/onlyoffice/config\"; ExecStartPre = onlyoffice-prestart; ExecStartPre = [ onlyoffice-prestart ]; Group = \"onlyoffice\"; Restart = \"always\"; RuntimeDirectory = \"onlyoffice\";"} {"_id":"doc-en-nixpkgs-3e3df547cddc94b80e4067af96ea441857d6557b6d9b0429c119f03bd35d16aa","title":"","text":"- `services.lemmy.settings.federation` was removed in 0.17.0 and no longer has any effect. To enable federation, the hostname must be set in the configuration file and then federation must be enabled in the admin web UI. See the [release notes](https://github.com/LemmyNet/lemmy/blob/c32585b03429f0f76d1e4ff738786321a0a9df98/RELEASES.md#upgrade-instructions) for more details. - `spamassassin` no longer supports the `Hashcash` module. The module needs to be removed from the `loadplugin` list if it was copied over from the default `initPreConf` option. ## Other Notable Changes {#sec-release-23.11-notable-changes} - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration."} {"_id":"doc-en-nixpkgs-7ea9954e10a02e74e4dddb5fbefccbf37699d31fd0a961e2f28b255d367a0909","title":"","text":"loadplugin Mail::SpamAssassin::Plugin::Check #loadplugin Mail::SpamAssassin::Plugin::DCC loadplugin Mail::SpamAssassin::Plugin::DKIM loadplugin Mail::SpamAssassin::Plugin::DMARC loadplugin Mail::SpamAssassin::Plugin::DNSEval loadplugin Mail::SpamAssassin::Plugin::FreeMail loadplugin Mail::SpamAssassin::Plugin::Hashcash loadplugin Mail::SpamAssassin::Plugin::HeaderEval loadplugin Mail::SpamAssassin::Plugin::HTMLEval loadplugin Mail::SpamAssassin::Plugin::HTTPSMismatch"} {"_id":"doc-en-nixpkgs-31c754161c8f59c209087e0a109f12b79bf5af8d8b601ac1ba73120086deff0f","title":"","text":" { lib, fetchurl, perlPackages, makeWrapper, gnupg, re2c, gcc, gnumake }: { lib, fetchurl, perlPackages, makeBinaryWrapper, gnupg, re2c, gcc, gnumake, libxcrypt, openssl, coreutils, poppler_utils, tesseract, iana-etc }: perlPackages.buildPerlPackage rec { pname = \"SpamAssassin\"; version = \"3.4.6\"; version = \"4.0.0\"; src = fetchurl { url = \"mirror://apache/spamassassin/source/Mail-${pname}-${version}.tar.bz2\"; sha256 = \"044ng2aazqy8g0m17q0a4939ck1ca4x230q2q7q7jndvwkrpaj5w\"; hash = \"sha256-5aoXBQowvHK6qGr9xgSMrepNHsLsxh14dxegWbgxnog=\"; }; # ExtUtil::MakeMaker is bundled with Perl, but the bundled version # causes build errors for aarch64-darwin, so we override it with the # latest version. We can drop the dependency to go back to the # bundled version when the version that comes with Perl is ≥7.57_02. # # Check the version bundled with Perl like this: # perl -e 'use ExtUtils::MakeMaker qw($VERSION); print \"$VERSIONn\"' nativeBuildInputs = [ makeWrapper perlPackages.ExtUtilsMakeMaker ]; patches = [ ./satest-no-clean-path.patch ./sa_compile-use-perl5lib.patch ]; nativeBuildInputs = [ makeBinaryWrapper ]; buildInputs = (with perlPackages; [ HTMLParser NetCIDRLite NetDNS NetAddrIP DBFile HTTPDate MailDKIM LWP LWPProtocolHttps IOSocketSSL DBI EncodeDetect IPCountry NetIdent Razor2ClientAgent MailSPF NetDNSResolverProgrammable Socket6 ]); ArchiveZip EmailAddressXS NetLibIDN2 MaxMindDBReader GeoIP MailDMARC MaxMindDBReaderXS ]) ++ [ openssl ]; # Enabling 'taint' mode is desirable, but that flag disables support # for the PERL5LIB environment variable. Needs further investigation. makeFlags = [ \"PERL_BIN=${perlPackages.perl}/bin/perl\" \"PERL_TAINT=no\" ]; makeFlags = [ \"PERL_BIN=${perlPackages.perl}/bin/perl\" \"ENABLE_SSL=yes\" ]; makeMakerFlags = [ \"SYSCONFDIR=/etc LOCALSTATEDIR=/var/lib/spamassassin\" ]; doCheck = false; checkInputs = (with perlPackages; [ TextDiff # t/strip2.t ]) ++ [ coreutils # date, t/basic_meta.t poppler_utils # pdftotext, t/extracttext.t tesseract # tesseract, t/extracttext.t iana-etc # t/dnsbl_subtests.t (/etc/protocols used by Net::DNS::Nameserver) re2c gcc gnumake ]; preCheck = '' substituteInPlace t/spamc_x_e.t --replace \"/bin/echo\" \"${coreutils}/bin/echo\" export C_INCLUDE_PATH='${lib.makeSearchPathOutput \"include\" \"include\" [ libxcrypt ]}' export HARNESS_OPTIONS=\"j''${NIX_BUILD_CORES}\" export HOME=$NIX_BUILD_TOP/home mkdir -p $HOME mkdir t/log # pre-create to avoid race conditions ''; postInstall = '' mkdir -p $out/share/spamassassin mv \"rules/\"* $out/share/spamassassin/ for n in \"$out/bin/\"*; do wrapProgram \"$n\" --prefix PERL5LIB : \"$PERL5LIB\" --prefix PATH : ${lib.makeBinPath [ gnupg re2c gcc gnumake ]} # Skip if this isn't a perl script if ! head -n1 \"$n\" | grep -q bin/perl; then continue fi echo \"Wrapping $n for taint mode\" orig=\"$out/bin/.$(basename \"$n\")-wrapped\" mv \"$n\" \"$orig\" # We don't inherit argv0 so that $^X works properly in e.g. sa-compile makeWrapper \"${perlPackages.perl}/bin/perl\" \"$n\" --add-flags \"-T $perlFlags $orig\" --prefix PATH : ${lib.makeBinPath [ gnupg re2c gcc gnumake ]} --prefix C_INCLUDE_PATH : ${lib.makeSearchPathOutput \"include\" \"include\" [ libxcrypt ]} done '';"} {"_id":"doc-en-nixpkgs-46e512cc57b41df198fe72bb838bb861031449ffbb33ac332d5fa7b1ffd4d913","title":"","text":" diff -ru orig/t/sa_compile.t new/t/sa_compile.t --- orig/t/sa_compile.t\t2022-12-14 06:03:26.000000000 +0000 +++ new/t/sa_compile.t\t2023-06-25 12:30:39.735577152 +0000 @@ -40,7 +40,7 @@ # we now have an \"installed\" version we can run sa-compile with. Ensure # sarun() will use it appropriately -$scr = \"$instdir/$temp_binpath/spamassassin\"; +$scr = \"$perl_cmd -T $instdir/$temp_binpath/spamassassin\"; $scr_localrules_args = $scr_cf_args = \"\"; # use the default rules dir, from our \"install\" &set_rules(' @@ -86,8 +86,8 @@ # ------------------------------------------------------------------- rmtree( glob \"~/.spamassassin/sa-compile.cache\". { safe => 1 }); # reset test -system_or_die \"TMP=$instdir TMPDIR=$instdir $instdir/$temp_binpath/sa-compile --quiet -p $cwd/$workdir/user.cf --keep-tmps -D 2>$instdir/sa-compile.debug\"; # --debug -$scr = \"$instdir/$temp_binpath/spamassassin\"; +system_or_die \"TMP=$instdir TMPDIR=$instdir $perl_cmd -T $instdir/$temp_binpath/sa-compile --quiet -p $cwd/$workdir/user.cf --keep-tmps -D 2>$instdir/sa-compile.debug\"; # --debug +$scr = \"$perl_cmd -T $instdir/$temp_binpath/spamassassin\"; $scr_localrules_args = $scr_cf_args = \"\"; # use the default rules dir, from our \"install\" %patterns = ( "} {"_id":"doc-en-nixpkgs-6f742f9e15dfe155f97a752789a3f75f2e0b8dd34402c791661e436a4e4df1e6","title":"","text":" diff -ru orig/t/SATest.pm new/t/SATest.pm --- orig/t/SATest.pm\t2023-06-25 11:26:27.663204415 +0000 +++ new/t/SATest.pm\t2023-06-25 11:34:08.902174669 +0000 @@ -65,9 +65,12 @@ # Clean PATH so taint doesn't complain if (!$RUNNING_ON_WINDOWS) { - $ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin'; + # untaint PATH + $ENV{'PATH'} =~ /^(.+)$/; + $ENV{'PATH'} = $1; + # $ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin'; # Remove tainted envs, at least ENV used in FreeBSD - delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; + # delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; } else { # Windows might need non-system directories in PATH to run a Perl installation # The best we can do is clean out obviously bad stuff such as relative paths or .. "} {"_id":"doc-en-nixpkgs-1356b2e54be60d5e4e2b3aac8e36bf1bd44e489cef542f3a6c50720e2a1829b8","title":"","text":"}; }; MailDMARC = buildPerlPackage { pname = \"Mail-DMARC\"; version = \"1.20230215\"; src = fetchurl { url = \"mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-DMARC-1.20230215.tar.gz\"; hash = \"sha256-V9z1R1nLkkSOVukUE0D2E0QnTFjZ3WWqkKqczw5+uQM=\"; }; buildInputs = [ ExtUtilsMakeMaker FileShareDirInstall ]; doCheck = false; # uses actual DNS at runtime checkInputs = [ XMLSAX XMLValidatorSchema TestException TestFileShareDir TestMore TestOutput ]; propagatedBuildInputs = [ ConfigTiny DBDSQLite DBIxSimple EmailMIME EmailSender Encode FileShareDir GetoptLong IOCompress IO IOSocketSSL NetDNS NetIDNEncode NetIP NetSSLeay RegexpCommon Socket6 SysSyslog URI XMLLibXML ]; meta = { description = \"Perl implementation of DMARC\"; homepage = \"https://github.com/msimerson/mail-dmarc\"; license = with lib.licenses; [ artistic1 gpl1Plus ]; }; }; MailMaildir = buildPerlPackage { version = \"1.0.0\"; pname = \"Mail-Maildir\";"} {"_id":"doc-en-nixpkgs-de45174a3cd0cdcbe2cd29ab1ef5e2168c00ac2872e3e39fb27f9b118166f5e1","title":"","text":"}; }; NetLibIDN2 = buildPerlModule { pname = \"Net-LibIDN2\"; version = \"1.02\"; src = fetchurl { url = \"mirror://cpan/authors/id/T/TH/THOR/Net-LibIDN2-1.02.tar.gz\"; hash = \"sha256-0fMK/GrPplQbAMCafkx059jkuknjJ3wLvEGuNcE5DQc=\"; }; propagatedBuildInputs = [ pkgs.libidn2 ]; meta = { description = \"Perl bindings for GNU Libidn2\"; homepage = \"https://github.com/gnuthor/Net--LibIDN2\"; license = with lib.licenses; [ artistic1 gpl1Plus ]; }; }; NetNetmask = buildPerlPackage { pname = \"Net-Netmask\"; version = \"2.0001\";"} {"_id":"doc-en-nixpkgs-4c4c24055ee060d6870e2dbd33c28d25c3d0ab4ecfc739915b35778dcac77de8","title":"","text":"propagatedBuildInputs = [ six protobuf ] ++ lib.optionals (isPy27) [ enum34 futures ]; preBuild = lib.optionalString stdenv.isDarwin \"unset AR\"; preBuild = '' export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=\"$NIX_BUILD_CORES\" if [ -z \"$enableParallelBuilding\" ]; then GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=1 fi '' + lib.optionalString stdenv.isDarwin '' unset AR ''; GRPC_BUILD_WITH_BORING_SSL_ASM = \"\"; GRPC_PYTHON_BUILD_SYSTEM_OPENSSL = 1;"} {"_id":"doc-en-nixpkgs-d95aa8b02849aaa683dfe966436b04e640277c76db67e88cbd012e6a98ea35ad","title":"","text":"# does not contain any tests doCheck = false; enableParallelBuilding = true; pythonImportsCheck = [ \"grpc\" ]; meta = with lib; {"} {"_id":"doc-en-nixpkgs-05c5c740313eb37dbde60a6e4957b4c29e14fa1765b424a72a156361b670a51a","title":"","text":" { lib, stdenv, fetchFromGitHub, makeWrapper, perl, procps, file, gnused, bash, binutils }: { lib , stdenv , fetchFromGitHub , makeWrapper , perl , procps , bash # shell referenced dependencies , resholve , binutils-unwrapped , file , gnugrep , coreutils , gnused , gnutar , iconv , ncurses }: stdenv.mkDerivation rec { pname = \"lesspipe\";"} {"_id":"doc-en-nixpkgs-4d87c6095835eebdb77272a42409e06321491deeb8f9e2d6e3b1e9ff7a814eac","title":"","text":"installFlags = [ \"DESTDIR=$(out)\" ]; postInstall = '' for f in lesspipe.sh lesscomplete; do wrapProgram \"$out/bin/$f\" --prefix-each PATH : \"${lib.makeBinPath [ binutils file gnused procps ]}\" done # resholve doesn't see strings in an array definition substituteInPlace $out/bin/lesspipe.sh --replace 'nodash strings' \"nodash ${binutils-unwrapped}/bin/strings\" ${resholve.phraseSolution \"lesspipe.sh\" { scripts = [ \"bin/lesspipe.sh\" ]; interpreter = \"${bash}/bin/bash\"; inputs = [ coreutils file gnugrep gnused gnutar iconv procps ncurses ]; keep = [ \"$prog\" \"$c1\" \"$c2\" \"$c3\" \"$c4\" \"$c5\" \"$cmd\" \"$colorizer\" \"$HOME\" ]; fake = { # script guards usage behind has_cmd test function, it's safe to leave these external and optional external = [ \"cpio\" \"isoinfo\" \"cabextract\" \"bsdtar\" \"rpm2cpio\" \"bsdtar\" \"unzip\" \"ar\" \"unrar\" \"rar\" \"7zr\" \"7za\" \"isoinfo\" \"gzip\" \"bzip2\" \"lzip\" \"lzma\" \"xz\" \"brotli\" \"compress\" \"zstd\" \"lz4\" \"archive_color\" \"bat\" \"batcat\" \"pygmentize\" \"source-highlight\" \"vimcolor\" \"code2color\" \"w3m\" \"lynx\" \"elinks\" \"html2text\" \"dtc\" \"pdftotext\" \"pdftohtml\" \"pdfinfo\" \"ps2ascii\" \"procyon\" \"ccze\" \"mdcat\" \"pandoc\" \"docx2txt\" \"libreoffice\" \"pptx2md\" \"mdcat\" \"xlscat\" \"odt2txt\" \"wvText\" \"antiword\" \"catdoc\" \"broken_catppt\" \"sxw2txt\" \"groff\" \"mandoc\" \"unrtf\" \"dvi2tty\" \"pod2text\" \"perldoc\" \"h5dump\" \"ncdump\" \"matdump\" \"djvutxt\" \"openssl\" \"gpg\" \"plistutil\" \"plutil\" \"id3v2\" \"csvlook\" \"jq\" \"zlib-flate\" \"lessfilter\" ] ++ lib.optional stdenv.isDarwin [ # resholve only identifies this on darwin # call site is gaurded by || so it's safe to leave dynamic \"locale\" ]; builtin = [ \"setopt\" ]; }; execer = [ \"cannot:${iconv}/bin/iconv\" ]; }} ${resholve.phraseSolution \"lesscomplete\" { scripts = [ \"bin/lesscomplete\" ]; interpreter = \"${bash}/bin/bash\"; inputs = [ coreutils file gnugrep gnused gnutar ]; keep = [ \"$prog\" \"$c1\" \"$c2\" \"$c3\" \"$c4\" \"$c5\" \"$cmd\" ]; fake = { # script guards usage behind has_cmd test function, it's safe to leave these external and optional external = [ \"cpio\" \"isoinfo\" \"cabextract\" \"bsdtar\" \"rpm2cpio\" \"bsdtar\" \"unzip\" \"ar\" \"unrar\" \"rar\" \"7zr\" \"7za\" \"isoinfo\" \"gzip\" \"bzip2\" \"lzip\" \"lzma\" \"xz\" \"brotli\" \"compress\" \"zstd\" \"lz4\" ]; builtin = [ \"setopt\" ]; }; }} ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-a5ded29d45f936c6ebb2b29f78cfaf4c5729c0392aed14c84e705677b75bab0c","title":"","text":" { lib, stdenv, fetchFromGitHub, makeWrapper, perl, procps, file, gnused, bash }: { lib, stdenv, fetchFromGitHub, makeWrapper, perl, procps, file, gnused, bash, binutils }: stdenv.mkDerivation rec { pname = \"lesspipe\";"} {"_id":"doc-en-nixpkgs-80b331c56f3cbd61c4c2a0323e101f2089c7ba4859ff9fe6e5bf49a8a490595b","title":"","text":"postInstall = '' for f in lesspipe.sh lesscomplete; do wrapProgram \"$out/bin/$f\" --prefix-each PATH : \"${lib.makeBinPath [ file gnused procps ]}\" wrapProgram \"$out/bin/$f\" --prefix-each PATH : \"${lib.makeBinPath [ binutils file gnused procps ]}\" done '';"} {"_id":"doc-en-nixpkgs-55166d98dc9455d42551e25fb97d3455d02d0b3314f26447d5e1cc1785bd78d5","title":"","text":"}; in { libressl_3_4 = generic { version = \"3.4.3\"; hash = \"sha256-/4i//jVIGLPM9UXjyv5FTFAxx6dyFwdPUzJx1jw38I0=\"; knownVulnerabilities = [ \"Support ended 2022-10-14.\" ]; patches = [ (fetchpatch { # https://marc.info/?l=libressl&m=167582148932407&w=2 name = \"backport-type-confusion-fix.patch\"; url = \"https://raw.githubusercontent.com/libressl/portable/30dc760ed1d7c70766b135500950d8ca9d17b13a/patches/x509_genn.c.diff\"; sha256 = \"sha256-N9jsOueqposDWZwaR+n/v/cHgNiZbZ644d8/wKjN2/M=\"; stripLen = 2; extraPrefix = \"crypto/\"; }) ]; }; libressl_3_6 = generic { version = \"3.6.2\"; hash = \"sha256-S+gP/wc3Rs9QtKjlur4nlayumMaxMqngJRm0Rd+/0DM=\";"} {"_id":"doc-en-nixpkgs-4662c4401188ffd1e0999d6a093df9bf507181790b73c0c5807cc48a63e53d76","title":"","text":"}; inherit (callPackages ../development/libraries/libressl { }) libressl_3_4 libressl_3_6 libressl_3_7;"} {"_id":"doc-en-nixpkgs-0014e43876505eaee3c3995606e7e1407803a1c3d4cecbdcfbcf1b7ae6385a36","title":"","text":"LockPersonality = true; RestrictSUIDSGID = true; ReadWritePaths = [ cfg.stateDir ]; Restart = \"on-failure\"; RestartSec = \"5s\"; };"} {"_id":"doc-en-nixpkgs-7398d6c61ec25b2efd23474ecf39234c06c88d7fdb7e1d95fad547d84ed89f11","title":"","text":"rm 7z 7z.so ln -s ${p7zip}/bin/7z 7z ln -s ${p7zip}/lib/p7zip/7z.so 7z.so ln -s ${lib.getLib p7zip}/lib/p7zip/7z.so 7z.so popd '';"} {"_id":"doc-en-nixpkgs-c5a49b41e3a0e383f03de026956bab1b0989457d1d0c4e988e6fa0ff922dd18e","title":"","text":" { stdenv, fetchFromGitHub, fetchpatch, lib, enableUnfree ? false }: { lib, stdenv, fetchFromGitHub, enableUnfree ? false }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"p7zip\"; version = \"17.04\"; version = \"17.05\"; src = fetchFromGitHub { owner = \"jinfeihan57\"; repo = pname; rev = \"v${version}\"; owner = \"p7zip-project\"; repo = \"p7zip\"; rev = \"v${finalAttrs.version}\"; sha256 = { free = \"sha256-DrBuf2VPdcprHI6pMSmL7psm2ofOrUf0Oj0qwMjXzkk=\"; unfree = \"sha256-19F4hPV0nKVuFZNbOcXrcA1uW6Y3HQolaHVIYXGmh18=\"; free = \"sha256-5r7M9BVcAryZNTkqJ/BfHnSSWov1PwoZhUnLBwEbJoA=\"; unfree = \"sha256-z3qXgv/TkNRbb85Ew1OcJNxoyssfzHShc0b0/4NZOb0=\"; }.${if enableUnfree then \"unfree\" else \"free\"}; # remove the unRAR related code from the src drv # > the license requires that you agree to these use restrictions,"} {"_id":"doc-en-nixpkgs-e1481c474436bf8dc49e8804f34e88628366b83b206a6289816f1d2533d06c76","title":"","text":"--replace 'CXX=g++' 'CXX=${stdenv.cc.targetPrefix}g++' ''; makeFlags = [ \"DEST_HOME=${placeholder \"out\"}\" ]; preConfigure = '' buildFlags=all3 '' + lib.optionalString stdenv.isDarwin ''"} {"_id":"doc-en-nixpkgs-dfe001d15d4175922ad1269a16fbcfbb8e34822a2dd786820fdf307d862e0c6f","title":"","text":"''; enableParallelBuilding = true; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang \"-Wno-error=c++11-narrowing\"; setupHook = ./setup-hook.sh; makeFlags = [ \"DEST_BIN=${placeholder \"out\"}/bin\" \"DEST_SHARE=${placeholder \"lib\"}/lib/p7zip\" \"DEST_MAN=${placeholder \"man\"}/share/man\" \"DEST_SHARE_DOC=${placeholder \"doc\"}/share/doc/p7zip\" ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang \"-Wno-error=c++11-narrowing\"; outputs = [ \"out\" \"lib\" \"doc\" \"man\" ]; setupHook = ./setup-hook.sh; passthru.updateScript = ./update.sh; meta = with lib; { homepage = \"https://github.com/jinfeihan57/p7zip\"; homepage = \"https://github.com/p7zip-project/p7zip\"; description = \"A new p7zip fork with additional codecs and improvements (forked from https://sourceforge.net/projects/p7zip/)\"; license = with licenses; # p7zip code is largely lgpl2Plus"} {"_id":"doc-en-nixpkgs-b4e0ab2baf7b7e2e6ffd53ffa0d643b09f30314b6ff2edae530de97376c053f9","title":"","text":"platforms = platforms.unix; mainProgram = \"7z\"; }; } }) "} {"_id":"doc-en-nixpkgs-ff4943b8bc979b3609a65841121605f487533847a97a998ab67b5e1eea3efed4","title":"","text":"OLD_VERSION=\"$(sed -nE 's/s*version = \"(.*)\".*/1/p' ./default.nix)\" NEW_VERSION=\"$(curl https://api.github.com/repos/jinfeihan57/p7zip/releases/latest | jq .tag_name -r | tr -d 'v')\" NEW_VERSION=\"$(curl https://api.github.com/repos/p7zip-project/p7zip/releases/latest | jq .tag_name -r | tr -d 'v')\" echo \"comparing versions $OLD_VERSION => $NEW_VERSION\" if [[ \"$OLD_VERSION\" == \"$NEW_VERSION\" ]]; then"} {"_id":"doc-en-nixpkgs-0d58eaa5ec67d547caae96bf098ff4b0f515f6b192b40644e81e64dbf5c4aac1","title":"","text":"- [Localsend](https://localsend.org/), an open source cross-platform alternative to AirDrop. Available as [programs.localsend](#opt-programs.localsend.enable). - [cryptpad](https://cryptpad.org/), a privacy-oriented collaborative platform (docs/drive/etc), has been added back. Available as [services.cryptpad](#opt-services.cryptpad.enable). - [realm](https://github.com/zhboner/realm), a simple, high performance relay server written in rust. Available as [services.realm.enable](#opt-services.realm.enable). - [Playerctld](https://github.com/altdesktop/playerctl), a daemon to track media player activity. Available as [services.playerctld](option.html#opt-services.playerctld)."} {"_id":"doc-en-nixpkgs-f7baabfb7ec4dfa4db49b1d22b81e7ff01f7c308cf9d56336623ac6f1944f75c","title":"","text":"./services/web-apps/convos.nix ./services/web-apps/crabfit.nix ./services/web-apps/davis.nix ./services/web-apps/cryptpad.nix ./services/web-apps/dex.nix ./services/web-apps/discourse.nix ./services/web-apps/documize.nix"} {"_id":"doc-en-nixpkgs-a97d275a37323eeb6d7f65ea5e9cc00f400d335fcc858873cf1271535d41670d","title":"","text":"(mkRemovedOptionModule [ \"services\" \"virtuoso\" ] \"The corresponding package was removed from nixpkgs.\") (mkRemovedOptionModule [ \"services\" \"openfire\" ] \"The corresponding package was removed from nixpkgs.\") (mkRemovedOptionModule [ \"services\" \"riak\" ] \"The corresponding package was removed from nixpkgs.\") (mkRemovedOptionModule [ \"services\" \"cryptpad\" ] \"The corresponding package was removed from nixpkgs.\") (mkRemovedOptionModule [ \"services\" \"rtsp-simple-server\" ] \"Package has been completely rebranded by upstream as mediamtx, and thus the service and the package were renamed in NixOS as well.\") (mkRemovedOptionModule [ \"services\" \"prayer\" ] \"The corresponding package was removed from nixpkgs.\") (mkRemovedOptionModule [ \"services\" \"restya-board\" ] \"The corresponding package was removed from nixpkgs.\")"} {"_id":"doc-en-nixpkgs-225bf72fe189411fe814884ab88da74ad7e4574b9156ab20e711aaef7ac675bd","title":"","text":" { config, lib, pkgs, ... }: let cfg = config.services.cryptpad; inherit (lib) mkIf mkMerge mkOption strings types ; # The Cryptpad configuration file isn't JSON, but a JavaScript source file that assigns a JSON value # to a variable. cryptpadConfigFile = builtins.toFile \"cryptpad_config.js\" '' module.exports = ${builtins.toJSON cfg.settings} ''; # Derive domain names for Nginx configuration from Cryptpad configuration mainDomain = strings.removePrefix \"https://\" cfg.settings.httpUnsafeOrigin; sandboxDomain = if cfg.settings.httpSafeOrigin == null then mainDomain else strings.removePrefix \"https://\" cfg.settings.httpSafeOrigin; in { options.services.cryptpad = { enable = lib.mkEnableOption \"cryptpad\"; package = lib.mkPackageOption pkgs \"cryptpad\" { }; configureNginx = mkOption { description = '' Configure Nginx as a reverse proxy for Cryptpad. Note that this makes some assumptions on your setup, and sets settings that will affect other virtualHosts running on your Nginx instance, if any. Alternatively you can configure a reverse-proxy of your choice. ''; type = types.bool; default = false; }; settings = mkOption { description = '' Cryptpad configuration settings. See https://github.com/cryptpad/cryptpad/blob/main/config/config.example.js for a more extensive reference documentation. Test your deployed instance through `https:///checkup/`. ''; type = types.submodule { freeformType = (pkgs.formats.json { }).type; options = { httpUnsafeOrigin = mkOption { type = types.str; example = \"https://cryptpad.example.com\"; default = \"\"; description = \"This is the URL that users will enter to load your instance\"; }; httpSafeOrigin = mkOption { type = types.nullOr types.str; example = \"https://cryptpad-ui.example.com. Apparently optional but recommended.\"; description = \"Cryptpad sandbox URL\"; }; httpAddress = mkOption { type = types.str; default = \"127.0.0.1\"; description = \"Address on which the Node.js server should listen\"; }; httpPort = mkOption { type = types.int; default = 3000; description = \"Port on which the Node.js server should listen\"; }; websocketPort = mkOption { type = types.int; default = 3003; description = \"Port for the websocket that needs to be separate\"; }; maxWorkers = mkOption { type = types.nullOr types.int; default = null; description = \"Number of child processes, defaults to number of cores available\"; }; adminKeys = mkOption { type = types.listOf types.str; default = [ ]; description = \"List of public signing keys of users that can access the admin panel\"; example = [ \"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]\" ]; }; logToStdout = mkOption { type = types.bool; default = true; description = \"Controls whether log output should go to stdout of the systemd service\"; }; logLevel = mkOption { type = types.str; default = \"info\"; description = \"Controls log level\"; }; blockDailyCheck = mkOption { type = types.bool; default = true; description = '' Disable telemetry. This setting is only effective if the 'Disable server telemetry' setting in the admin menu has been untouched, and will be ignored by cryptpad once that option is set either way. Note that due to the service confinement, just enabling the option in the admin menu will not be able to resolve DNS and fail; this setting must be set as well. ''; }; installMethod = mkOption { type = types.str; default = \"nixos\"; description = '' Install method is listed in telemetry if you agree to it through the consentToContact setting in the admin panel. ''; }; }; }; }; }; config = mkIf cfg.enable (mkMerge [ { systemd.services.cryptpad = { description = \"Cryptpad service\"; wantedBy = [ \"multi-user.target\" ]; after = [ \"networking.target\" ]; serviceConfig = { BindReadOnlyPaths = [ cryptpadConfigFile # apparently needs proc for workers management \"/proc\" \"/dev/urandom\" ]; DynamicUser = true; Environment = [ \"CRYPTPAD_CONFIG=${cryptpadConfigFile}\" \"HOME=%S/cryptpad\" ]; ExecStart = lib.getExe cfg.package; Restart = \"always\"; StateDirectory = \"cryptpad\"; WorkingDirectory = \"%S/cryptpad\"; # security way too many numerous options, from the systemd-analyze security output # at end of test: block everything except # - SystemCallFiters=@resources is required for node # - MemoryDenyWriteExecute for node JIT # - RestrictAddressFamilies=~AF_(INET|INET6) / PrivateNetwork to bind to sockets # - IPAddressDeny likewise allow localhost if binding to localhost or any otherwise # - PrivateUsers somehow service doesn't start with that # - DeviceAllow (char-rtc r added by ProtectClock) AmbientCapabilities = \"\"; CapabilityBoundingSet = \"\"; DeviceAllow = \"\"; LockPersonality = true; NoNewPrivileges = true; PrivateDevices = true; PrivateTmp = true; ProcSubset = \"pid\"; ProtectClock = true; ProtectControlGroups = true; ProtectHome = true; ProtectHostname = true; ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectProc = \"invisible\"; ProtectSystem = \"strict\"; RemoveIPC = true; RestrictAddressFamilies = [ \"AF_INET\" \"AF_INET6\" ]; RestrictNamespaces = true; RestrictRealtime = true; RestrictSUIDSGID = true; RuntimeDirectoryMode = \"700\"; SocketBindAllow = [ \"tcp:${builtins.toString cfg.settings.httpPort}\" \"tcp:${builtins.toString cfg.settings.websocketPort}\" ]; SocketBindDeny = [ \"any\" ]; StateDirectoryMode = \"0700\"; SystemCallArchitectures = \"native\"; SystemCallFilter = [ \"@pkey\" \"@system-service\" \"~@chown\" \"~@keyring\" \"~@memlock\" \"~@privileged\" \"~@resources\" \"~@setuid\" \"~@timer\" ]; UMask = \"0077\"; }; confinement = { enable = true; binSh = null; mode = \"chroot-only\"; }; }; } # block external network access if not phoning home and # binding to localhost (default) (mkIf ( cfg.settings.blockDailyCheck && (builtins.elem cfg.settings.httpAddress [ \"127.0.0.1\" \"::1\" ]) ) { systemd.services.cryptpad = { serviceConfig = { IPAddressAllow = [ \"localhost\" ]; IPAddressDeny = [ \"any\" ]; }; }; } ) # .. conversely allow DNS & TLS if telemetry is explicitly enabled (mkIf (!cfg.settings.blockDailyCheck) { systemd.services.cryptpad = { serviceConfig = { BindReadOnlyPaths = [ \"-/etc/resolv.conf\" \"-/run/systemd\" \"/etc/hosts\" \"/etc/ssl/certs/ca-certificates.crt\" ]; }; }; }) (mkIf cfg.configureNginx { assertions = [ { assertion = cfg.settings.httpUnsafeOrigin != \"\"; message = \"services.cryptpad.settings.httpUnsafeOrigin is required\"; } { assertion = strings.hasPrefix \"https://\" cfg.settings.httpUnsafeOrigin; message = \"services.cryptpad.settings.httpUnsafeOrigin must start with https://\"; } { assertion = cfg.settings.httpSafeOrigin == null || strings.hasPrefix \"https://\" cfg.settings.httpSafeOrigin; message = \"services.cryptpad.settings.httpSafeOrigin must start with https:// (or be unset)\"; } ]; services.nginx = { enable = true; recommendedTlsSettings = true; recommendedProxySettings = true; recommendedOptimisation = true; recommendedGzipSettings = true; virtualHosts = mkMerge [ { \"${mainDomain}\" = { serverAliases = lib.optionals (cfg.settings.httpSafeOrigin != null) [ sandboxDomain ]; enableACME = lib.mkDefault true; forceSSL = true; locations.\"/\" = { proxyPass = \"http://${cfg.settings.httpAddress}:${builtins.toString cfg.settings.httpPort}\"; extraConfig = '' client_max_body_size 150m; ''; }; locations.\"/cryptpad_websocket\" = { proxyPass = \"http://${cfg.settings.httpAddress}:${builtins.toString cfg.settings.websocketPort}\"; proxyWebsockets = true; }; }; } ]; }; }) ]); } "} {"_id":"doc-en-nixpkgs-1ea3dd98d65e9298762bd1efe345e12dd9043607d5ee2e67675d09dc44ff6cc7","title":"","text":"couchdb = handleTest ./couchdb.nix {}; crabfit = handleTest ./crabfit.nix {}; cri-o = handleTestOn [\"aarch64-linux\" \"x86_64-linux\"] ./cri-o.nix {}; cryptpad = runTest ./cryptpad.nix; cups-pdf = handleTest ./cups-pdf.nix {}; curl-impersonate = handleTest ./curl-impersonate.nix {}; custom-ca = handleTest ./custom-ca.nix {};"} {"_id":"doc-en-nixpkgs-a31d3ec34ddc54e2df1faed57b5af7eb49cd52c9617d9f55f0b162f201e5b2df","title":"","text":" { pkgs, ... }: let certs = pkgs.runCommand \"cryptpadSelfSignedCerts\" { buildInputs = [ pkgs.openssl ]; } '' mkdir -p $out cd $out openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -nodes -days 3650 -subj '/CN=cryptpad.localhost' -addext 'subjectAltName = DNS.1:cryptpad.localhost, DNS.2:cryptpad-sandbox.localhost' ''; # data sniffed from cryptpad's /checkup network trace, seems to be re-usable test_write_data = pkgs.writeText \"cryptpadTestData\" '' {\"command\":\"WRITE_BLOCK\",\"content\":{\"publicKey\":\"O2onvM62pC1io6jQKm8Nc2UyFXcd4kOmOsBIoYtZ2ik=\",\"signature\":\"aXcM9SMO59lwA7q7HbYB+AnzymmxSyy/KhkG/cXIBVzl8v+kkPWXmFuWhcuKfRF8yt3Zc3ktIsHoFyuyDSAwAA==\",\"ciphertext\":\"AFwCIfBHKdFzDKjMg4cu66qlJLpP+6Yxogbl3o9neiQou5P8h8yJB8qgnQ==\"},\"publicKey\":\"O2onvM62pC1io6jQKm8Nc2UyFXcd4kOmOsBIoYtZ2ik=\",\"nonce\":\"bitSbJMNSzOsg98nEzN80a231PCkBQeH\"} ''; in { name = \"cryptpad\"; meta = with pkgs.lib.maintainers; { maintainers = [ martinetd ]; }; nodes.machine = { services.cryptpad = { enable = true; configureNginx = true; settings = { httpUnsafeOrigin = \"https://cryptpad.localhost\"; httpSafeOrigin = \"https://cryptpad-sandbox.localhost\"; }; }; services.nginx = { virtualHosts.\"cryptpad.localhost\" = { enableACME = false; sslCertificate = \"${certs}/cert.pem\"; sslCertificateKey = \"${certs}/key.pem\"; }; }; security = { pki.certificateFiles = [ \"${certs}/cert.pem\" ]; }; }; testScript = '' machine.wait_for_unit(\"cryptpad.service\") machine.wait_for_unit(\"nginx.service\") machine.wait_for_open_port(3000) # test home page machine.succeed(\"curl --fail https://cryptpad.localhost -o /tmp/cryptpad_home.html\") machine.succeed(\"grep -F 'CryptPad: Collaboration suite' /tmp/cryptpad_home.html\") # test scripts/build.js actually generated customize content from config machine.succeed(\"grep -F 'meta property=\"og:url\" content=\"https://cryptpad.localhost/index.html' /tmp/cryptpad_home.html\") # make sure child pages are accessible (e.g. check nginx try_files paths) machine.succeed( \"grep -oE '/(customize|components)[^\"]*' /tmp/cryptpad_home.html\" \" | while read -r page; do\" \" curl -O --fail https://cryptpad.localhost$page || exit;\" \" done\") # test some API (e.g. check cryptpad main process) machine.succeed(\"curl --fail -d @${test_write_data} -H 'Content-Type: application/json' https://cryptpad.localhost/api/auth\") # test telemetry has been disabled machine.fail(\"journalctl -u cryptpad | grep TELEMETRY\"); # for future improvements machine.log(machine.execute(\"systemd-analyze security cryptpad.service\")[1]) ''; } "} {"_id":"doc-en-nixpkgs-6e7d4b3875a59f9ea66819ce5b219e8e16f17411780488dd6bbe0606a8646ddb","title":"","text":" From 4bf0be64fe51a9c9fd9e410ada15251378b743bf Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Sat, 26 Aug 2023 09:28:59 +0900 Subject: [PATCH] env.js: fix httpSafePort handling It has been clarified that this is only a dev option that should not be used in production, but setting the value in config was still ignored, so fix the init code to consider the config value and make it clear that this port is not bound if safeOrigin is set. --- config/config.example.js | 3 ++- lib/env.js | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/config.example.js b/config/config.example.js index 7c8184c6c2f6..77263643c354 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -89,8 +89,9 @@ module.exports = { /* httpSafePort purpose is to emulate another origin for the sandbox when * you don't have two domains at hand (i.e. when httpSafeOrigin not defined). - * It is meant to be used only in case where you are working on a local + * It is meant to be used only in case where you are working on a local * development instance. The default value is your httpPort + 1. + * Setting this to 0 or setting httpSafeOrigin disables this listener. * */ //httpSafePort: 3001, diff --git a/lib/env.js b/lib/env.js index d3748750f21e..f0660cba3e11 100644 --- a/lib/env.js +++ b/lib/env.js @@ -74,8 +74,9 @@ module.exports.create = function (config) { if (typeof(config.httpSafeOrigin) !== 'string') { NO_SANDBOX = true; - if (typeof(config.httpSafePort) !== 'number') { httpSafePort = httpPort + 1; } httpSafeOrigin = deriveSandboxOrigin(httpUnsafeOrigin, httpSafePort); + // only set if httpSafeOrigin isn't set. + httpSafePort = isValidPort(config.httpSafePort) ? config.httpSafePort : (httpPort + 1); } else { httpSafeOrigin = canonicalizeOrigin(config.httpSafeOrigin); } @@ -115,7 +116,7 @@ module.exports.create = function (config) { permittedEmbedders: typeof(permittedEmbedders) === 'string' && permittedEmbedders? permittedEmbedders: httpSafeOrigin, removeDonateButton: config.removeDonateButton, - httpPort: isValidPort(config.httpPort)? config.httpPort: 3000, + httpPort: httpPort, httpAddress: typeof(config.httpAddress) === 'string'? config.httpAddress: 'localhost', websocketPath: config.externalWebsocketURL, logIP: config.logIP, -- 2.45.2 "} {"_id":"doc-en-nixpkgs-ff0b471cd5d63d3f0cbd81e7f848ace519fe1f102136dda44623946d3945ed76","title":"","text":" { buildNpmPackage, fetchFromGitHub, lib, makeBinaryWrapper, nixosTests, nodejs, rdfind, }: let version = \"2024.6.0\"; # nix version of install-onlyoffice.sh # a later version could rebuild from sdkjs/web-apps as per # https://github.com/cryptpad/onlyoffice-builds/blob/main/build.sh onlyoffice_build = rev: hash: fetchFromGitHub { inherit rev hash; owner = \"cryptpad\"; repo = \"onlyoffice-builds\"; }; onlyoffice_install = oo: '' oo_dir=\"$out_cryptpad/www/common/onlyoffice/dist/${oo.subdir}\" cp -a \"${onlyoffice_build oo.rev oo.hash}/.\" \"$oo_dir\" chmod -R +w \"$oo_dir\" echo \"${oo.rev}\" > \"$oo_dir/.commit\" ''; onlyoffice_versions = [ { subdir = \"v1\"; rev = \"4f370beb\"; hash = \"sha256-TE/99qOx4wT2s0op9wi+SHwqTPYq/H+a9Uus9Zj4iSY=\"; } { subdir = \"v2b\"; rev = \"d9da72fd\"; hash = \"sha256-SiRDRc2vnLwCVnvtk+C8PKw7IeuSzHBaJmZHogRe3hQ=\"; } { subdir = \"v4\"; rev = \"6ebc6938\"; hash = \"sha256-eto1+8Tk/s3kbUCpbUh8qCS8EOq700FYG1/KiHyynaA=\"; } { subdir = \"v5\"; rev = \"88a356f0\"; hash = \"sha256-8j1rlAyHlKx6oAs2pIhjPKcGhJFj6ZzahOcgenyeOCc=\"; } { subdir = \"v6\"; rev = \"abd8a309\"; hash = \"sha256-BZdExj2q/bqUD3k9uluOot2dlrWKA+vpad49EdgXKww=\"; } { subdir = \"v7\"; rev = \"9d8b914a\"; hash = \"sha256-M+rPJ/Xo2olhqB5ViynGRaesMLLfG/1ltUoLnepMPnM=\"; } ]; in buildNpmPackage { inherit version; pname = \"cryptpad\"; src = fetchFromGitHub { owner = \"cryptpad\"; repo = \"cryptpad\"; rev = version; hash = \"sha256-huIhhnjatkaVfm1zDeqi88EX/nAUBQ0onPNOwn7hrX4=\"; }; npmDepsHash = \"sha256-Oh1fBvP7OXC+VDiH3D+prHmi8pRrxld06n30sqw5apY=\"; nativeBuildInputs = [ makeBinaryWrapper rdfind ]; patches = [ # fix httpSafePort setting # https://github.com/cryptpad/cryptpad/pull/1571 ./0001-env.js-fix-httpSafePort-handling.patch ]; # cryptpad build tries to write in cache dir makeCacheWritable = true; # 'npm build run' (scripts/build.js) generates a customize directory, but: # - that is not installed by npm install # - it embeds values from config into the directory, so needs to be # run before starting the server (it's just a few quick replaces) # Skip it here. dontNpmBuild = true; postInstall = '' out_cryptpad=\"$out/lib/node_modules/cryptpad\" # 'npm run install:components' (scripts/copy-component.js) copies # required node modules to www/component in the build tree... # Move to install directory manually. npm run install:components mv www/components \"$out_cryptpad/www/\" # install OnlyOffice (install-onlyoffice.sh without network) mkdir -p \"$out_cryptpad/www/common/onlyoffice/dist\" ${lib.concatMapStringsSep \"n\" onlyoffice_install onlyoffice_versions} rdfind -makehardlinks true -makeresultsfile false \"$out_cryptpad/www/common/onlyoffice/dist\" # cryptpad assumes it runs in the source directory and also outputs # its state files there, which is not exactly great for us. # There are relative paths everywhere so just substituing source paths # is difficult and will likely break on a future update, instead we # make links to the required source directories before running. # The build.js step populates 'customize' from customize.dist and config; # one would normally want to re-run it after modifying config but since it # would overwrite user modifications only run it if there is no customize # directory. makeWrapper \"${lib.getExe nodejs}\" \"$out/bin/cryptpad\" --add-flags \"$out_cryptpad/server.js\" --run \"for d in customize.dist lib www; do ln -sf \"$out_cryptpad/$d\" .; done\" --run \"if ! [ -d customize ]; then \"${lib.getExe nodejs}\" \"$out_cryptpad/scripts/build.js\"; fi\" ''; passthru.tests.cryptpad = nixosTests.cryptpad; meta = { description = \"Collaborative office suite, end-to-end encrypted and open-source.\"; homepage = \"https://cryptpad.org/\"; license = lib.licenses.agpl3Plus; mainProgram = \"cryptpad\"; maintainers = with lib.maintainers; [ martinetd ]; }; } "} {"_id":"doc-en-nixpkgs-a0532266cfef14bc27c3f79effaad3c751e52f4044b8fb261a74a9ad2ffc6474","title":"","text":"let versions = [ { version = \"13.2.1\"; lang = \"en\"; language = \"English\"; sha256 = \"sha256-GA2k+jvE4mTJsIbMHce5c516h/glHLnXdthEfnNmk0w=\"; installer = \"Mathematica_13.2.1_LINUX.sh\"; } { version = \"13.2.1\"; lang = \"en\"; language = \"English\"; sha256 = \"sha256-ZvgG2W/gjQIo4hyXHsGta5FyTslrz/ltOe/ZK/U2Sx8=\"; installer = \"Mathematica_13.2.1_BNDL_LINUX.sh\"; } { version = \"13.2.0\"; lang = \"en\"; language = \"English\";"} {"_id":"doc-en-nixpkgs-82885ba6d8eb3bf3c3101f08688a7c9561df095277263542911213938775e5d5","title":"","text":"ldflags = [ \"-s\" \"-w\" \"-X main.Version=v${version}\" ]; # prevent `error: 'TARGET_OS_MAC' is not defined` env.CGO_CFLAGS = \"-Wno-undef-prefix\"; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.isDarwin [ IOKit ];"} {"_id":"doc-en-nixpkgs-654c61416336b86f4d1a02a448666550ac6018e05803937c05d394b4b1fac4ba","title":"","text":" { lib , fetchFromGitLab , python3Packages , wrapGAppsHook4 , gst_all_1 , gobject-introspection , yt-dlp , libadwaita , libsoup_3 , glib-networking }: python3Packages.buildPythonApplication rec { pname = \"monophony\"; version = \"2.3.1\"; format = \"other\"; sourceRoot = \"source/source\"; src = fetchFromGitLab { owner = \"zehkira\"; repo = \"monophony\"; rev = \"v${version}\"; hash = \"sha256-dpRTHsujaIwzgr+qY5LC9xtXz40g3akdpEiHuxiilZM=\"; }; pythonPath = with python3Packages; [ mpris-server pygobject3 ytmusicapi ]; nativeBuildInputs = [ python3Packages.nuitka gobject-introspection wrapGAppsHook4 ]; buildInputs = [ libadwaita # needed for gstreamer https libsoup_3 glib-networking ] ++ (with gst_all_1; [ gst-plugins-base gst-plugins-good gstreamer ]); installFlags = [ \"prefix=$(out)\" ]; preFixup = '' buildPythonPath \"$pythonPath\" gappsWrapperArgs+=( --prefix PYTHONPATH : \"$program_PYTHONPATH\" --prefix PATH : \"${lib.makeBinPath [yt-dlp]}\" # needed for gstreamer https --prefix LD_LIBRARY_PATH : \"${libsoup_3.out}/lib\" ) ''; meta = with lib; { homepage = \"https://gitlab.com/zehkira/monophony\"; description = \"Linux app for streaming music from YouTube\"; longDescription = \"Monophony is a free and open source Linux app for streaming music from YouTube. It has no ads and does not require an account.\"; license = licenses.agpl3Plus; mainProgram = \"monophony\"; platforms = platforms.linux; maintainers = with maintainers; [ quadradical ]; }; } "} {"_id":"doc-en-nixpkgs-840e7af94c8a4239b759ae0d4ee7a7551fcf25f5437a24cb70e5bd022cefd469","title":"","text":" { lib , buildPythonPackage , fetchPypi , emoji , pydbus , pygobject3 , unidecode , setuptools }: buildPythonPackage rec { pname = \"mpris-server\"; version = \"0.4.2\"; pyproject = true; src = fetchPypi { pname = \"mpris_server\"; inherit version; hash = \"sha256-p3nM80fOMtRmeKvOXuX40Fu9xH8gPgYyneXbUS678fE=\"; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ emoji pydbus pygobject3 unidecode ]; pythonImportsCheck = [ \"mpris_server\" ]; # upstream has no tests doCheck = false; meta = with lib; { description = \"Publish a MediaPlayer2 MPRIS device to D-Bus\"; homepage = \"https://pypi.org/project/mpris-server/\"; license = licenses.agpl3Only; maintainers = with maintainers; [ quadradical ]; }; } "} {"_id":"doc-en-nixpkgs-4caf01667d519ddfcce11d0c5bb2a2de410023e698aab1321007cc5944c66ac5","title":"","text":"mpmath = callPackage ../development/python-modules/mpmath { }; mpris-server = callPackage ../development/python-modules/mpris-server { }; mpv = callPackage ../development/python-modules/mpv { inherit (pkgs) mpv; };"} {"_id":"doc-en-nixpkgs-dcf82552a2dcaeab334dc31fd885583c6491a8ad6391a267c0048da2b4c6991c","title":"","text":"# Inherit arguments from the derivation makeWrapperArgs=( ${makeWrapperArgs-} ) declare -a derivationMakeWrapperArgs=\"( ${makeWrapperArgs-} )\" makeWrapperArgs=( \"${derivationMakeWrapperArgs[@]}\" ) # First argument is the executable you want to wrap, # the second is the destination for the wrapper."} {"_id":"doc-en-nixpkgs-8944d22101791fd114cc7f9ca8530e0c45a1f491e696c4eb2bf5519d5c0e8e85","title":"","text":"nativeBuildInputs = [ cmake ninja ]; buildInputs = [ netcdf hdf5 curl ]; # 10 - cxx4_test_filter (Failed) # Setting Filter....Caught unexpected exception. doCheck = false; doCheck = true; enableParallelChecking = false; preCheck = '' export HDF5_PLUGIN_PATH=${netcdf}/lib/hdf5-plugins ''; meta = { description = \"C++ API to manipulate netcdf files\";"} {"_id":"doc-en-nixpkgs-d88cd7592d690678a81f98b9d5d60ed4338451b9158cfd660e5f3f02690d7aea","title":"","text":"{ lib, stdenv , fetchurl, unzip , hdf5 , bzip2 , libzip , zstd , szipSupport ? false , szip , libxml2 , m4 , curl # for DAP"} {"_id":"doc-en-nixpkgs-7bfc086016e13cb2f440af0b2a85b7a9139b7d363f42aac75d38db558b1b1f5b","title":"","text":"hdf5 libxml2 mpi ]; bzip2 libzip zstd ] ++ lib.optional szipSupport szip; passthru = { inherit mpiSupport mpi;"} {"_id":"doc-en-nixpkgs-4168a3c0331685312ec0c89a5b41bcdd1549d44a90616fa7dd0273c142777a35","title":"","text":"\"--enable-dap\" \"--enable-shared\" \"--disable-dap-remote-tests\" \"--with-plugin-dir=${placeholder \"out\"}/lib/hdf5-plugins\" ] ++ (lib.optionals mpiSupport [ \"--enable-parallel-tests\" \"CC=${mpi}/bin/mpicc\" ]); enableParallelBuilding = true; disallowedReferences = [ stdenv.cc ]; postFixup = ''"} {"_id":"doc-en-nixpkgs-fa6d53115c3f83b4a25a5eeca1885d3e5b3ae02330a6050be6f16377dbb5d145","title":"","text":"export VIMRUNTIME=$PWD/runtime ''; separateDebugInfo = true; meta = with lib; { description = \"Vim text editor fork focused on extensibility and agility\"; longDescription = ''"} {"_id":"doc-en-nixpkgs-4190cb2466b4603566db2711dd972b45e60f60fa04e98c2dbd1aafae145c44a8","title":"","text":"enableParallelBuilding = true; # separateDebugInfo breaks static build # https://github.com/NixOS/nixpkgs/issues/219466 separateDebugInfo = !stdenv.hostPlatform.isStatic; doCheck = true; # Some of the tests use localhost networking."} {"_id":"doc-en-nixpkgs-2edaa6136a5d6f1f343834afd7fd433b3047629c642ccb78983d74c01a22db04","title":"","text":" { stdenv, fetchurl, bison, m4 }: stdenv.mkDerivation { name = \"flex-2.5.35\"; src = fetchurl { url = mirror://sourceforge/flex/flex-2.5.35.tar.bz2; sha256 = \"0ysff249mwhq0053bw3hxh58djc0gy7vjan2z1krrf9n5d5vvv0b\"; }; buildInputs = [ bison ]; propagatedNativeBuildInputs = [ m4 ]; crossAttrs = { preConfigure = '' export ac_cv_func_malloc_0_nonnull=yes export ac_cv_func_realloc_0_nonnull=yes ''; }; meta = { homepage = http://flex.sourceforge.net/; description = \"A fast lexical analyser generator\"; }; } "} {"_id":"doc-en-nixpkgs-13f094f0a873f06ae8f88c0534f09c9e224e8bbcb1c7a87439917c854463d4ce","title":"","text":"buggyBiosCDSupport = config.grub.buggyBiosCDSupport or true; }; grub2 = callPackage ../tools/misc/grub/2.0x.nix { libusb = libusb1; }; grub2 = callPackage ../tools/misc/grub/2.0x.nix { libusb = libusb1; flex = flex_2_5_35; }; grub2_efi = grub2.override { EFIsupport = true; };"} {"_id":"doc-en-nixpkgs-75c2628ffffd014b0a77119d9d8fcf8468cc7503647875b4904fda72bb32d9eb","title":"","text":"checkstyle = callPackage ../development/tools/analysis/checkstyle { }; flex = callPackage ../development/tools/parsing/flex { }; flex_2_5_35 = callPackage ../development/tools/parsing/flex/2.5.35.nix { }; m4 = gnum4;"} {"_id":"doc-en-nixpkgs-9340c11916da48f45665cd3ec562b6cfb056a6281971e5ef9b06b2999a4758d2","title":"","text":"systemd.services.systemd-remount-fs.restartIfChanged = false; systemd.services.systemd-update-utmp.restartIfChanged = false; systemd.services.systemd-user-sessions.restartIfChanged = false; # Restart kills all active sessions. systemd.services.systemd-udev-settle.restartIfChanged = false; # Causes long delays in nixos-rebuild # Restarting systemd-logind breaks X11 # - upstream commit: https://cgit.freedesktop.org/xorg/xserver/commit/?id=dc48bd653c7e101 # - systemd announcement: https://github.com/systemd/systemd/blob/22043e4317ecd2bc7834b48a6d364de76bb26d91/NEWS#L103-L112"} {"_id":"doc-en-nixpkgs-ab219e02507cb99e62529087f8d0ac98f96c60feaed8df66610a51cafab30d81","title":"","text":"(b == armv7l && isCompatible a armv7a) (b == armv7l && isCompatible a armv7r) (b == armv7l && isCompatible a armv7m) (b == armv7a && isCompatible a armv8a) (b == armv7r && isCompatible a armv8a) (b == armv7m && isCompatible a armv8a) (b == armv7a && isCompatible a armv8r) (b == armv7r && isCompatible a armv8r) (b == armv7m && isCompatible a armv8r) (b == armv7a && isCompatible a armv8m) (b == armv7r && isCompatible a armv8m) (b == armv7m && isCompatible a armv8m) # ARMv8 (b == armv8r && isCompatible a armv8a) (b == armv8m && isCompatible a armv8a) # XXX: not always true! Some arm64 cpus don’t support arm32 mode. (b == aarch64 && a == armv8a) (b == armv8a && isCompatible a aarch64) (b == armv8r && isCompatible a armv8a) (b == armv8m && isCompatible a armv8a) # PowerPC (b == powerpc && isCompatible a powerpc64)"} {"_id":"doc-en-nixpkgs-f923bf309ff3db06cfafb319a72fba0a7aa9594eb27c33c7d991ab87bb858de1","title":"","text":"requiredSystemFeatures = [ \"big-parallel\" ]; passthru = { inherit cudaSupport cudaPackages gpuTargetString; cudaCapabilities = supportedCudaCapabilities; inherit cudaSupport cudaPackages; # At least for 1.10.2 `torch.fft` is unavailable unless BLAS provider is MKL. This attribute allows for easy detection of its availability. blasProvider = blas.provider; } // lib.optionalAttrs cudaSupport { # NOTE: supportedCudaCapabilities isn't computed unless cudaSupport is true, so we can't use # it in the passthru set above because a downstream package might try to access it even # when cudaSupport is false. Better to have it missing than null or an empty list by default. cudaCapabilities = supportedCudaCapabilities; }; meta = with lib; {"} {"_id":"doc-en-nixpkgs-cb8706109db5fa108a75b338067039f4ddbfa67a980aaec270a5938b5b5a093d","title":"","text":"{ buildPythonPackage , cudaSupport ? torch.cudaSupport or false # by default uses the value from torch , fetchFromGitHub , lib , libjpeg_turbo"} {"_id":"doc-en-nixpkgs-2a5c02715f3c3b7fac16da95f08834d084ef368f4f1816e1e947017dcea188e8","title":"","text":"}: let inherit (torch) cudaPackages gpuTargetString; inherit (torch) cudaCapabilities cudaPackages cudaSupport; inherit (cudaPackages) cudatoolkit cudaFlags cudaVersion; # NOTE: torchvision doesn't use cudnn; torch does!"} {"_id":"doc-en-nixpkgs-ccd010e31c1dd32bf82a049057ae24ac306c3f0a91a82100a3443aa6a56a34f6","title":"","text":"+ lib.optionalString cudaSupport '' export CC=${cudatoolkit.cc}/bin/cc export CXX=${cudatoolkit.cc}/bin/c++ export TORCH_CUDA_ARCH_LIST=\"${gpuTargetString}\" export TORCH_CUDA_ARCH_LIST=\"${lib.concatStringsSep \";\" cudaCapabilities}\" export FORCE_CUDA=1 '';"} {"_id":"doc-en-nixpkgs-c082d8737c8b0788b45b2eeff8f4b149310db5dbb9f0eb5754489d2ce1eea548","title":"","text":", perl }: let versionReplace = { easybind = { snapshot = \"2.2.1-SNAPSHOT\"; pin = \"2.2.1-20230117.075740-16\"; }; afterburner = { snapshot = \"testmoduleinfo-SNAPSHOT\"; pin = \"0e337d8773\"; }; }; in stdenv.mkDerivation rec { version = \"5.7\"; version = \"5.9\"; pname = \"jabref\"; src = fetchFromGitHub { owner = \"JabRef\"; repo = \"jabref\"; rev = \"v${version}\"; hash = \"sha256-wzBaAaxGsMPh64uW+bBOiycYfVCW9H5FCn06r6XdxeE=\"; hash = \"sha256-uACmXas5L1NcxLwllkcbgCCt9bRicpQkiJkhkkVWDDY=\"; }; desktopItems = ["} {"_id":"doc-en-nixpkgs-36df55a9c174c60a838a115b7ef34beaf1d819e1a2a24d858bb28f116b0f4560","title":"","text":"deps = stdenv.mkDerivation { pname = \"${pname}-deps\"; inherit src version; inherit src version postPatch; nativeBuildInputs = [ gradle perl ]; buildPhase = '' export GRADLE_USER_HOME=$(mktemp -d) gradle --no-daemon downloadDependencies gradle --no-daemon downloadDependencies -Dos.arch=amd64 gradle --no-daemon downloadDependencies -Dos.arch=aarch64 ''; # perl code mavenizes pathes (com.squareup.okio/okio/1.13.0/a9283170b7305c8d92d25aff02a6ab7e45d06cbe/okio-1.13.0.jar -> com/squareup/okio/okio/1.13.0/okio-1.13.0.jar) installPhase = '' find $GRADLE_USER_HOME/caches/modules-2 -type f -regex '.*.(jar|pom)' | perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/s]+))$# ($x = $2) =~ tr|.|/|; \"install -Dm444 $1 $out/$x/$3/$4/''${($5 =~ s/-jvm//r)}\" #e' | sh mv $out/com/tobiasdiez/easybind/${versionReplace.easybind.pin} $out/com/tobiasdiez/easybind/${versionReplace.easybind.snapshot} ''; # Don't move info to share/ forceShare = [ \"dummy\" ]; outputHashMode = \"recursive\"; outputHash = { x86_64-linux = \"sha256-OicHJVFxHGPE76bEDoLhkEhVcAJmplqjoh2I3nnVaLA=\"; aarch64-linux = \"sha256-8QWmweptL/+pSO6DhfBLaLcBrfKd4TDsDoXs4TgXvew=\"; }.${stdenv.hostPlatform.system} or (throw \"Unsupported system ${stdenv.hostPlatform.system}\"); outputHash = \"sha256-s6GA8iT3UEVuELBgpBvzPJlVX+9DpfOQrEd3KIth8eA=\"; }; postPatch = '' # Pin the version substituteInPlace build.gradle --replace 'com.github.JabRef:afterburner.fx:${versionReplace.afterburner.snapshot}' 'com.github.JabRef:afterburner.fx:${versionReplace.afterburner.pin}' --replace 'com.tobiasdiez:easybind:${versionReplace.easybind.snapshot}' 'com.tobiasdiez:easybind:${versionReplace.easybind.pin}' ''; preBuild = '' # Include CSL styles and locales in our build cp -r buildres/csl/* src/main/resources/"} {"_id":"doc-en-nixpkgs-79817f8662c7bf66b14c3e5070c7c01ee54361d19133c9f3e4f9fcdf2764e6d5","title":"","text":"# Resources in the jar can't be found, workaround copied from AUR cp -r build/resources $out/share/java/jabref # workaround for https://github.com/NixOS/nixpkgs/issues/162064 tar xf build/distributions/JabRef-${version}.tar -C $out --strip-components=1 unzip $out/lib/javafx-web-*-linux${lib.optionalString stdenv.isAarch64 \"-aarch64\"}.jar libjfxwebkit.so -d $out/lib/ # remove openjfx libs for other platforms rm $out/lib/javafx-*-win.jar ${lib.optionalString stdenv.isAarch64 \"$out/lib/javafx-*-linux.jar\"} # workaround for https://github.com/NixOS/nixpkgs/issues/162064 unzip $out/lib/javafx-web-*.jar libjfxwebkit.so -d $out/lib/ DEFAULT_JVM_OPTS=$(sed -n -E \"s/^DEFAULT_JVM_OPTS='(.*)'$/1/p\" $out/bin/JabRef | sed -e \"s|$APP_HOME|$out|g\" -e 's/\"//g') rm $out/bin/*"} {"_id":"doc-en-nixpkgs-260ef520f14dc25f7ddbedca2cef1e10f6bed8952eec11178ddbf1f685fdb252","title":"","text":"}; jabref = callPackage ../applications/office/jabref { jdk = javaPackages.compiler.openjdk18; jdk = jdk19.override { enableJavaFX = true; }; gradle = gradle_7; }; jack_capture = callPackage ../applications/audio/jack-capture { };"} {"_id":"doc-en-nixpkgs-9931b3ad37705f90f938935cce718d2ed54746c3470a7e600571110eeec0f8b1","title":"","text":"{ lib , stdenv , fetchurl , directoryListingUpdater , SDL2 , SDL2_image , SDL2_mixer , SDL2_ttf , directoryListingUpdater }: stdenv.mkDerivation rec { stdenv.mkDerivation (self: { pname = \"lbreakouthd\"; version = \"1.1\"; version = \"1.1.1\"; src = fetchurl { url = \"mirror://sourceforge/lgames/${pname}-${version}.tar.gz\"; hash = \"sha256-5hjS0aJ5f8Oe0aSuVgcV10h5OmWsaMHF5B9wYVFrlDY=\"; url = \"mirror://sourceforge/lgames/lbreakouthd-${self.version}.tar.gz\"; hash = \"sha256-ljnZpuV9HPPR5bgdbyE8gUtb4m+JppxGm3MV691sw7E=\"; }; buildInputs = ["} {"_id":"doc-en-nixpkgs-4d8a03b8174c0c7e1fc6c2e5623cbee26a09cd2e8174dc0f6a1463f4dcbaac94","title":"","text":"hardeningDisable = [ \"format\" ]; passthru.updateScript = directoryListingUpdater { inherit pname version; inherit (self) pname version; url = \"https://lgames.sourceforge.io/LBreakoutHD/\"; extraRegex = \"(?!.*-win(32|64)).*\"; }; meta = with lib; { broken = stdenv.isDarwin; meta = { homepage = \"https://lgames.sourceforge.io/LBreakoutHD/\"; description = \"A widescreen Breakout clone\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ AndersonTorres ]; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ AndersonTorres ]; inherit (SDL2.meta) platforms; broken = stdenv.isDarwin; }; } }) "} {"_id":"doc-en-nixpkgs-9ad6f1d3f036eeedd457ffce8bcc8499afcf9f0f8296e5ec7b77e47bcf219d75","title":"","text":"let inherit (torch) cudaCapabilities cudaPackages cudaSupport; inherit (cudaPackages) cudatoolkit cudaFlags cudaVersion; inherit (cudaPackages) backendStdenv cudaVersion; # NOTE: torchvision doesn't use cudnn; torch does! # For this reason it is not included."} {"_id":"doc-en-nixpkgs-820029756a2ee25f45ed92d72ab77a5a646747609e093b7aa37e7c677130a758","title":"","text":"# NOTE: We essentially override the compilers provided by stdenv because we don't have a hook # for cudaPackages to swap in compilers supported by NVCC. + lib.optionalString cudaSupport '' export CC=${cudatoolkit.cc}/bin/cc export CXX=${cudatoolkit.cc}/bin/c++ export CC=${backendStdenv.cc}/bin/cc export CXX=${backendStdenv.cc}/bin/c++ export TORCH_CUDA_ARCH_LIST=\"${lib.concatStringsSep \";\" cudaCapabilities}\" export FORCE_CUDA=1 '';"} {"_id":"doc-en-nixpkgs-b2b46310e7de10d3e5808b110bec03502071eb80677f2757affe82696d561af3","title":"","text":"preFixup = '' gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ stdenv.cc.cc ] }\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" # Currently crashes see https://github.com/NixOS/nixpkgs/issues/222043 #--add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --suffix PATH : ${lib.makeBinPath [ xdg-utils ]} )"} {"_id":"doc-en-nixpkgs-5a18c954adc5c566f88135042c050f2ede4c39a685b4364704e25f66827ad93e","title":"","text":"]); checkPhase = '' # Temporarily disable a test failing after a patch imagemagick update. # It might only due to the reporting and matching used in the test. # See https://github.com/NixOS/nixpkgs/issues/223446 # See https://sourceforge.net/p/gscan2pdf/bugs/417/ # # Failed test 'valid TIFF created' # at t/131_save_tiff.t line 44. # 'test.tif TIFF 70x46 70x46+0+0 8-bit sRGB 10024B 0.000u 0:00.000 # ' # doesn't match '(?^:test.tif TIFF 70x46 70x46+0+0 8-bit sRGB [7|9][.d]+K?B)' rm t/131_save_tiff.t # Temporarily disable a dubiously failing test: # t/169_import_scan.t ........................... 1/1 # # Failed test 'variable-height scan imported with expected size'"} {"_id":"doc-en-nixpkgs-cbf08d3a5dc967c0cf36c622a397b9dd3846abb8d4ebfdb389f8e3cd16104d25","title":"","text":"mesaPackage = mkOption { type = types.package; default = pkgs.mesa_23; defaultText = literalExpression \"pkgs.mesa_23\"; default = pkgs.mesa; defaultText = literalExpression \"pkgs.mesa\"; example = literalExpression \"pkgs.mesa_22\"; description = lib.mdDoc '' The Mesa driver package used for rendering support on the system."} {"_id":"doc-en-nixpkgs-c1d03b6d1e3d620049c8c8e82253542285d6536a1d45e11bd0608515d4224ff5","title":"","text":"}; mesaPackage32 = mkOption { type = types.package; default = pkgs.pkgsi686Linux.mesa_23; defaultText = literalExpression \"pkgs.pkgsi686Linux.mesa_23\"; default = pkgs.pkgsi686Linux.mesa; defaultText = literalExpression \"pkgs.pkgsi686Linux.mesa\"; example = literalExpression \"pkgs.pkgsi686Linux.mesa_22\"; description = lib.mdDoc '' Same as {option}`mesaPackage` but for the 32-bit Mesa on 64-bit"} {"_id":"doc-en-nixpkgs-b5ced6eec83a814ef7e7aa80bed69103edbb16267b13b30f60b9156a7c5dadf6","title":"","text":" { lib, stdenv, fetchurl, system ? builtins.currentSystem, ovftoolBundles ? {} , autoPatchelfHook, makeWrapper, unzip , glibc, c-ares, libxcrypt-legacy, expat, icu60, xercesc, zlib { autoPatchelfHook , c-ares , darwin , expat , fetchurl , glibc , icu60 , lib , libiconv , libredirect , libxcrypt-legacy , libxml2 , makeWrapper , stdenv , unzip , xercesc , zlib }: let version = \"4.6.2-22220919\"; version_i686 = \"4.6.0-21452615\"; ovftoolZipUnpackPhase = '' runHook preUnpack unzip ${ovftoolSource} extracted=ovftool/ if [ -d \"$extracted\" ]; then echo \"ovftool extracted successfully\" >&2 else echo \"Could not find $extracted - are you sure this is ovftool?\" >&2 exit 1 fi runHook postUnpack ''; ovftoolSystems = let baseUrl = \"https://vdc-download.vmware.com/vmwb-repository/dcr-public\"; in { \"i686-linux\" = rec { name = \"VMware-ovftool-${version_i686}-lin.i386.zip\"; url = \"${baseUrl}/7254abb2-434d-4f5d-83e2-9311ced9752e/57e666a2-874c-48fe-b1d2-4b6381f7fe97/${name}\"; hash = \"sha256-qEOr/3SW643G5ZQQNJTelZbUxB8HmxPd5uD+Gqsoxz0=\"; unpackPhase = ovftoolZipUnpackPhase; }; \"x86_64-linux\" = rec { name = \"VMware-ovftool-${version}-lin.x86_64.zip\"; url = \"${baseUrl}/8a93ce23-4f88-4ae8-b067-ae174291e98f/c609234d-59f2-4758-a113-0ec5bbe4b120/${name}\"; hash = \"sha256-3B1cUDldoTqLsbSARj2abM65nv+Ot0z/Fa35/klJXEY=\"; unpackPhase = ovftoolZipUnpackPhase; ovftoolSystems = let baseUrl = \"https://vdc-download.vmware.com/vmwb-repository/dcr-public\"; in { \"i686-linux\" = rec { name = \"VMware-ovftool-${version}-lin.i386.zip\"; # As of 2024-02-20 the \"Zip of OVF Tool for 32-bit Linux\" download link # on the v4.6.2 page links to v4.6.0. version = \"4.6.0-21452615\"; url = \"${baseUrl}/7254abb2-434d-4f5d-83e2-9311ced9752e/57e666a2-874c-48fe-b1d2-4b6381f7fe97/${name}\"; hash = \"sha256-qEOr/3SW643G5ZQQNJTelZbUxB8HmxPd5uD+Gqsoxz0=\"; }; \"x86_64-linux\" = rec { name = \"VMware-ovftool-${version}-lin.x86_64.zip\"; version = \"4.6.2-22220919\"; url = \"${baseUrl}/8a93ce23-4f88-4ae8-b067-ae174291e98f/c609234d-59f2-4758-a113-0ec5bbe4b120/${name}\"; hash = \"sha256-3B1cUDldoTqLsbSARj2abM65nv+Ot0z/Fa35/klJXEY=\"; }; \"x86_64-darwin\" = rec { name = \"VMware-ovftool-${version}-mac.x64.zip\"; version = \"4.6.2-22220919\"; url = \"${baseUrl}/91091b23-280a-487a-a048-0c2594303c92/dc666e23-104f-4b9b-be11-6d88dcf3ab98/${name}\"; hash = \"sha256-AZufZ0wxt5DYjnpahDfy36W8i7kjIfEkW6MoELSx11k=\"; }; }; }; ovftoolSystem = if builtins.hasAttr system ovftoolSystems then ovftoolSystems.${system} else throw \"System '${system}' is unsupported by ovftool\"; ovftoolSystem = ovftoolSystems.${stdenv.system} or (throw \"unsupported system ${stdenv.system}\"); ovftoolSource = if builtins.hasAttr system ovftoolBundles then ovftoolBundles.${system} else fetchurl { inherit (ovftoolSystem) name url hash; }; in stdenv.mkDerivation rec { stdenv.mkDerivation { pname = \"ovftool\"; inherit version; inherit (ovftoolSystem) version; src = ovftoolSource; src = fetchurl { inherit (ovftoolSystem) name url hash; }; buildInputs = [ glibc libxcrypt-legacy c-ares expat icu60 libiconv libxcrypt-legacy xercesc zlib ] ++ lib.optionals stdenv.isLinux [ glibc ] ++ lib.optionals stdenv.isDarwin [ darwin.Libsystem libxml2 ]; nativeBuildInputs = [ autoPatchelfHook makeWrapper unzip ]; preferLocalBuild = true; nativeBuildInputs = [ unzip makeWrapper ] ++ lib.optionals stdenv.isLinux [ autoPatchelfHook ]; sourceRoot = \".\"; unpackPhase = ovftoolSystem.unpackPhase; postUnpack = '' # The linux package wraps ofvtool.bin with ovftool. Wrapping # below in installPhase. # Rename to ovftool on install for all systems to ovftool if [[ -f ovftool.bin ]]; then mv -v ovftool.bin ovftool fi ''; # Expects a directory named 'ovftool' containing the ovftool install. # Based on https://aur.archlinux.org/packages/vmware-ovftool/ # with the addition of a libexec directory and a Nix-style binary wrapper. installPhase = '' runHook preInstall if [ -d ovftool ]; then # Ensure we're in the staging directory cd ovftool fi # libraries install -m 755 -d \"$out/lib/${pname}\" # These all appear to be VMWare proprietary except for libgoogleurl and libcurl. # The rest of the libraries that the installer extracts are omitted here, # and provided in buildInputs. Since libcurl depends on VMWare's OpenSSL, # we have to use both here too. # # FIXME: can we replace libgoogleurl? Possibly from Chromium? # FIXME: tell VMware to use a modern version of OpenSSL. # install -m 644 -t \"$out/lib/${pname}\" # Based on https://aur.archlinux.org/packages/vmware-ovftool/ # with the addition of a libexec directory and a Nix-style binary wrapper. # Almost all libs in the package appear to be VMware proprietary except for # libgoogleurl and libcurl. The rest of the libraries that the installer # extracts are omitted here, and provided in buildInputs. Since libcurl # depends on VMware's OpenSSL, both libs are still used. # FIXME: Replace libgoogleurl? Possibly from Chromium? # FIXME: Tell VMware to use a modern version of OpenSSL. As of ovftool # v4.6.2 ovftool uses openssl-1.0.2zh which in seems to be the extended # support LTS release: https://www.openssl.org/support/contracts.html # Install all libs that are not patched in preFixup. # Darwin dylibs are under `lib` in the zip. install -m 755 -d \"$out/lib\" install -m 644 -t \"$out/lib\" '' + lib.optionalString stdenv.isLinux '' libcrypto.so.1.0.2 libcurl.so.4 libgoogleurl.so.59 libssl.so.1.0.2 libssoclient.so libvim-types.so libvmacore.so libvmomi.so libcurl.so.4 libcrypto.so.1.0.2 libssl.so.1.0.2 # libexec binaries install -m 755 -d \"$out/libexec/${pname}\" install -m 755 -t \"$out/libexec/${pname}\" ovftool.bin install -m 644 -t \"$out/libexec/${pname}\" icudt44l.dat # libexec resources libvim-types.so libvmacore.so libvmomi.so '' + lib.optionalString stdenv.isDarwin '' lib/libcrypto.1.0.2.dylib lib/libcurl.4.dylib lib/libgoogleurl.59.0.30.45.2.dylib lib/libssl.1.0.2.dylib lib/libssoclient.dylib lib/libvim-types.dylib lib/libvmacore.dylib lib/libvmomi.dylib '' + '' # Install libexec binaries # ovftool expects to be run relative to certain directories, namely `env`. # Place the binary and those dirs in libexec. install -m 755 -d \"$out/libexec\" install -m 755 -t \"$out/libexec\" ovftool install -m 644 -t \"$out/libexec\" icudt44l.dat # Install other libexec resources that need to be relative to the `ovftool` # binary. for subdir in \"certs\" \"env\" \"env/en\" \"schemas/DMTF\" \"schemas/vmware\"; do install -m 755 -d \"$out/libexec/${pname}/$subdir\" install -m 644 -t \"$out/libexec/${pname}/$subdir\" \"$subdir\"/*.* install -m 755 -d \"$out/libexec/$subdir\" install -m 644 -t \"$out/libexec/$subdir\" \"$subdir\"/*.* done # EULA/OSS files install -m 755 -d \"$out/share/licenses/${pname}\" install -m 644 -t \"$out/share/licenses/${pname}\" \"vmware.eula\" \"vmware-eula.rtf\" \"open_source_licenses.txt\" # documentation files install -m 755 -d \"$out/share/doc/${pname}\" install -m 644 -t \"$out/share/doc/${pname}\" \"README.txt\" # binary wrapper; note that LC_CTYPE is defaulted to en_US.UTF-8 by # VMWare's wrapper script. We use C.UTF-8 instead. # Install EULA/OSS files install -m 755 -d \"$out/share/licenses\" install -m 644 -t \"$out/share/licenses\" \"vmware.eula\" \"vmware-eula.rtf\" \"open_source_licenses.txt\" # Install Docs install -m 755 -d \"$out/share/doc\" install -m 644 -t \"$out/share/doc\" \"README.txt\" # Install final executable install -m 755 -d \"$out/bin\" makeWrapper \"$out/libexec/${pname}/ovftool.bin\" \"$out/bin/ovftool\" --set-default LC_CTYPE C.UTF-8 makeWrapper \"$out/libexec/ovftool\" \"$out/bin/ovftool\" '' + lib.optionalString stdenv.isLinux '' --prefix LD_LIBRARY_PATH : \"$out/lib\" '' + lib.optionalString stdenv.isDarwin '' --prefix DYLD_LIBRARY_PATH : \"$out/lib\" '' + '' runHook postInstall ''; preFixup = '' preFixup = lib.optionalString stdenv.isLinux '' addAutoPatchelfSearchPath \"$out/lib\" '' + lib.optionalString stdenv.isDarwin '' change_args=() # Change relative @loader_path dylibs to absolute paths. for lib in $out/lib/*.dylib; do libname=$(basename $lib) change_args+=(-change \"@loader_path/lib/$libname\" \"$out/lib/$libname\") done # Patches for ovftool binary change_args+=(-change /usr/lib/libSystem.B.dylib ${darwin.Libsystem}/lib/libSystem.B.dylib) change_args+=(-change /usr/lib/libc++.1.dylib ${stdenv.cc.libcxx.cxxabi}/lib/libc++.1.dylib) change_args+=(-change /usr/lib/libiconv.2.dylib ${libiconv}/lib/libiconv.2.dylib) change_args+=(-change /usr/lib/libxml2.2.dylib ${libxml2}/lib/libxml2.2.dylib) change_args+=(-change /usr/lib/libz.1.dylib ${zlib}/lib/libz.1.dylib) change_args+=(-change @loader_path/lib/libcares.2.dylib ${c-ares}/lib/libcares.2.dylib) change_args+=(-change @loader_path/lib/libexpat.dylib ${expat}/lib/libexpat.dylib) change_args+=(-change @loader_path/lib/libicudata.60.2.dylib ${icu60}/lib/libicudata.60.2.dylib) change_args+=(-change @loader_path/lib/libicuuc.60.2.dylib ${icu60}/lib/libicuuc.60.2.dylib) change_args+=(-change @loader_path/lib/libxerces-c-3.2.dylib ${xercesc}/lib/libxerces-c-3.2.dylib) # Patch binary install_name_tool \"''${change_args[@]}\" \"$out/libexec/ovftool\" # Additional patches for ovftool dylibs change_args+=(-change /usr/lib/libresolv.9.dylib ${darwin.Libsystem}/lib/libresolv.9.dylib) change_args+=(-change @loader_path/libcares.2.dylib ${c-ares}/lib/libcares.2.dylib) change_args+=(-change @loader_path/libexpat.dylib ${expat}/lib/libexpat.dylib) change_args+=(-change @loader_path/libicudata.60.2.dylib ${icu60}/lib/libicudata.60.2.dylib) change_args+=(-change @loader_path/libicuuc.60.2.dylib ${icu60}/lib/libicuuc.60.2.dylib) change_args+=(-change @loader_path/libxerces-c-3.2.dylib ${xercesc}/lib/libxerces-c-3.2.dylib) # Add new abolute paths for other libs to all libs for lib in $out/lib/*.dylib; do libname=$(basename $lib) change_args+=(-change \"@loader_path/$libname\" \"$out/lib/$libname\") done # Patch all libs for lib in $out/lib/*.dylib; do libname=$(basename $lib) install_name_tool -id \"$libname\" \"$lib\" install_name_tool \"''${change_args[@]}\" \"$lib\" done ''; # These paths are need for install check tests propagatedSandboxProfile = lib.optionalString stdenv.isDarwin '' (allow file-read* (subpath \"/usr/share/locale\")) (allow file-read* (subpath \"/var/db/timezone\")) (allow file-read* (subpath \"/System/Library/TextEncodings\")) ''; doInstallCheck = true; installCheckPhase = '' # This is a NixOS 22.11 image (doesn't actually matter) with a 1 MiB root disk that's all zero. # Make sure that it converts properly. mkdir -p ovftool-check cd ovftool-check postInstallCheck = lib.optionalString stdenv.isDarwin '' export HOME=$TMPDIR # Construct a dummy /etc/passwd file - ovftool attempts to determine the # user's \"real\" home using this DUMMY_PASSWD=\"$(realpath $HOME/dummy-passwd)\" cat > $DUMMY_PASSWD < $out/bin/ovftool ${./installCheckPhase.ova} nixos.ovf if [ ! -f nixos.ovf ] || [ ! -f nixos.mf ] || [ ! -f nixos-disk1.vmdk ]; then exit 1 fi ovftool_with_args=\"$out/bin/ovftool --X:logToConsole\" # `installCheckPhase.ova` is a NixOS 22.11 image (doesn't actually matter) # with a 1 MiB root disk that's all zero. Make sure that it converts # properly. $ovftool_with_args --schemaValidate ${./installCheckPhase.ova} $ovftool_with_args --sourceType=OVA --targetType=OVF ${./installCheckPhase.ova} nixos.ovf # Test that the output files are there test -f nixos.ovf test -f nixos.mf test -f nixos-disk1.vmdk $ovftool_with_args --schemaValidate nixos.ovf ''; meta = with lib; { description = \"VMWare tools for working with OVF, OVA, and VMX images\"; description = \"VMware tools for working with OVF, OVA, and VMX images\"; homepage = \"https://developer.vmware.com/web/tool/ovf-tool/\"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ numinit wolfangaukang ]; maintainers = with maintainers; [ numinit wolfangaukang thanegill ]; platforms = builtins.attrNames ovftoolSystems; mainProgram = \"ovftool\"; knownVulnerabilities = [ \"The bundled version of openssl 1.0.2zh in ovftool has open vulnerabilities.\" \"CVE-2024-0727\" \"CVE-2023-5678\" \"CVE-2023-3817\" \"CVE-2009-3767\" \"CVE-2009-3766\" \"CVE-2009-3765\" \"CVE-2009-1390\" ]; }; }"} {"_id":"doc-en-nixpkgs-88fb80781c77fcb707f6e76fb02d9f37ffdc8e1a6bc4f0ece25135970664e2c3","title":"","text":"mkDerivation rec { pname = \"organicmaps\"; version = \"2023.03.05-5\"; version = \"2023.04.02-7\"; src = fetchFromGitHub { owner = \"organicmaps\"; repo = \"organicmaps\"; rev = \"${version}-android\"; sha256 = \"sha256-PfudozmrL8jNS/99nxSn0B3E53W34m4/ZN0y2ucB2WI=\"; sha256 = \"sha256-xXBzHo7IOo2f1raGnpFcsvs++crHMI5SACIc345cX7g=\"; fetchSubmodules = true; };"} {"_id":"doc-en-nixpkgs-4d95509b77c7d3f25ecef96d69b788a1ddda95a5cca98aed0a962513f7dbe83f","title":"","text":"# symbolic name and `patch' is the actual patch. The patch may # optionally be compressed with gzip or bzip2. kernelPatches ? [] , ignoreConfigErrors ? stdenv.hostPlatform.linux-kernel.name or \"\" != \"pc\" , ignoreConfigErrors ? stdenv.hostPlatform.linux-kernel.name != \"pc\" , extraMeta ? {} , isZen ? false"} {"_id":"doc-en-nixpkgs-ae0e72b280a7505626ce667d076200b93b2c9b8f5afdf9f49ddaa18822cdc265","title":"","text":", isHardened ? false # easy overrides to stdenv.hostPlatform.linux-kernel members , autoModules ? stdenv.hostPlatform.linux-kernel.autoModules or true , autoModules ? stdenv.hostPlatform.linux-kernel.autoModules , preferBuiltin ? stdenv.hostPlatform.linux-kernel.preferBuiltin or false , kernelArch ? stdenv.hostPlatform.linuxArch , kernelTests ? []"} {"_id":"doc-en-nixpkgs-343d94e71b7a055e6b57691a53043b80c555d8a61fba44fa28f1d1b9513b144c","title":"","text":"++ lib.optionals (lib.versionAtLeast version \"4.16\") [ bison flex ] ++ lib.optional (lib.versionAtLeast version \"5.2\") pahole; platformName = stdenv.hostPlatform.linux-kernel.name; # e.g. \"defconfig\" kernelBaseConfig = if defconfig != null then defconfig else stdenv.hostPlatform.linux-kernel.baseConfig or \"defconfig\"; kernelBaseConfig = if defconfig != null then defconfig else stdenv.hostPlatform.linux-kernel.baseConfig; # e.g. \"bzImage\" kernelTarget = stdenv.hostPlatform.linux-kernel.target; makeFlags = lib.optionals (stdenv.hostPlatform.linux-kernel ? makeFlags) stdenv.hostPlatform.linux-kernel.makeFlags ++ extraMakeFlags;"} {"_id":"doc-en-nixpkgs-6d5e950265e6352bae8df3a13a64403be466935653c956bf57bdf107064c2556","title":"","text":"{ lib, stdenv, buildPackages, runCommand, nettools, bc, bison, flex, perl, rsync, gmp, libmpc, mpfr, openssl , libelf, cpio, elfutils, zstd, python3Minimal, zlib, pahole, ubootTools , libelf, cpio, elfutils, zstd, python3Minimal, zlib, pahole , fetchpatch }:"} {"_id":"doc-en-nixpkgs-a218a3ca53d0aa530fdc0108cc98e8cd8cb7ed64fe8b16a3fb888879f15a4e6e","title":"","text":"}: let config_ = config; in let inherit (lib) hasAttr getAttr optional optionals optionalString optionalAttrs maintainers platforms;"} {"_id":"doc-en-nixpkgs-0115444b18343dbe73d62bc56eb28e1dc00e1e7653f0b8049a65ed915c5a466a","title":"","text":"(buildPackages.deterministic-uname.override { inherit modDirVersion; }) ] ++ optional (lib.versionAtLeast version \"5.13\") zstd; config = let attrName = attr: \"CONFIG_\" + attr; in { isSet = attr: hasAttr (attrName attr) config; getValue = attr: if config.isSet attr then getAttr (attrName attr) config else null; isYes = attr: (config.getValue attr) == \"y\"; isNo = attr: (config.getValue attr) == \"n\"; isModule = attr: (config.getValue attr) == \"m\"; isEnabled = attr: (config.isModule attr) || (config.isYes attr); isDisabled = attr: (!(config.isSet attr)) || (config.isNo attr); } // config_; isModular = config.isYes \"MODULES\"; kernelConf = stdenv.hostPlatform.linux-kernel; target = kernelConf.target or \"vmlinux\"; buildDTBs = kernelConf.DTB or false; drvAttrs = config_: kernelConf: kernelPatches: configfile: let config = let attrName = attr: \"CONFIG_\" + attr; in { isSet = attr: hasAttr (attrName attr) config; getValue = attr: if config.isSet attr then getAttr (attrName attr) config else null; isYes = attr: (config.getValue attr) == \"y\"; isNo = attr: (config.getValue attr) == \"n\"; isModule = attr: (config.getValue attr) == \"m\"; isEnabled = attr: (config.isModule attr) || (config.isYes attr); isDisabled = attr: (!(config.isSet attr)) || (config.isNo attr); } // config_; isModular = config.isYes \"MODULES\"; buildDTBs = kernelConf.DTB or false; in (optionalAttrs isModular { outputs = [ \"out\" \"dev\" ]; }) // { passthru = rec { inherit version modDirVersion config kernelPatches configfile moduleBuildDependencies stdenv; inherit isZen isHardened isLibre; isXen = lib.warn \"The isXen attribute is deprecated. All Nixpkgs kernels that support it now have Xen enabled.\" true; baseVersion = lib.head (lib.splitString \"-rc\" version); kernelOlder = lib.versionOlder baseVersion; kernelAtLeast = lib.versionAtLeast baseVersion; }; inherit src; patches = map (p: p.patch) kernelPatches # Required for deterministic builds along with some postPatch magic. ++ optional (lib.versionOlder version \"5.19\") ./randstruct-provide-seed.patch ++ optional (lib.versionAtLeast version \"5.19\") ./randstruct-provide-seed-5.19.patch # Linux 5.12 marked certain PowerPC-only symbols as GPL, which breaks # OpenZFS; this was fixed in Linux 5.19 so we backport the fix # https://github.com/openzfs/zfs/pull/13367 ++ optional (lib.versionAtLeast version \"5.12\" && lib.versionOlder version \"5.19\" && stdenv.hostPlatform.isPower) (fetchpatch { url = \"https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/patch/?id=d9e5c3e9e75162f845880535957b7fd0b4637d23\"; hash = \"sha256-bBOyJcP6jUvozFJU0SPTOf3cmnTQ6ZZ4PlHjiniHXLU=\"; }); preUnpack = '' # The same preUnpack is used to build the configfile, # which does not have $dev. if [ -n \"$dev\" ]; then mkdir -p $dev/lib/modules/${modDirVersion} cd $dev/lib/modules/${modDirVersion} fi ''; postUnpack = '' mv -Tv \"$sourceRoot\" source 2>/dev/null || : export sourceRoot=$PWD/source ''; postPatch = '' sed -i Makefile -e 's|= depmod|= ${buildPackages.kmod}/bin/depmod|' # fixup for pre-5.4 kernels using the $(cd $foo && /bin/pwd) pattern # FIXME: remove when no longer needed substituteInPlace Makefile tools/scripts/Makefile.include --replace /bin/pwd pwd # Don't include a (random) NT_GNU_BUILD_ID, to make the build more deterministic. # This way kernels can be bit-by-bit reproducible depending on settings # (e.g. MODULE_SIG and SECURITY_LOCKDOWN_LSM need to be disabled). # See also https://kernelnewbies.org/BuildId sed -i Makefile -e 's|--build-id=[^ ]*|--build-id=none|' # Some linux-hardened patches now remove certain files in the scripts directory, so the file may not exist. [[ -f scripts/ld-version.sh ]] && patchShebangs scripts/ld-version.sh # Set randstruct seed to a deterministic but diversified value. Note: # we could have instead patched gen-random-seed.sh to take input from # the buildFlags, but that would require also patching the kernel's # toplevel Makefile to add a variable export. This would be likely to # cause future patch conflicts. for file in scripts/gen-randstruct-seed.sh scripts/gcc-plugins/gen-random-seed.sh; do if [ -f \"$file\" ]; then substituteInPlace \"$file\" --replace NIXOS_RANDSTRUCT_SEED $(echo ${randstructSeed}${src} ${placeholder \"configfile\"} | sha256sum | cut -d ' ' -f 1 | tr -d 'n') break fi done patchShebangs scripts # also patch arch-specific install scripts for i in $(find arch -name install.sh); do patchShebangs \"$i\" done ''; configurePhase = '' runHook preConfigure export buildRoot=$(mktemp -d) echo \"manual-config configurePhase buildRoot=$buildRoot pwd=$PWD\" if [ -f \"$buildRoot/.config\" ]; then echo \"Could not link $buildRoot/.config : file exists\" exit 1 fi ln -sv ${configfile} $buildRoot/.config # reads the existing .config file and prompts the user for options in # the current kernel source that are not found in the file. make $makeFlags \"''${makeFlagsArray[@]}\" oldconfig runHook postConfigure make $makeFlags \"''${makeFlagsArray[@]}\" prepare actualModDirVersion=\"$(cat $buildRoot/include/config/kernel.release)\" if [ \"$actualModDirVersion\" != \"${modDirVersion}\" ]; then echo \"Error: modDirVersion ${modDirVersion} specified in the Nix expression is wrong, it should be: $actualModDirVersion\" exit 1 fi buildFlagsArray+=(\"KBUILD_BUILD_TIMESTAMP=$(date -u -d @$SOURCE_DATE_EPOCH)\") cd $buildRoot ''; buildFlags = [ \"DTC_FLAGS=-@\" \"KBUILD_BUILD_VERSION=1-NixOS\" # Set by default in the kernel since a73619a845d5, # replicated here to apply to older versions. # Makes __FILE__ relative to the build directory. \"KCPPFLAGS=-fmacro-prefix-map=$(sourceRoot)/=\" ] ++ extraMakeFlags; installFlags = [ \"INSTALL_PATH=$(out)\" ] ++ (optional isModular \"INSTALL_MOD_PATH=$(out)\") ++ optionals buildDTBs [\"dtbs_install\" \"INSTALL_DTBS_PATH=$(out)/dtbs\"]; preInstall = let # All we really need to do here is copy the final image and System.map to $out, # and use the kernel's modules_install, firmware_install, dtbs_install, etc. targets # for the rest. Easy, right? # # Unfortunately for us, the obvious way of getting the built image path, # make -s image_name, does not work correctly, because some architectures # (*cough* aarch64 *cough*) change KBUILD_IMAGE on the fly in their install targets, # so we end up attempting to install the thing we didn't actually build. # # Thankfully, there's a way out that doesn't involve just hardcoding everything. # # The kernel has an install target, which runs a pretty simple shell script # (located at scripts/install.sh or arch/$arch/boot/install.sh, depending on # which kernel version you're looking at) that tries to do something sensible. # # (it would be great to hijack this script immediately, as it has all the # information we need passed to it and we don't need it to try and be smart, # but unfortunately, the exact location of the scripts differs between kernel # versions, and they're seemingly not considered to be public API at all) # # One of the ways it tries to discover what \"something sensible\" actually is # is by delegating to what's supposed to be a user-provided install script # located at ~/bin/installkernel. # # (the other options are: # - a distribution-specific script at /sbin/installkernel, # which we can't really create in the sandbox easily # - an architecture-specific script at arch/$arch/boot/install.sh, # which attempts to guess _something_ and usually guesses very wrong) # # More specifically, the install script exec's into ~/bin/installkernel, if one # exists, with the following arguments: # # $1: $KERNELRELEASE - full kernel version string # $2: $KBUILD_IMAGE - the final image path # $3: System.map - path to System.map file, seemingly hardcoded everywhere # $4: $INSTALL_PATH - path to the destination directory as specified in installFlags # # $2 is exactly what we want, so hijack the script and use the knowledge given to it # by the makefile overlords for our own nefarious ends. # # Note that the makefiles specifically look in ~/bin/installkernel, and # writeShellScriptBin writes the script to /bin/installkernel, # so HOME needs to be set to just the store path. # # FIXME: figure out a less roundabout way of doing this. installkernel = buildPackages.writeShellScriptBin \"installkernel\" '' cp -av $2 $4 cp -av $3 $4 ''; in '' installFlagsArray+=(\"-j$NIX_BUILD_CORES\") export HOME=${installkernel} ''; # Some image types need special install targets (e.g. uImage is installed with make uinstall) installTargets = [ (kernelConf.installTarget or ( /**/ if kernelConf.target == \"uImage\" then \"uinstall\" else if kernelConf.target == \"zImage\" || kernelConf.target == \"Image.gz\" then \"zinstall\" else \"install\")) ]; postInstall = optionalString isModular '' if [ -z \"''${dontStrip-}\" ]; then installFlagsArray+=(\"INSTALL_MOD_STRIP=1\") fi make modules_install $makeFlags \"''${makeFlagsArray[@]}\" $installFlags \"''${installFlagsArray[@]}\" unlink $out/lib/modules/${modDirVersion}/build unlink $out/lib/modules/${modDirVersion}/source mkdir $dev/lib/modules/${modDirVersion}/build cd $dev/lib/modules/${modDirVersion}/source cp $buildRoot/{.config,Module.symvers} $dev/lib/modules/${modDirVersion}/build make modules_prepare $makeFlags \"''${makeFlagsArray[@]}\" O=$dev/lib/modules/${modDirVersion}/build # For reproducibility, removes accidental leftovers from a `cc1` call # from a `try-run` call from the Makefile rm -f $dev/lib/modules/${modDirVersion}/build/.[0-9]*.d # Keep some extra files for f in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o scripts/gdb/linux vmlinux vmlinux-gdb.py do if [ -e \"$buildRoot/$f\" ]; then mkdir -p \"$(dirname \"$dev/lib/modules/${modDirVersion}/build/$f\")\" cp -HR $buildRoot/$f $dev/lib/modules/${modDirVersion}/build/$f fi done ln -s $dev/lib/modules/${modDirVersion}/build/vmlinux $dev # !!! No documentation on how much of the source tree must be kept # If/when kernel builds fail due to missing files, you can add # them here. Note that we may see packages requiring headers # from drivers/ in the future; it adds 50M to keep all of its # headers on 3.10 though. chmod u+w -R .. arch=$(cd $dev/lib/modules/${modDirVersion}/build/arch; ls) # Remove unused arches for d in $(cd arch/; ls); do if [ \"$d\" = \"$arch\" ]; then continue; fi if [ \"$arch\" = arm64 ] && [ \"$d\" = arm ]; then continue; fi rm -rf arch/$d done # Remove all driver-specific code (50M of which is headers) rm -fR drivers # Keep all headers find . -type f -name '*.h' -print0 | xargs -0 -r chmod u-w # Keep linker scripts (they are required for out-of-tree modules on aarch64) find . -type f -name '*.lds' -print0 | xargs -0 -r chmod u-w # Keep root and arch-specific Makefiles chmod u-w Makefile arch/\"$arch\"/Makefile* # Keep whole scripts dir chmod u-w -R scripts # Delete everything not kept find . -type f -perm -u=w -print0 | xargs -0 -r rm # Delete empty directories find -empty -type d -delete # Remove reference to kmod sed -i Makefile -e 's|= ${buildPackages.kmod}/bin/depmod|= depmod|' ''; preFixup = '' # Don't strip $dev/lib/modules/*/vmlinux stripDebugList=\"$(cd $dev && echo lib/modules/*/build/*/)\" ''; requiredSystemFeatures = [ \"big-parallel\" ]; meta = { description = \"The Linux kernel\" + (if kernelPatches == [] then \"\" else \" (with patches: \" + lib.concatStringsSep \", \" (map (x: x.name) kernelPatches) + \")\"); license = lib.licenses.gpl2Only; homepage = \"https://www.kernel.org/\"; maintainers = lib.teams.linux-kernel.members ++ [ maintainers.thoughtpolice ]; platforms = platforms.linux; timeout = 14400; # 4 hours } // extraMeta; }; in assert lib.versionOlder version \"5.8\" -> libelf != null; assert lib.versionAtLeast version \"5.8\" -> elfutils != null; stdenv.mkDerivation ({ stdenv.mkDerivation ((drvAttrs config stdenv.hostPlatform.linux-kernel kernelPatches configfile) // { pname = \"linux\"; inherit version src; inherit version; enableParallelBuilding = true; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = [ bc gmp libmpc mpfr nettools openssl perl python3Minimal rsync ubootTools zstd ] ++ optional (lib.versionOlder version \"5.8\") libelf ++ optionals (lib.versionAtLeast version \"4.16\") [ bison flex ] ++ optionals (lib.versionAtLeast version \"5.2\") [ cpio pahole zlib ] ++ optional (lib.versionAtLeast version \"5.8\") elfutils; patches = map (p: p.patch) kernelPatches # Required for deterministic builds along with some postPatch magic. ++ optional (lib.versionOlder version \"5.19\") ./randstruct-provide-seed.patch ++ optional (lib.versionAtLeast version \"5.19\") ./randstruct-provide-seed-5.19.patch # Linux 5.12 marked certain PowerPC-only symbols as GPL, which breaks # OpenZFS; this was fixed in Linux 5.19 so we backport the fix # https://github.com/openzfs/zfs/pull/13367 ++ optional (lib.versionAtLeast version \"5.12\" && lib.versionOlder version \"5.19\" && stdenv.hostPlatform.isPower) (fetchpatch { url = \"https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/patch/?id=d9e5c3e9e75162f845880535957b7fd0b4637d23\"; hash = \"sha256-bBOyJcP6jUvozFJU0SPTOf3cmnTQ6ZZ4PlHjiniHXLU=\"; }); preUnpack = '' # The same preUnpack is used to build the configfile, # which does not have $dev. if [ -n \"$dev\" ]; then mkdir -p $dev/lib/modules/${modDirVersion} cd $dev/lib/modules/${modDirVersion} fi ''; postUnpack = '' mv -Tv \"$sourceRoot\" source 2>/dev/null || : export sourceRoot=$PWD/source ''; postPatch = '' sed -i Makefile -e 's|= depmod|= ${buildPackages.kmod}/bin/depmod|' # fixup for pre-4.15 kernels using the $(cd $foo && /bin/pwd) pattern # FIXME: remove when no longer needed substituteInPlace Makefile tools/scripts/Makefile.include --replace /bin/pwd pwd # Don't include a (random) NT_GNU_BUILD_ID, to make the build more deterministic. # This way kernels can be bit-by-bit reproducible depending on settings # (e.g. MODULE_SIG and SECURITY_LOCKDOWN_LSM need to be disabled). # See also https://kernelnewbies.org/BuildId sed -i Makefile -e 's|--build-id=[^ ]*|--build-id=none|' # Some linux-hardened patches now remove certain files in the scripts directory, so the file may not exist. [[ -f scripts/ld-version.sh ]] && patchShebangs scripts/ld-version.sh # Set randstruct seed to a deterministic but diversified value. Note: # we could have instead patched gen-random-seed.sh to take input from # the buildFlags, but that would require also patching the kernel's # toplevel Makefile to add a variable export. This would be likely to # cause future patch conflicts. for file in scripts/gen-randstruct-seed.sh scripts/gcc-plugins/gen-random-seed.sh; do if [ -f \"$file\" ]; then substituteInPlace \"$file\" --replace NIXOS_RANDSTRUCT_SEED $(echo ${randstructSeed}${src} ${placeholder \"configfile\"} | sha256sum | cut -d ' ' -f 1 | tr -d 'n') break fi done patchShebangs scripts # also patch arch-specific install scripts for i in $(find arch -name install.sh); do patchShebangs \"$i\" done ''; configurePhase = '' runHook preConfigure export buildRoot=$TMPDIR/kernel-buildroot mkdir -p $buildRoot echo \"manual-config configurePhase buildRoot=$buildRoot pwd=$PWD\" if [ -f \"$buildRoot/.config\" ]; then echo \"Could not link $buildRoot/.config : file exists\" exit 1 fi ln -sv ${configfile} $buildRoot/.config # reads the existing .config file and prompts the user for options in # the current kernel source that are not found in the file. make $makeFlags \"''${makeFlagsArray[@]}\" oldconfig runHook postConfigure make $makeFlags \"''${makeFlagsArray[@]}\" prepare actualModDirVersion=\"$(cat $buildRoot/include/config/kernel.release)\" if [ \"$actualModDirVersion\" != \"${modDirVersion}\" ]; then echo \"Error: modDirVersion ${modDirVersion} specified in the Nix expression is wrong, it should be: $actualModDirVersion\" exit 1 fi buildFlagsArray+=(\"KBUILD_BUILD_TIMESTAMP=$(date -u -d @$SOURCE_DATE_EPOCH)\") cd $buildRoot ''; nativeBuildInputs = [ perl bc nettools openssl rsync gmp libmpc mpfr zstd python3Minimal ] ++ optional (stdenv.hostPlatform.linux-kernel.target == \"uImage\") buildPackages.ubootTools ++ optional (lib.versionOlder version \"5.8\") libelf ++ optionals (lib.versionAtLeast version \"4.16\") [ bison flex ] ++ optionals (lib.versionAtLeast version \"5.2\") [ cpio pahole zlib ] ++ optional (lib.versionAtLeast version \"5.8\") elfutils ; hardeningDisable = [ \"bindnow\" \"format\" \"fortify\" \"stackprotector\" \"pic\" \"pie\" ];"} {"_id":"doc-en-nixpkgs-c435a636b152815e81feaab503af378acbda131685ae8e256eea65adbdb5bb4d","title":"","text":"\"ARCH=${stdenv.hostPlatform.linuxArch}\" ] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ \"CROSS_COMPILE=${stdenv.cc.targetPrefix}\" ] ++ (kernelConf.makeFlags or []) ] ++ (stdenv.hostPlatform.linux-kernel.makeFlags or []) ++ extraMakeFlags; karch = stdenv.hostPlatform.linuxArch; buildFlags = [ \"DTC_FLAGS=-@\" \"KBUILD_BUILD_VERSION=1-NixOS\" # Set by default in the kernel since a73619a845d5, # replicated here to apply to older versions. # Makes __FILE__ relative to the build directory. \"KCPPFLAGS=-fmacro-prefix-map=$(sourceRoot)/=\" kernelConf.target ] ++ optional isModular \"modules\" ++ optional buildDTBs \"dtbs\" ++ extraMakeFlags; installFlags = [ \"INSTALL_PATH=$(out)\" ] ++ (optional isModular \"INSTALL_MOD_PATH=$(out)\") ++ optionals buildDTBs [\"dtbs_install\" \"INSTALL_DTBS_PATH=$(out)/dtbs\"]; preInstall = let # All we really need to do here is copy the final image and System.map to $out, # and use the kernel's modules_install, firmware_install, dtbs_install, etc. targets # for the rest. Easy, right? # # Unfortunately for us, the obvious way of getting the built image path, # make -s image_name, does not work correctly, because some architectures # (*cough* aarch64 *cough*) change KBUILD_IMAGE on the fly in their install targets, # so we end up attempting to install the thing we didn't actually build. # # Thankfully, there's a way out that doesn't involve just hardcoding everything. # # The kernel has an install target, which runs a pretty simple shell script # (located at scripts/install.sh or arch/$arch/boot/install.sh, depending on # which kernel version you're looking at) that tries to do something sensible. # # (it would be great to hijack this script immediately, as it has all the # information we need passed to it and we don't need it to try and be smart, # but unfortunately, the exact location of the scripts differs between kernel # versions, and they're seemingly not considered to be public API at all) # # One of the ways it tries to discover what \"something sensible\" actually is # is by delegating to what's supposed to be a user-provided install script # located at ~/bin/installkernel. # # (the other options are: # - a distribution-specific script at /sbin/installkernel, # which we can't really create in the sandbox easily # - an architecture-specific script at arch/$arch/boot/install.sh, # which attempts to guess _something_ and usually guesses very wrong) # # More specifically, the install script exec's into ~/bin/installkernel, if one # exists, with the following arguments: # # $1: $KERNELRELEASE - full kernel version string # $2: $KBUILD_IMAGE - the final image path # $3: System.map - path to System.map file, seemingly hardcoded everywhere # $4: $INSTALL_PATH - path to the destination directory as specified in installFlags # # $2 is exactly what we want, so hijack the script and use the knowledge given to it # by the makefile overlords for our own nefarious ends. # # Note that the makefiles specifically look in ~/bin/installkernel, and # writeShellScriptBin writes the script to /bin/installkernel, # so HOME needs to be set to just the store path. # # FIXME: figure out a less roundabout way of doing this. installkernel = buildPackages.writeShellScriptBin \"installkernel\" '' cp -av $2 $4 cp -av $3 $4 ''; in '' installFlagsArray+=(\"-j$NIX_BUILD_CORES\") export HOME=${installkernel} ''; # Some image types need special install targets (e.g. uImage is installed with make uinstall) installTargets = [ (kernelConf.installTarget or ( /**/ if target == \"uImage\" then \"uinstall\" else if target == \"zImage\" || target == \"Image.gz\" then \"zinstall\" else \"install\")) ]; postInstall = optionalString isModular '' if [ -z \"''${dontStrip-}\" ]; then installFlagsArray+=(\"INSTALL_MOD_STRIP=1\") fi make modules_install $makeFlags \"''${makeFlagsArray[@]}\" $installFlags \"''${installFlagsArray[@]}\" unlink $out/lib/modules/${modDirVersion}/build unlink $out/lib/modules/${modDirVersion}/source mkdir $dev/lib/modules/${modDirVersion}/build cd $dev/lib/modules/${modDirVersion}/source cp $buildRoot/{.config,Module.symvers} $dev/lib/modules/${modDirVersion}/build make modules_prepare $makeFlags \"''${makeFlagsArray[@]}\" O=$dev/lib/modules/${modDirVersion}/build # For reproducibility, removes accidental leftovers from a `cc1` call # from a `try-run` call from the Makefile rm -f $dev/lib/modules/${modDirVersion}/build/.[0-9]*.d # Keep some extra files for f in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o scripts/gdb/linux vmlinux vmlinux-gdb.py do if [ -e \"$buildRoot/$f\" ]; then mkdir -p \"$(dirname \"$dev/lib/modules/${modDirVersion}/build/$f\")\" cp -HR $buildRoot/$f $dev/lib/modules/${modDirVersion}/build/$f fi done ln -s $dev/lib/modules/${modDirVersion}/build/vmlinux $dev # !!! No documentation on how much of the source tree must be kept # If/when kernel builds fail due to missing files, you can add # them here. Note that we may see packages requiring headers # from drivers/ in the future; it adds 50M to keep all of its # headers on 3.10 though. chmod u+w -R .. arch=$(cd $dev/lib/modules/${modDirVersion}/build/arch; ls) # Remove unused arches for d in $(cd arch/; ls); do if [ \"$d\" = \"$arch\" ]; then continue; fi if [ \"$arch\" = arm64 ] && [ \"$d\" = arm ]; then continue; fi rm -rf arch/$d done # Remove all driver-specific code (50M of which is headers) rm -fR drivers # Keep all headers find . -type f -name '*.h' -print0 | xargs -0 -r chmod u-w # Keep linker scripts (they are required for out-of-tree modules on aarch64) find . -type f -name '*.lds' -print0 | xargs -0 -r chmod u-w # Keep root and arch-specific Makefiles chmod u-w Makefile arch/\"$arch\"/Makefile* # Keep whole scripts dir chmod u-w -R scripts # Delete everything not kept find . -type f -perm -u=w -print0 | xargs -0 -r rm # Delete empty directories find -empty -type d -delete # Remove reference to kmod sed -i Makefile -e 's|= ${buildPackages.kmod}/bin/depmod|= depmod|' '' # unfortunately linux/arch/mips/Makefile does not understand installkernel # and simply copies to $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE) + lib.optionalString stdenv.hostPlatform.isMips '' mv $out/vmlinux-* $out/vmlinux || true mv $out/vmlinuz-* $out/vmlinuz || true mv $out/System.map-* $out/System.map ''; preFixup = '' # Don't strip $dev/lib/modules/*/vmlinux stripDebugList=\"$(cd $dev && echo lib/modules/*/build/*/)\" '' + lib.optionalString (stdenv.hostPlatform.isMips) '' $STRIP -s $out/vmlinux || true ''; enableParallelBuilding = true; passthru = rec { inherit version modDirVersion config kernelPatches configfile moduleBuildDependencies stdenv; inherit isZen isHardened isLibre; isXen = lib.warn \"The isXen attribute is deprecated. All Nixpkgs kernels that support it now have Xen enabled.\" true; baseVersion = lib.head (lib.splitString \"-rc\" version); kernelOlder = lib.versionOlder baseVersion; kernelAtLeast = lib.versionAtLeast baseVersion; }; requiredSystemFeatures = [ \"big-parallel\" ]; meta = { description = \"The Linux kernel\" + (lib.optionalString (kernelPatches != []) ( \" (with patches: \" + lib.concatStringsSep \", \" (map (x: x.name) kernelPatches) + \")\" )); license = lib.licenses.gpl2Only; homepage = \"https://www.kernel.org/\"; maintainers = lib.teams.linux-kernel.members ++ [ maintainers.thoughtpolice ]; platforms = platforms.linux; badPlatforms = lib.optionals (lib.versionOlder version \"4.15\") [ \"riscv32-linux\" \"riscv64-linux\" ] ++ lib.optional (lib.versionOlder version \"5.19\") \"loongarch64-linux\"; timeout = 14400; # 4 hours } // extraMeta; } // optionalAttrs (pos != null) { inherit pos; } // optionalAttrs isModular { outputs = [ \"out\" \"dev\" ]; })) } // (optionalAttrs (pos != null) { inherit pos; }))) "} {"_id":"doc-en-nixpkgs-b59295ad594b1bdd728ceb7b9796543bc0ed65170e15f2a40bebabdf4cddf695","title":"","text":"}) ]; # Tweaks to fix undefined variable substitutions # https://github.com/HowardHinnant/date/pull/538#pullrequestreview-1373268697 postPatch = '' substituteInPlace date.pc.in --replace '@CMAKE_INSTALL_LIB@' '@CMAKE_INSTALL_FULL_LIBDIR@' --replace '@CMAKE_INSTALL_INCLUDE@' '@CMAKE_INSTALL_FULL_INCLUDEDIR@' --replace '@PACKAGE_VERSION@' '${version}' ''; nativeBuildInputs = [ cmake ]; cmakeFlags = ["} {"_id":"doc-en-nixpkgs-c47b76bf38c72f9d59744307e101d6138008bdabaada70c143f1533ad28c55aa","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"Inflector\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3\" [[package]] name = \"ab_glyph\" version = \"0.2.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c\" dependencies = [ \"ab_glyph_rasterizer\", \"owned_ttf_parser\", ] [[package]] name = \"ab_glyph_rasterizer\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046\" [[package]] name = \"accesskit\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3083ac5a97521e35388ca80cf365b6be5210962cc59f11ee238cd92ac2fa9524\" dependencies = [ \"enumset\", \"kurbo\", \"serde\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"adler32\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234\" [[package]] name = \"ahash\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f\" dependencies = [ \"cfg-if 1.0.0\", \"once_cell\", \"serde\", \"version_check\", ] [[package]] name = \"aho-corasick\" version = \"0.7.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac\" dependencies = [ \"memchr\", ] [[package]] name = \"aliasable\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd\" [[package]] name = \"aligned\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80a21b9440a626c7fc8573a9e3d3a06b75c7c97754c2949bc7857b90353ca655\" dependencies = [ \"as-slice\", ] [[package]] name = \"almost\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14\" [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"ansi_term\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2\" dependencies = [ \"winapi\", ] [[package]] name = \"anyhow\" version = \"1.0.70\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4\" [[package]] name = \"anyhow_ext\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a135cb522bf5b2254ed712979bc242f60c13f7906c1e4585d5fef36ae9017528\" dependencies = [ \"anyhow\", ] [[package]] name = \"arboard\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854\" dependencies = [ \"clipboard-win\", \"log\", \"objc\", \"objc-foundation\", \"objc_id\", \"once_cell\", \"parking_lot\", \"thiserror\", \"winapi\", \"x11rb\", ] [[package]] name = \"array-init\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc\" [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b\" [[package]] name = \"arrayvec\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6\" [[package]] name = \"as-slice\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516\" dependencies = [ \"stable_deref_trait\", ] [[package]] name = \"astrolabe\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f751fcf1d5272d514a83197d8440d6c4527cc5ba992713f93b666eba556f92c\" [[package]] name = \"atk-sys\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"atomic_refcell\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8\" [[package]] name = \"atty\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\" dependencies = [ \"hermit-abi 0.1.19\", \"libc\", \"winapi\", ] [[package]] name = \"auto-enum\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c70bf3f7ad3d6a1eb8d7366314ae6c7f12ac27560e21692574564a2ce06b75e1\" dependencies = [ \"proc-macro2 0.4.30\", \"quote 0.6.13\", \"syn 0.15.44\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"base64\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e\" dependencies = [ \"byteorder\", ] [[package]] name = \"base64\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\" [[package]] name = \"bincode\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\" dependencies = [ \"serde\", ] [[package]] name = \"binrw\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4abb4fd60add897b9e8827e0d5fa6c2ca129ece2432d9aa13454b21ac2ecc18f\" dependencies = [ \"array-init\", \"binrw_derive\", ] [[package]] name = \"binrw_derive\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a36ff195a3a1a82d5eeb98e0069bdf3ea076042d28591396d9020fac763bf66f\" dependencies = [ \"owo-colors\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"bit-set\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1\" dependencies = [ \"bit-vec\", ] [[package]] name = \"bit-vec\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb\" [[package]] name = \"bit_field\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"block-buffer\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4\" dependencies = [ \"generic-array\", ] [[package]] name = \"block-sys\" version = \"0.1.0-beta.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146\" dependencies = [ \"objc-sys\", ] [[package]] name = \"block2\" version = \"0.2.0-alpha.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42\" dependencies = [ \"block-sys\", \"objc2-encode\", ] [[package]] name = \"botw-utils\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d528a00da0ca3e77131c90f89b00c4599b4ddfdd99ed3b30b00b4eea6f5d264f\" dependencies = [ \"include-flate\", \"once_cell\", \"regex\", \"roead\", \"serde_json\", \"twox-hash\", ] [[package]] name = \"bumpalo\" version = \"3.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535\" [[package]] name = \"bytecount\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c\" [[package]] name = \"bytemuck\" version = \"1.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea\" dependencies = [ \"bytemuck_derive\", ] [[package]] name = \"bytemuck_derive\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"byteordered\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a90ff53bdca087f5c3ebf666edb0aaf3cd17c145b6db177f305407b0370de9a9\" dependencies = [ \"byteorder\", ] [[package]] name = \"bytes\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be\" [[package]] name = \"cairo-sys-rs\" version = \"0.16.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421\" dependencies = [ \"libc\", \"system-deps\", ] [[package]] name = \"calloop\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192\" dependencies = [ \"log\", \"nix 0.25.1\", \"slotmap\", \"thiserror\", \"vec_map\", ] [[package]] name = \"camino\" version = \"1.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2\" dependencies = [ \"serde\", ] [[package]] name = \"cargo-platform\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27\" dependencies = [ \"serde\", ] [[package]] name = \"cargo_metadata\" version = \"0.14.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa\" dependencies = [ \"camino\", \"cargo-platform\", \"semver\", \"serde\", \"serde_json\", ] [[package]] name = \"catppuccin-egui\" version = \"1.0.2\" source = \"git+https://github.com/NiceneNerd/egui-catppuccin#23adfdba9f43e35ed1f0656df654cb04cc0c0e52\" dependencies = [ \"egui\", ] [[package]] name = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" dependencies = [ \"jobserver\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cfg-expr\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa\" dependencies = [ \"smallvec\", ] [[package]] name = \"cfg-if\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cfg_aliases\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e\" [[package]] name = \"cgl\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff\" dependencies = [ \"libc\", ] [[package]] name = \"chrono\" version = \"0.4.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b\" dependencies = [ \"iana-time-zone\", \"js-sys\", \"num-integer\", \"num-traits\", \"serde\", \"time 0.1.43\", \"wasm-bindgen\", \"winapi\", ] [[package]] name = \"clap\" version = \"2.34.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c\" dependencies = [ \"ansi_term\", \"atty\", \"bitflags\", \"strsim 0.8.0\", \"textwrap\", \"unicode-width\", \"vec_map\", ] [[package]] name = \"clipboard-win\" version = \"4.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362\" dependencies = [ \"error-code\", \"str-buf\", \"winapi\", ] [[package]] name = \"cmake\" version = \"0.1.49\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c\" dependencies = [ \"cc\", ] [[package]] name = \"cocoa\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a\" dependencies = [ \"bitflags\", \"block\", \"cocoa-foundation\", \"core-foundation\", \"core-graphics\", \"foreign-types 0.3.2\", \"libc\", \"objc\", ] [[package]] name = \"cocoa-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6\" dependencies = [ \"bitflags\", \"block\", \"core-foundation\", \"core-graphics-types\", \"foreign-types 0.3.2\", \"libc\", \"objc\", ] [[package]] name = \"codepage-437\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e40c1169585d8d08e5675a39f2fc056cd19a258fc4cba5e3bbf4a9c1026de535\" dependencies = [ \"csv\", ] [[package]] name = \"codespan-reporting\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e\" dependencies = [ \"termcolor\", \"unicode-width\", ] [[package]] name = \"color-hex\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ecdffb913a326b6c642290a0d0ec8e8d6597291acdc07cc4c9cb4b3635d44cf9\" [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"configparser\" version = \"3.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5458d9d1a587efaf5091602c59d299696a3877a439c8f6d461a2d3cce11df87a\" [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc\" [[package]] name = \"core-graphics\" version = \"0.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb\" dependencies = [ \"bitflags\", \"core-foundation\", \"core-graphics-types\", \"foreign-types 0.3.2\", \"libc\", ] [[package]] name = \"core-graphics-types\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b\" dependencies = [ \"bitflags\", \"core-foundation\", \"foreign-types 0.3.2\", \"libc\", ] [[package]] name = \"core-text\" version = \"19.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25\" dependencies = [ \"core-foundation\", \"core-graphics\", \"foreign-types 0.3.2\", \"libc\", ] [[package]] name = \"cpufeatures\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320\" dependencies = [ \"libc\", ] [[package]] name = \"crc\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23\" dependencies = [ \"crc-catalog 1.1.1\", ] [[package]] name = \"crc\" version = \"3.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe\" dependencies = [ \"crc-catalog 2.2.0\", ] [[package]] name = \"crc-catalog\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403\" [[package]] name = \"crc-catalog\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484\" [[package]] name = \"crc32fast\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"crossbeam\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c\" dependencies = [ \"cfg-if 1.0.0\", \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-epoch\", \"crossbeam-queue\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c\" dependencies = [ \"cfg-if 1.0.0\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef\" dependencies = [ \"cfg-if 1.0.0\", \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695\" dependencies = [ \"autocfg\", \"cfg-if 1.0.0\", \"crossbeam-utils\", \"memoffset 0.8.0\", \"scopeguard\", ] [[package]] name = \"crossbeam-queue\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add\" dependencies = [ \"cfg-if 1.0.0\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"crossfont\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45\" dependencies = [ \"cocoa\", \"core-foundation\", \"core-foundation-sys\", \"core-graphics\", \"core-text\", \"dwrote\", \"foreign-types 0.5.0\", \"freetype-rs\", \"libc\", \"log\", \"objc\", \"once_cell\", \"pkg-config\", \"servo-fontconfig\", \"winapi\", ] [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"csv\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad\" dependencies = [ \"csv-core\", \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"csv-core\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90\" dependencies = [ \"memchr\", ] [[package]] name = \"ctor\" version = \"0.1.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096\" dependencies = [ \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"cty\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35\" [[package]] name = \"cvt\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2ae9bf77fbf2d39ef573205d554d87e86c12f1994e9ea335b0651b9b278bcf1\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"cxx\" version = \"1.0.93\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038\" dependencies = [ \"cc\", \"cxxbridge-flags\", \"cxxbridge-macro\", \"link-cplusplus\", ] [[package]] name = \"cxx-build\" version = \"1.0.93\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca\" dependencies = [ \"cc\", \"codespan-reporting\", \"once_cell\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"scratch\", \"syn 2.0.4\", ] [[package]] name = \"cxxbridge-flags\" version = \"1.0.93\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31\" [[package]] name = \"cxxbridge-macro\" version = \"1.0.93\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 2.0.4\", ] [[package]] name = \"darling\" version = \"0.13.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c\" dependencies = [ \"darling_core 0.13.4\", \"darling_macro 0.13.4\", ] [[package]] name = \"darling\" version = \"0.14.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850\" dependencies = [ \"darling_core 0.14.4\", \"darling_macro 0.14.4\", ] [[package]] name = \"darling_core\" version = \"0.13.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"strsim 0.10.0\", \"syn 1.0.109\", ] [[package]] name = \"darling_core\" version = \"0.14.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"strsim 0.10.0\", \"syn 1.0.109\", ] [[package]] name = \"darling_macro\" version = \"0.13.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835\" dependencies = [ \"darling_core 0.13.4\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"darling_macro\" version = \"0.14.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e\" dependencies = [ \"darling_core 0.14.4\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"dashmap\" version = \"5.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc\" dependencies = [ \"cfg-if 1.0.0\", \"hashbrown\", \"lock_api\", \"once_cell\", \"parking_lot_core\", \"rayon\", \"serde\", ] [[package]] name = \"data-url\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193\" dependencies = [ \"matches\", ] [[package]] name = \"digest\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066\" dependencies = [ \"generic-array\", ] [[package]] name = \"dircpy\" version = \"0.3.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"10b6622b9d0dc20c70e74ff24c56493278d7d9299ac8729deb923703616e5a7e\" dependencies = [ \"jwalk 0.6.2\", \"log\", \"walkdir\", ] [[package]] name = \"dirs\" version = \"4.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059\" dependencies = [ \"dirs-sys\", ] [[package]] name = \"dirs-sys\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6\" dependencies = [ \"libc\", \"redox_users\", \"winapi\", ] [[package]] name = \"dirs2\" version = \"3.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4049c5941d42b500fab4dbe85341aa7eb7b533e2c678529db3c1e88ed1aba8b5\" dependencies = [ \"cfg-if 0.1.10\", \"dirs-sys\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"dlib\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794\" dependencies = [ \"libloading\", ] [[package]] name = \"downcast-rs\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650\" [[package]] name = \"dwrote\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b\" dependencies = [ \"lazy_static\", \"libc\", \"serde\", \"serde_derive\", \"winapi\", \"wio\", ] [[package]] name = \"ecolor\" version = \"0.20.0\" source = \"git+https://github.com/NiceneNerd/egui#3803a3223e98b3e50dfd858aa9e7fd5c6615dc09\" dependencies = [ \"bytemuck\", \"color-hex\", \"serde\", ] [[package]] name = \"eframe\" version = \"0.20.0\" source = \"git+https://github.com/NiceneNerd/egui#3803a3223e98b3e50dfd858aa9e7fd5c6615dc09\" dependencies = [ \"bytemuck\", \"egui\", \"egui-winit\", \"egui_glow\", \"glow\", \"glutin\", \"js-sys\", \"percent-encoding\", \"raw-window-handle 0.5.1\", \"tracing\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winit\", ] [[package]] name = \"egui\" version = \"0.20.0\" source = \"git+https://github.com/NiceneNerd/egui#3803a3223e98b3e50dfd858aa9e7fd5c6615dc09\" dependencies = [ \"accesskit\", \"ahash\", \"epaint\", \"nohash-hasher\", \"ron\", \"serde\", \"tracing\", ] [[package]] name = \"egui-notify\" version = \"0.4.0\" source = \"git+https://github.com/NiceneNerd/egui-notify#ae2c44477b154133037f04f1adf8df60c2f0dc53\" dependencies = [ \"egui\", ] [[package]] name = \"egui-winit\" version = \"0.20.0\" source = \"git+https://github.com/NiceneNerd/egui#3803a3223e98b3e50dfd858aa9e7fd5c6615dc09\" dependencies = [ \"arboard\", \"egui\", \"instant\", \"smithay-clipboard\", \"tracing\", \"webbrowser\", \"winit\", ] [[package]] name = \"egui_commonmark\" version = \"0.6.0\" source = \"git+https://github.com/NiceneNerd/egui_commonmark#a3cde22510be11330467d920d8fdd379964f260d\" dependencies = [ \"egui\", \"ehttp\", \"image\", \"pulldown-cmark\", \"resvg 0.20.0\", \"tiny-skia 0.6.6\", \"url\", \"usvg 0.20.0\", ] [[package]] name = \"egui_dock\" version = \"0.2.1\" source = \"git+https://github.com/NiceneNerd/egui_dock#0dffb443c6dcc19bc5713b5f8ad2d4b4abd44c9c\" dependencies = [ \"egui\", \"serde\", ] [[package]] name = \"egui_extras\" version = \"0.20.0\" source = \"git+https://github.com/NiceneNerd/egui#3803a3223e98b3e50dfd858aa9e7fd5c6615dc09\" dependencies = [ \"egui\", \"image\", \"resvg 0.23.0\", \"serde\", \"tiny-skia 0.6.6\", \"usvg 0.23.0\", ] [[package]] name = \"egui_glow\" version = \"0.20.0\" source = \"git+https://github.com/NiceneNerd/egui#3803a3223e98b3e50dfd858aa9e7fd5c6615dc09\" dependencies = [ \"bytemuck\", \"egui\", \"glow\", \"memoffset 0.6.5\", \"tracing\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"ehttp\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80b69a6f9168b96c0ae04763bec27a8b06b34343c334dd2703a4ec21f0f5e110\" dependencies = [ \"js-sys\", \"ureq\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", ] [[package]] name = \"either\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91\" [[package]] name = \"emath\" version = \"0.20.0\" source = \"git+https://github.com/NiceneNerd/egui#3803a3223e98b3e50dfd858aa9e7fd5c6615dc09\" dependencies = [ \"bytemuck\", \"serde\", ] [[package]] name = \"enum-as-inner\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116\" dependencies = [ \"heck\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"enum_dispatch\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"11f36e95862220b211a6e2aa5eca09b4fa391b13cd52ceb8035a24bf65a79de2\" dependencies = [ \"once_cell\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"enumset\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19be8061a06ab6f3a6cf21106c873578bf01bd42ad15e0311a9c76161cb1c753\" dependencies = [ \"enumset_derive\", \"serde\", ] [[package]] name = \"enumset_derive\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0\" dependencies = [ \"darling 0.14.4\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"env_logger\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0\" dependencies = [ \"humantime\", \"is-terminal\", \"log\", \"regex\", \"termcolor\", ] [[package]] name = \"epaint\" version = \"0.20.0\" source = \"git+https://github.com/NiceneNerd/egui#3803a3223e98b3e50dfd858aa9e7fd5c6615dc09\" dependencies = [ \"ab_glyph\", \"ahash\", \"atomic_refcell\", \"bytemuck\", \"ecolor\", \"emath\", \"nohash-hasher\", \"parking_lot\", \"serde\", ] [[package]] name = \"erased-serde\" version = \"0.3.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569\" dependencies = [ \"serde\", ] [[package]] name = \"errno\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1\" dependencies = [ \"errno-dragonfly\", \"libc\", \"winapi\", ] [[package]] name = \"errno-dragonfly\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"error-chain\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc\" dependencies = [ \"version_check\", ] [[package]] name = \"error-code\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21\" dependencies = [ \"libc\", \"str-buf\", ] [[package]] name = \"expat-sys\" version = \"2.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa\" dependencies = [ \"cmake\", \"pkg-config\", ] [[package]] name = \"exr\" version = \"1.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4\" dependencies = [ \"bit_field\", \"flume\", \"half\", \"lebe\", \"miniz_oxide\", \"rayon-core\", \"smallvec\", \"zune-inflate\", ] [[package]] name = \"fancy-regex\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf\" dependencies = [ \"bit-set\", \"regex\", ] [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"filetime\" version = \"0.2.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall\", \"windows-sys 0.45.0\", ] [[package]] name = \"filetime_creation\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d92d3a090e4eb905aa0c4376799d51ffe6bc184f0f8b27650a98c1f61ae466a6\" dependencies = [ \"cfg-if 1.0.0\", \"filetime\", \"windows-sys 0.45.0\", ] [[package]] name = \"flate2\" version = \"1.0.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"float-cmp\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4\" [[package]] name = \"flume\" version = \"0.10.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577\" dependencies = [ \"futures-core\", \"futures-sink\", \"nanorand\", \"pin-project\", \"spin 0.9.6\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"font-loader\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c49d6b4c11dca1a1dd931a34a9f397e2da91abe3de4110505f3530a80e560b52\" dependencies = [ \"core-foundation\", \"core-text\", \"libc\", \"servo-fontconfig\", \"winapi\", ] [[package]] name = \"fontconfig-parser\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ab2e12762761366dcb876ab8b6e0cfa4797ddcd890575919f008b5ba655672a\" dependencies = [ \"roxmltree 0.18.0\", ] [[package]] name = \"fontdb\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01b07f5c05414a0d8caba4c17eef8dc8b5c8955fc7c68d324191c7a56d3f3449\" dependencies = [ \"log\", \"memmap2\", \"ttf-parser 0.12.3\", ] [[package]] name = \"fontdb\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d52186a39c335aa6f79fc0bf1c3cf854870b6ad4e50a7bb8a59b4ba1331f478a\" dependencies = [ \"fontconfig-parser\", \"log\", \"memmap2\", \"ttf-parser 0.17.1\", ] [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared 0.1.1\", ] [[package]] name = \"foreign-types\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965\" dependencies = [ \"foreign-types-macros\", \"foreign-types-shared 0.3.1\", ] [[package]] name = \"foreign-types-macros\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"foreign-types-shared\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b\" [[package]] name = \"form_urlencoded\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"freetype-rs\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb\" dependencies = [ \"bitflags\", \"freetype-sys\", \"libc\", ] [[package]] name = \"freetype-sys\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a\" dependencies = [ \"cmake\", \"libc\", \"pkg-config\", ] [[package]] name = \"fs-err\" version = \"2.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541\" [[package]] name = \"fs_at\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3dfc546714a30e1e1f2eb5e1d233a6c1254c4a3d25ac35c09743e824a39d35e\" dependencies = [ \"aligned\", \"cfg-if 1.0.0\", \"cvt\", \"libc\", \"nix 0.26.2\", \"smart-default\", \"windows-sys 0.45.0\", ] [[package]] name = \"futures-core\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd\" [[package]] name = \"futures-sink\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2\" [[package]] name = \"gdk-pixbuf-sys\" version = \"0.16.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016\" dependencies = [ \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"gdk-sys\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a\" dependencies = [ \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"pkg-config\", \"system-deps\", ] [[package]] name = \"generic-array\" version = \"0.14.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"gethostname\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"getrandom\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"wasm-bindgen\", ] [[package]] name = \"ghost\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e77ac7b51b8e6313251737fcef4b1c01a2ea102bde68415b62c0ee9268fec357\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 2.0.4\", ] [[package]] name = \"gif\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"gio-sys\" version = \"0.16.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", \"winapi\", ] [[package]] name = \"gl_generator\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d\" dependencies = [ \"khronos_api\", \"log\", \"xml-rs\", ] [[package]] name = \"glib-sys\" version = \"0.16.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65\" dependencies = [ \"libc\", \"system-deps\", ] [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"glow\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919\" dependencies = [ \"js-sys\", \"slotmap\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"glutin\" version = \"0.30.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f89bab9ec7715de13d5d5402238e66f48e3a5ae636ebb45aba4013c962e2ff15\" dependencies = [ \"bitflags\", \"cfg_aliases\", \"cgl\", \"core-foundation\", \"dispatch\", \"glutin_egl_sys\", \"glutin_glx_sys\", \"glutin_wgl_sys\", \"libloading\", \"objc2\", \"once_cell\", \"raw-window-handle 0.5.1\", \"wayland-sys 0.30.1\", \"windows-sys 0.45.0\", \"x11-dl\", ] [[package]] name = \"glutin_egl_sys\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5aaf0abb5c4148685b33101ae326a207946b4d3764d6cdc79f8316cdaa8367d\" dependencies = [ \"gl_generator\", \"windows-sys 0.45.0\", ] [[package]] name = \"glutin_glx_sys\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494\" dependencies = [ \"gl_generator\", \"x11-dl\", ] [[package]] name = \"glutin_wgl_sys\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165\" dependencies = [ \"gl_generator\", ] [[package]] name = \"gobject-sys\" version = \"0.16.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"gtk-sys\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3\" dependencies = [ \"atk-sys\", \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gdk-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"half\" version = \"2.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0\" dependencies = [ \"crunchy\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286\" [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"http_req\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba2b47a95070b135fd0e17a307ab18af91e15d4df99cc59e046fafb904404926\" dependencies = [ \"rustls 0.19.1\", \"unicase\", \"webpki 0.21.4\", \"webpki-roots 0.21.1\", ] [[package]] name = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"iana-time-zone\" version = \"0.1.54\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows 0.46.0\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca\" dependencies = [ \"cxx\", \"cxx-build\", ] [[package]] name = \"ident_case\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39\" [[package]] name = \"idna\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"image\" version = \"0.24.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"exr\", \"gif\", \"jpeg-decoder 0.3.0\", \"num-rational\", \"num-traits\", \"png\", \"scoped_threadpool\", \"tiff\", ] [[package]] name = \"include-flate\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2e11569346406931d20276cc460215ee2826e7cad43aa986999cb244dd7adb0\" dependencies = [ \"include-flate-codegen-exports\", \"lazy_static\", \"libflate\", ] [[package]] name = \"include-flate-codegen\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a7d6e1419fa3129eb0802b4c99603c0d425c79fb5d76191d5a20d0ab0d664e8\" dependencies = [ \"libflate\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"include-flate-codegen-exports\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75657043ffe3d8280f1cb8aef0f505532b392ed7758e0baeac22edadcee31a03\" dependencies = [ \"include-flate-codegen\", \"proc-macro-hack\", ] [[package]] name = \"indexmap\" version = \"1.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399\" dependencies = [ \"autocfg\", \"hashbrown\", \"serde\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"inventory\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"498ae1c9c329c7972b917506239b557a60386839192f1cf0ca034f345b65db99\" dependencies = [ \"ctor\", \"ghost\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb\" dependencies = [ \"hermit-abi 0.3.1\", \"libc\", \"windows-sys 0.45.0\", ] [[package]] name = \"is-terminal\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e\" dependencies = [ \"hermit-abi 0.3.1\", \"io-lifetimes\", \"rustix\", \"windows-sys 0.45.0\", ] [[package]] name = \"itertools\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6\" [[package]] name = \"jni\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97\" dependencies = [ \"cesu8\", \"cfg-if 1.0.0\", \"combine\", \"jni-sys\", \"log\", \"thiserror\", \"walkdir\", \"windows-sys 0.45.0\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"jobserver\" version = \"0.1.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2\" dependencies = [ \"libc\", ] [[package]] name = \"join_str\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0de046f45ca45d4526a5d340223c0e03cef1f06457bee78a523d5ce55894ac0a\" [[package]] name = \"jpeg-decoder\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2\" [[package]] name = \"jpeg-decoder\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b\" [[package]] name = \"jpeg-decoder\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e\" dependencies = [ \"rayon\", ] [[package]] name = \"js-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"junction\" version = \"0.2.0\" source = \"git+https://github.com/NiceneNerd/junction#84e0dbd793645acf2702de283f78e8f6e0043ea5\" dependencies = [ \"scopeguard\", \"winapi\", ] [[package]] name = \"jwalk\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5dbcda57db8b6dc067e589628b7348639014e793d9e8137d8cf215e8b133a0bd\" dependencies = [ \"crossbeam\", \"rayon\", ] [[package]] name = \"jwalk\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56\" dependencies = [ \"crossbeam\", \"rayon\", ] [[package]] name = \"khronos_api\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc\" [[package]] name = \"kurbo\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449\" dependencies = [ \"arrayvec 0.7.2\", \"serde\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lebe\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8\" [[package]] name = \"lenient_semver\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de8de3f4f3754c280ce1c8c42ed8dd26a9c8385c2e5ad4ec5a77e774cea9c1ec\" dependencies = [ \"lenient_semver_parser\", \"lenient_version\", \"semver\", ] [[package]] name = \"lenient_semver_parser\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f650c1d024ddc26b4bb79c3076b30030f2cf2b18292af698c81f7337a64d7d6\" dependencies = [ \"lenient_semver_version_builder\", \"semver\", ] [[package]] name = \"lenient_semver_version_builder\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9049f8ff49f75b946f95557148e70230499c8a642bf2d6528246afc7d0282d17\" dependencies = [ \"semver\", ] [[package]] name = \"lenient_version\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bad7b41cc0ad9b8a9f8d8fcb7c2ab6703a6da4b369cbb7e3a63ee0840769b4eb\" dependencies = [ \"lenient_semver_parser\", \"lenient_semver_version_builder\", \"serde\", ] [[package]] name = \"lexical\" version = \"6.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6\" dependencies = [ \"lexical-core\", ] [[package]] name = \"lexical-core\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46\" dependencies = [ \"lexical-parse-float\", \"lexical-parse-integer\", \"lexical-util\", \"lexical-write-float\", \"lexical-write-integer\", ] [[package]] name = \"lexical-parse-float\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f\" dependencies = [ \"lexical-parse-integer\", \"lexical-util\", \"static_assertions\", ] [[package]] name = \"lexical-parse-integer\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9\" dependencies = [ \"lexical-util\", \"static_assertions\", ] [[package]] name = \"lexical-util\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc\" dependencies = [ \"static_assertions\", ] [[package]] name = \"lexical-write-float\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862\" dependencies = [ \"lexical-util\", \"lexical-write-integer\", \"static_assertions\", ] [[package]] name = \"lexical-write-integer\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446\" dependencies = [ \"lexical-util\", \"static_assertions\", ] [[package]] name = \"libc\" version = \"0.2.140\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c\" [[package]] name = \"libflate\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97822bf791bd4d5b403713886a5fbe8bf49520fe78e323b0dc480ca1a03e50b0\" dependencies = [ \"adler32\", \"crc32fast\", \"libflate_lz77\", ] [[package]] name = \"libflate_lz77\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf\" dependencies = [ \"rle-decode-fast\", ] [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if 1.0.0\", \"winapi\", ] [[package]] name = \"libmimalloc-sys\" version = \"0.1.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"lighter\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a59ce94dd95c6363bfe7fde22951e2a97c53d0164373ae4c8996028c91f3ac5\" dependencies = [ \"lighter-derive\", ] [[package]] name = \"lighter-derive\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38ce0407b25ce2ba0e9ff4ec2cf60c2b499da0658fe6b6745fb85dfbb56fae12\" dependencies = [ \"proc-macro-crate\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"link-cplusplus\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5\" dependencies = [ \"cc\", ] [[package]] name = \"linked-hash-map\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f\" [[package]] name = \"linux-raw-sys\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4\" [[package]] name = \"lock_api\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df\" dependencies = [ \"autocfg\", \"scopeguard\", \"serde\", ] [[package]] name = \"log\" version = \"0.4.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"lzma-rust\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"808dc37ccba979c213304880eadaab444bb522a5fe79acca9e90ec62377125c2\" dependencies = [ \"byteorder\", ] [[package]] name = \"mach\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa\" dependencies = [ \"libc\", ] [[package]] name = \"mach2\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8\" dependencies = [ \"libc\", ] [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"matches\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5\" [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memmap2\" version = \"0.5.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1\" dependencies = [ \"autocfg\", ] [[package]] name = \"mimalloc\" version = \"0.1.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1\" dependencies = [ \"libmimalloc-sys\", ] [[package]] name = \"minicbor\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a20020e8e2d1881d8736f64011bb5ff99f1db9947ce3089706945c8915695cb\" dependencies = [ \"minicbor-derive\", ] [[package]] name = \"minicbor-derive\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8608fb1c805b5b6b3d5ab7bd95c40c396df622b64d77b2d621a5eae1eed050ee\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"minicbor-ser\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0834b86a9c56311671913d56f640d7f0b6da803df61121661cc890f0edc0eb1\" dependencies = [ \"minicbor\", \"serde\", ] [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa\" dependencies = [ \"adler\", ] [[package]] name = \"mio\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9\" dependencies = [ \"libc\", \"log\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"windows-sys 0.45.0\", ] [[package]] name = \"mmap-rs\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07e0a1864d403b362a53630123b970d4c59074a225002955b781d95a1a831631\" dependencies = [ \"bitflags\", \"combine\", \"libc\", \"mach2\", \"nix 0.24.3\", \"sysctl\", \"thiserror\", \"widestring\", \"windows 0.39.0\", ] [[package]] name = \"moka\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b6446f16d504e3d575df79cabb11bfbe9f24b17e9562d964a815db7b28ae3ec\" dependencies = [ \"crossbeam-channel\", \"crossbeam-epoch\", \"crossbeam-utils\", \"num_cpus\", \"once_cell\", \"parking_lot\", \"quanta\", \"rustc_version\", \"scheduled-thread-pool\", \"skeptic\", \"smallvec\", \"tagptr\", \"thiserror\", \"triomphe\", \"uuid\", ] [[package]] name = \"msbt\" version = \"0.1.1\" source = \"git+https://github.com/NiceneNerd/msbt-rs#9837597fe8e8349b6b079a0d17b9ac224df3984d\" dependencies = [ \"byteordered\", \"thiserror\", ] [[package]] name = \"msyt\" version = \"1.2.1\" source = \"git+https://github.com/NiceneNerd/msyt?rev=12e4d95fb6480f445284f37706db7bfa8351dc06#12e4d95fb6480f445284f37706db7bfa8351dc06\" dependencies = [ \"anyhow\", \"base64 0.10.1\", \"byteordered\", \"clap\", \"glob\", \"indexmap\", \"msbt\", \"rayon\", \"serde\", \"serde_derive\", \"serde_yaml 0.8.26\", ] [[package]] name = \"nanorand\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3\" dependencies = [ \"getrandom\", ] [[package]] name = \"ndk\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0\" dependencies = [ \"bitflags\", \"jni-sys\", \"ndk-sys\", \"num_enum\", \"raw-window-handle 0.5.1\", \"thiserror\", ] [[package]] name = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[package]] name = \"ndk-glue\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f\" dependencies = [ \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-macro\", \"ndk-sys\", \"once_cell\", \"parking_lot\", ] [[package]] name = \"ndk-macro\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c\" dependencies = [ \"darling 0.13.4\", \"proc-macro-crate\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"ndk-sys\" version = \"0.4.1+23.1.7779620\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3\" dependencies = [ \"jni-sys\", ] [[package]] name = \"nix\" version = \"0.24.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069\" dependencies = [ \"bitflags\", \"cfg-if 1.0.0\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.25.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4\" dependencies = [ \"autocfg\", \"bitflags\", \"cfg-if 1.0.0\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.26.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a\" dependencies = [ \"bitflags\", \"cfg-if 1.0.0\", \"libc\", \"static_assertions\", ] [[package]] name = \"nohash-hasher\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451\" [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"normpath\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"972dec05f98e7c787ede35d7a9ea4735eb7788c299287352757b3def6cc1f7b5\" dependencies = [ \"windows-sys 0.45.0\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b\" dependencies = [ \"hermit-abi 0.2.6\", \"libc\", ] [[package]] name = \"num_enum\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799\" dependencies = [ \"proc-macro-crate\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc-sys\" version = \"0.2.0-beta.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7\" [[package]] name = \"objc2\" version = \"0.3.0-beta.3.patch-leaks.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7d9bb2ee6b71d02b1b3554ed600d267ee9a2796acc9fa43fb7748e13fe072dd\" dependencies = [ \"block2\", \"objc-sys\", \"objc2-encode\", ] [[package]] name = \"objc2-encode\" version = \"2.0.0-pre.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512\" dependencies = [ \"objc-sys\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"once_cell\" version = \"1.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"opaque-debug\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5\" [[package]] name = \"open\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8\" dependencies = [ \"pathdiff\", \"windows-sys 0.42.0\", ] [[package]] name = \"ouroboros\" version = \"0.15.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db\" dependencies = [ \"aliasable\", \"ouroboros_macro\", ] [[package]] name = \"ouroboros_macro\" version = \"0.15.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7\" dependencies = [ \"Inflector\", \"proc-macro-error\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"owned_ttf_parser\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228\" dependencies = [ \"ttf-parser 0.18.1\", ] [[package]] name = \"owo-colors\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f\" [[package]] name = \"pango-sys\" version = \"0.16.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall\", \"smallvec\", \"windows-sys 0.45.0\", ] [[package]] name = \"path-slash\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42\" [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"percent-encoding\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e\" [[package]] name = \"phf\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c\" dependencies = [ \"phf_macros\", \"phf_shared\", ] [[package]] name = \"phf_generator\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf\" dependencies = [ \"phf_shared\", \"rand\", ] [[package]] name = \"phf_macros\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66\" dependencies = [ \"phf_generator\", \"phf_shared\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"phf_shared\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676\" dependencies = [ \"siphasher\", ] [[package]] name = \"pico-args\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468\" [[package]] name = \"pico-args\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315\" [[package]] name = \"pin-project\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116\" [[package]] name = \"piz\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"898b071c1938a2c92b95c18708cbf38f2566a01f0ab9dd7bdf4329987e5c2e17\" dependencies = [ \"camino\", \"chrono\", \"codepage-437\", \"crc32fast\", \"flate2\", \"log\", \"memchr\", \"thiserror\", ] [[package]] name = \"pkg-config\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160\" [[package]] name = \"png\" version = \"0.17.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638\" dependencies = [ \"bitflags\", \"crc32fast\", \"flate2\", \"miniz_oxide\", ] [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit\", ] [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"version_check\", ] [[package]] name = \"proc-macro-hack\" version = \"0.5.20+deprecated\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068\" [[package]] name = \"proc-macro2\" version = \"0.4.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759\" dependencies = [ \"unicode-xid\", ] [[package]] name = \"proc-macro2\" version = \"1.0.52\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"pulldown-cmark\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63\" dependencies = [ \"bitflags\", \"memchr\", \"unicase\", ] [[package]] name = \"quanta\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e31331286705f455e56cca62e0e717158474ff02b7936c1fa596d983f4ae27\" dependencies = [ \"crossbeam-utils\", \"libc\", \"mach\", \"once_cell\", \"raw-cpuid\", \"wasi 0.10.2+wasi-snapshot-preview1\", \"web-sys\", \"winapi\", ] [[package]] name = \"quote\" version = \"0.6.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1\" dependencies = [ \"proc-macro2 0.4.30\", ] [[package]] name = \"quote\" version = \"1.0.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc\" dependencies = [ \"proc-macro2 1.0.52\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"raw-cpuid\" version = \"10.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332\" dependencies = [ \"bitflags\", ] [[package]] name = \"raw-window-handle\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41\" dependencies = [ \"cty\", ] [[package]] name = \"raw-window-handle\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f851a03551ceefd30132e447f07f96cb7011d6b658374f3aed847333adb5559\" [[package]] name = \"rayon\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d\" dependencies = [ \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-utils\", \"num_cpus\", ] [[package]] name = \"rctree\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ae028b272a6e99d9f8260ceefa3caa09300a8d6c8d2b2001316474bc52122e9\" [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags\", ] [[package]] name = \"redox_users\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b\" dependencies = [ \"getrandom\", \"redox_syscall\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"remove_dir_all\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7174320e07c29945955cedd70b865995b286847111c8308d349a1f3a9e3af555\" dependencies = [ \"aligned\", \"cfg-if 1.0.0\", \"cvt\", \"fs_at\", \"lazy_static\", \"libc\", \"normpath\", \"windows-sys 0.45.0\", ] [[package]] name = \"resvg\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d94a32ca845cdda27237a40beba9bd3d3858ac8fc5356eb9442bdeecfe34d9e0\" dependencies = [ \"jpeg-decoder 0.1.22\", \"log\", \"pico-args 0.4.2\", \"png\", \"rgb\", \"svgfilters\", \"svgtypes\", \"tiny-skia 0.6.6\", \"usvg 0.20.0\", ] [[package]] name = \"resvg\" version = \"0.23.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34489194784b86c03c3d688258e2ba73f3c82700ba4673ee2ecad5ae540b9438\" dependencies = [ \"gif\", \"jpeg-decoder 0.2.6\", \"log\", \"pico-args 0.5.0\", \"png\", \"rgb\", \"svgfilters\", \"svgtypes\", \"tiny-skia 0.6.6\", \"usvg 0.23.0\", ] [[package]] name = \"rfd\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b344b73e5688c6ad9389095d8e78a877637078f490ae17259937371113ebcb67\" dependencies = [ \"block\", \"dispatch\", \"glib-sys\", \"gobject-sys\", \"gtk-sys\", \"js-sys\", \"log\", \"objc\", \"objc-foundation\", \"objc_id\", \"raw-window-handle 0.5.1\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"windows 0.44.0\", ] [[package]] name = \"rgb\" version = \"0.8.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59\" dependencies = [ \"bytemuck\", ] [[package]] name = \"ring\" version = \"0.16.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc\" dependencies = [ \"cc\", \"libc\", \"once_cell\", \"spin 0.5.2\", \"untrusted\", \"web-sys\", \"winapi\", ] [[package]] name = \"rle-decode-fast\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422\" [[package]] name = \"roead\" version = \"0.20.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ab0cb3cd6c094eb936f4acf624924d773ccf24003ee3283d778ab4a31deac34\" dependencies = [ \"almost\", \"base64 0.13.1\", \"binrw\", \"cxx\", \"cxx-build\", \"indexmap\", \"join_str\", \"lexical\", \"num-integer\", \"num-traits\", \"once_cell\", \"parking_lot\", \"rustc-hash\", \"ryml\", \"serde\", \"serde_json\", \"smartstring\", \"thiserror\", ] [[package]] name = \"ron\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff\" dependencies = [ \"base64 0.13.1\", \"bitflags\", \"serde\", ] [[package]] name = \"roxmltree\" version = \"0.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b\" dependencies = [ \"xmlparser\", ] [[package]] name = \"roxmltree\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8\" dependencies = [ \"xmlparser\", ] [[package]] name = \"rstb\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ac74c5091a7fa31438118781bec869b1b2d2d7aaf222ba993e8ac08821ea0a9\" dependencies = [ \"crc 2.1.0\", \"include-flate\", \"phf\", \"roead\", \"serde\", \"serde_json\", \"thiserror\", ] [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.36.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e\" dependencies = [ \"bitflags\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.45.0\", ] [[package]] name = \"rustls\" version = \"0.19.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7\" dependencies = [ \"base64 0.13.1\", \"log\", \"ring\", \"sct 0.6.1\", \"webpki 0.21.4\", ] [[package]] name = \"rustls\" version = \"0.20.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f\" dependencies = [ \"log\", \"ring\", \"sct 0.7.0\", \"webpki 0.22.0\", ] [[package]] name = \"rustybuzz\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44561062e583c4873162861261f16fd1d85fe927c4904d71329a4fe43dc355ef\" dependencies = [ \"bitflags\", \"bytemuck\", \"smallvec\", \"ttf-parser 0.12.3\", \"unicode-bidi-mirroring\", \"unicode-ccc\", \"unicode-general-category\", \"unicode-script\", ] [[package]] name = \"rustybuzz\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a617c811f5c9a7060fe511d35d13bf5b9f0463ce36d63ce666d05779df2b4eba\" dependencies = [ \"bitflags\", \"bytemuck\", \"smallvec\", \"ttf-parser 0.15.2\", \"unicode-bidi-mirroring\", \"unicode-ccc\", \"unicode-general-category\", \"unicode-script\", ] [[package]] name = \"ryml\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"905fe991a678d13cadcc529060852cb5a724c38573fffe383fbe50c67587dc42\" dependencies = [ \"auto-enum\", \"cxx\", \"cxx-build\", \"thiserror\", ] [[package]] name = \"ryu\" version = \"1.0.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041\" [[package]] name = \"safe_arch\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05\" dependencies = [ \"bytemuck\", ] [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"sanitise-file-name\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19d36299972b96b8ae7e8f04ecbf75fb41a27bf3781af00abcf57609774cb911\" [[package]] name = \"scheduled-thread-pool\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19\" dependencies = [ \"parking_lot\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scoped_threadpool\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8\" [[package]] name = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"scratch\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1\" [[package]] name = \"sct\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"sct\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"sctk-adwaita\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339\" dependencies = [ \"crossfont\", \"log\", \"smithay-client-toolkit\", \"tiny-skia 0.7.0\", ] [[package]] name = \"semver\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed\" dependencies = [ \"serde\", ] [[package]] name = \"serde\" version = \"1.0.158\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.158\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 2.0.4\", ] [[package]] name = \"serde_json\" version = \"1.0.94\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_with\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85456ffac572dc8826334164f2fb6fb40a7c766aebe195a2a21ee69ee2885ecf\" dependencies = [ \"base64 0.13.1\", \"chrono\", \"hex\", \"indexmap\", \"serde\", \"serde_json\", \"serde_with_macros\", \"time 0.3.20\", ] [[package]] name = \"serde_with_macros\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7cbcd6104f8a4ab6af7f6be2a0da6be86b9de3c401f6e86bb856ab2af739232f\" dependencies = [ \"darling 0.14.4\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"serde_yaml\" version = \"0.8.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b\" dependencies = [ \"indexmap\", \"ryu\", \"serde\", \"yaml-rust\", ] [[package]] name = \"serde_yaml\" version = \"0.9.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10\" dependencies = [ \"indexmap\", \"itoa\", \"ryu\", \"serde\", \"unsafe-libyaml\", ] [[package]] name = \"servo-fontconfig\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c\" dependencies = [ \"libc\", \"servo-fontconfig-sys\", ] [[package]] name = \"servo-fontconfig-sys\" version = \"5.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388\" dependencies = [ \"expat-sys\", \"freetype-sys\", \"pkg-config\", ] [[package]] name = \"sevenz-rust\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a12eea80650ae08d8fe6f657d6249d757298bc7a241e00d190ac57cef0e74e02\" dependencies = [ \"bit-set\", \"byteorder\", \"crc 3.0.1\", \"filetime_creation\", \"js-sys\", \"lzma-rust\", \"sha2\", \"wasm-bindgen\", ] [[package]] name = \"sha2\" version = \"0.9.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800\" dependencies = [ \"block-buffer\", \"cfg-if 1.0.0\", \"cpufeatures\", \"digest\", \"opaque-debug\", ] [[package]] name = \"simd-adler32\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f\" [[package]] name = \"simplecss\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d\" dependencies = [ \"log\", ] [[package]] name = \"siphasher\" version = \"0.3.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de\" [[package]] name = \"skeptic\" version = \"0.13.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8\" dependencies = [ \"bytecount\", \"cargo_metadata\", \"error-chain\", \"glob\", \"pulldown-cmark\", \"tempfile\", \"walkdir\", ] [[package]] name = \"slotmap\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342\" dependencies = [ \"version_check\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"smart-default\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"smartstring\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29\" dependencies = [ \"autocfg\", \"serde\", \"static_assertions\", \"version_check\", ] [[package]] name = \"smithay-client-toolkit\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454\" dependencies = [ \"bitflags\", \"calloop\", \"dlib\", \"lazy_static\", \"log\", \"memmap2\", \"nix 0.24.3\", \"pkg-config\", \"wayland-client\", \"wayland-cursor\", \"wayland-protocols\", ] [[package]] name = \"smithay-clipboard\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8\" dependencies = [ \"smithay-client-toolkit\", \"wayland-client\", ] [[package]] name = \"spin\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d\" [[package]] name = \"spin\" version = \"0.9.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5d6e0250b93c8427a177b849d144a96d5acc57006149479403d7861ab721e34\" dependencies = [ \"lock_api\", ] [[package]] name = \"split-iter\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2f2b15926089e5526bb2dd738a2eb0e59034356e06eb71e1cd912358c0e62c4d\" [[package]] name = \"stable_deref_trait\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3\" [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"str-buf\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0\" [[package]] name = \"strsim\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a\" [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"svgfilters\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"639abcebc15fdc2df179f37d6f5463d660c1c79cd552c12343a4600827a04bce\" dependencies = [ \"float-cmp\", \"rgb\", ] [[package]] name = \"svgtypes\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22975e8a2bac6a76bb54f898a6b18764633b00e780330f0b689f65afb3975564\" dependencies = [ \"siphasher\", ] [[package]] name = \"syn\" version = \"0.15.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5\" dependencies = [ \"proc-macro2 0.4.30\", \"quote 0.6.13\", \"unicode-xid\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c622ae390c9302e214c31013517c2061ecb2699935882c60a9b37f82f8625ae\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"unicode-ident\", ] [[package]] name = \"syntect\" version = \"5.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8\" dependencies = [ \"bincode\", \"bitflags\", \"fancy-regex\", \"flate2\", \"fnv\", \"lazy_static\", \"once_cell\", \"regex-syntax\", \"serde\", \"serde_derive\", \"serde_json\", \"thiserror\", \"walkdir\", \"yaml-rust\", ] [[package]] name = \"sysctl\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed66d6a2ccbd656659289bc90767895b7abbdec897a0fc6031aca3ed1cb51d3e\" dependencies = [ \"bitflags\", \"byteorder\", \"enum-as-inner\", \"libc\", \"thiserror\", \"walkdir\", ] [[package]] name = \"system-deps\" version = \"6.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff\" dependencies = [ \"cfg-expr\", \"heck\", \"pkg-config\", \"toml\", \"version-compare\", ] [[package]] name = \"tagptr\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417\" [[package]] name = \"tempfile\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95\" dependencies = [ \"cfg-if 1.0.0\", \"fastrand\", \"redox_syscall\", \"rustix\", \"windows-sys 0.42.0\", ] [[package]] name = \"termcolor\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6\" dependencies = [ \"winapi-util\", ] [[package]] name = \"textwrap\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060\" dependencies = [ \"unicode-width\", ] [[package]] name = \"thiserror\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 2.0.4\", ] [[package]] name = \"tiff\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471\" dependencies = [ \"flate2\", \"jpeg-decoder 0.3.0\", \"weezl\", ] [[package]] name = \"time\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"time\" version = \"0.3.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890\" dependencies = [ \"itoa\", \"serde\", \"time-core\", \"time-macros\", ] [[package]] name = \"time-core\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd\" [[package]] name = \"time-macros\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36\" dependencies = [ \"time-core\", ] [[package]] name = \"tiny-skia\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d049bfef0eaa2521e75d9ffb5ce86ad54480932ae19b85f78bec6f52c4d30d78\" dependencies = [ \"arrayref\", \"arrayvec 0.5.2\", \"bytemuck\", \"cfg-if 1.0.0\", \"png\", \"safe_arch\", ] [[package]] name = \"tiny-skia\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82\" dependencies = [ \"arrayref\", \"arrayvec 0.5.2\", \"bytemuck\", \"cfg-if 1.0.0\", \"png\", \"safe_arch\", \"tiny-skia-path\", ] [[package]] name = \"tiny-skia-path\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c\" dependencies = [ \"arrayref\", \"bytemuck\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"toml\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234\" dependencies = [ \"serde\", ] [[package]] name = \"toml_datetime\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622\" [[package]] name = \"toml_edit\" version = \"0.19.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274\" dependencies = [ \"indexmap\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"tracing\" version = \"0.1.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8\" dependencies = [ \"cfg-if 1.0.0\", \"pin-project-lite\", \"tracing-core\", ] [[package]] name = \"tracing-core\" version = \"0.1.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a\" dependencies = [ \"once_cell\", ] [[package]] name = \"triomphe\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db\" [[package]] name = \"ttf-parser\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6\" [[package]] name = \"ttf-parser\" version = \"0.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd\" [[package]] name = \"ttf-parser\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff\" [[package]] name = \"ttf-parser\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633\" [[package]] name = \"twox-hash\" version = \"1.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675\" dependencies = [ \"cfg-if 1.0.0\", \"rand\", \"static_assertions\", ] [[package]] name = \"typenum\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba\" [[package]] name = \"typetag\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"edc3ebbaab23e6cc369cb48246769d031f5bd85f1b28141f32982e3c0c7b33cf\" dependencies = [ \"erased-serde\", \"inventory\", \"once_cell\", \"serde\", \"typetag-impl\", ] [[package]] name = \"typetag-impl\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb01b60fcc3f5e17babb1a9956263f3ccd2cadc3e52908400231441683283c1d\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 2.0.4\", ] [[package]] name = \"uk-content\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"indexmap\", \"itertools\", \"join_str\", \"lexical\", \"lexical-core\", \"lighter\", \"mimalloc\", \"minicbor-ser\", \"msyt\", \"roead\", \"rstb\", \"rustc-hash\", \"serde\", \"serde_json\", \"smartstring\", \"thiserror\", \"uk-content-derive\", \"uk-ui\", \"uk-ui-derive\", \"zstd\", ] [[package]] name = \"uk-content-derive\" version = \"0.1.0\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"uk-editor\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"eframe\", \"flume\", \"fs-err\", \"jwalk 0.8.1\", \"minicbor-ser\", \"parking_lot\", \"path-slash\", \"rayon\", \"rfd\", \"roead\", \"ron\", \"serde\", \"serde_json\", \"serde_yaml 0.9.19\", \"uk-content\", \"uk-manager\", \"uk-mod\", \"uk-ui\", \"uk-ui-derive\", ] [[package]] name = \"uk-manager\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"anyhow_ext\", \"dashmap\", \"dircpy\", \"dirs2\", \"fs-err\", \"join_str\", \"junction\", \"jwalk 0.8.1\", \"log\", \"parking_lot\", \"path-slash\", \"rayon\", \"remove_dir_all\", \"roead\", \"rstb\", \"rustc-hash\", \"sanitise-file-name\", \"serde\", \"serde_json\", \"serde_with\", \"serde_yaml 0.9.19\", \"sevenz-rust\", \"smartstring\", \"split-iter\", \"tempfile\", \"uk-content\", \"uk-mod\", \"uk-reader\", \"zip\", ] [[package]] name = \"uk-mod\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"anyhow_ext\", \"botw-utils\", \"configparser\", \"dashmap\", \"enum_dispatch\", \"env_logger\", \"fs-err\", \"indexmap\", \"join_str\", \"jwalk 0.8.1\", \"log\", \"minicbor-ser\", \"mmap-rs\", \"ouroboros\", \"parking_lot\", \"path-slash\", \"piz\", \"rayon\", \"roead\", \"rstb\", \"sanitise-file-name\", \"serde\", \"serde_json\", \"serde_yaml 0.9.19\", \"smartstring\", \"tempfile\", \"typetag\", \"uk-content\", \"uk-reader\", \"zip\", \"zstd\", ] [[package]] name = \"uk-reader\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"anyhow_ext\", \"dashmap\", \"fs-err\", \"include-flate\", \"join_str\", \"log\", \"minicbor-ser\", \"moka\", \"parking_lot\", \"roead\", \"serde\", \"serde_json\", \"smartstring\", \"thiserror\", \"typetag\", \"uk-content\", \"zarchive\", ] [[package]] name = \"uk-ui\" version = \"0.1.0\" dependencies = [ \"catppuccin-egui\", \"color-hex\", \"eframe\", \"egui\", \"egui_dock\", \"egui_extras\", \"font-loader\", \"hex\", \"indexmap\", \"msyt\", \"once_cell\", \"rfd\", \"roead\", \"rustc-hash\", \"serde\", \"serde_yaml 0.9.19\", \"smartstring\", \"syntect\", ] [[package]] name = \"uk-ui-derive\" version = \"0.1.0\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", ] [[package]] name = \"ukmm\" version = \"0.7.1\" dependencies = [ \"anyhow\", \"anyhow_ext\", \"astrolabe\", \"dircpy\", \"dirs2\", \"eframe\", \"egui-notify\", \"egui_commonmark\", \"env_logger\", \"flume\", \"fs-err\", \"http_req\", \"image\", \"join_str\", \"jwalk 0.8.1\", \"lenient_semver\", \"log\", \"open\", \"parking_lot\", \"rayon\", \"remove_dir_all\", \"rfd\", \"roxmltree 0.18.0\", \"rustc-hash\", \"serde\", \"serde_json\", \"serde_yaml 0.9.19\", \"smartstring\", \"uk-content\", \"uk-manager\", \"uk-mod\", \"uk-reader\", \"uk-ui\", \"winres\", \"xflags\", \"zip\", ] [[package]] name = \"unicase\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6\" dependencies = [ \"version_check\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460\" [[package]] name = \"unicode-bidi-mirroring\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694\" [[package]] name = \"unicode-ccc\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1\" [[package]] name = \"unicode-general-category\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07547e3ee45e28326cc23faac56d44f58f16ab23e413db526debce3b0bfd2742\" [[package]] name = \"unicode-ident\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4\" [[package]] name = \"unicode-normalization\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-script\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc\" [[package]] name = \"unicode-vo\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94\" [[package]] name = \"unicode-width\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b\" [[package]] name = \"unicode-xid\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc\" [[package]] name = \"unsafe-libyaml\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c\" [[package]] name = \"untrusted\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a\" [[package]] name = \"ureq\" version = \"2.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d\" dependencies = [ \"base64 0.13.1\", \"flate2\", \"log\", \"once_cell\", \"rustls 0.20.8\", \"url\", \"webpki 0.22.0\", \"webpki-roots 0.22.6\", ] [[package]] name = \"url\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", ] [[package]] name = \"usvg\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00f064d38f79ff69e3160e2fba884e4ede897061c15178041a3976371c68cab1\" dependencies = [ \"base64 0.13.1\", \"data-url\", \"flate2\", \"float-cmp\", \"fontdb 0.7.0\", \"kurbo\", \"log\", \"pico-args 0.4.2\", \"rctree\", \"roxmltree 0.14.1\", \"rustybuzz 0.4.0\", \"simplecss\", \"siphasher\", \"svgtypes\", \"ttf-parser 0.12.3\", \"unicode-bidi\", \"unicode-script\", \"unicode-vo\", \"xmlwriter\", ] [[package]] name = \"usvg\" version = \"0.23.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28a82565b5c96dcbb58c9bdbb6aa3642abd395a6a6b480658532c6f74c3c4b7a\" dependencies = [ \"base64 0.13.1\", \"data-url\", \"flate2\", \"float-cmp\", \"fontdb 0.9.3\", \"kurbo\", \"log\", \"pico-args 0.5.0\", \"rctree\", \"roxmltree 0.14.1\", \"rustybuzz 0.5.1\", \"simplecss\", \"siphasher\", \"svgtypes\", \"ttf-parser 0.15.2\", \"unicode-bidi\", \"unicode-script\", \"unicode-vo\", \"xmlwriter\", ] [[package]] name = \"uuid\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79\" dependencies = [ \"getrandom\", ] [[package]] name = \"vec_map\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191\" [[package]] name = \"version-compare\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"walkdir\" version = \"2.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"wasi\" version = \"0.10.2+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b\" dependencies = [ \"cfg-if 1.0.0\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5\" dependencies = [ \"quote 1.0.26\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"syn 1.0.109\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d\" [[package]] name = \"wayland-client\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715\" dependencies = [ \"bitflags\", \"downcast-rs\", \"libc\", \"nix 0.24.3\", \"scoped-tls\", \"wayland-commons\", \"wayland-scanner\", \"wayland-sys 0.29.5\", ] [[package]] name = \"wayland-commons\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902\" dependencies = [ \"nix 0.24.3\", \"once_cell\", \"smallvec\", \"wayland-sys 0.29.5\", ] [[package]] name = \"wayland-cursor\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661\" dependencies = [ \"nix 0.24.3\", \"wayland-client\", \"xcursor\", ] [[package]] name = \"wayland-protocols\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6\" dependencies = [ \"bitflags\", \"wayland-client\", \"wayland-commons\", \"wayland-scanner\", ] [[package]] name = \"wayland-scanner\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53\" dependencies = [ \"proc-macro2 1.0.52\", \"quote 1.0.26\", \"xml-rs\", ] [[package]] name = \"wayland-sys\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4\" dependencies = [ \"dlib\", \"lazy_static\", \"pkg-config\", ] [[package]] name = \"wayland-sys\" version = \"0.30.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06\" dependencies = [ \"dlib\", \"lazy_static\", \"log\", \"pkg-config\", ] [[package]] name = \"web-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webbrowser\" version = \"0.8.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"579cc485bd5ce5bfa0d738e4921dd0b956eca9800be1fd2e5257ebe95bc4617e\" dependencies = [ \"core-foundation\", \"dirs\", \"jni\", \"log\", \"ndk-context\", \"objc\", \"raw-window-handle 0.5.1\", \"url\", \"web-sys\", ] [[package]] name = \"webpki\" version = \"0.21.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"webpki\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"webpki-roots\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940\" dependencies = [ \"webpki 0.21.4\", ] [[package]] name = \"webpki-roots\" version = \"0.22.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87\" dependencies = [ \"webpki 0.22.0\", ] [[package]] name = \"weezl\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb\" [[package]] name = \"widestring\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-wsapoll\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a\" dependencies = [ \"windows_aarch64_msvc 0.39.0\", \"windows_i686_gnu 0.39.0\", \"windows_i686_msvc 0.39.0\", \"windows_x86_64_gnu 0.39.0\", \"windows_x86_64_msvc 0.39.0\", ] [[package]] name = \"windows\" version = \"0.44.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows\" version = \"0.46.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows-sys\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2\" dependencies = [ \"windows_aarch64_msvc 0.36.1\", \"windows_i686_gnu 0.36.1\", \"windows_i686_msvc 0.36.1\", \"windows_x86_64_gnu 0.36.1\", \"windows_x86_64_msvc 0.36.1\", ] [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_i686_gnu\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6\" [[package]] name = \"windows_i686_gnu\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_msvc\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024\" [[package]] name = \"windows_i686_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.36.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"winit\" version = \"0.27.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c\" dependencies = [ \"bitflags\", \"cocoa\", \"core-foundation\", \"core-graphics\", \"dispatch\", \"instant\", \"libc\", \"log\", \"mio\", \"ndk\", \"ndk-glue\", \"objc\", \"once_cell\", \"parking_lot\", \"percent-encoding\", \"raw-window-handle 0.4.3\", \"raw-window-handle 0.5.1\", \"sctk-adwaita\", \"smithay-client-toolkit\", \"wasm-bindgen\", \"wayland-client\", \"wayland-protocols\", \"web-sys\", \"windows-sys 0.36.1\", \"x11-dl\", ] [[package]] name = \"winnow\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966\" dependencies = [ \"memchr\", ] [[package]] name = \"winres\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c\" dependencies = [ \"toml\", ] [[package]] name = \"wio\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5\" dependencies = [ \"winapi\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"x11rb\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507\" dependencies = [ \"gethostname\", \"nix 0.24.3\", \"winapi\", \"winapi-wsapoll\", \"x11rb-protocol\", ] [[package]] name = \"x11rb-protocol\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67\" dependencies = [ \"nix 0.24.3\", ] [[package]] name = \"xcursor\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7\" dependencies = [ \"nom\", ] [[package]] name = \"xflags\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4554b580522d0ca238369c16b8f6ce34524d61dafe7244993754bbd05f2c2ea\" dependencies = [ \"xflags-macros\", ] [[package]] name = \"xflags-macros\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f58e7b3ca8977093aae6b87b6a7730216fc4c53a6530bab5c43a783cd810c1a8\" [[package]] name = \"xml-rs\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3\" [[package]] name = \"xmlparser\" version = \"0.13.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd\" [[package]] name = \"xmlwriter\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9\" [[package]] name = \"yaml-rust\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85\" dependencies = [ \"linked-hash-map\", ] [[package]] name = \"zarchive\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85f12ed23294b7f5c9ddc2c880d4b79f110bfca5114af45fd3b454e068235d08\" dependencies = [ \"cxx\", \"cxx-build\", \"thiserror\", \"tinyvec\", \"zstd-sys\", ] [[package]] name = \"zip\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef\" dependencies = [ \"byteorder\", \"crc32fast\", \"crossbeam-utils\", \"flate2\", ] [[package]] name = \"zstd\" version = \"0.12.3+zstd.1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806\" dependencies = [ \"zstd-safe\", ] [[package]] name = \"zstd-safe\" version = \"6.0.4+zstd.1.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543\" dependencies = [ \"libc\", \"zstd-sys\", ] [[package]] name = \"zstd-sys\" version = \"2.0.7+zstd.1.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", ] [[package]] name = \"zune-inflate\" version = \"0.2.51\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a01728b79fb9b7e28a8c11f715e1cd8dc2cda7416a007d66cac55cebb3a8ac6b\" dependencies = [ \"simd-adler32\", ] "} {"_id":"doc-en-nixpkgs-43b3f7b7856c5f8fed2894be6ec14f99e741284fbc4db4df97d1809114b8c43f","title":"","text":" { lib , rustPlatform , fetchFromGitHub , cmake , pkg-config , wrapGAppsHook , atk , glib , gtk3-x11 }: rustPlatform.buildRustPackage rec { pname = \"ukmm\"; version = \"0.7.1\"; src = fetchFromGitHub { owner = \"NiceneNerd\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-TvRaaAVJPqvTTqs+d5d4y1KmDTvE41uP5AykLtHxD9w=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"catppuccin-egui-1.0.2\" = \"sha256-+ILfvDgZxe/QPJuVqIbRjaHNovpRAX+ym2QZ96glb4w=\"; \"ecolor-0.20.0\" = \"sha256-uTDkNRWsA1nM8Qhb0X2LjVDRuaW31vWxR8kDLL27BVE=\"; \"egui-notify-0.4.0\" = \"sha256-jybtUnv9xqzulZ5nfg+T1u8iTOsPjKGVVQ7JhwbvPdU=\"; \"egui_commonmark-0.6.0\" = \"sha256-hsVbtL2F+jifnzN6FgcDAVtLd1bVxTs0twn0SMvq9eU=\"; \"egui_dock-0.2.1\" = \"sha256-gGIO0boXKxLu0ABDH/uJhEZEoE/ql8E65LRmr0Xhv3s=\"; \"junction-0.2.0\" = \"sha256-6+pPp5wG1NoIj16Z+OvO4Pvy0jnQibn/A9cTaHAEVq4=\"; \"msbt-0.1.1\" = \"sha256-PtBs60xgYrwS7yPnRzXpExwYUD3azIaqObRnnJEL5dE=\"; \"msyt-1.2.1\" = \"sha256-aw5whCoQBhO0u9Fx2rTO1sRuPdGnAAlmPWv5q8CbQcI=\"; }; }; RUSTC_BOOTSTRAP = true; nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ]; buildInputs = [ atk glib gtk3-x11 ]; cargoTestFlags = [ \"--all\" ]; checkFlags = [ # Requires a game dump of Breath of the Wild \"--skip=gui::tasks::tests::remerge\" \"--skip=pack::tests::pack_mod\" \"--skip=project::tests::project_from_mod\" \"--skip=tests::read_meta\" \"--skip=unpack::tests::read_mod\" \"--skip=unpack::tests::unpack_mod\" \"--skip=unpack::tests::unzip_mod\" # Requires Clear Camera mod \"--skip=bnp::test_convert\" ]; meta = with lib; { description = \"A new mod manager for The Legend of Zelda: Breath of the Wild\"; homepage = \"https://github.com/NiceneNerd/ukmm\"; changelog = \"https://github.com/NiceneNerd/ukmm/blob/${src.rev}/CHANGELOG.md\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ kira-bruneau ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-6460c15c0a7f205b901ea986cc10852d072b07992686eacad8a0509ba7a7b7f8","title":"","text":"ttchat = callPackage ../tools/misc/ttchat { }; ukmm = callPackage ../tools/games/ukmm { }; unflac = callPackage ../tools/audio/unflac { }; veikk-linux-driver-gui = libsForQt5.callPackage ../tools/misc/veikk-linux-driver-gui { };"} {"_id":"doc-en-nixpkgs-7f7675899e2b686ae556e0e1587253d89221e37f52bb5a6bf538a469832e1dfe","title":"","text":"\"ehci_hcd\" \"ehci_pci\" \"ohci_hcd\" \"ohci_pci\" \"xhci_hcd\" \"usbhid\" \"hid_generic\""} {"_id":"doc-en-nixpkgs-52f7968ee31f479b92dab2d0c3ccae617eb92e78b20ffd3a4ae8a3d83b1dfa4d","title":"","text":" { lib , rustPlatform , fetchFromGitLab , pkg-config , openssl , stdenv , darwin }: rustPlatform.buildRustPackage rec { pname = \"cargo-info\"; version = \"0.7.3\"; src = fetchFromGitLab { owner = \"imp\"; repo = \"cargo-info\"; rev = version; hash = \"sha256-m8YytirD9JBwssZFO6oQ9TGqjqvu1GxHN3z8WKLiKd4=\"; }; cargoHash = \"sha256-gI/DGPCVEi4Mg9nYLaPpeqpV7LBbxoLP0ditU6hPS1w=\"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; meta = with lib; { description = \"Cargo subcommand to show crates info from crates.io\"; homepage = \"https://gitlab.com/imp/cargo-info\"; changelog = \"https://gitlab.com/imp/cargo-info/-/blob/${src.rev}/CHANGELOG.md\"; license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ figsoda ]; }; } "} {"_id":"doc-en-nixpkgs-b514a3d6facddca316bbf13c7e57eb55c58e1fc49965d27fb0b5a91bde22895a","title":"","text":"cargo-hf2 = callPackage ../development/tools/rust/cargo-hf2 { inherit (darwin.apple_sdk.frameworks) AppKit; }; cargo-info = callPackage ../development/tools/rust/cargo-info { }; cargo-inspect = callPackage ../development/tools/rust/cargo-inspect { inherit (darwin.apple_sdk.frameworks) Security; };"} {"_id":"doc-en-nixpkgs-64f351721d4716f188db596ef92546f6288f8070db6bc276b8ca7b9583473908","title":"","text":"{ stdenv , lib , fetchFromGitLab , gettext , meson , ninja , pkg-config , python3 , rustPlatform , wrapGAppsHook4 , appstream-glib , desktop-file-utils , glib , gtk4 , gdk-pixbuf , libadwaita , Foundation }: stdenv.mkDerivation rec { pname = \"gnome-obfuscate\"; version = \"0.0.7\"; version = \"0.0.9\"; src = fetchFromGitLab { domain = \"gitlab.gnome.org\"; owner = \"World\"; repo = \"Obfuscate\"; rev = version; sha256 = \"sha256-jEMOg2yHi6K57XhA/7hkwwvedmikoB8pGV3ka+jixq8=\"; hash = \"sha256-aUhzact437V/bSsG2Ddu2mC03LbyXFg+hJiuGy5NQfQ=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = \"${pname}-${version}\"; sha256 = \"sha256-P04BeidLXouPLzT/vsa4VC5AOENF0W4gqXqzdmRFhmE=\"; hash = \"sha256-HUQvdCmzjdmuJGDLtC/86yzbRimLzx+XbW29f+Ua48w=\"; }; nativeBuildInputs = [ gettext glib meson ninja pkg-config python3 rustPlatform.cargoSetupHook rustPlatform.rust.cargo rustPlatform.rust.rustc wrapGAppsHook4 appstream-glib desktop-file-utils ]; buildInputs = [ appstream-glib desktop-file-utils glib gtk4 gdk-pixbuf libadwaita ] ++ lib.optionals stdenv.isDarwin [ Foundation ]; postPatch = '' patchShebangs build-aux/meson_post_install.py ''; meta = with lib; { description = \"Censor private information\"; homepage = \"https://gitlab.gnome.org/World/obfuscate\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ fgaz ]; platforms = platforms.all; mainProgram = \"obfuscate\"; maintainers = with maintainers; [ fgaz ]; }; }"} {"_id":"doc-en-nixpkgs-50452308f73220f5826eb3cc8000d7b21cee6a7e693e1b65d8e1292297f206de","title":"","text":" { lib , buildGoModule , fetchFromSourcehut , libxkbcommon , pkg-config }: buildGoModule rec { pname = \"dotool\"; version = \"1.3\"; src = fetchFromSourcehut { owner = \"~geb\"; repo = \"dotool\"; rev = version; hash = \"sha256-z0fQ+qenHjtoriYSD2sOjEvfLVtZcMJbvnjKZFRSsMA=\"; }; vendorHash = \"sha256-v0uoG9mNaemzhQAiG85RequGjkSllPd4UK2SrLjfm7A=\"; # uses nix store path for the dotool binary # also replaces /bin/echo with echo patches = [ ./fix-paths.patch ]; postPatch = '' substituteInPlace ./dotoold --replace \"@dotool@\" \"$out/bin/dotool\" ''; buildInputs = [ libxkbcommon ]; nativeBuildInputs = [ pkg-config ]; ldflags = [ \"-s\" \"-w\" \"-X main.Version=${version}\" ]; postInstall = '' mkdir -p $out/bin cp ./dotoold ./dotoolc $out/bin ''; meta = with lib; { description = \"Command to simulate input anywhere\"; homepage = \"https://git.sr.ht/~geb/dotool\"; changelog = \"https://git.sr.ht/~geb/dotool/tree/${version}/item/CHANGELOG.md\"; license = licenses.gpl3Only; maintainers = with maintainers; [ dit7ya ]; }; } "} {"_id":"doc-en-nixpkgs-54cf5640ffdb970d278ffe2d3d60f123aa0e2e3f5f20d821e333c47d35e2edd4","title":"","text":" diff --git a/dotoolc b/dotoolc index e2f7bba..6d1879e 100755 --- a/dotoolc +++ b/dotoolc @@ -7,7 +7,7 @@ is $DOTOOL_PIPE else /tmp/dotool-pipe.' >&2 fi fifo_being_read(){ -\t[ -p \"$1\" ] && /bin/echo 1<>\"$1\" >\"$1\" +\t[ -p \"$1\" ] && echo 1<>\"$1\" >\"$1\" } p=\"${DOTOOL_PIPE:-/tmp/dotool-pipe}\" diff --git a/dotoold b/dotoold index d2d39a3..e46129c 100755 --- a/dotoold +++ b/dotoold @@ -7,7 +7,7 @@ for the pipe is $DOTOOL_PIPE else /tmp/dotool-pipe.' >&2 fi fifo_being_read(){ -\t[ -p \"$1\" ] && /bin/echo 1<>\"$1\" >\"$1\" +\t[ -p \"$1\" ] && echo 1<>\"$1\" >\"$1\" } p=\"${DOTOOL_PIPE:-/tmp/dotool-pipe}\" @@ -20,5 +20,5 @@ fi rm -f -- \"$p\" || exit 1 trap 'rm -f -- \"$p\"; pkill -P $$; trap - EXIT; exit' EXIT INT TERM HUP mkfifo -m 660 \"$p\" || exit 1 -dotool <> \"$p\" & +@dotool@ <> \"$p\" & wait "} {"_id":"doc-en-nixpkgs-d6fde99de1e10cbe8ad5e8df057938a197e0d3fa7eb0c3b0356355cc3d313dca","title":"","text":"inherit (darwin.apple_sdk.frameworks) Security; }; dotool = callPackage ../tools/dotool { }; inherit (ocamlPackages) dot-merlin-reader; dozenal = callPackage ../applications/misc/dozenal { };"} {"_id":"doc-en-nixpkgs-89e05bd78ee4142f9194b5c91fa4cd414e269979d5c82b97829aa0fdfe67667d","title":"","text":"${concatStringsSep \" n\" ([ \"-f qcow2\" ] ++ optional (cfg.useBootLoader && cfg.useDefaultFilesystems) \"-F qcow2 -b ${systemImage}/nixos.qcow2\" ++ optional (!(cfg.useBootLoader && cfg.useDefaultFilesystems)) \"-o size=${toString config.virtualisation.diskSize}M\" ++ [ \"$NIX_DISK_IMAGE\" ])} ++ [ ''\"$NIX_DISK_IMAGE\"'' ])} echo \"Virtualisation disk image created.\" fi"} {"_id":"doc-en-nixpkgs-c032e63876bcf286ee7873d96576bd888271cfed188117f2e3b0fee499e452ab","title":"","text":"# libfaketime fixes non-determinism related to timestamps ignoring FORCE_SOURCE_DATE # we cannot fix further randomness caused by luatex; for further details, see # https://salsa.debian.org/live-team/live-build/-/blob/master/examples/hooks/reproducible/2006-reproducible-texlive-binaries-fmt-files.hook.chroot#L52 FORCE_SOURCE_DATE=1 TZ= faketime -f '@1980-01-01 00:00:00 x0.001' fmtutil --sys --all | grep '^fmtutil' # too verbose # note that calling faketime and fmtutil is fragile (faketime uses LD_PRELOAD, fmtutil calls /bin/sh, causing potential glibc issues on non-NixOS) # so we patch fmtutil to use faketime, rather than calling faketime fmtutil substitute \"$out/bin/fmtutil\" fmtutil --replace 'my $cmdline = \"$eng -ini ' 'my $cmdline = \"faketime -f '\"'\"'@1980-01-01 00:00:00 x0.001'\"'\"' $eng -ini ' FORCE_SOURCE_DATE=1 TZ= perl fmtutil --sys --all | grep '^fmtutil' # too verbose #texlinks \"$out/bin\" && wrapBin # do we need to regenerate format links? # Disable unavailable map files"} {"_id":"doc-en-nixpkgs-e4117ab3966da9b1184f333c8d0948938613dee122662ba299e43080e9505d52","title":"","text":"}; config = mkIf cfg.enable { systemd.user = { sockets.urxvtd = { description = \"socket for urxvtd, the urxvt terminal daemon\"; wantedBy = [ \"graphical-session.target\" ]; partOf = [ \"graphical-session.target\" ]; socketConfig = { ListenStream = \"%t/urxvtd-socket\"; }; systemd.user.services.urxvtd = { description = \"urxvt terminal daemon\"; wantedBy = [ \"graphical-session.target\" ]; partOf = [ \"graphical-session.target\" ]; path = [ pkgs.xsel ]; serviceConfig = { ExecStart = \"${pkgs.rxvt_unicode-with-plugins}/bin/urxvtd -o\"; Environment = \"RXVT_SOCKET=%t/urxvtd-socket\"; Restart = \"on-failure\"; RestartSec = \"5s\"; }; services.urxvtd = { description = \"urxvt terminal daemon\"; path = [ pkgs.xsel ]; serviceConfig = { ExecStart = \"${pkgs.rxvt_unicode-with-plugins}/bin/urxvtd -o\"; Environment = \"RXVT_SOCKET=%t/urxvtd-socket\"; Restart = \"on-failure\"; RestartSec = \"5s\"; }; }; }; environment.systemPackages = [ pkgs.rxvt_unicode-with-plugins ];"} {"_id":"doc-en-nixpkgs-c5ad132dcf1b3e9211f16601cc19138c23c120c6da5abd797dd197aaf61ba0eb","title":"","text":"sway-unwrapped.overrideAttrs (oldAttrs: rec { pname = \"swayfx\"; version = \"0.2\"; version = \"0.3\"; src = fetchFromGitHub { owner = \"WillPower3309\"; repo = \"swayfx\"; rev = version; sha256 = \"sha256-nVy7GdAnheWhjevcCPE407xWSLN8F4Le0uq2RDwv/Zc=\"; sha256 = \"sha256-3Odyeb10AGbNf6TI1W79sLiwB4PrszC5VzjCr7FuPz4=\"; }; # This patch was backported into SwayFX # remove when next release is rebased on Sway 1.9 patches = let removePatches = [ \"LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM.patch\" ]; in builtins.filter (patch: !builtins.elem (patch.name or null) removePatches) (oldAttrs.patches or [ ]); meta = with lib; { description = \"A Beautiful Sway Fork\"; description = \"Sway, but with eye candy!\"; homepage = \"https://github.com/WillPower3309/swayfx\"; maintainers = with maintainers; [ ricarch97 ]; license = licenses.mit;"} {"_id":"doc-en-nixpkgs-816627dd7177511cde4847615e421eed259f3c908d95a53000a819fa9d305500","title":"","text":" { lib , buildDotnetModule , fetchurl , unzip , dos2unix , makeWrapper , msbuild , mono }: buildDotnetModule rec { pname = \"networkminer\"; version = \"2.8\"; src = fetchurl { # Upstream does not provide versioned releases, a mirror has been uploaded # to archive.org url = \"https://archive.org/download/networkminer-${lib.replaceStrings [\".\"] [\"-\"] version}/NetworkMiner_${lib.replaceStrings [\".\"] [\"-\"] version}_source.zip\"; sha256 = \"1n2312acq5rq0jizlcfk0crslx3wgcsd836p47nk3pnapzw0cqvv\"; }; nativeBuildInputs = [ unzip dos2unix msbuild ]; patches = [ # Store application data in XDG_DATA_DIRS instead of trying to write to nix store ./xdg-dirs.patch ]; postPatch = '' # Not all files have UTF-8 BOM applied consistently find . -type f -exec dos2unix -m {} + # Embedded base64-encoded app icon in resx fails to parse. Delete it sed -zi 's|||g' NetworkMiner/NamedPipeForm.resx sed -zi 's|||g' NetworkMiner/UpdateCheck.resx ''; nugetDeps = ./deps.nix; buildPhase = '' runHook preBuild msbuild /p:Configuration=Release NetworkMiner.sln runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/bin $out/share cp -r NetworkMiner/bin/Release $out/share/NetworkMiner makeWrapper ${mono}/bin/mono $out/bin/NetworkMiner --add-flags \"$out/share/NetworkMiner/NetworkMiner.exe\" --add-flags \"--noupdatecheck\" install -D NetworkMiner/NetworkMiner.desktop $out/share/applications/NetworkMiner.desktop substituteInPlace $out/share/applications/NetworkMiner.desktop --replace \"Exec=mono NetworkMiner.exe %f\" \"Exec=NetworkMiner\" --replace \"Icon=./networkminericon-96x96.png\" \"Icon=NetworkMiner\" install -D NetworkMiner/networkminericon-96x96.png $out/share/pixmaps/NetworkMiner.png runHook postInstall ''; meta = with lib; { description = \"The Open Source Network Forensic Analysis Tool (NFAT)\"; homepage = \"https://www.netresec.com/?page=NetworkMiner\"; license = licenses.gpl2Only; maintainers = with maintainers; [ emilytrau ]; platforms = platforms.linux; mainProgram = \"NetworkMiner\"; }; } "} {"_id":"doc-en-nixpkgs-71b533faa3b6f8223b6ecdaa66ad6d38df954b8493043d488724097fc206c923","title":"","text":" # This file was automatically generated by passthru.fetch-deps. # Please dont edit it manually, your changes might get overwritten! { fetchNuGet }: [ (fetchNuGet { pname = \"Microsoft.NETFramework.ReferenceAssemblies\"; version = \"1.0.2\"; sha256 = \"0i42rn8xmvhn08799manpym06kpw89qy9080myyy2ngy565pqh0a\"; }) (fetchNuGet { pname = \"Microsoft.NETFramework.ReferenceAssemblies.net461\"; version = \"1.0.2\"; sha256 = \"0js3dp26nszx82q0phv7hmsm5z23dva7javbmk6a91lbkm07y8p2\"; }) (fetchNuGet { pname = \"Microsoft.NETFramework.ReferenceAssemblies.net472\"; version = \"1.0.2\"; sha256 = \"1dny43jksy6dm9zrkdm8j80gb25w6wdvjlxnphj7ngf0fbg3dd2c\"; }) ] "} {"_id":"doc-en-nixpkgs-036d2f1dad38b5356584cc51a34faaf26c94e8921230b6dc64f0682bbd3eafb9","title":"","text":" diff --git a/NetworkMiner/NetworkMinerForm.cs b/NetworkMiner/NetworkMinerForm.cs index 06c808b..6495b73 100644 --- a/NetworkMiner/NetworkMinerForm.cs +++ b/NetworkMiner/NetworkMinerForm.cs @@ -1,4 +1,4 @@ -// Copyright: Erik Hjelmvik, NETRESEC +// Copyright: Erik Hjelmvik, NETRESEC // // NetworkMiner is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License @@ -419,7 +419,7 @@ namespace NetworkMiner { } try { //require FileIOPermission to be PermissionState.Unrestricted - string path = System.IO.Path.GetDirectoryName(System.Windows.Forms.Application.ExecutablePath) + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY; + string path = System.IO.Path.GetDirectoryName(SharedUtils.XdgDirectories.GetOrCreateXdgDataHome()) + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY; System.Security.Permissions.FileIOPermission fileIOPerm = new System.Security.Permissions.FileIOPermission(System.Security.Permissions.FileIOPermissionAccess.AllAccess, path); fileIOPerm.Demand(); } @@ -1023,13 +1023,13 @@ namespace NetworkMiner { public void CreateNewPacketHandlerWrapper(System.IO.DirectoryInfo outputDirectory) { //make sure that folders exists try { - System.IO.DirectoryInfo di = new System.IO.DirectoryInfo(outputDirectory.FullName + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY); + System.IO.DirectoryInfo di = new System.IO.DirectoryInfo(SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY); if (!di.Exists) di.Create(); - di = new System.IO.DirectoryInfo(outputDirectory.FullName + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY + System.IO.Path.DirectorySeparatorChar + \"cache\"); + di = new System.IO.DirectoryInfo(SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY + System.IO.Path.DirectorySeparatorChar + \"cache\"); if (!di.Exists) di.Create(); - di = new System.IO.DirectoryInfo(outputDirectory.FullName + System.IO.Path.DirectorySeparatorChar + \"Captures\"); + di = new System.IO.DirectoryInfo(SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + \"Captures\"); if (!di.Exists) di.Create(); } @@ -1962,7 +1962,7 @@ namespace NetworkMiner { string filename = Tools.GenerateCaptureFileName(DateTime.Now); //string filename=\"NM_\"+DateTime.Now.ToString(\"s\", System.Globalization.DateTimeFormatInfo.InvariantInfo).Replace(':','-')+\".pcap\"; - string fileFullPath = this.OutputDirectory.FullName + \"Captures\" + System.IO.Path.DirectorySeparatorChar + filename; + string fileFullPath = SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + \"Captures\" + System.IO.Path.DirectorySeparatorChar + filename; //string fileFullPath = System.IO.Path.GetDirectoryName(System.IO.Path.GetFullPath(System.Windows.Forms.Application.ExecutablePath)) + System.IO.Path.DirectorySeparatorChar + \"Captures\" + System.IO.Path.DirectorySeparatorChar + filename; //make sure to get the right datalink type @@ -2534,7 +2534,7 @@ namespace NetworkMiner { if (removeCapturedFiles) { PacketParser.FileTransfer.FileStreamAssemblerList.RemoveTempFiles(); - string capturesDirectory = System.IO.Path.GetDirectoryName(System.IO.Path.GetFullPath(System.Windows.Forms.Application.ExecutablePath)) + System.IO.Path.DirectorySeparatorChar + \"Captures\"; + string capturesDirectory = System.IO.Path.GetDirectoryName(System.IO.Path.GetFullPath(SharedUtils.XdgDirectories.GetOrCreateXdgDataHome())) + System.IO.Path.DirectorySeparatorChar + \"Captures\"; if (System.IO.Directory.Exists(capturesDirectory)) { foreach (string pcapFile in System.IO.Directory.GetFiles(capturesDirectory)) try { @@ -2545,7 +2545,7 @@ namespace NetworkMiner { //this.ShowAnomaly(\"Error deleting file \"\" + pcapFile + \"\"\", DateTime.Now); } } - capturesDirectory = this.packetHandlerWrapper.PacketHandler.OutputDirectory + \"Captures\"; + capturesDirectory = SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + \"Captures\"; if (System.IO.Directory.Exists(capturesDirectory)) { foreach (string pcapFile in System.IO.Directory.GetFiles(capturesDirectory)) try { @@ -2635,7 +2635,7 @@ namespace NetworkMiner { try { PacketParser.Utils.ByteConverter.ToByteArrayFromHexString(keyword);//to force valid hex this.keywordListBox.Items.Add(keyword); - //L�gg till keywordet till PacketHandler.PacketHandler!!! + //L�gg till keywordet till PacketHandler.PacketHandler!!! } catch (Exception ex) { errorMessage = ex.Message; @@ -2720,7 +2720,7 @@ namespace NetworkMiner { #endregion private void hostSortOrderComboBox_SelectedIndexChanged(object sender, EventArgs e) { - //H�R SKA detailsHeader LIGGA Enabled MASSA OLIKA SORTERINGSORDNINGAR: + //H�R SKA detailsHeader LIGGA Enabled MASSA OLIKA SORTERINGSORDNINGAR: //IP, HOTSNAME, SENT PACKETS, RECEIVED PACKETS, MAC ADDRESS this.RebuildHostsTree(sender, e); } @@ -2754,7 +2754,7 @@ namespace NetworkMiner { foreach (string p in paths) { if (!p.Contains(PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY)) return false; - if (!this.IsSubDirectoryOf(new System.IO.DirectoryInfo(p), new System.IO.DirectoryInfo(this.packetHandlerWrapper.PacketHandler.OutputDirectory + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY))) + if (!this.IsSubDirectoryOf(new System.IO.DirectoryInfo(p), new System.IO.DirectoryInfo(SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY))) return false; } return true; @@ -3976,7 +3976,7 @@ finally { } private void closeToolStripMenuItem_Click(object sender, EventArgs e) { - DialogResult yesOrNo = MessageBox.Show(\"Would you like to delete all extracted files from:\" + Environment.NewLine + this.OutputDirectory.FullName + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY + System.IO.Path.DirectorySeparatorChar, \"Delete extracted files?\", MessageBoxButtons.YesNo); + DialogResult yesOrNo = MessageBox.Show(\"Would you like to delete all extracted files from:\" + Environment.NewLine + SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY + System.IO.Path.DirectorySeparatorChar, \"Delete extracted files?\", MessageBoxButtons.YesNo); this.ResetCapturedData(false, yesOrNo == DialogResult.Yes, true); } diff --git a/NetworkMiner/PcapOverIP/ReceivePcapOverTcpForm.cs b/NetworkMiner/PcapOverIP/ReceivePcapOverTcpForm.cs index 9bae5f0..72586d4 100644 --- a/NetworkMiner/PcapOverIP/ReceivePcapOverTcpForm.cs +++ b/NetworkMiner/PcapOverIP/ReceivePcapOverTcpForm.cs @@ -162,7 +162,7 @@ namespace NetworkMiner.PcapOverIP { DateTime lastFrameTimestamp = DateTime.MinValue; string filename = Tools.GenerateCaptureFileName(DateTime.Now); - string fileFullPath = this.packetHandler.OutputDirectory + \"Captures\" + System.IO.Path.DirectorySeparatorChar + filename; + string fileFullPath = SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + \"Captures\" + System.IO.Path.DirectorySeparatorChar + filename; //string fileFullPath = System.IO.Path.GetDirectoryName(System.IO.Path.GetFullPath(System.Windows.Forms.Application.ExecutablePath)) + System.IO.Path.DirectorySeparatorChar + \"Captures\" + System.IO.Path.DirectorySeparatorChar + filename; PcapFileWriter pcapFileWriter = new PcapFileWriter(fileFullPath, this.pcapStreamReader.FileDataLinkType[0]); diff --git a/PacketParser/FileTransfer/FileStreamAssemblerList.cs b/PacketParser/FileTransfer/FileStreamAssemblerList.cs index 4a6a4dd..129d48b 100644 --- a/PacketParser/FileTransfer/FileStreamAssemblerList.cs +++ b/PacketParser/FileTransfer/FileStreamAssemblerList.cs @@ -191,7 +191,7 @@ namespace PacketParser.FileTransfer { if (removeExtractedFilesFromDisk) { //remove all files foreach (string subDirectory in System.IO.Directory.GetDirectories(this.FileOutputDirectory)) { - if (subDirectory == this.FileOutputDirectory + System.IO.Path.DirectorySeparatorChar + \"cache\") { + if (subDirectory == SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + \"cache\") { foreach (string cacheFile in System.IO.Directory.GetFiles(subDirectory)) try { System.IO.File.Delete(cacheFile); diff --git a/PacketParser/PacketHandler.cs b/PacketParser/PacketHandler.cs index a600200..cb78071 100644 --- a/PacketParser/PacketHandler.cs +++ b/PacketParser/PacketHandler.cs @@ -1,4 +1,4 @@ -// Copyright: Erik Hjelmvik, NETRESEC +// Copyright: Erik Hjelmvik, NETRESEC // // NetworkMiner is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License @@ -228,7 +228,7 @@ namespace PacketParser { //this.networkTcpSessionDictionary=new Dictionary(); this.networkTcpSessionList=new PopularityList(200); this.networkTcpSessionList.PopularityLost+=new PopularityList.PopularityLostEventHandler(networkTcpSessionList_PopularityLost); - this.FileStreamAssemblerList = new FileTransfer.FileStreamAssemblerList(this, 100, this.OutputDirectory + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY + System.IO.Path.DirectorySeparatorChar); + this.FileStreamAssemblerList = new FileTransfer.FileStreamAssemblerList(this, 100, SharedUtils.XdgDirectories.GetOrCreateXdgDataHome() + System.IO.Path.DirectorySeparatorChar + PacketParser.FileTransfer.FileStreamAssembler.ASSMEBLED_FILES_DIRECTORY + System.IO.Path.DirectorySeparatorChar); this.FileStreamAssemblerList.PopularityLost += this.FileStreamAssemblerList_PopularityLost; this.ReconstructedFileList=new List(); this.credentialList=new SortedList(); @@ -874,7 +874,7 @@ namespace PacketParser { //check the frame content for keywords foreach (byte[] keyword in this.keywordList) { - //jAG SLUTADE H�R. FUNKAR EJ VID RELOAD + //jAG SLUTADE H�R. FUNKAR EJ VID RELOAD int keyIndex = receivedFrame.IndexOf(keyword); if (keyIndex >= 0) { if (networkPacket != null) diff --git a/SharedUtils/XdgDirectories.cs b/SharedUtils/XdgDirectories.cs new file mode 100644 index 0000000..80c09e3 --- /dev/null +++ b/SharedUtils/XdgDirectories.cs @@ -0,0 +1,15 @@ +using System; +using System.IO; + +namespace SharedUtils { + public class XdgDirectories { + public static string GetOrCreateXdgDataHome() { + string home = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); + string data = Environment.GetEnvironmentVariable(\"XDG_DATA_HOME\") ?? home + System.IO.Path.DirectorySeparatorChar + \".local\" + System.IO.Path.DirectorySeparatorChar + \"share\"; + string dir = data + System.IO.Path.DirectorySeparatorChar + \"NetworkMiner\"; + // Directory.CreateDirectory(dir); + return dir; + } + + } +} "} {"_id":"doc-en-nixpkgs-98e19e0c84daf9ac6b3ea723ac3390ee65a5cfa0c252c497bcf60bd97f2032a7","title":"","text":"netsniff-ng = callPackage ../tools/networking/netsniff-ng { }; networkminer = callPackage ../tools/security/networkminer { }; nixpacks = callPackage ../applications/virtualization/nixpacks { }; nkeys = callPackage ../tools/system/nkeys { };"} {"_id":"doc-en-nixpkgs-7bbf697652998a5dc7d8f6f02bfc0de732838de205c9bb3958c584dd50477bb3","title":"","text":", buildPythonPackage , fetchFromGitHub , fetchpatch , setuptools , mypy , pytestCheckHook , python-lsp-server , pythonOlder , toml , tomli }: buildPythonPackage rec { pname = \"pylsp-mypy\"; version = \"0.6.6\"; format = \"setuptools\"; version = \"0.6.7\"; format = \"pyproject\"; disabled = pythonOlder \"3.7\"; src = fetchFromGitHub { owner = \"Richardk2n\"; owner = \"python-lsp\"; repo = \"pylsp-mypy\"; rev = \"refs/tags/${version}\"; hash = \"sha256-9B+GSEoQEqd1W/g0oup4xULKWOF0TgSG5DfBtyWA3vs=\"; hash = \"sha256-ZsNIw0xjxnU9Ue0C7TlhzVOCOCKEbCa2CsiiqeMb14I=\"; }; patches = [ # https://github.com/python-lsp/pylsp-mypy/pull/64 (fetchpatch { name = \"fix-hanging-test.patch\"; url = \"https://github.com/python-lsp/pylsp-mypy/commit/90d28edb474135007804f1e041f88713a95736f9.patch\"; hash = \"sha256-3DVyUXVImRemXCuyoXlYbPJm6p8OnhBdEKmwjx88ets=\"; }) ]; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ mypy python-lsp-server toml ] ++ lib.optionals (pythonOlder \"3.11\") [ tomli ]; nativeCheckInputs = ["} {"_id":"doc-en-nixpkgs-992bd9ed146d83d7c3b47429ad0f2cea5d73b16435ac238f43aef44803fbe62b","title":"","text":"meta = with lib; { description = \"Mypy plugin for the Python LSP Server\"; homepage = \"https://github.com/Richardk2n/pylsp-mypy\"; homepage = \"https://github.com/python-lsp/pylsp-mypy\"; license = licenses.mit; maintainers = with maintainers; [ cpcloud ]; };"} {"_id":"doc-en-nixpkgs-89c5330ec2cb2f6e740786ff9078100bb6603cda6d1132774a2abccf88f3a316","title":"","text":"os.setuid(uid) def run_as_taskd_group(): gid = grp.getgrnam(TASKD_GROUP).gr_gid os.setgid(gid) def taskd_cmd(cmd, *args, **kwargs): \"\"\" Invoke taskd with the specified command with the privileges of the 'taskd'"} {"_id":"doc-en-nixpkgs-259dca1178963bd4bbdfde0927b29fd9a4fa312b3adfaf2dae401d56a5e83e1f","title":"","text":"\"\"\" return subprocess.check_output( [CERTTOOL_COMMAND] + list(args), preexec_fn=lambda: os.umask(0o077), preexec_fn=run_as_taskd_group, stderr=subprocess.STDOUT, **kwargs )"} {"_id":"doc-en-nixpkgs-e00af2bb36dee8498fd4e80ab08be2440c7b48a312d3b1c8c67e084ed8451e43","title":"","text":"sys.stderr.write(msg.format(user)) return basedir = os.path.join(TASKD_DATA_DIR, \"keys\", org, user) if os.path.exists(basedir): keysdir = os.path.join(TASKD_DATA_DIR, \"keys\" ) orgdir = os.path.join(keysdir , org ) userdir = os.path.join(orgdir , user ) if os.path.exists(userdir): raise OSError(\"Keyfile directory for {} already exists.\".format(user)) privkey = os.path.join(basedir, \"private.key\") pubcert = os.path.join(basedir, \"public.cert\") privkey = os.path.join(userdir, \"private.key\") pubcert = os.path.join(userdir, \"public.cert\") try: os.makedirs(basedir, mode=0o700) # We change the permissions and the owner ship of the base directories # so that cfg.group and cfg.user could read the directories' contents. # See also: https://bugs.python.org/issue42367 for bd in [keysdir, orgdir, userdir]: # Allow cfg.group, but not others to read the contents of this group os.makedirs(bd, exist_ok=True) # not using mode= argument to makedirs intentionally - forcing the # permissions we want os.chmod(bd, mode=0o750) os.chown( bd, uid=pwd.getpwnam(TASKD_USER).pw_uid, gid=grp.getgrnam(TASKD_GROUP).gr_gid, ) certtool_cmd(\"-p\", \"--bits\", CERT_BITS, \"--outfile\", privkey) os.chmod(privkey, 0o640) template_data = [ \"organization = {0}\".format(org),"} {"_id":"doc-en-nixpkgs-b3bbc97b90239f03653f6aab40ef7e3454ae0fc218947f11f7676b5ea23a0b2b","title":"","text":"\"--outfile\", pubcert ) except: rmtree(basedir) rmtree(userdir) raise"} {"_id":"doc-en-nixpkgs-78496ff743da1f3891d513f2466c4ca67360f0b83467d85c304540ede75b0205","title":"","text":"}: let version = \"4.4.0\"; version = \"4.4.4\"; libsecp256k1_name = if stdenv.isLinux then \"libsecp256k1.so.0\" else if stdenv.isDarwin then \"libsecp256k1.0.dylib\" if stdenv.isLinux then \"libsecp256k1.so.{v}\" else if stdenv.isDarwin then \"libsecp256k1.{v}.dylib\" else \"libsecp256k1${stdenv.hostPlatform.extensions.sharedLibrary}\"; libzbar_name ="} {"_id":"doc-en-nixpkgs-0e868375a426a989c386416f2c5a42a6c09974d1cc9802912f36bdcafd661867","title":"","text":"owner = \"spesmilo\"; repo = \"electrum\"; rev = version; sha256 = \"sha256-lXMz0U7zgtCApBCGZcpOHvLcyOeGG0yJE/gr7Gv+yBQ=\"; sha256 = \"sha256-R5jFxqaKnqQ+WNp4l0u34wMFxlbIsQ+9qDQxiQEu6kM=\"; postFetch = '' mv $out ./all"} {"_id":"doc-en-nixpkgs-3908e859ad022470027e5164b2b13c6df0d26510ec3119f6849dee4a679d1cc2","title":"","text":"src = fetchurl { url = \"https://download.electrum.org/${version}/Electrum-${version}.tar.gz\"; sha256 = \"sha256-SHV+fCDhfgIh7s8L7eDbKj8bkHSVm7J2PPQ4CQpp6cI=\"; sha256 = \"sha256-a0In9PARV3xSJCXggKicgmBBWjiUxGF/LbP4jLZTvxc=\"; }; postUnpack = ''"} {"_id":"doc-en-nixpkgs-b9ea7df1d0ea8e62bf78416b1197842043615d359e94ee8f42519d20110a5427","title":"","text":"inherit buildCommand name; passAsFile = [ \"buildCommand\" ] ++ (derivationArgs.passAsFile or []); } // lib.optionalAttrs (! derivationArgs?meta) { pos = let args = builtins.attrNames derivationArgs; in if builtins.length args > 0 then builtins.unsafeGetAttrPos (builtins.head args) derivationArgs"} {"_id":"doc-en-nixpkgs-fae726c04490d4e3d72d303d7d5de3df2d9d91a1417943764b6b9851f350b188","title":"","text":" {stdenv, fetchurl, yacc, flex, pkgconfig, glib, xz}: stdenv.mkDerivation rec { version = \"0.15.2\"; name = \"vala-${version}\"; src = fetchurl { url = \"mirror://gnome/sources/vala/0.15/${name}.tar.xz\"; sha256 = \"0g71zq6dpqrw2f40wfzdf18fdw41ymr17laqniy2kr622hkxdi8w\"; }; buildNativeInputs = [ yacc flex pkgconfig xz ]; buildInputs = [ glib ]; meta = { description = \"Compiler for the GObject type system\"; homepage = \"http://live.gnome.org/Vala\"; license = \"free-copyleft\"; platforms = stdenv.lib.platforms.all; maintainers = [ stdenv.lib.maintainers.antono ]; }; } "} {"_id":"doc-en-nixpkgs-0eac5c7d63d59f38c6b13294bc30be296d9da2656e7d6b090a3cbcb26c357bd0","title":"","text":" {stdenv, fetchurl, yacc, flex, pkgconfig, glib, xz}: stdenv.mkDerivation rec { version = \"0.16.1\"; name = \"vala-${version}\"; src = fetchurl { url = \"mirror://gnome/sources/vala/0.16/${name}.tar.xz\"; sha256 = \"1n708n9ixyy9qrzyv1wf4ybvcclx43ib9ki028wwpvkz6kv8zqlb\"; }; buildNativeInputs = [ yacc flex pkgconfig xz ]; buildInputs = [ glib ]; meta = { description = \"Compiler for the GObject type system\"; homepage = \"http://live.gnome.org/Vala\"; license = \"free-copyleft\"; platforms = stdenv.lib.platforms.all; maintainers = [ stdenv.lib.maintainers.antono ]; }; } "} {"_id":"doc-en-nixpkgs-1198a66ecb5ab956f0f8a0c88503173ee650f3c555df2a957ecbb31d1a38567f","title":"","text":"{stdenv, fetchurl, yacc, flex, pkgconfig, glib, xz}: stdenv.mkDerivation rec { name = \"vala-0.14.2\"; version = \"0.17.2\"; name = \"vala-${version}\"; src = fetchurl { url = mirror://gnome/sources/vala/0.14/vala-0.14.2.tar.xz; sha256 = \"1l5kllw9vpwv24lzv9fp64l3sad46wpxgvsgryrwlrjg91w6jzl0\"; url = \"mirror://gnome/sources/vala/0.17/${name}.tar.xz\"; sha256 = \"09i2s0dwmrk147ind2dx7nq845g12fp6fsjqrphhrr0dbi0zzgh3\"; }; buildNativeInputs = [ yacc flex pkgconfig xz ];"} {"_id":"doc-en-nixpkgs-cbe15c4f8327a866fa5d9e15616393c2f57facea6a6d8d73acd2634c59899100","title":"","text":"meta = { description = \"Compiler for the GObject type system\"; homepage = \"http://live.gnome.org/Vala\"; license = \"free-copyleft\"; platforms = stdenv.lib.platforms.all; maintainers = [ stdenv.lib.maintainers.antono ]; }; }"} {"_id":"doc-en-nixpkgs-48fa821f6f8341d4db76758057205edcbe7ff0bbf9be39a5d113923a5379e30a","title":"","text":"urweb = callPackage ../development/compilers/urweb { }; vala = callPackage ../development/compilers/vala { }; vala = vala17; vala15 = callPackage ../development/compilers/vala/15.2.nix { }; vala16 = callPackage ../development/compilers/vala/16.1.nix { }; vala17 = callPackage ../development/compilers/vala/default.nix { }; visualcpp = callPackage ../development/compilers/visual-c++ { };"} {"_id":"doc-en-nixpkgs-627fd1c95727738f4d6108b0baf215a2e143ad89fccea40392a60f5480c802fb","title":"","text":" { stdenv, fetchzip, applyPatches, ... }: { stdenv, fetchzip, applyPatches, lib, ... }: { url , sha256 , appName ? null , appVersion ? null , license , patches ? [ ] , name ? null , version ? null , description ? null , homepage ? null }: if name != null || version != null then throw '' `pkgs.fetchNextcloudApp` has been changed to use `fetchzip`. To update, please * remove `name`/`version` * update the hash '' else applyPatches { applyPatches ({ inherit patches; src = fetchzip { inherit url sha256;"} {"_id":"doc-en-nixpkgs-a7c76f5bd27368e953c7de8d6aa5fa913a5f7e18cd9cf5b50cc30c6eb99d815d","title":"","text":"fi popd &>/dev/null ''; meta = { license = lib.licenses.${license}; longDescription = description; inherit homepage; } // lib.optionalAttrs (description != null) { longDescription = description; } // lib.optionalAttrs (homepage != null) { inherit homepage; }; }; } } // lib.optionalAttrs (appName != null && appVersion != null) { name = \"nextcloud-app-${appName}-${appVersion}\"; }) "} {"_id":"doc-en-nixpkgs-480113a42a5a63dfe9b2a520e594a21a2c72e0ef40895222c3f12a9d89a21aa1","title":"","text":") + \"-patched\" , patches ? [] , postPatch ? \"\" }: stdenvNoCC.mkDerivation { , ... }@args: stdenvNoCC.mkDerivation { inherit name src patches postPatch; preferLocalBuild = true; allowSubstitutes = false; phases = \"unpackPhase patchPhase installPhase\"; installPhase = \"cp -R ./ $out\"; }; } # Carry `meta` information from the underlying `src` if present. // (optionalAttrs (src?meta) { inherit (src) meta; }) // (removeAttrs args [ \"src\" \"name\" \"patches\" \"postPatch\" ]); /* An immutable file in the store with a length of 0 bytes. */ emptyFile = runCommand \"empty-file\" {"} {"_id":"doc-en-nixpkgs-2650053248ea2a0239f4eeef0ec122bd8a99f7bed49f7099b85bca2c83352f03","title":"","text":"\"sha256\": \"1kdpma5f3rb9g29j364lqv6bkar5qgwlvcxmhpmzllwlkmjpc9w8\", \"url\": \"https://github.com/nextcloud/bookmarks/releases/download/v12.1.0/bookmarks-12.1.0.tar.gz\", \"version\": \"12.1.0\", \"description\": \"- 📂 Sort bookmarks into foldersn- 🏷 Add tags and personal notesn- 🔍 Full-text searchn- 📲 Synchronize with all your browsers and devicesn- 👪 Share bookmarks with other users and publiclyn- ☠ Find broken linksn- ⚛ Generate RSS feeds of your collectionsn- 📔 Read archived versions of your links in case they are depublishedn- 💬 Create new bookmarks directly from within Nextcloud Talkn- 💼 Built-in Dashboard widgets for frequent and recent linksnnRequirements:n - PHP v7.4+n - PHP extensions:n - intl: *n - mbstring: *n - when using MySQL, use at least v8.0\", \"description\": \"- 📂 Sort bookmarks into foldersn- 🏷 Add tags and personal notesn- 🔍 Full-text searchn- 📲 Synchronize with all your browsers and devicesn- 👪 Share bookmarks with other users and publiclyn- ☠ Find broken linksn- ⚛ Generate RSS feeds of your collectionsn- 📔 Read archived versions of your links in case they are depublishedn- 💬 Create new bookmarks directly from within Nextcloud Talkn- 💼 Built-in Dashboard widgets for frequent and recent linksnnRequirements:n - PHP extensions:n - intl: *n - mbstring: *n - when using MySQL, use at least v8.0\", \"homepage\": \"https://github.com/nextcloud/bookmarks\", \"licenses\": [ \"agpl\""} {"_id":"doc-en-nixpkgs-1e7fb752a799edb87b1adce38feadc45a16e6af3504fdf0cd06f961f439ea90a","title":"","text":"] }, \"onlyoffice\": { \"sha256\": \"10axh9a4w8y3iw95xdjn4q8wjg5459dki42xb6cax5ikimyfv07j\", \"url\": \"https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.8.0/onlyoffice.tar.gz\", \"version\": \"7.8.0\", \"sha256\": \"12hzmngps86ha4lcfwaf62svfz41aywykq0z419r644g5i4v7raq\", \"url\": \"https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.9.0/onlyoffice.tar.gz\", \"version\": \"7.9.0\", \"description\": \"ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.\", \"homepage\": \"https://www.onlyoffice.com\", \"licenses\": ["} {"_id":"doc-en-nixpkgs-eb39c1bfa3dd26ec435b3e9d7d3045b5cd087d78a8a58a91ffdc5f6f5ed99fb3","title":"","text":"{ \"bookmarks\": { \"sha256\": \"0xx331bgly91y8ncxk36ha3ncrr2xlivblfi7rix6ffkrdx73yb9\", \"url\": \"https://github.com/nextcloud/bookmarks/releases/download/v13.0.1/bookmarks-13.0.1.tar.gz\", \"version\": \"13.0.1\", \"description\": \"- 📂 Sort bookmarks into foldersn- 🏷 Add tags and personal notesn- 🔍 Full-text searchn- 📲 Synchronize with all your browsers and devicesn- 👪 Share bookmarks with other users and publiclyn- ☠ Find broken linksn- ⚛ Generate RSS feeds of your collectionsn- 📔 Read archived versions of your links in case they are depublishedn- 💬 Create new bookmarks directly from within Nextcloud Talkn- 💼 Built-in Dashboard widgets for frequent and recent linksnnRequirements:n - PHP v7.4+n - PHP extensions:n - intl: *n - mbstring: *n - when using MySQL, use at least v8.0\", \"sha256\": \"16j10gj5nghgji36jhng60291wl4h9c3vndjx9j8jij9qn6hz23f\", \"url\": \"https://github.com/nextcloud/bookmarks/releases/download/v13.1.0/bookmarks-13.1.0.tar.gz\", \"version\": \"13.1.0\", \"description\": \"- 📂 Sort bookmarks into foldersn- 🏷 Add tags and personal notesn- 🔍 Full-text searchn- 📲 Synchronize with all your browsers and devicesn- 👪 Share bookmarks with other users and publiclyn- ☠ Find broken linksn- ⚛ Generate RSS feeds of your collectionsn- 📔 Read archived versions of your links in case they are depublishedn- 💬 Create new bookmarks directly from within Nextcloud Talkn- 💼 Built-in Dashboard widgets for frequent and recent linksnnRequirements:n - PHP extensions:n - intl: *n - mbstring: *n - when using MySQL, use at least v8.0\", \"homepage\": \"https://github.com/nextcloud/bookmarks\", \"licenses\": [ \"agpl\""} {"_id":"doc-en-nixpkgs-f718d1d63a81eb8f45c31568d8b471d96bf172dc5aeae5d463324872f37c4c1f","title":"","text":"] }, \"news\": { \"sha256\": \"1z08k8xnyv71zj0djlv339faq9lx23mlqgjanf2jhv6jhh8cy5c6\", \"url\": \"https://github.com/nextcloud/news/releases/download/22.0.0/news.tar.gz\", \"version\": \"22.0.0\", \"sha256\": \"1j9dhqz5anwsmw3f8hbhvqc2h1fp15zmxzdbpnz1p3vwqf8f5cjs\", \"url\": \"https://github.com/nextcloud/news/releases/download/23.0.0/news.tar.gz\", \"version\": \"23.0.0\", \"description\": \"📰 A RSS/Atom Feed reader App for Nextcloudnn- 📲 Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)n- 🔄 Automatic updates of your news feedsn- 🆓 Free and open source under AGPLv3, no ads or premium functionsnn**System Cron is currently required for this app to work**nnRequirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)nnThe Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)nnCreate a [bug report](https://github.com/nextcloud/news/issues/new/choose)nnCreate a [feature request](https://github.com/nextcloud/news/discussions/new)nnReport a [feed issue](https://github.com/nextcloud/news/discussions/new)\", \"homepage\": \"https://github.com/nextcloud/news\", \"licenses\": ["} {"_id":"doc-en-nixpkgs-f90c36d85e498addac666b2b9309d18d783dc5062c4a71e4e85a0bfd93de75de","title":"","text":"generatedJson = { inherit apps; }; appBaseDefs = builtins.fromJSON (builtins.readFile ./nextcloud-apps.json); in { # Create a derivation from the official Nextcloud apps. # This takes the data generated from the go tool. mkNextcloudDerivation = self.callPackage ({ }: { data }: mkNextcloudDerivation = self.callPackage ({ }: { pname, data }: pkgs.fetchNextcloudApp { inherit (data) url sha256; appName = pname; appVersion = data.version; license = appBaseDefs.${pname}; inherit (data) url sha256 description homepage; }) {}; } // lib.mapAttrs (type: pkgs: lib.makeExtensible (_: lib.mapAttrs (pname: data: self.mkNextcloudDerivation { inherit data; }) pkgs)) generatedJson; } // lib.mapAttrs (type: pkgs: lib.makeExtensible (_: lib.mapAttrs (pname: data: self.mkNextcloudDerivation { inherit pname; inherit data; }) pkgs)) generatedJson; in (lib.makeExtensible (_: (lib.makeScope newScope packages))).extend (selfNC: superNC: {})"} {"_id":"doc-en-nixpkgs-142b60cf255b98fd1eb204d500d7189ce16d4fe7b8dd7d7f93101c72a7d7b1a7","title":"","text":"export NEXTCLOUD_VERSIONS=$(nix-instantiate --eval -E 'import ./nc-versions.nix {}' -A e) APPS=`cat nextcloud-apps.json | jq -r '.[]' | sed -z 's/n/,/g;s/,$/n/'` APPS=`cat nextcloud-apps.json | jq -r 'keys|.[]' | sed -z 's/n/,/g;s/,$/n/'` nc4nix -apps $APPS rm *.log"} {"_id":"doc-en-nixpkgs-78a8daa2a58857e3129cb294ea8bebb4b97b5e5e9226e7fe10f15be06330f24b","title":"","text":" [ \"bookmarks\" , \"calendar\" , \"contacts\" , \"cospend\" , \"deck\" , \"files_texteditor\" , \"files_markdown\" , \"forms\" , \"groupfolders\" , \"impersonate\" , \"keeweb\" , \"mail\" , \"maps\" , \"memories\" , \"news\" , \"notes\" , \"notify_push\" , \"onlyoffice\" , \"polls\" , \"previewgenerator\" , \"qownnotesapi\" , \"registration\" , \"spreed\" , \"tasks\" , \"twofactor_nextcloud_notification\" , \"twofactor_totp\" , \"twofactor_webauthn\" , \"unsplash\" , \"user_saml\" ] { \"bookmarks\": \"agpl3Plus\" , \"calendar\": \"agpl3Plus\" , \"contacts\": \"agpl3Plus\" , \"cospend\": \"agpl3Plus\" , \"deck\": \"agpl3Plus\" , \"files_texteditor\": \"agpl3Plus\" , \"files_markdown\": \"agpl3Plus\" , \"forms\": \"agpl3Plus\" , \"groupfolders\": \"agpl3Plus\" , \"impersonate\": \"agpl3Plus\" , \"keeweb\": \"agpl3Plus\" , \"mail\": \"agpl3Plus\" , \"maps\": \"agpl3Plus\" , \"memories\": \"agpl3Plus\" , \"news\": \"agpl3Plus\" , \"notes\": \"agpl3Plus\" , \"notify_push\": \"agpl3Plus\" , \"onlyoffice\": \"asl20\" , \"polls\": \"agpl3Plus\" , \"previewgenerator\": \"agpl3Plus\" , \"qownnotesapi\": \"agpl3Plus\" , \"registration\": \"agpl3Plus\" , \"spreed\": \"agpl3Plus\" , \"tasks\": \"agpl3Plus\" , \"twofactor_nextcloud_notification\": \"agpl3Only\" , \"twofactor_totp\": \"agpl3Plus\" , \"twofactor_webauthn\": \"agpl3Plus\" , \"unsplash\": \"agpl3Only\" , \"user_saml\": \"agpl3Plus\" } "} {"_id":"doc-en-nixpkgs-350324e8b13e08b26cd51ca2b783b42ca97aa7efb2617d8ca1a5c893808ff0dc","title":"","text":" { lib , buildGoModule , fetchFromGitHub , testers , goatcounter }: buildGoModule rec { pname = \"goatcounter\"; version = \"2.5.0\"; src = fetchFromGitHub { owner = \"arp242\"; repo = \"goatcounter\"; rev = \"v${version}\"; sha256 = \"sha256-lwiLk/YYxX4QwSDjpU/mAikumGXYMzleRzmPjZGruZU=\"; }; vendorHash = \"sha256-YAb3uBWQc6hWzF1Z5cAg8RzJQSJV+6dkppfczKS832s=\"; subPackages = [ \"cmd/goatcounter\" ]; modRoot = \".\"; # Derived from the upstream build scripts: # # `-trimpath` is used, which `allowGoReference` sets allowGoReference = true; # Flags set in the upstream build. ldflags = [ \"-s\" \"-w\" \"-X zgo.at/goatcounter/v2.Version=${src.rev}\" ]; passthru.tests.version = testers.testVersion { package = goatcounter; command = \"goatcounter version\"; version = \"v${version}\"; }; meta = { description = \"Easy web analytics. No tracking of personal data\"; changelog = \"https://github.com/arp242/goatcounter/releases/tag/${src.rev}\"; longDescription = '' GoatCounter is an open source web analytics platform available as a hosted service (free for non-commercial use) or self-hosted app. It aims to offer easy to use and meaningful privacy-friendly web analytics as an alternative to Google Analytics or Matomo. ''; homepage = \"https://github.com/arp242/goatcounter\"; license = lib.licenses.eupl12; maintainers = with lib.maintainers; [ tylerjl ]; mainProgram = \"goatcounter\"; }; } "} {"_id":"doc-en-nixpkgs-ef2473bb8e3e9e6276ea4bbc3a411d164c6e91c9045b368d5f25a29671fde7a5","title":"","text":"with lib; let cfg = config.boot; in { ###### interface"} {"_id":"doc-en-nixpkgs-52789ee1f73cdc38ff20c7dfa09ca649f489297ae67c2848266f98e9e2eff316","title":"","text":"''; }; boot.tmpOnTmpfsSize = mkOption { type = types.oneOf [ types.str types.types.ints.positive ]; default = \"50%\"; description = '' Size of tmpfs in percentage. Percentage is defined by systemd. ''; }; }; ###### implementation config = { systemd.mounts = mkIf config.boot.tmpOnTmpfs [ # When changing remember to update /tmp mount in virtualisation/qemu-vm.nix systemd.mounts = mkIf cfg.tmpOnTmpfs [ { what = \"tmpfs\"; where = \"/tmp\"; type = \"tmpfs\"; mountConfig.Options = [ \"mode=1777\" \"strictatime\" \"rw\" \"nosuid\" \"nodev\" \"size=50%\" ]; mountConfig.Options = [ \"mode=1777\" \"strictatime\" \"rw\" \"nosuid\" \"nodev\" \"size=${toString cfg.tmpOnTmpfsSize}\" ]; } ];"} {"_id":"doc-en-nixpkgs-1d9324b6c326171cadadd3bd6144032e9a16809a6e8c452dac92c0af1609344e","title":"","text":"fsType = \"tmpfs\"; neededForBoot = true; # Sync with systemd's tmp.mount; options = [ \"mode=1777\" \"strictatime\" \"nosuid\" \"nodev\" ]; options = [ \"mode=1777\" \"strictatime\" \"nosuid\" \"nodev\" \"size=${toString config.boot.tmpOnTmpfsSize}\" ]; }; \"/tmp/xchg\" = { device = \"xchg\";"} {"_id":"doc-en-nixpkgs-271b53c8dbc3eb716a5cb7cb6b095992a14d5a91bea78b47f963b600266b99ff","title":"","text":", libsForQt5 , libtiff , qt6Packages , qt6 , rdma-core , ucx , rsync"} {"_id":"doc-en-nixpkgs-7a884ac715942fa2f9b37018e5a54cb231e248843bb51890e46be8f1cbb83b06","title":"","text":"ucx xorg.libxshmfence xorg.libxkbfile ] ++ lib.optionals (lib.versionAtLeast version \"12.1\") (map lib.getLib [ ] ++ (lib.optionals (lib.versionAtLeast version \"12.1\") (map lib.getLib ([ # Used by `/target-linux-x64/CollectX/clx` and `/target-linux-x64/CollectX/libclx_api.so` for: # - `libcurl.so.4` curlMinimal # Used by `/target-linux-x64/libQt6Multimedia.so.6` for: # - `libgstaudio-1.0.so.0` # - `libgstvideo-1.0.so.0` # - `libgstpbutils-1.0.so.0` # - `libgstallocators-1.0.so.0` # - `libgstapp-1.0.so.0` # - `libgstbase-1.0.so.0` # - `libgstreamer-1.0.so.0` # Used by `/host-linux-x64/Scripts/WebRTCContainer/setup/neko/server/bin/neko` gst_all_1.gstreamer gst_all_1.gst-plugins-base ]); ]) ++ (with qt6; [ qtmultimedia qttools qtpositioning qtscxml qtsvg qtwebchannel qtwebengine ]))); # Prepended to runpaths by autoPatchelf. # The order inherited from older rpath preFixup code"} {"_id":"doc-en-nixpkgs-c4cfe478873de58ec2651bfb8cec9e1c2e8b510d8b20bb400309a3d76350f49d","title":"","text":"rm -rf $out/lib ''} ${lib.optionalString (lib.versionAtLeast version \"12.0\") '' rm $out/host-linux-x64/libQt6* ''} # Remove some cruft. ${lib.optionalString ((lib.versionAtLeast version \"7.0\") && (lib.versionOlder version \"10.1\")) \"rm $out/bin/uninstall*\"}"} {"_id":"doc-en-nixpkgs-33cc47bf08eb536b561552eb618126681461c34f23c75db3f02f8de883f3c153","title":"","text":"\"11.8\" = ./manifests/redistrib_11.8.0.json; \"12.0\" = ./manifests/redistrib_12.0.1.json; \"12.1\" = ./manifests/redistrib_12.1.1.json; \"12.2\" = ./manifests/redistrib_12.2.0.json; }; # Function to build a single cudatoolkit redist package"} {"_id":"doc-en-nixpkgs-e8752bbad7bf60c49d504ba1bd467c19d2be18e8a436ecb9087f41595600b067","title":"","text":" { \"release_date\": \"2023-06-28\", \"release_label\": \"12.2.0\", \"release_product\": \"cuda\", \"cuda_cccl\": { \"name\": \"CXX Core Compute Libraries\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_cccl/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"3a665ffb51a3d21dc08f28e316ee035ad2381301eca65a36e657d434a27f8aa2\", \"md5\": \"1a44f8f3bb192c8139ddfc109818e41d\", \"size\": \"1106044\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"6cb035a15fd91436b17c66c06c15f7bff6efe70a2ca6d7a89fc1c85ab3b146ad\", \"md5\": \"52073df19d7f2925956888c72e2de461\", \"size\": \"1106412\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"fe020baf2784a7745cb7db1df22d9abe13528a4ce0984c10ffc892a27507a7d9\", \"md5\": \"e991c3c63effb228b0ea38edb84414f6\", \"size\": \"1105768\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"a2f5579e23f24dd50cfb72d2ee28fb8ed3a7cb1484602df66fa808fe9defb6b3\", \"md5\": \"0e23f2e0f3dd484ae4b770183f9d63d3\", \"size\": \"2957130\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"6e6b4c01334778beed0b4320f067758c5c77701e573d8e502a7ffc51843faf7e\", \"md5\": \"29a3d1c635fc4ee82aa1ab17a3aadc71\", \"size\": \"1106468\" } }, \"cuda_compat\": { \"name\": \"CUDA compat L4T\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_compat/LICENSE.txt\", \"version\": \"12.2.33189084\", \"linux-aarch64\": { \"relative_path\": \"cuda_compat/linux-aarch64/cuda_compat-linux-aarch64-12.2.33189084-archive.tar.xz\", \"sha256\": \"e31c801017be83f2ba875f5b9afec91f8ff7b9c71d19b6591f7a85c03043236e\", \"md5\": \"7cbaca4d76bacbb657f0b21aa815deb4\", \"size\": \"18690068\" } }, \"cuda_cudart\": { \"name\": \"CUDA Runtime (cudart)\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_cudart/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"e21fb4fc9152f5bbeea94b860b70546545d4a9a36ae3e33f508de15908d47b76\", \"md5\": \"025fbfcecbb9b09e0ae2427b6d5a8472\", \"size\": \"1000396\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"fa18c6c76182ded75ea76a5db54097ed852b1e164e15f29d48b95bd589e2a872\", \"md5\": \"535ced6ae08940680ed4dd80735a4138\", \"size\": \"989476\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"77310096876cd6c4fae7508225d180f30f4ab6cca73634aa18a11c2e4f0ebde6\", \"md5\": \"fab5c7525a3c4d959f042b4043556d4f\", \"size\": \"999804\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"950c71e53aa168d8459ad49050eae5d531b0c024cf0a2d176024d83dea9d3555\", \"md5\": \"3772988f5a5771c914aee8a2c9a2163a\", \"size\": \"2416404\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"7aaa03032bc9abb7a04f9215bc13e7a5fff5f8fd83a537b79c4f9dd7983bd1d1\", \"md5\": \"9fd906e2964883d3df346ec5b0f8b6cb\", \"size\": \"1066396\" } }, \"cuda_cuobjdump\": { \"name\": \"cuobjdump\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_cuobjdump/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"420e0a60e11b0187e107d791007b63f87eec143fdab50ba08cadcf45dfbba8c5\", \"md5\": \"a5398dd80c504cc52138b3fb3bd58e9a\", \"size\": \"170828\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"831692e3e23c9655fd02f9b19704d0adcd65c7cc1f2cf6143bc2dddbf0f2f468\", \"md5\": \"292ace508f5c82d7e113b3fe2360817f\", \"size\": \"212824\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"b77c73ab4ea28a98f41ee88884bcfe3c93b7f6d646984376a0dca870cd73ec87\", \"md5\": \"0da93b2444f0f7d413556a396607aab6\", \"size\": \"179248\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"36676a17558a3a8137c7259f255854bd6eac8489787a4dc72796da8f100ad9bd\", \"md5\": \"0def615994e278707a4609da17ed8a5d\", \"size\": \"3776112\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"aae7adce1a84af830c8a92dd46a60eeb7dcb8cedb9a18c6d9e619f50c6adf9f5\", \"md5\": \"bf9ea89b071cfcab146add4ed365dcd0\", \"size\": \"163804\" } }, \"cuda_cupti\": { \"name\": \"CUPTI\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_cupti/LICENSE.txt\", \"version\": \"12.2.60\", \"linux-x86_64\": { \"relative_path\": \"cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.60-archive.tar.xz\", \"sha256\": \"494663c1ac68f5f8ee86adc31de34089ec4f4fb5e174503298722474adf864f9\", \"md5\": \"f6c81c9267e8af1188e6ef3a05b01049\", \"size\": \"18800604\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.60-archive.tar.xz\", \"sha256\": \"cbec530bb1c666a5ea336344705c1927f41f42254bb0051261ad8c13b35bd4b1\", \"md5\": \"ec629ff4843c39b6b509b3b2e1238f80\", \"size\": \"10630824\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.60-archive.tar.xz\", \"sha256\": \"653684dd10af3b810c69bfabe7d8b0ddee59629c779c1f005993cb50b774756e\", \"md5\": \"53bcf073b379637c03984d55e59e5a2b\", \"size\": \"9781820\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.60-archive.zip\", \"sha256\": \"cf85306b44197720e5078629e627874c7015891e83a94b1a298a7db2c8baa4b7\", \"md5\": \"6d547a40c28f38cb63b34a863cebe476\", \"size\": \"13151576\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.60-archive.tar.xz\", \"sha256\": \"e951c00abc6928928dbb687743841f0c0d73c436ffe797e6413e4627d749f96a\", \"md5\": \"bee88796d6ef238540a5f517fec4e1b9\", \"size\": \"7731940\" } }, \"cuda_cuxxfilt\": { \"name\": \"CUDA cuxxfilt (demangler)\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_cuxxfilt/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_cuxxfilt/linux-x86_64/cuda_cuxxfilt-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"becedc25d308be46b63ebcbc041dd791c5e10a9ff24227eb481b3cc0c53499b2\", \"md5\": \"90257b8ec952759368e008b89d7c0ad8\", \"size\": \"188028\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_cuxxfilt/linux-ppc64le/cuda_cuxxfilt-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"0c5af08176f55c939692e0df87d3f61affe527a665fb321b65e49f608a88f0b0\", \"md5\": \"510a67ba8e82af333848c4f25468f391\", \"size\": \"179980\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_cuxxfilt/linux-sbsa/cuda_cuxxfilt-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"069b5005b271ba1ba5de3edbbb3aabf945bdf7466ba89ee25477448c1ec27d04\", \"md5\": \"991fbe08fc7e7ed0afe5da73833a8d7c\", \"size\": \"174668\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_cuxxfilt/windows-x86_64/cuda_cuxxfilt-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"d1a8b508c33dc7488337b4744747d6a1deaf3e67f6279a04f2e9de638ba8334d\", \"md5\": \"c6e567c6fa6339e4c50739f7f5c648b6\", \"size\": \"169417\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_cuxxfilt/linux-aarch64/cuda_cuxxfilt-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"d3aaa8f58aa6a7164f097bfec4ab2640d59224671465927f6dce328137c074b5\", \"md5\": \"558919c2abb5c55d35d2b229737f69da\", \"size\": \"167304\" } }, \"cuda_demo_suite\": { \"name\": \"CUDA Demo Suite\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_demo_suite/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_demo_suite/linux-x86_64/cuda_demo_suite-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"074d80c5b3eafa80efa18010b51e17b256ed84422cb9970c77391839bd2e86e8\", \"md5\": \"edfd69322632e5a36f285951b8049177\", \"size\": \"4011816\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_demo_suite/windows-x86_64/cuda_demo_suite-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"c90a2683593652cf7feae460a96c6240f61e9468ee49cef2ab848d30c3e5022e\", \"md5\": \"ad5f3a4d59b3bcff7bbef6c771ddeaab\", \"size\": \"5052163\" } }, \"cuda_documentation\": { \"name\": \"CUDA Documentation\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_documentation/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_documentation/linux-x86_64/cuda_documentation-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"166a02868d57a635b3810e2557ac0d0233b2de554a7070c412709eae8ec06ec9\", \"md5\": \"c6a19cbc239d694066c6ee211288d369\", \"size\": \"67148\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_documentation/linux-ppc64le/cuda_documentation-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"790b9b948b058bda215bf8af0693638c90a2201a6910aa618ddbb4b540bdda15\", \"md5\": \"9d8ca1deb21491627bc68e3b1c00a50c\", \"size\": \"67072\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_documentation/linux-sbsa/cuda_documentation-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"1a6ef53db09820f685792042c72c25d4395953a1ff63a6a6b8a63bd472c67959\", \"md5\": \"88198884d70f7f5d29863becfb553348\", \"size\": \"67076\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_documentation/windows-x86_64/cuda_documentation-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"b110874271a51c1ff1ecb91b421f75850400a3be8aee6cad9385c2a80ec93f5d\", \"md5\": \"0d8949ba742832f32c90d6060e0d0032\", \"size\": \"105364\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_documentation/linux-aarch64/cuda_documentation-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"42bc8a0467a16b62c8976c433f9598d2835eec2c95e81cbe37b640301b118853\", \"md5\": \"a9d34a1d043919b3abf79084925ad736\", \"size\": \"67228\" } }, \"cuda_gdb\": { \"name\": \"CUDA GDB\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_gdb/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_gdb/linux-x86_64/cuda_gdb-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"7360b3b126052712d86e760cc9cd2e5977bda98f25a32a25a36f4e3e1d86477e\", \"md5\": \"454e9bbcb8c44b12610372d67edc16f0\", \"size\": \"65702272\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_gdb/linux-ppc64le/cuda_gdb-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"d58bdf87458af81be178d0457ed666cdbf9307bca35819e92e13c9069a13bd7c\", \"md5\": \"fadcec8f26e76b85740734b525596149\", \"size\": \"65469448\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_gdb/linux-sbsa/cuda_gdb-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"350fd284c81258b5a7e60eddfb74984d2369254d7a2cc2bbfc0afd14096ff501\", \"md5\": \"aaf51203301579f7fd2517786ff00078\", \"size\": \"65360012\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_gdb/linux-aarch64/cuda_gdb-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"5659d69039b9215086fd294e437ed669bdacf2b9a203f4348b820a68d1564cde\", \"md5\": \"ddfca3180674496e161f8de6fa858b2c\", \"size\": \"65285732\" } }, \"cuda_nsight\": { \"name\": \"Nsight Eclipse Edition Plugin\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nsight/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_nsight/linux-x86_64/cuda_nsight-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"6f3674d4ba97ba18152e5aaa9f36e38b43017441b002cf801d5177bccdd52679\", \"md5\": \"5e60e672c7be453b4cde6243180663ba\", \"size\": \"118606032\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nsight/linux-ppc64le/cuda_nsight-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"8599079e194fb17e08459d8f92e6dc4bb7910869158db83f02413946605a6aad\", \"md5\": \"342c5efc729e3794aa975a2e1bd25cb0\", \"size\": \"118606032\" } }, \"cuda_nvcc\": { \"name\": \"CUDA NVCC\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nvcc/LICENSE.txt\", \"version\": \"12.2.91\", \"linux-x86_64\": { \"relative_path\": \"cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.91-archive.tar.xz\", \"sha256\": \"d703af09bea3999b40c8c04095a78ec76ccf02b11094059300a3a9c2bd52ec61\", \"md5\": \"b3b07d9b0b874c09a0cafadfc32b8760\", \"size\": \"46508716\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.91-archive.tar.xz\", \"sha256\": \"a39ebc6ce0f952ae0a3272b770dda7752fa298a0d522f3799ccc3400a7ed0460\", \"md5\": \"92f38d3dafbda1cfe42d5f4ff5fe514d\", \"size\": \"41981244\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.91-archive.tar.xz\", \"sha256\": \"dcdb55340adc6239ed3cbdc1ad8c3b0409f4d71c488f10a819d9ee1a57e097d2\", \"md5\": \"23440328c7ef2fe44e58d197c1c0e09e\", \"size\": \"41062040\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.91-archive.zip\", \"sha256\": \"c83baba72ec53a9c69fac2a5db098ccbb0dbe029bb4552b13b07f624ddfc8fcf\", \"md5\": \"905a2cb1107a480613972f7804ca1048\", \"size\": \"60255563\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.91-archive.tar.xz\", \"sha256\": \"e338332a7c585cd79c7fab4aa17bf6b53f474156f6766c8d599d47a8bbbebb29\", \"md5\": \"76f51119161076f894b9bd61c3e85144\", \"size\": \"42640072\" } }, \"cuda_nvdisasm\": { \"name\": \"CUDA nvdisasm\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nvdisasm/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"30ac135c709a39eb58f6a1f30bd340965499198c9fb0030762253fbaad1c43ff\", \"md5\": \"4f6bd5e1ff724738b2d1909037f1629e\", \"size\": \"49881548\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"2219a350d2d02e53a16190d17d6ae4384f6b77ac89f5d5530622d3edc974c72d\", \"md5\": \"ff3a9c319c988267f318857d28df78f7\", \"size\": \"49858640\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"88d5394f92dd0e65e43ddc46b536f7db9425cb9ad12462e5cc9dc2b589c2a9b3\", \"md5\": \"672fa265e1330a0a718766ebd58e7e6f\", \"size\": \"49811968\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"2ffcff04d7134f6e7f262da5ebd37e1ca6119660e8d07963d86fa97b809ba344\", \"md5\": \"04083830287f39e180a9073399709621\", \"size\": \"50125121\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"7cd16a90c25503073334ae896b6b176afa297a0e30556e61596e8c8e5ca0ebfa\", \"md5\": \"5fce580872b7211d4d3c03d46139b0e9\", \"size\": \"49808416\" } }, \"cuda_nvml_dev\": { \"name\": \"CUDA NVML Headers\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nvml_dev/LICENSE.txt\", \"version\": \"12.2.81\", \"linux-x86_64\": { \"relative_path\": \"cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.2.81-archive.tar.xz\", \"sha256\": \"07efe02d5ecf7f9079150dfaea06e6b6b9f284e9b0322bb8e07fc743ca39ba98\", \"md5\": \"cf77fec8ce77ade6dfb803d0f471ea6d\", \"size\": \"85072\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.2.81-archive.tar.xz\", \"sha256\": \"a72c79f32672a5fe3afa20fdabee9621fd57f5b21bbcdea6deb042026e040df1\", \"md5\": \"0ad388bc765a0f483e2d8c51e5c070db\", \"size\": \"84424\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.2.81-archive.tar.xz\", \"sha256\": \"d8c76caf01a2a9399c59f2a368fceec5b12df5d7ff2bbf0e5bdeb6d01a8b9e3c\", \"md5\": \"fcd43cdaf216afc39ebcc5f96e18f514\", \"size\": \"85016\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.2.81-archive.zip\", \"sha256\": \"04657b81d0012c7517f27da80eb572c3fbd0d354821e7a368cc0a677182baa78\", \"md5\": \"63722c5bc70003a028d2ee057d443b50\", \"size\": \"119150\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.2.81-archive.tar.xz\", \"sha256\": \"d585c5c3cdf3ae7253a78624776edf81b1a5ae1ad18c0a7fa5b61bdb3727a845\", \"md5\": \"ff412e9af3a1d5fa9ebdab1a83997442\", \"size\": \"85032\" } }, \"cuda_nvprof\": { \"name\": \"CUDA nvprof\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nvprof/LICENSE.txt\", \"version\": \"12.2.60\", \"linux-x86_64\": { \"relative_path\": \"cuda_nvprof/linux-x86_64/cuda_nvprof-linux-x86_64-12.2.60-archive.tar.xz\", \"sha256\": \"09dca174f073657b915de9be6585e654477b7336bf1f04753391cc35b1b9d660\", \"md5\": \"42c6e437e27d8eee8aaad720de749e71\", \"size\": \"2441200\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nvprof/linux-ppc64le/cuda_nvprof-linux-ppc64le-12.2.60-archive.tar.xz\", \"sha256\": \"db8302b6b5f9c490325d5f29e94f1b42c618e27fcf95f468ab9cce350cd77c66\", \"md5\": \"2f98ce48278ceded6a9d721abb9c9089\", \"size\": \"2119668\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_nvprof/windows-x86_64/cuda_nvprof-windows-x86_64-12.2.60-archive.zip\", \"sha256\": \"1330fd4803a37c2f8cb8ffdac62a538bf5e2a5d69169519b3bccecafa4b266ef\", \"md5\": \"c4ed24f3d7a59a3ffc028f17abed7acf\", \"size\": \"1700986\" } }, \"cuda_nvprune\": { \"name\": \"CUDA nvprune\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nvprune/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"79550967b7975a3ad38d2b94605a71cbaeb6d24e37ed8cb604253bfeefdef241\", \"md5\": \"066300fa3fa03553acec2ba4ca435330\", \"size\": \"56152\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"59da797aaaed54f2a3e9e4d225c4552d15ef3e9d5af02a79979814c8bdda7f84\", \"md5\": \"3cbbf747e4f2a41caf709b4d9bc92731\", \"size\": \"57076\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"5fb12b382a59ac9d7094f2885d769bc15b60da8ebdf259cab426348732f2bce9\", \"md5\": \"384e0c4725ab1898a512338c01215198\", \"size\": \"48144\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"581721f4a28ff1209e41d163d3575842a21f81d206569862d6d988d5cac16a68\", \"md5\": \"b77d2561d486c69a8eb3e5c2292b6799\", \"size\": \"145868\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"e27db910927c1c84adc3d7982c49518428f6d331f149eb7ba4e98bebd4af81c1\", \"md5\": \"f0f3e29643c1b45544c7e352d7757ec2\", \"size\": \"49716\" } }, \"cuda_nvrtc\": { \"name\": \"CUDA NVRTC\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nvrtc/LICENSE.txt\", \"version\": \"12.2.91\", \"linux-x86_64\": { \"relative_path\": \"cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.91-archive.tar.xz\", \"sha256\": \"c366d551840268b66420b216066f64ad471dc1063156bf8c63cf8538bf606141\", \"md5\": \"01d50d7b944941e10c2cd5000d365a29\", \"size\": \"30600936\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.91-archive.tar.xz\", \"sha256\": \"74ca0a176515fb7f5fb73a8ea1b550425e376b5f471d45f793759045b85daddc\", \"md5\": \"a7d0a50025a122d7f7b2db86b7b31066\", \"size\": \"28230692\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.91-archive.tar.xz\", \"sha256\": \"be057dbc9cc098a2923057be985e068199d16ca1ead802f427ad2e9eee1b15e0\", \"md5\": \"9bbff4319f82a1faf4f10fa996175078\", \"size\": \"28229148\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.91-archive.zip\", \"sha256\": \"f92f8e71ac6a6efdfcb1bec23cb10bef6901861d8fcdfd0e95f7c22af3246158\", \"md5\": \"ffc97eb7fd177e31dfa2be0ffc4d8c83\", \"size\": \"96122917\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.91-archive.tar.xz\", \"sha256\": \"a00c80a98b7582e94601e7b82845d065acef7d9f10805a73a6f8736745a8b71f\", \"md5\": \"156feaa39450acb83deb6e1a768a7b47\", \"size\": \"29471304\" } }, \"cuda_nvtx\": { \"name\": \"CUDA NVTX\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nvtx/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_nvtx/linux-x86_64/cuda_nvtx-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"3bcbec1b2ed198bf044f8a85f73fdf011719e5567b418376fcdcde28b0b29c3e\", \"md5\": \"7eb7e5ca661f27fd2b6bc8b816dfc774\", \"size\": \"48372\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nvtx/linux-ppc64le/cuda_nvtx-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"446e02152814f41cc3eb725c8adccb3d597a36934fefc4fdfd53c78e012571c6\", \"md5\": \"3a1dbd4cbf2e8a93837873d795dc9b07\", \"size\": \"48428\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_nvtx/linux-sbsa/cuda_nvtx-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"8d8b10154b55212ace5ab9e9be4c24c6579b3ef4940fafb0090274e30aa44a49\", \"md5\": \"b24cc3a2b3b4432c80910978595eb541\", \"size\": \"49004\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_nvtx/windows-x86_64/cuda_nvtx-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"04a54a3bf04ca81750c5495d5c5c69f218338c2f01b8e433dd7858f61760e729\", \"md5\": \"1e497aa200c0827f2da7486d6961f6bd\", \"size\": \"65690\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_nvtx/linux-aarch64/cuda_nvtx-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"5b85fabb3a212832180be0e79b4af225e73a8d2202646a9166995efb3e0ff22e\", \"md5\": \"c44c019829a1270f030704014cc01fbf\", \"size\": \"51548\" } }, \"cuda_nvvp\": { \"name\": \"CUDA NVVP\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_nvvp/LICENSE.txt\", \"version\": \"12.2.60\", \"linux-x86_64\": { \"relative_path\": \"cuda_nvvp/linux-x86_64/cuda_nvvp-linux-x86_64-12.2.60-archive.tar.xz\", \"sha256\": \"b213d80a96d6fa22dd48a1e471de817c8c462a52a7cebcffceb37bc942dc00f2\", \"md5\": \"726c6d43ef0e28996f2e7e6aa6ee5751\", \"size\": \"117694060\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_nvvp/linux-ppc64le/cuda_nvvp-linux-ppc64le-12.2.60-archive.tar.xz\", \"sha256\": \"c597d50e6345739f63bcec8b7af2bfc096da348f1be0721ffcd7f4037cc8be26\", \"md5\": \"966f4b457038d6cb5e4cc2ce1ddda338\", \"size\": \"117147564\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_nvvp/windows-x86_64/cuda_nvvp-windows-x86_64-12.2.60-archive.zip\", \"sha256\": \"225a86ef18bdb5ec49a53d89fbf2b37eabc623f817dc668e536a02ae6f6052d6\", \"md5\": \"0a3ba61f91a92dee25aef180d3f199e2\", \"size\": \"120358259\" } }, \"cuda_opencl\": { \"name\": \"CUDA OpenCL\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_opencl/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_opencl/linux-x86_64/cuda_opencl-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"139fc9d16f4aaaa68a9161367829a927fe1ae2602e82a1d93adf2a9250b506d3\", \"md5\": \"dd671fd1df845bcef67fd854fa66b2a1\", \"size\": \"74936\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_opencl/windows-x86_64/cuda_opencl-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"5fc4f66532f797c1daaa2539e55ca32d9accb9d41429e0f3ca6112f893c6627c\", \"md5\": \"5b54f604183a206896e9d0e81f72991c\", \"size\": \"112902\" } }, \"cuda_profiler_api\": { \"name\": \"CUDA Profiler API\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_profiler_api/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"b534489386c9e1df62a5a8544da86fabaae872ef12b3209d8cf222fbb1678ba4\", \"md5\": \"806822db69e151e01992422a5e92fca0\", \"size\": \"16060\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"2b7473f96fac0af92d13fb3a40eaf2c4fa5df60b4ab8afc3a9f2e0f252b8b084\", \"md5\": \"b9fe730c03d14430e258c7634407ab5d\", \"size\": \"16056\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"42c7463dcc2f1ee1c06576d103ad9886ba3620e8348ea760f22aaa963100fd99\", \"md5\": \"628d561d285e45aa5ec28b20d7f57abb\", \"size\": \"16052\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"4b07eb70491d31ee48c6b181a4923dbcf98c2b5b9d14f7c8e12a1a519320b7c9\", \"md5\": \"38d7cc004f8f921271faaaf1e1ee6c0e\", \"size\": \"20075\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"72d6f489b77deb65aa576fef66e4b6015fbe7a1a0a5695d45acf76682c9ab7c8\", \"md5\": \"28b71ef7ca59a5fb6546b5dfe701b0cf\", \"size\": \"16048\" } }, \"cuda_sanitizer_api\": { \"name\": \"CUDA Compute Sanitizer API\", \"license\": \"CUDA Toolkit\", \"license_path\": \"cuda_sanitizer_api/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-x86_64\": { \"relative_path\": \"cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.53-archive.tar.xz\", \"sha256\": \"ad70fb519239cd7b53178938c73183ee3cb1b3b3639eeacf3e63fcea8ef32a92\", \"md5\": \"d7c6c2ad94fc0640009c84286da5274e\", \"size\": \"8063936\" }, \"linux-ppc64le\": { \"relative_path\": \"cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.53-archive.tar.xz\", \"sha256\": \"1d5f46fc86e34f9279fe9acde1efc688388db72dc08ea3b95cf0f27df68124eb\", \"md5\": \"2651d09b3f8acfc1586a449863da3f83\", \"size\": \"7638524\" }, \"linux-sbsa\": { \"relative_path\": \"cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.53-archive.tar.xz\", \"sha256\": \"9e1c66bd3d3b81d5b28c3cbabf798a853a63ea31eb86d14d4e259c0d49b27613\", \"md5\": \"aaba9569e08361ad47794e54cf3bde39\", \"size\": \"6215664\" }, \"windows-x86_64\": { \"relative_path\": \"cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"1d3f7a07a5fe18e0bccf859e58c98f92a6e40080b156fc65ebf89d9967ed4f7e\", \"md5\": \"ad145cb1bf0bdd1a08045a33f01809a8\", \"size\": \"13897178\" }, \"linux-aarch64\": { \"relative_path\": \"cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"24cbb446c763a49875d15aba1a2878d408c796d6412118884a130e54f585409b\", \"md5\": \"9478627e21ed32a1fd2f682da606eb51\", \"size\": \"3538240\" } }, \"fabricmanager\": { \"name\": \"NVIDIA Fabric Manager\", \"license\": \"NVIDIA Driver\", \"license_path\": \"fabricmanager/LICENSE.txt\", \"version\": \"535.54.03\", \"linux-x86_64\": { \"relative_path\": \"fabricmanager/linux-x86_64/fabricmanager-linux-x86_64-535.54.03-archive.tar.xz\", \"sha256\": \"a04f72d5491d102e402d48f91096272276caf38c868852ad5d13a151bcb41a62\", \"md5\": \"7fa84b39ceee1f56f075284413c8d0ac\", \"size\": \"1819128\" }, \"linux-sbsa\": { \"relative_path\": \"fabricmanager/linux-sbsa/fabricmanager-linux-sbsa-535.54.03-archive.tar.xz\", \"sha256\": \"d5d9ca3e4aad2fc5382b490b99c3a79e4bffce90b433dabcee99d66bbc8766d6\", \"md5\": \"ad6b474572fea29a14044c92d9ad1454\", \"size\": \"1679976\" } }, \"libcublas\": { \"name\": \"CUDA cuBLAS\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libcublas/LICENSE.txt\", \"version\": \"12.2.1.16\", \"linux-x86_64\": { \"relative_path\": \"libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.1.16-archive.tar.xz\", \"sha256\": \"59b7509bc16c438b88469705f7c46cbcfb20848d6738845c1e4f39e2ea3b1d2c\", \"md5\": \"d1cbebbf93af112a80a8fd2b71e7d098\", \"size\": \"486327288\" }, \"linux-ppc64le\": { \"relative_path\": \"libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.1.16-archive.tar.xz\", \"sha256\": \"0174812ce96bd997d8bb3707140788d7283c054c8f04ea0674f286816ebfe331\", \"md5\": \"27f53db7127c73fcdf68a92f0b74dc55\", \"size\": \"389457560\" }, \"linux-sbsa\": { \"relative_path\": \"libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.1.16-archive.tar.xz\", \"sha256\": \"0bde331f46d0251a6416a198697a5ff07b9ff73b30794ee6a3647248d3793973\", \"md5\": \"ef9244b625a693e85e093b72832271de\", \"size\": \"484681612\" }, \"windows-x86_64\": { \"relative_path\": \"libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.1.16-archive.zip\", \"sha256\": \"70c8bbc1cb1b58e8987623fef465477398839f14118cf9026868327159b8ec89\", \"md5\": \"02630f7d68d31841c521f49c4f0931c3\", \"size\": \"433276035\" }, \"linux-aarch64\": { \"relative_path\": \"libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.1.16-archive.tar.xz\", \"sha256\": \"5d3dd3e92964c48e2ad976410cef944820964649683f15b3d090ea259efcfc91\", \"md5\": \"ec74be5b9456476f1735eb1e472a58a2\", \"size\": \"442689448\" } }, \"libcudla\": { \"name\": \"cuDLA\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libcudla/LICENSE.txt\", \"version\": \"12.2.53\", \"linux-aarch64\": { \"relative_path\": \"libcudla/linux-aarch64/libcudla-linux-aarch64-12.2.53-archive.tar.xz\", \"sha256\": \"c0c5ec192110a4eb556a2d042c07281574aa0ffbf27aa354f017152dd26dd8e6\", \"md5\": \"7766e66ace29d881556eb3b8f8205869\", \"size\": \"37856\" } }, \"libcufft\": { \"name\": \"CUDA cuFFT\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libcufft/LICENSE.txt\", \"version\": \"11.0.8.15\", \"linux-x86_64\": { \"relative_path\": \"libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.15-archive.tar.xz\", \"sha256\": \"ce0991bff7d17caddf38262573ce783afbf4faf68034ae2e0543472f8dd90f40\", \"md5\": \"152eaa27cf4c2c23b9bfc68dbcc797bd\", \"size\": \"170425736\" }, \"linux-ppc64le\": { \"relative_path\": \"libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.15-archive.tar.xz\", \"sha256\": \"9df5e513987601cc4dbfe3ee084da21d0e318e448fa94550e5d4762ecf4d6aae\", \"md5\": \"1b9df07f5b2c2803ca46a9b3fa2b5d74\", \"size\": \"170536256\" }, \"linux-sbsa\": { \"relative_path\": \"libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.15-archive.tar.xz\", \"sha256\": \"3eeb365441549334ae582318653260c92137943c1ad285bb325eeccfba9e15e7\", \"md5\": \"b4adab68ba9ab153f5b0b16c57f40cbb\", \"size\": \"170569432\" }, \"windows-x86_64\": { \"relative_path\": \"libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.15-archive.zip\", \"sha256\": \"cbec006d998561eed5d89fc8365247dce597bba5280e3642e0e4ba34db083645\", \"md5\": \"e79fcca7c4ffcc1a67bda6f32e85044e\", \"size\": \"97456840\" }, \"linux-aarch64\": { \"relative_path\": \"libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.15-archive.tar.xz\", \"sha256\": \"a877d212db7cc4b2320d9579a9e2344609a3ec86b8b0c3f1716b0eec98dd8e11\", \"md5\": \"a2a0df7cbd1373e93ede7be8d1015069\", \"size\": \"170665012\" } }, \"libcufile\": { \"name\": \"CUDA cuFile\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libcufile/LICENSE.txt\", \"version\": \"1.7.0.149\", \"linux-x86_64\": { \"relative_path\": \"libcufile/linux-x86_64/libcufile-linux-x86_64-1.7.0.149-archive.tar.xz\", \"sha256\": \"dbcec7913ad9b59162a60aa5818335d3dbb5aee207ed2c3c65c8995a77746a96\", \"md5\": \"41b451c16c1657e1126f11cb9bae080e\", \"size\": \"41848568\" }, \"linux-sbsa\": { \"relative_path\": \"libcufile/linux-sbsa/libcufile-linux-sbsa-1.7.0.149-archive.tar.xz\", \"sha256\": \"86f5b0b910e3813ea190a074bb743f319ad9b95bfc31bb402d663ac5c284b2c8\", \"md5\": \"a19e71dc765d85a3007493a9b31484a4\", \"size\": \"41294576\" }, \"linux-aarch64\": { \"relative_path\": \"libcufile/linux-aarch64/libcufile-linux-aarch64-1.7.0.149-archive.tar.xz\", \"sha256\": \"39a7dbd1763b6d4c7da2cb5b15db75501e723844a8f8a5914a29fcaa6ad9eca3\", \"md5\": \"7855d4c52825274fb5acfb2d27387e7b\", \"size\": \"41274348\" } }, \"libcurand\": { \"name\": \"CUDA cuRAND\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libcurand/LICENSE.txt\", \"version\": \"10.3.3.53\", \"linux-x86_64\": { \"relative_path\": \"libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.53-archive.tar.xz\", \"sha256\": \"890181ef02a4752fd4cf4113770c27340f19112d81cd6076d0630dba8f746ed6\", \"md5\": \"c11537005ba88971f536effdc0825a5a\", \"size\": \"81945064\" }, \"linux-ppc64le\": { \"relative_path\": \"libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.53-archive.tar.xz\", \"sha256\": \"d0d819e85139346229aef2000231e42ff8d20e13c9ad6acae780e265d3dc8b8e\", \"md5\": \"501debf6ad4405494bfee9a769a976f0\", \"size\": \"81983028\" }, \"linux-sbsa\": { \"relative_path\": \"libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.53-archive.tar.xz\", \"sha256\": \"4367394f6d57dd0ff9b597f5f7471b8b346f6c878ad5dca6f2b8f377d0b23d72\", \"md5\": \"6a16970981b6c64be5cbeec2245a5f07\", \"size\": \"81931700\" }, \"windows-x86_64\": { \"relative_path\": \"libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.53-archive.zip\", \"sha256\": \"39a68f5049825bb52af30cabf2f29b20a1cfe0f127875ae11a3684824efd41d5\", \"md5\": \"f8654726922d89040d8679cddc5bd150\", \"size\": \"55279087\" }, \"linux-aarch64\": { \"relative_path\": \"libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.53-archive.tar.xz\", \"sha256\": \"759082826aea2bfd4d63f7dafb84518a24a306f3007ffc061554d28faf9b4dc6\", \"md5\": \"ae3d27bf5dcb77af666bb89463ce5c88\", \"size\": \"84107132\" } }, \"libcusolver\": { \"name\": \"CUDA cuSOLVER\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libcusolver/LICENSE.txt\", \"version\": \"11.5.0.53\", \"linux-x86_64\": { \"relative_path\": \"libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.0.53-archive.tar.xz\", \"sha256\": \"0ce1f6058005117fc1aa2dd731e1c6009aa79993c179cbdb2d01f17959dfdc87\", \"md5\": \"2df25f844d081afb79b3cffe6bc53ce6\", \"size\": \"123332556\" }, \"linux-ppc64le\": { \"relative_path\": \"libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.0.53-archive.tar.xz\", \"sha256\": \"1f690cabb35ae92ef5a1cd3d6f1222a535bafea86a259d88cf8d2410558b6414\", \"md5\": \"46670044a53afbf7ebdb2fff57bd2a64\", \"size\": \"122967236\" }, \"linux-sbsa\": { \"relative_path\": \"libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.0.53-archive.tar.xz\", \"sha256\": \"5135dff78a3cf7353362b7c6547af61fdca164e8b792fbff4066989c36183925\", \"md5\": \"419bad18195a23817c76aba940d8e5ff\", \"size\": \"122295788\" }, \"windows-x86_64\": { \"relative_path\": \"libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.0.53-archive.zip\", \"sha256\": \"36bac40d8f8f9a05bf9936a2348cfe71c848fbb52d40750dfb6600c3e84ef9ff\", \"md5\": \"edad14e88c2faeae872a53ee1975575b\", \"size\": \"120629517\" }, \"linux-aarch64\": { \"relative_path\": \"libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.0.53-archive.tar.xz\", \"sha256\": \"4eaec6e813dded192cef54252902b915de9116149c52aa840b7631bab7e244a3\", \"md5\": \"f93615f925e87ad318f1307d303a4c5c\", \"size\": \"133342388\" } }, \"libcusparse\": { \"name\": \"CUDA cuSPARSE\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libcusparse/LICENSE.txt\", \"version\": \"12.1.1.53\", \"linux-x86_64\": { \"relative_path\": \"libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.1.53-archive.tar.xz\", \"sha256\": \"3b38e39c27fc9e91ccae949bc06692a76e5d6d88320177d8b1795be3086ea305\", \"md5\": \"9333e20cba966d557186fa32ad47008b\", \"size\": \"211590820\" }, \"linux-ppc64le\": { \"relative_path\": \"libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.1.53-archive.tar.xz\", \"sha256\": \"4c5297adea9229fd820c7891694e851f39ecbe69bd642449007e7eca62c6124f\", \"md5\": \"acd166b34c7f6e5dbe60ddea1ad4a76a\", \"size\": \"211736192\" }, \"linux-sbsa\": { \"relative_path\": \"libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.1.53-archive.tar.xz\", \"sha256\": \"504b2a6bfd588cda6cb293f030f98b7aa36a6d60a30063c4c4aa9b74ab27dc92\", \"md5\": \"e233abe1bd165db5619d1bfa1abbe3a9\", \"size\": \"211253852\" }, \"windows-x86_64\": { \"relative_path\": \"libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.1.53-archive.zip\", \"sha256\": \"39b9d0927c5f3ac9a3b92523b60aac7871b41fa7a72a210bc9bb3b5828b8d5f8\", \"md5\": \"6d8e6e1c410d3cf50ad95d3df21d0d67\", \"size\": \"192210264\" }, \"linux-aarch64\": { \"relative_path\": \"libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.1.53-archive.tar.xz\", \"sha256\": \"b86fcc1f706080bc6cdc5f2f8f99f99ceab62977a40aa13f97eb01e10ad97334\", \"md5\": \"88264e9ac0334655f5b80eb8cea03a2e\", \"size\": \"226908380\" } }, \"libnpp\": { \"name\": \"CUDA NPP\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libnpp/LICENSE.txt\", \"version\": \"12.1.1.14\", \"linux-x86_64\": { \"relative_path\": \"libnpp/linux-x86_64/libnpp-linux-x86_64-12.1.1.14-archive.tar.xz\", \"sha256\": \"efc53c1d554dab8cd4f75b21528b68f39a32b20eaabc5d8d2585e0db91f4353d\", \"md5\": \"902f1d530b9245d35a61ba56ec8cd516\", \"size\": \"182561952\" }, \"linux-ppc64le\": { \"relative_path\": \"libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.1.1.14-archive.tar.xz\", \"sha256\": \"4d58706c834addf38613eaa76eed01690762ee337faeab085ecbf7528d6fac70\", \"md5\": \"ce315e5b89199106aa93a03db65ca39f\", \"size\": \"182373984\" }, \"linux-sbsa\": { \"relative_path\": \"libnpp/linux-sbsa/libnpp-linux-sbsa-12.1.1.14-archive.tar.xz\", \"sha256\": \"e99c853cd9ec8526cc053228d1b90597e6bb89ae1856af72bf85a7095b83106c\", \"md5\": \"0a3254d7e4042d88ac522b14a43e278f\", \"size\": \"181513452\" }, \"windows-x86_64\": { \"relative_path\": \"libnpp/windows-x86_64/libnpp-windows-x86_64-12.1.1.14-archive.zip\", \"sha256\": \"846e7ba7d473a10918a97f81ce6b3742a11282ae0126ca99692971a4d30736b1\", \"md5\": \"cb84a09751bceb3380a8f9e028e8f1c5\", \"size\": \"151773014\" }, \"linux-aarch64\": { \"relative_path\": \"libnpp/linux-aarch64/libnpp-linux-aarch64-12.1.1.14-archive.tar.xz\", \"sha256\": \"77c0b1cccd53e2dec1928dfc22cbce819f51140ede32edcf567840119f51f89d\", \"md5\": \"82a83bf87d10da2f80e443e45deef998\", \"size\": \"199197524\" } }, \"libnvidia_nscq\": { \"name\": \"NVIDIA NSCQ API\", \"license\": \"NVIDIA Driver\", \"license_path\": \"libnvidia_nscq/LICENSE.txt\", \"version\": \"535.54.03\", \"linux-x86_64\": { \"relative_path\": \"libnvidia_nscq/linux-x86_64/libnvidia_nscq-linux-x86_64-535.54.03-archive.tar.xz\", \"sha256\": \"3433f2b46c47efeec54fc1eef990859b070801af9dfdcb5305783380e322e833\", \"md5\": \"6e4728a04c1de840190f481b6b9cc0f0\", \"size\": \"349948\" }, \"linux-sbsa\": { \"relative_path\": \"libnvidia_nscq/linux-sbsa/libnvidia_nscq-linux-sbsa-535.54.03-archive.tar.xz\", \"sha256\": \"8ee52b4f763062e68ab41ed0af7b0daf2ce9d4c0bd3d27aeb14059584703e915\", \"md5\": \"ead66878ffdf57c8875c0151855828b6\", \"size\": \"317244\" } }, \"libnvjitlink\": { \"name\": \"NVIDIA compiler library for JIT LTO functionality\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libnvjitlink/LICENSE.txt\", \"version\": \"12.2.91\", \"linux-x86_64\": { \"relative_path\": \"libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.91-archive.tar.xz\", \"sha256\": \"5f99b51c7dbb7420ad2559f295d651064259c42780298a1fcb6e647560421a98\", \"md5\": \"377b9a77093f05b73e023164ccd58ff1\", \"size\": \"26077128\" }, \"linux-ppc64le\": { \"relative_path\": \"libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.91-archive.tar.xz\", \"sha256\": \"18c703ad153525b14d69c0e5ff46b5505b22354e406923887e2d26f3a09f2f9b\", \"md5\": \"09721fd552a006237fe8aad0b6e5dc03\", \"size\": \"23976600\" }, \"linux-sbsa\": { \"relative_path\": \"libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.91-archive.tar.xz\", \"sha256\": \"8b2141ffa23e030fdc7d707b6eebda2b3f32c3e33379c0fe75868640c0f5c701\", \"md5\": \"0d728f150ca04bae7f8f5f6930d27be6\", \"size\": \"23937120\" }, \"windows-x86_64\": { \"relative_path\": \"libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.91-archive.zip\", \"sha256\": \"bb66172487d485d4aa969600a6128d92f0a6e4c02687c5008d282648b9f087e0\", \"md5\": \"fedd2335f22e42106f76966845e031bf\", \"size\": \"86994854\" }, \"linux-aarch64\": { \"relative_path\": \"libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.91-archive.tar.xz\", \"sha256\": \"6676827058de20c4d63819050fb8b53528dc19fd24982fc381ff28456472f6c4\", \"md5\": \"6703a7759c62a74b658859913d5a4c63\", \"size\": \"25130600\" } }, \"libnvjpeg\": { \"name\": \"CUDA nvJPEG\", \"license\": \"CUDA Toolkit\", \"license_path\": \"libnvjpeg/LICENSE.txt\", \"version\": \"12.1.1.14\", \"linux-x86_64\": { \"relative_path\": \"libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.1.1.14-archive.tar.xz\", \"sha256\": \"7ffeea14fc61f6600c29fd7872edbebad57abf360b3db15308d96902cbec34e7\", \"md5\": \"36c92e8bd55423399dc64a80b1e4e2d5\", \"size\": \"2506196\" }, \"linux-ppc64le\": { \"relative_path\": \"libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.1.1.14-archive.tar.xz\", \"sha256\": \"c56eea8afd8f500b827041f26bfe127d836ba08b15028a48fd41c122e8f06e5c\", \"md5\": \"5d42d6e37898c2f612da15e455fd1ef9\", \"size\": \"2490368\" }, \"linux-sbsa\": { \"relative_path\": \"libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.1.1.14-archive.tar.xz\", \"sha256\": \"cb17129e4dcbb7338ef7e37149de9ce4023ca9e2efad97de1ae0806bf67bdd10\", \"md5\": \"b020197978d730b63a92caa140bb2a2a\", \"size\": \"2336180\" }, \"windows-x86_64\": { \"relative_path\": \"libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.1.1.14-archive.zip\", \"sha256\": \"bf4107f5993c6595834821da5e2d50b1b1cd1dd687cb6224176656c198cacbbd\", \"md5\": \"0da427edeea81414df1466fd5bc9b791\", \"size\": \"2766220\" }, \"linux-aarch64\": { \"relative_path\": \"libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.1.1.14-archive.tar.xz\", \"sha256\": \"9b39d91814bf077c89e4ad5fbd5608acda0dd2fae4a0ccf0c91da6e45b11eaa6\", \"md5\": \"e36afb6fd678c4846d1202f22a97b2fa\", \"size\": \"2474640\" } }, \"nsight_compute\": { \"name\": \"Nsight Compute\", \"license\": \"NVIDIA SLA\", \"license_path\": \"nsight_compute/LICENSE.txt\", \"version\": \"2023.2.0.16\", \"linux-x86_64\": { \"relative_path\": \"nsight_compute/linux-x86_64/nsight_compute-linux-x86_64-2023.2.0.16-archive.tar.xz\", \"sha256\": \"d4232eecbdb709f1482629af916c8fe6c6c6084764fff9fe5d4eec289cc10cb8\", \"md5\": \"bad0c0f76173996c9995884bfb6ae3b6\", \"size\": \"724640244\" }, \"linux-ppc64le\": { \"relative_path\": \"nsight_compute/linux-ppc64le/nsight_compute-linux-ppc64le-2023.2.0.16-archive.tar.xz\", \"sha256\": \"ac3e1530830cf70b4d298818d5ed4e33864c1ebd6c44455ecafaaa264b8d3be7\", \"md5\": \"7fcdf966becc5b915dcd65700e7f6e38\", \"size\": \"185175700\" }, \"linux-sbsa\": { \"relative_path\": \"nsight_compute/linux-sbsa/nsight_compute-linux-sbsa-2023.2.0.16-archive.tar.xz\", \"sha256\": \"5d9f2daeed1aaf87ac4fd8237699d0c915ef2de52b66a1f4ab4bda0057f47c7f\", \"md5\": \"d9639e34e406f705530a25ccfcb55358\", \"size\": \"350199152\" }, \"windows-x86_64\": { \"relative_path\": \"nsight_compute/windows-x86_64/nsight_compute-windows-x86_64-2023.2.0.16-archive.zip\", \"sha256\": \"16579328355102bd1dd27f6969ab6bda426ea9e8a1bdf2f62f2bbf8b9370d5b9\", \"md5\": \"c6be0d2ff8d1f1fe7cce5181393b79a8\", \"size\": \"664635780\" }, \"linux-aarch64\": { \"relative_path\": \"nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2023.2.0.16-archive.tar.xz\", \"sha256\": \"09a815a8e00fde87acc4b32c6409dfb616b8b49b7ae8f931c66de7c795db87e4\", \"md5\": \"f3879107229a1a031b5971e77cd18916\", \"size\": \"740361468\" } }, \"nsight_systems\": { \"name\": \"Nsight Systems\", \"license\": \"NVIDIA SLA\", \"license_path\": \"nsight_systems/LICENSE.txt\", \"version\": \"2023.2.3.1001\", \"linux-x86_64\": { \"relative_path\": \"nsight_systems/linux-x86_64/nsight_systems-linux-x86_64-2023.2.3.1001-archive.tar.xz\", \"sha256\": \"3c5ff99cd44d99808e25d72059372cf8d36cd435ff4724e840a227cc674d79d0\", \"md5\": \"4addd2a842d5e753e992bb2595babf15\", \"size\": \"222188232\" }, \"linux-ppc64le\": { \"relative_path\": \"nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2023.2.3.1001-archive.tar.xz\", \"sha256\": \"c71f3e39355bb23c6da411450360acb763b4effc5752918d0735517633d38352\", \"md5\": \"2ef6e9dc891b39439541b123056b69c7\", \"size\": \"64464952\" }, \"linux-sbsa\": { \"relative_path\": \"nsight_systems/linux-sbsa/nsight_systems-linux-sbsa-2023.2.3.1001-archive.tar.xz\", \"sha256\": \"6e559924fcdcfbc677490131f343ea9a2ab2a9ecb994906b3a23791601428dfc\", \"md5\": \"92dfed2062891bc73e4b5f488cf48467\", \"size\": \"197068636\" }, \"windows-x86_64\": { \"relative_path\": \"nsight_systems/windows-x86_64/nsight_systems-windows-x86_64-2023.2.3.1001-archive.zip\", \"sha256\": \"928d40a3edd0434d82fd5a48d70781e41a01071db8095891588d0299ba888962\", \"md5\": \"1bb802ca720f4dabdbc5933f426f35ee\", \"size\": \"335353534\" } }, \"nsight_vse\": { \"name\": \"Nsight Visual Studio Edition (VSE)\", \"license\": \"NVIDIA SLA\", \"license_path\": \"nsight_vse/LICENSE.txt\", \"version\": \"2023.2.0.23143\", \"windows-x86_64\": { \"relative_path\": \"nsight_vse/windows-x86_64/nsight_vse-windows-x86_64-2023.2.0.23143-archive.zip\", \"sha256\": \"07a819f72797cae9aa95e4308ae65b712384d1e76ed104842cc2d51ac6196b9f\", \"md5\": \"5cd16b1761028a887351148ac8e078f1\", \"size\": \"526806378\" } }, \"nvidia_driver\": { \"name\": \"NVIDIA Linux Driver\", \"license\": \"NVIDIA Driver\", \"license_path\": \"nvidia_driver/LICENSE.txt\", \"version\": \"535.54.03\", \"linux-x86_64\": { \"relative_path\": \"nvidia_driver/linux-x86_64/nvidia_driver-linux-x86_64-535.54.03-archive.tar.xz\", \"sha256\": \"c394729dc4a52d47d88d2573265fd29037709732f20f489a37ac4ab47f6822f1\", \"md5\": \"955c14cf3dd6178547257a50f07b8c6f\", \"size\": \"399961036\" }, \"linux-ppc64le\": { \"relative_path\": \"nvidia_driver/linux-ppc64le/nvidia_driver-linux-ppc64le-535.54.03-archive.tar.xz\", \"sha256\": \"72176f44f8317fcaa4e3a14ad28dbff0c4d999a1b72f9cd91171cda3d7f0d66c\", \"md5\": \"4a459d6fdd07d8dd9b94d26e96cf9f23\", \"size\": \"99839420\" }, \"linux-sbsa\": { \"relative_path\": \"nvidia_driver/linux-sbsa/nvidia_driver-linux-sbsa-535.54.03-archive.tar.xz\", \"sha256\": \"01bca95203ebac62fc7e87b4142cb0b2ebdaed5290e957fb13999e6c460f78ef\", \"md5\": \"3a69e12fd2d28c957156512021a0dc3e\", \"size\": \"313982992\" } }, \"nvidia_fs\": { \"name\": \"NVIDIA filesystem\", \"license\": \"CUDA Toolkit\", \"license_path\": \"nvidia_fs/LICENSE.txt\", \"version\": \"2.16.1\", \"linux-x86_64\": { \"relative_path\": \"nvidia_fs/linux-x86_64/nvidia_fs-linux-x86_64-2.16.1-archive.tar.xz\", \"sha256\": \"c899c58d07dbbe337abead01337a2aec72a7fd4600b95838b044335c85199c6b\", \"md5\": \"f6f00d81e1e0dcb0847fea3b3c83d3a1\", \"size\": \"57608\" }, \"linux-sbsa\": { \"relative_path\": \"nvidia_fs/linux-sbsa/nvidia_fs-linux-sbsa-2.16.1-archive.tar.xz\", \"sha256\": \"779d2b669d5021125da6689dfc1c45772996abb63ace42d388cbc03a85dfa4fb\", \"md5\": \"c462ac53d3318e5fb73bc04201a78046\", \"size\": \"57580\" }, \"linux-aarch64\": { \"relative_path\": \"nvidia_fs/linux-aarch64/nvidia_fs-linux-aarch64-2.16.1-archive.tar.xz\", \"sha256\": \"a6f56b158246178637a5e87889d81ec3796407a6105ae8b17844842a3d0beafb\", \"md5\": \"ee4bdba81554d3548cf778a72e6321a7\", \"size\": \"57596\" } }, \"visual_studio_integration\": { \"name\": \"CUDA Visual Studio Integration\", \"license\": \"CUDA Toolkit\", \"license_path\": \"visual_studio_integration/LICENSE.txt\", \"version\": \"12.2.53\", \"windows-x86_64\": { \"relative_path\": \"visual_studio_integration/windows-x86_64/visual_studio_integration-windows-x86_64-12.2.53-archive.zip\", \"sha256\": \"427c33b33f67f0d412d37e1e34c72c16e9fd34ef25f6d15b90ab91488ed3d0f5\", \"md5\": \"ddf0c3651191623c29c63e268c6720f2\", \"size\": \"517874\" } } } "} {"_id":"doc-en-nixpkgs-c5d0b6b49b3fde9166ea734e2774777aa88e4ec32241737ecb3df6578b0a868c","title":"","text":"url = \"https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_530.30.02_linux.run\" sha256 = \"sha256-10Ai1B2AEFMZ36Ib7qObd6W5kZU5wEh6BcqvJEbWpw4=\" gcc = \"gcc12\" [\"12.2\"] version = \"12.2.0\" url = \"https://developer.download.nvidia.com/compute/cuda/12.2.0/local_installers/cuda_12.2.0_535.54.03_linux.run\" sha256 = \"sha256-7PPSr63LrAKfD0UFeFgQ1S0AbkuHunn/P5hDNqK79Rg=\" gcc = \"gcc12\" "} {"_id":"doc-en-nixpkgs-04fdc49a14b2f1fe5ba709c7c82812e4ff621073920022af2385d39c0598db02","title":"","text":"cudaPackages_12_0 = callPackage ./cuda-packages.nix { cudaVersion = \"12.0\"; }; cudaPackages_12_1 = callPackage ./cuda-packages.nix { cudaVersion = \"12.1\"; }; cudaPackages_12_2 = callPackage ./cuda-packages.nix { cudaVersion = \"12.2\"; }; cudaPackages_12 = cudaPackages_12_0; # TODO: try upgrading once there is a cuDNN release supporting CUDA 12. No"} {"_id":"doc-en-nixpkgs-83e717c6aea39b0ca5c181979d33bd95bac06d49474bb6ef020ea89d0f4cfe8e","title":"","text":" { lib , buildNpmPackage , fetchFromGitHub }: buildNpmPackage rec { pname = \"igir\"; version = \"2.0.6\"; src = fetchFromGitHub { owner = \"emmercm\"; repo = \"igir\"; rev = \"v${version}\"; hash = \"sha256-HIhk60I5VUMHBUp5EQGpE7RZ0KiYwVMl1jEX9zb5ttA=\"; }; npmDepsHash = \"sha256-P+H6q+jwfJFMb5qtOS3OCVUu9MtZ+Knaog0qyP3FpFo=\"; # I have no clue why I have to do this postPatch = '' patchShebangs scripts/update-readme-help.sh ''; meta = with lib; { description = \"A video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS\"; homepage = \"https://igir.io\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ TheBrainScrambler ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-6198e942ca643df3128bb6597c912c3406cda9ec42acab627fc8a9c679aecb5e","title":"","text":"hyperpotamus = callPackage ../tools/misc/hyperpotamus { }; igir = callPackage ../tools/games/igir { }; immich-cli = callPackage ../tools/misc/immich-cli { }; inherit (callPackage ../tools/networking/ivpn/default.nix {}) ivpn ivpn-service;"} {"_id":"doc-en-nixpkgs-63c4b66564555c4af65321eaecb37b0083237597623ebe373aeb90094bcac84c","title":"","text":"Additional syntax extensions are available, all of which can be used in NixOS option documentation. The following extensions are currently used: - []{#ssec-contributing-markup-tables} Tables, using the [GitHub-flavored Markdown syntax](https://github.github.com/gfm/#tables-extension-). - []{#ssec-contributing-markup-anchors} Explicitly defined **anchors** on headings, to allow linking to sections. These should be always used, to ensure the anchors can be linked even when the heading text changes, and to prevent conflicts between [automatically assigned identifiers](https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/auto_identifiers.md)."} {"_id":"doc-en-nixpkgs-56a47ad0cd7c0615e6ac021608cb60477edf438b0e28d05db90735d8510b8955","title":"","text":"# minifying the JavaScript; passing it allows us to side-step more Node # JS dependencies for installation. preBuild = lib.optionalString webUISupport '' mkdir -p .emscriptencache export EM_CACHE=$(pwd)/.emscriptencache bash ./script/build-wasm --debug '';"} {"_id":"doc-en-nixpkgs-325a4921de6b8374f15a02240168008fc1cc406970584bb238144dde639f6663","title":"","text":" { lib , python3 , fetchFromGitHub }: python3.pkgs.buildPythonApplication rec { pname = \"doq\"; version = \"0.9.1\"; format = \"setuptools\"; src = fetchFromGitHub { owner = \"heavenshell\"; repo = \"py-doq\"; rev = \"refs/tags/${version}\"; hash = \"sha256-6ff7R/2Jo4jYm1hA70yopjklpKIMWlj7DH9eKxOlfgU=\"; }; propagatedBuildInputs = with python3.pkgs; [ jinja2 parso toml ]; nativeCheckInputs = with python3.pkgs; [ parameterized unittestCheckHook ]; pythonImportsCheck = [ \"doq\" ]; meta = with lib; { description = \"Docstring generator for Python\"; homepage = \"https://github.com/heavenshell/py-doq\"; changelog = \"https://github.com/heavenshell/py-doq/releases/tag/${src.rev}\"; license = licenses.bsd3; maintainers = with maintainers; [ natsukium ]; }; } "} {"_id":"doc-en-nixpkgs-af1095e46d2509ee522591193eb98e9e1b212afc1bb3764a58e4f1de741f07b5","title":"","text":"dbus-test-runner = callPackage ../development/tools/dbus-test-runner { }; doq = callPackage ../development/tools/misc/doq { }; phpunit = callPackage ../development/tools/misc/phpunit { }; teller = callPackage ../development/tools/teller { };"} {"_id":"doc-en-nixpkgs-de7f31c5e7a3f6e2f3fd738f4607b1bb003a17b725e4f6e628aee8d118f3d577","title":"","text":" { lib, fetchFromGitHub, buildLinux, ... } @ args: { lib, stdenv, fetchFromGitHub, buildLinux, ... } @ args: let # comments with variant added for update script # ./update-zen.py zen zenVariant = { version = \"6.4.1\"; #zen version = \"6.4.2\"; #zen suffix = \"zen1\"; #zen sha256 = \"05a3dplzz6vy5gjz9yd1hz7n4xf3mlr2q112kf3yabg8k8izqnys\"; #zen sha256 = \"1swd3y97w55wh9vl6k1bsrx6fqi6b6ssbw306h87nxn36xwzx8cd\"; #zen isLqx = false; }; # ./update-zen.py lqx lqxVariant = { version = \"6.3.11\"; #lqx suffix = \"lqx2\"; #lqx sha256 = \"0hpzafw2zwy25ss4cwj6mm8pr1nnv680m8bfcal29f7gaxbm96k8\"; #lqx version = \"6.4.2\"; #lqx suffix = \"lqx1\"; #lqx sha256 = \"14hr88lbwm2pz3knw6nxlahdk4pwwb4ya63mrd7zg7g1x2xhfb59\"; #lqx isLqx = true; }; zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // {"} {"_id":"doc-en-nixpkgs-23670ba0cee177343c1eca0d41df612005bcb7cf4e4c3de3dba30fdf7710560f","title":"","text":"inherit sha256; }; # This is based on the following sources: # - zen: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen/-/blob/main/config # - lqx: https://github.com/damentz/liquorix-package/blob/6.4/master/linux-liquorix/debian/config/kernelarch-x86/config-arch-64 # - Liquorix features: https://liquorix.net/ # The list below is not exhaustive, so the kernels probably doesn't match # the upstream, but should bring most of the improvements that will be # expected by users structuredExtraConfig = with lib.kernel; { # Zen Interactive tuning ZEN_INTERACTIVE = yes; # FQ-Codel Packet Scheduling NET_SCH_DEFAULT = yes; DEFAULT_FQ_CODEL = yes; DEFAULT_NET_SCH = freeform \"fq_codel\"; # Preempt (low-latency) PREEMPT = lib.mkOverride 60 yes; PREEMPT_VOLUNTARY = lib.mkOverride 60 no; # Preemptible tree-based hierarchical RCU TREE_RCU = yes; PREEMPT_RCU = yes; RCU_EXPERT = yes; TREE_SRCU = yes; TASKS_RCU_GENERIC = yes; TASKS_RCU = yes; TASKS_RUDE_RCU = yes; TASKS_TRACE_RCU = yes; RCU_STALL_COMMON = yes; RCU_NEED_SEGCBLIST = yes; RCU_FANOUT = freeform \"64\"; RCU_FANOUT_LEAF = freeform \"16\"; RCU_BOOST = yes; RCU_BOOST_DELAY = freeform \"500\"; RCU_NOCB_CPU = yes; RCU_LAZY = yes; # Futex WAIT_MULTIPLE implementation for Wine / Proton Fsync. FUTEX = yes; FUTEX_PI = yes; # Preemptive Full Tickless Kernel at 1000Hz HZ = freeform \"1000\"; HZ_1000 = yes; } // lib.optionalAttrs (isLqx) { # Google's BBRv2 TCP congestion Control TCP_CONG_BBR2 = yes; DEFAULT_BBR2 = yes; DEFAULT_TCP_CONG = freeform \"bbr2\"; # PDS Process Scheduler SCHED_ALT = yes; SCHED_PDS = yes; # Swap storage is compressed with LZ4 using zswap ZSWAP_COMPRESSOR_DEFAULT_LZ4 = yes; ZSWAP_COMPRESSOR_DEFAULT = freeform \"lz4\"; # Fix error: unused option: XXX. CFS_BANDWIDTH = lib.mkForce (option no); PSI = lib.mkForce (option no); RT_GROUP_SCHED = lib.mkForce (option no); SCHED_AUTOGROUP = lib.mkForce (option no); SCHED_CORE = lib.mkForce (option no); # ERROR: modpost: \"sched_numa_hop_mask\" [drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko] undefined! MLX5_CORE = no; }; passthru.updateScript = [ ./update-zen.py (if isLqx then \"lqx\" else \"zen\") ]; extraMeta = { branch = lib.versions.majorMinor version + \"/master\"; maintainers = with lib.maintainers; [ ]; maintainers = with lib.maintainers; [ thiagokokada ]; description = \"Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.\" + lib.optionalString isLqx \" (Same as linux_zen but less aggressive release schedule)\"; lib.optionalString isLqx \" (Same as linux_zen, but less aggressive release schedule and additional extra config)\"; broken = stdenv.isAarch64; }; } // (args.argsOverride or { }));"} {"_id":"doc-en-nixpkgs-43464e2e31a886b5436623b8c5ece6beb0f9a4a57e612a4606b9b487b600785d","title":"","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"virter\"; version = \"0.25.0\"; src = fetchFromGitHub { owner = \"LINBIT\"; repo = \"virter\"; rev = \"v${version}\"; hash = \"sha256-NIZBaPYFFH3MG2M7rF39TW8sLVR44SA37ZU3gOPwAFU=\"; }; vendorHash = \"sha256-cVOxRrsDdtlDSJ3WRDNk8nqt7ztz4GSRIf6FDDBxvPc=\"; ldflags = [ \"-s\" \"-w\" \"-X github.com/LINBIT/virter/cmd.version=${version}\" \"-X github.com/LINBIT/virter/cmd.builddate=builtByNix\" \"-X github.com/LINBIT/virter/cmd.githash=builtByNix\" ]; # requires network access doCheck = false; meta = { description = \"A command line tool for simple creation and cloning of virtual machines based on libvirt\"; homepage = \"https://github.com/LINBIT/virter\"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dit7ya ]; }; } "} {"_id":"doc-en-nixpkgs-975a46499ef59144aecff909b98e84d83939f9fcf938d90d74a1c8c6aeffc69f","title":"","text":"viw = callPackage ../applications/editors/viw { }; virter = callPackage ../applications/virtualization/virter { }; virt-viewer = callPackage ../applications/virtualization/virt-viewer { }; virt-top = callPackage ../applications/virtualization/virt-top { };"} {"_id":"doc-en-nixpkgs-65c3b9058fe75c81183fb478bb016532634abe272a44d9a1a1fa6de53d124ec0","title":"","text":"\"tests/test_cookies.py\" ]; # cherrypy does not support Python 3.11 doCheck = pythonOlder \"3.11\"; meta = { changelog = \"https://github.com/jaraco/jaraco.net/blob/${src.rev}/CHANGES.rst\"; description = \"Networking tools by jaraco\";"} {"_id":"doc-en-nixpkgs-72914020380cd1205c5f9685c87f3d1e19862fffe68159d27456e1c8bb702d75","title":"","text":"let version = pkg.version or \"\"; in lib.optionalString (isPvpVersion version) lib.optionalString (isPvpVersion version && (pkg.meta.hydraPlatforms or null) != lib.platforms.none) ''\"${name}\",\"${version}\",\"http://hydra.nixos.org/job/nixpkgs/trunk/haskellPackages.${name}.x86_64-linux\"''; all-haskellPackages = builtins.toFile \"all-haskellPackages\" (lib.concatStringsSep \"n\" (lib.filter (x: x != \"\") (lib.mapAttrsToList pkgLine haskellPackages))); in runCommand \"hackage-package-list\" { } # This command will make a join between all packages on hackage and haskellPackages.*. # It ignores packages marked as broken (according to hydraPlatforms) # It creates a valid csv file which can be uploaded to hackage.haskell.org. # The call is wrapped in echo $(...) to trim trailing newline, which hackage requires. ''"} {"_id":"doc-en-nixpkgs-344a4700dac39b6bf115c67c84f17bc07889061ff9b4d13dd91020be17a7c021","title":"","text":"comment = \"Code Editing. Redefined.\"; genericName = \"Text Editor\"; exec = \"${executableName} %F\"; icon = \"code\"; icon = \"vs${executableName}\"; startupNotify = true; startupWMClass = shortName; categories = [ \"Utility\" \"TextEditor\" \"Development\" \"IDE\" ];"} {"_id":"doc-en-nixpkgs-c2cb48b0cd1e72386d8133d0aca98b36eb3c7de7ecde8ad45ef02e0f5ad97fce","title":"","text":"actions.new-empty-window = { name = \"New Empty Window\"; exec = \"${executableName} --new-window %F\"; icon = \"code\"; icon = \"vs${executableName}\"; }; };"} {"_id":"doc-en-nixpkgs-84b6fece9ed11089871ae17f7f8f4857259f29a69af5f8b15bcc955ad5a0b4db","title":"","text":"comment = \"Code Editing. Redefined.\"; genericName = \"Text Editor\"; exec = executableName + \" --open-url %U\"; icon = \"code\"; icon = \"vs${executableName}\"; startupNotify = true; categories = [ \"Utility\" \"TextEditor\" \"Development\" \"IDE\" ]; mimeTypes = [ \"x-scheme-handler/vscode\" ];"} {"_id":"doc-en-nixpkgs-2528bbee81ed8a46b57c91af345dcc4dfbce812c1e720e1ed3306a244a5b634f","title":"","text":"ln -s \"$desktopItem/share/applications/${executableName}.desktop\" \"$out/share/applications/${executableName}.desktop\" ln -s \"$urlHandlerDesktopItem/share/applications/${executableName}-url-handler.desktop\" \"$out/share/applications/${executableName}-url-handler.desktop\" # These are named vscode.png, vscode-insiders.png, etc to match the name in upstream *.deb packages. mkdir -p \"$out/share/pixmaps\" cp \"$out/lib/vscode/resources/app/resources/linux/code.png\" \"$out/share/pixmaps/code.png\" cp \"$out/lib/vscode/resources/app/resources/linux/code.png\" \"$out/share/pixmaps/vs${executableName}.png\" # Override the previously determined VSCODE_PATH with the one we know to be correct sed -i \"/ELECTRON=/iVSCODE_PATH='$out/lib/vscode'\" \"$out/bin/${executableName}\""} {"_id":"doc-en-nixpkgs-9cd61abe5736c40738bb8fd8e6f5eaab743e8ed2e51d478c2368f6ab4bb3f129","title":"","text":"mkdir -p \"$out/share/applications\" mkdir -p \"$out/share/pixmaps\" ln -sT \"${vscode}/share/pixmaps/code.png\" \"$out/share/pixmaps/code.png\" ln -sT \"${vscode}/share/pixmaps/vs${executableName}.png\" \"$out/share/pixmaps/vs${executableName}.png\" ln -sT \"${vscode}/share/applications/${executableName}.desktop\" \"$out/share/applications/${executableName}.desktop\" ln -sT \"${vscode}/share/applications/${executableName}-url-handler.desktop\" \"$out/share/applications/${executableName}-url-handler.desktop\" makeWrapper \"${vscode}/bin/${executableName}\" \"$out/bin/${executableName}\" ${extensionsFlag}"} {"_id":"doc-en-nixpkgs-35c0fdceb999b496ebbca2ec81cb3c5d8778da164cc02f006b21b6b7dc2919de","title":"","text":"mkKeyboardTest = layout: { extraConfig ? {}, tests }: with pkgs.lib; makeTest { name = \"keymap-${layout}\"; machine.console.keyMap = mkOverride 900 layout; machine.services.xserver.desktopManager.xterm.enable = false; machine.services.xserver.layout = mkOverride 900 layout; machine.imports = [ ./common/x11.nix extraConfig ]; nodes.machine.console.keyMap = mkOverride 900 layout; nodes.machine.services.xserver.desktopManager.xterm.enable = false; nodes.machine.services.xserver.layout = mkOverride 900 layout; nodes.machine.imports = [ ./common/x11.nix extraConfig ]; testScript = '' import json"} {"_id":"doc-en-nixpkgs-c49bfc67bf960b97a536c7a4d679b26ef45e3e2e6d00c4607af573434256b79f","title":"","text":"extraConfig.console.keyMap = \"de\"; extraConfig.services.xserver.layout = \"de\"; }; custom = { tests = { us.qwerty = [ \"a\" \"b\" \"g\" \"d\" \"z\" \"shift-2\" \"shift-3\" ]; us.expect = [ \"a\" \"b\" \"g\" \"d\" \"z\" \"@\" \"#\" ]; greek.qwerty = map (x: \"alt_r-${x}\") [ \"a\" \"b\" \"g\" \"d\" \"z\" ]; greek.expect = [ \"α\" \"β\" \"γ\" \"δ\" \"ζ\" ]; }; extraConfig.console.useXkbConfig = true; extraConfig.services.xserver.layout = \"us-greek\"; extraConfig.services.xserver.extraLayouts.us-greek = { description = \"US layout with alt-gr greek\"; languages = [ \"eng\" ]; symbolsFile = pkgs.writeText \"us-greek\" '' xkb_symbols \"us-greek\" { include \"us(basic)\" include \"level3(ralt_switch)\" key { [ a, A, Greek_alpha ] }; key { [ b, B, Greek_beta ] }; key { [ g, G, Greek_gamma ] }; key { [ d, D, Greek_delta ] }; key { [ z, Z, Greek_zeta ] }; }; ''; }; }; }"} {"_id":"doc-en-nixpkgs-171a70dc06323ced3379a01ded3bf286ed554aec2b020e4ff6b1c075b384cb2b","title":"","text":"${optionalString (symbolsFile != null) \"cp '${symbolsFile}' 'symbols/${name}'\"} ${optionalString (typesFile != null) \"cp '${typesFile}' 'types/${name}'\"} # patch makefiles for type in compat geometry keycodes symbols types; do if ! test -f \"$type/${name}\"; then continue fi test \"$type\" = geometry && type_name=geom || type_name=$type ${ed}/bin/ed -v $type/Makefile.am < # add model description ${ed}/bin/ed -v rules/base.xml <"} {"_id":"doc-en-nixpkgs-ea3eb40b191a13dc8b43075f1e7b8a77a7d92562ecaaea2db844f997639f302c","title":"","text":"python3.pkgs.buildPythonApplication rec { pname = \"dvc\"; version = \"3.5.0\"; version = \"3.5.1\"; format = \"pyproject\"; src = fetchFromGitHub { owner = \"iterative\"; repo = pname; rev = \"refs/tags/${version}\"; hash = \"sha256-AQE8KQ5j/EgN1P2HFghWXgQJbBc+KYu8kwNeV0Tktho=\"; hash = \"sha256-1kVc7+36rvIpoSinpyxMMs1/nhZrwv1pPWJsruFd1N8=\"; }; pythonRelaxDeps = ["} {"_id":"doc-en-nixpkgs-cff825eb2535b17370f9998841151e162c3c0c076c2df1723a05ccb9793884be","title":"","text":" { rustPlatform , fetchFromGitHub , pkg-config , openssl , lib , stdenv , testers , libetebase }: rustPlatform.buildRustPackage rec { pname = \"libetebase\"; version = \"0.5.6\"; src = fetchFromGitHub { owner = \"etesync\"; repo = \"libetebase\"; rev = \"v${version}\"; hash = \"sha256-cXuOKfyMdk+YzDi0G8i44dyBRf4Ez5+AlCKG43BTSSU=\"; }; cargoHash = \"sha256-GUNj5GrY04CXnej3WDKZmW4EeJhoCl2blHSDfEkQKtE=\"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; postInstall = '' install -d $out/lib/pkgconfig sed s#@prefix@#$out#g etebase.pc.in > $out/lib/pkgconfig/etebase.pc install -Dm644 EtebaseConfig.cmake -t $out/lib/cmake/Etebase install -Dm644 target/etebase.h -t $out/include/etebase ln -s $out/lib/libetebase.so $out/lib/libetebase.so.0 ''; passthru.tests.pkgs-config = testers.testMetaPkgConfig libetebase; meta = with lib; { description = \"A C library for Etebase\"; homepage = \"https://www.etebase.com/\"; license = licenses.bsd3; broken = stdenv.isDarwin; maintainers = with maintainers; [ laalsaas ]; pkgConfigModules = [ \"etebase\" ]; }; } "} {"_id":"doc-en-nixpkgs-2aeea65598cb7a2fe2c2b08322ff9f245525eec7e0b718fc750f57a4933ba2ed","title":"","text":" Top-level idea package collection was renamed. All JetBrains IDEs are now at jetbrains. "} {"_id":"doc-en-nixpkgs-0590e462265f53a5a3d8fa2588fecf0f9f2c8aa50edfc83b49362ab50b225d2b","title":"","text":" { stdenv, fetchurl, makeDesktopItem, makeWrapper, patchelf, p7zip , coreutils, gnugrep, which, git, python, unzip }: { name, product, version, src, wmClass, jdk, meta } @ attrs: with stdenv.lib; let loName = toLower product; hiName = toUpper product; execName = concatStringsSep \"-\" (init (splitString \"-\" name)); in with stdenv; lib.makeOverridable mkDerivation rec { inherit name src meta; desktopItem = makeDesktopItem { name = execName; exec = execName; comment = lib.replaceChars [\"n\"] [\" \"] meta.longDescription; desktopName = product; genericName = meta.description; categories = \"Application;Development;\"; icon = execName; extraEntries = '' StartupWMClass=${wmClass} ''; }; buildInputs = [ makeWrapper patchelf p7zip unzip ]; patchPhase = '' get_file_size() { local fname=\"$1\" echo $(ls -l $fname | cut -d ' ' -f5) } munge_size_hack() { local fname=\"$1\" local size=\"$2\" strip $fname truncate --size=$size $fname } interpreter=$(echo ${stdenv.glibc.out}/lib/ld-linux*.so.2) if [ \"${stdenv.system}\" == \"x86_64-linux\" ]; then target_size=$(get_file_size bin/fsnotifier64) patchelf --set-interpreter \"$interpreter\" bin/fsnotifier64 munge_size_hack bin/fsnotifier64 $target_size else target_size=$(get_file_size bin/fsnotifier) patchelf --set-interpreter \"$interpreter\" bin/fsnotifier munge_size_hack bin/fsnotifier $target_size fi ''; installPhase = '' mkdir -p $out/{bin,$name,share/pixmaps,libexec/${name}} cp -a . $out/$name ln -s $out/$name/bin/${loName}.png $out/share/pixmaps/${execName}.png mv bin/fsnotifier* $out/libexec/${name}/. jdk=${jdk.home} item=${desktopItem} makeWrapper \"$out/$name/bin/${loName}.sh\" \"$out/bin/${execName}\" --prefix PATH : \"$out/libexec/${name}:${stdenv.lib.makeBinPath [ jdk coreutils gnugrep which git ]}\" --set JDK_HOME \"$jdk\" --set ${hiName}_JDK \"$jdk\" --set ANDROID_JAVA_HOME \"$jdk\" --set JAVA_HOME \"$jdk\" ln -s \"$item/share/applications\" $out/share ''; } "} {"_id":"doc-en-nixpkgs-59c70122094490ee3cd4f5fd31d3236b092ddc34810ae2c52daba137fbe9b237","title":"","text":" { stdenv, callPackage, fetchurl, makeDesktopItem, makeWrapper, patchelf , coreutils, gnugrep, which, git, python, unzip, p7zip , androidsdk, jdk }: assert stdenv.isLinux; let mkIdeaProduct = callPackage ./common.nix { }; buildClion = { name, version, src, license, description, wmClass }: (mkIdeaProduct rec { inherit name version src wmClass jdk; product = \"CLion\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/clion/\"; inherit description license; longDescription = '' Enhancing productivity for every C and C++ developer on Linux, OS X and Windows. ''; maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; }); buildIdea = { name, version, src, license, description, wmClass }: (mkIdeaProduct rec { inherit name version src wmClass jdk; product = \"IDEA\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/idea/\"; inherit description license; longDescription = '' IDE for Java SE, Groovy & Scala development Powerful environment for building Google Android apps Integration with JUnit, TestNG, popular SCMs, Ant & Maven. ''; maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; }); buildRubyMine = { name, version, src, license, description, wmClass }: (mkIdeaProduct rec { inherit name version src wmClass jdk; product = \"RubyMine\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/ruby/\"; inherit description license; longDescription = description; maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; }); buildPhpStorm = { name, version, src, license, description, wmClass }: (mkIdeaProduct { inherit name version src wmClass jdk; product = \"PhpStorm\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/phpstorm/\"; inherit description license; longDescription = '' PhpStorm provides an editor for PHP, HTML and JavaScript with on-the-fly code analysis, error prevention and automated refactorings for PHP and JavaScript code. ''; maintainers = with maintainers; [ schristo ]; platforms = platforms.linux; }; }); buildWebStorm = { name, version, src, license, description, wmClass }: (mkIdeaProduct { inherit name version src wmClass jdk; product = \"WebStorm\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/webstorm/\"; inherit description license; longDescription = '' WebStorm provides an editor for HTML, JavaScript (incl. Node.js), and CSS with on-the-fly code analysis, error prevention and automated refactorings for JavaScript code. ''; maintainers = with maintainers; [ abaldeau ]; platforms = platforms.linux; }; }); buildPycharm = { name, version, src, license, description, wmClass }: (mkIdeaProduct rec { inherit name version src wmClass jdk; product = \"PyCharm\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/pycharm/\"; inherit description license; longDescription = '' Python IDE with complete set of tools for productive development with Python programming language. In addition, the IDE provides high-class capabilities for professional Web development with Django framework and Google App Engine. It has powerful coding assistance, navigation, a lot of refactoring features, tight integration with various Version Control Systems, Unit testing, powerful all-singing all-dancing Debugger and entire customization. PyCharm is developer driven IDE. It was developed with the aim of providing you almost everything you need for your comfortable and productive development! ''; maintainers = with maintainers; [ jgeerds ]; platforms = platforms.linux; }; }).override { propagatedUserEnvPkgs = [ python ]; }; buildDataGrip = { name, version, src, license, description, wmClass }: (mkIdeaProduct { inherit name version src wmClass jdk; product = \"DataGrip\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/datagrip/\"; inherit description license; longDescription = '' DataGrip is a new IDE from JetBrains built for database admins. It allows you to quickly migrate and refactor relational databases, construct efficient, statically checked SQL queries and much more. ''; maintainers = with maintainers; [ loskutov ]; platforms = platforms.linux; }; }); in { clion = buildClion rec { name = \"clion-${version}\"; version = \"2016.3.3\"; description = \"C/C++ IDE. New. Intelligent. Cross-platform\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/cpp/CLion-${version}.tar.gz\"; sha256 = \"1zziyg0y51lfybflq83qwd94wcypkv4gh0cdkwfybbk4yidpnz05\"; }; wmClass = \"jetbrains-clion\"; }; clion1 = buildClion rec { name = \"clion-${version}\"; version = \"1.2.5\"; description = \"C/C++ IDE. New. Intelligent. Cross-platform\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/cpp/${name}.tar.gz\"; sha256 = \"0ll1rcnnbd1if6x5rp3qw35lvp5zdzmvyg9n1lha89i34xiw36jp\"; }; wmClass = \"jetbrains-clion\"; }; idea14-community = buildIdea rec { name = \"idea-community-${version}\"; version = \"14.1.7\"; description = \"Integrated Development Environment (IDE) by Jetbrains, community edition\"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz\"; sha256 = \"1i4mdjm9dd6zvxlpdgd3bqg45ir0cfc9hl55cdc0hg5qwbz683fz\"; }; wmClass = \"jetbrains-idea-ce\"; }; idea-community = buildIdea rec { name = \"idea-community-${version}\"; version = \"2017.1\"; description = \"Integrated Development Environment (IDE) by Jetbrains, community edition\"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz\"; sha256 = \"0pfsf7ykwixvljcmrv4gldaaflf13brch70cd6xpax0m89vm22vm\"; }; wmClass = \"jetbrains-idea-ce\"; }; idea14-ultimate = buildIdea rec { name = \"idea-ultimate-${version}\"; version = \"14.1.7\"; description = \"Integrated Development Environment (IDE) by Jetbrains, requires paid license\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz\"; sha256 = \"1hhga1i2zbsipgq283gn19kv9n94inhr1bxh2yx19gz7yr4r49d2\"; }; wmClass = \"jetbrains-idea\"; }; idea15-ultimate = buildIdea rec { name = \"idea-ultimate-${version}\"; version = \"15.0.6\"; description = \"Integrated Development Environment (IDE) by Jetbrains, requires paid license\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz\"; sha256 = \"012aap2qn0jx4x34bdv9ivrsr86vvf683srb5vpj27hc4l6rw6ll\"; }; wmClass = \"jetbrains-idea\"; }; idea-ultimate = buildIdea rec { name = \"idea-ultimate-${version}\"; version = \"2017.1\"; description = \"Integrated Development Environment (IDE) by Jetbrains, requires paid license\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz\"; sha256 = \"1858jhmyyb7nhx08yxbn5bfgx9m32r8yqwjxjw17rf8gnfvs8225\"; }; wmClass = \"jetbrains-idea\"; }; ruby-mine = buildRubyMine rec { name = \"ruby-mine-${version}\"; version = \"2016.3.2\"; description = \"The Most Intelligent Ruby and Rails IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz\"; sha256 = \"1fqlrvhlk09z8nx68qv4nqs5n8ldia3lixsl6r04gsfyl1a69sb6\"; }; wmClass = \"jetbrains-rubymine\"; }; ruby-mine7 = buildRubyMine rec { name = \"ruby-mine-${version}\"; version = \"7.1.5\"; description = \"The Most Intelligent Ruby and Rails IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz\"; sha256 = \"04fcxj1xlap9mxmwf051s926p2darlj5kwl4lms2gy5d8b2lhd5l\"; }; wmClass = \"jetbrains-rubymine\"; }; ruby-mine8 = buildRubyMine rec { name = \"ruby-mine-${version}\"; version = \"8.0.4\"; description = \"The Most Intelligent Ruby and Rails IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz\"; sha256 = \"0hipxib7377232w1jbf8h98bmh0djkllsrq3lq0w3fdxqglma43a\"; }; wmClass = \"jetbrains-rubymine\"; }; pycharm-community = buildPycharm rec { name = \"pycharm-community-${version}\"; version = \"2017.1\"; description = \"PyCharm Community Edition\"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = \"https://download.jetbrains.com/python/${name}.tar.gz\"; sha256 = \"14p6f15n0927awgpsdsdqgmdfbbwkykrw5xggz5hnfl7d05i4sb6\"; }; wmClass = \"jetbrains-pycharm-ce\"; }; pycharm-professional = buildPycharm rec { name = \"pycharm-professional-${version}\"; version = \"2017.1\"; description = \"PyCharm Professional Edition\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/python/${name}.tar.gz\"; sha256 = \"1rvic3njsq480pslhw6rxld7jngchihkplq3dfnmkr2h9gx26lkf\"; }; wmClass = \"jetbrains-pycharm\"; }; phpstorm = buildPhpStorm rec { name = \"phpstorm-${version}\"; version = \"2017.1\"; description = \"Professional IDE for Web and PHP developers\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz\"; sha256 = \"1ynffm5x8fqq2r71rr9rbvdifbwbvbhqb2x1hkyy4az38gxal1bm\"; }; wmClass = \"jetbrains-phpstorm\"; }; phpstorm10 = buildPhpStorm rec { name = \"phpstorm-${version}\"; version = \"10.0.4\"; description = \"Professional IDE for Web and PHP developers\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz\"; sha256 = \"0fi042zvjpg5pn2mnhj3bbrdkl1b9vmhpf2l6ca4nr0rhjjv7dsm\"; }; wmClass = \"jetbrains-phpstorm\"; }; webstorm = buildWebStorm rec { name = \"webstorm-${version}\"; version = \"2017.1\"; description = \"Professional IDE for Web and JavaScript development\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz\"; sha256 = \"e651ad78ff9de92bb5b76698eeca1e02ab0f0c36209908074fa4a6b48586071c\"; }; wmClass = \"jetbrains-webstorm\"; }; webstorm10 = buildWebStorm rec { name = \"webstorm-${version}\"; version = \"10.0.5\"; description = \"Professional IDE for Web and JavaScript development\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz\"; sha256 = \"0a5s6f99wyql5pgjl94pf4ljdbviik3b8dbr1s6b7c6jn1gk62ic\"; }; wmClass = \"jetbrains-webstorm\"; }; webstorm11 = buildWebStorm rec { name = \"webstorm-${version}\"; version = \"11.0.4\"; description = \"Professional IDE for Web and JavaScript development\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz\"; sha256 = \"17agyqdyz6naxyx6p0y240ar93gja0ypw01nm2qmfzvh7ch03r24\"; }; wmClass = \"jetbrains-webstorm\"; }; datagrip = buildDataGrip rec { name = \"datagrip-${version}\"; version = \"2016.3.2\"; description = \"Your Swiss Army Knife for Databases and SQL\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/datagrip/${name}.tar.gz\"; sha256 = \"19njb6i7nl6szql7cy99jmig59b304c6im3988p1dd8dj2j6csv3\"; }; wmClass = \"jetbrains-datagrip\"; }; } "} {"_id":"doc-en-nixpkgs-fd617687c9e89ae976bca6d2a3e8c3854be97585b4df58dd4a2ac351c85e848a","title":"","text":" { stdenv, fetchurl, makeDesktopItem, makeWrapper, patchelf, p7zip , coreutils, gnugrep, which, git, python, unzip }: { name, product, version, src, wmClass, jdk, meta } @ attrs: with stdenv.lib; let loName = toLower product; hiName = toUpper product; execName = concatStringsSep \"-\" (init (splitString \"-\" name)); in with stdenv; lib.makeOverridable mkDerivation rec { inherit name src meta; desktopItem = makeDesktopItem { name = execName; exec = execName; comment = lib.replaceChars [\"n\"] [\" \"] meta.longDescription; desktopName = product; genericName = meta.description; categories = \"Application;Development;\"; icon = execName; extraEntries = '' StartupWMClass=${wmClass} ''; }; buildInputs = [ makeWrapper patchelf p7zip unzip ]; patchPhase = '' get_file_size() { local fname=\"$1\" echo $(ls -l $fname | cut -d ' ' -f5) } munge_size_hack() { local fname=\"$1\" local size=\"$2\" strip $fname truncate --size=$size $fname } interpreter=$(echo ${stdenv.glibc.out}/lib/ld-linux*.so.2) if [ \"${stdenv.system}\" == \"x86_64-linux\" ]; then target_size=$(get_file_size bin/fsnotifier64) patchelf --set-interpreter \"$interpreter\" bin/fsnotifier64 munge_size_hack bin/fsnotifier64 $target_size else target_size=$(get_file_size bin/fsnotifier) patchelf --set-interpreter \"$interpreter\" bin/fsnotifier munge_size_hack bin/fsnotifier $target_size fi ''; installPhase = '' mkdir -p $out/{bin,$name,share/pixmaps,libexec/${name}} cp -a . $out/$name ln -s $out/$name/bin/${loName}.png $out/share/pixmaps/${execName}.png mv bin/fsnotifier* $out/libexec/${name}/. jdk=${jdk.home} item=${desktopItem} makeWrapper \"$out/$name/bin/${loName}.sh\" \"$out/bin/${execName}\" --prefix PATH : \"$out/libexec/${name}:${stdenv.lib.makeBinPath [ jdk coreutils gnugrep which git ]}\" --prefix LD_LIBRARY_PATH : \"${stdenv.lib.makeLibraryPath [ # Some internals want libstdc++.so.6 stdenv.cc.cc.lib ]}\" --set JDK_HOME \"$jdk\" --set ${hiName}_JDK \"$jdk\" --set ANDROID_JAVA_HOME \"$jdk\" --set JAVA_HOME \"$jdk\" ln -s \"$item/share/applications\" $out/share ''; } "} {"_id":"doc-en-nixpkgs-59b1a0aa158801a86f8ca20ac6f071f44b8727e11abd0302f69f6a8d0c16aa04","title":"","text":" { lib, stdenv, callPackage, fetchurl, makeDesktopItem, makeWrapper, patchelf , coreutils, gnugrep, which, git, python, unzip, p7zip , androidsdk, jdk }: assert stdenv.isLinux; let mkJetBrainsProduct = callPackage ./common.nix { }; # Sorted alphabetically buildClion = { name, version, src, license, description, wmClass }: (mkJetBrainsProduct rec { inherit name version src wmClass jdk; product = \"CLion\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/clion/\"; inherit description license; longDescription = '' Enhancing productivity for every C and C++ developer on Linux, OS X and Windows. ''; maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; }); buildDataGrip = { name, version, src, license, description, wmClass }: (mkJetBrainsProduct { inherit name version src wmClass jdk; product = \"DataGrip\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/datagrip/\"; inherit description license; longDescription = '' DataGrip is a new IDE from JetBrains built for database admins. It allows you to quickly migrate and refactor relational databases, construct efficient, statically checked SQL queries and much more. ''; maintainers = with maintainers; [ loskutov ]; platforms = platforms.linux; }; }); buildGogland = { name, version, src, license, description, wmClass }: (mkJetBrainsProduct { inherit name version src wmClass jdk; product = \"Gogland\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/go/\"; inherit description license; longDescription = '' Gogland is the codename for a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development. The new IDE extends the IntelliJ platform with the coding assistance and tool integrations specific for the Go language ''; maintainers = [ maintainers.miltador ]; platforms = platforms.linux; }; }); buildIdea = { name, version, src, license, description, wmClass }: (mkJetBrainsProduct rec { inherit name version src wmClass jdk; product = \"IDEA\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/idea/\"; inherit description license; longDescription = '' IDE for Java SE, Groovy & Scala development Powerful environment for building Google Android apps Integration with JUnit, TestNG, popular SCMs, Ant & Maven. ''; maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; }); buildPhpStorm = { name, version, src, license, description, wmClass }: (mkJetBrainsProduct { inherit name version src wmClass jdk; product = \"PhpStorm\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/phpstorm/\"; inherit description license; longDescription = '' PhpStorm provides an editor for PHP, HTML and JavaScript with on-the-fly code analysis, error prevention and automated refactorings for PHP and JavaScript code. ''; maintainers = with maintainers; [ schristo ]; platforms = platforms.linux; }; }); buildPycharm = { name, version, src, license, description, wmClass }: (mkJetBrainsProduct rec { inherit name version src wmClass jdk; product = \"PyCharm\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/pycharm/\"; inherit description license; longDescription = '' Python IDE with complete set of tools for productive development with Python programming language. In addition, the IDE provides high-class capabilities for professional Web development with Django framework and Google App Engine. It has powerful coding assistance, navigation, a lot of refactoring features, tight integration with various Version Control Systems, Unit testing, powerful all-singing all-dancing Debugger and entire customization. PyCharm is developer driven IDE. It was developed with the aim of providing you almost everything you need for your comfortable and productive development! ''; maintainers = with maintainers; [ jgeerds ]; platforms = platforms.linux; }; }).override { propagatedUserEnvPkgs = [ python ]; }; buildRider = { name, version, src, license, description, wmClass }: lib.overrideDerivation (mkJetBrainsProduct rec { inherit name version src wmClass jdk; product = \"Rider\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/rider/\"; inherit description license; longDescription = '' JetBrains Rider is a new .NET IDE based on the IntelliJ platform and ReSharper. Rider supports .NET Core, .NET Framework and Mono based projects. This lets you develop a wide array of applications including .NET desktop apps, services and libraries, Unity games, ASP.NET and ASP.NET Core web applications. ''; maintainers = [ maintainers.miltador ]; platforms = platforms.linux; }; }) (attrs: { patchPhase = attrs.patchPhase + '' # Patch built-in mono for ReSharperHost to start successfully interpreter=$(echo ${stdenv.glibc.out}/lib/ld-linux*.so.2) patchelf --set-interpreter \"$interpreter\" lib/ReSharperHost/linux-x64/mono/bin/mono-sgen ''; }); buildRubyMine = { name, version, src, license, description, wmClass }: (mkJetBrainsProduct rec { inherit name version src wmClass jdk; product = \"RubyMine\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/ruby/\"; inherit description license; longDescription = description; maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; }); buildWebStorm = { name, version, src, license, description, wmClass }: (mkJetBrainsProduct { inherit name version src wmClass jdk; product = \"WebStorm\"; meta = with stdenv.lib; { homepage = \"https://www.jetbrains.com/webstorm/\"; inherit description license; longDescription = '' WebStorm provides an editor for HTML, JavaScript (incl. Node.js), and CSS with on-the-fly code analysis, error prevention and automated refactorings for JavaScript code. ''; maintainers = with maintainers; [ abaldeau ]; platforms = platforms.linux; }; }); in { # Sorted alphabetically clion = buildClion rec { name = \"clion-${version}\"; version = \"2017.1\"; description = \"C/C++ IDE. New. Intelligent. Cross-platform\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/cpp/CLion-${version}.tar.gz\"; sha256 = \"00fc023ca56f2781864cddc7bd5c2897d837d1db17dd8f987abe046ed4df3ca5\"; }; wmClass = \"jetbrains-clion\"; }; datagrip = buildDataGrip rec { name = \"datagrip-${version}\"; version = \"2017.1\"; description = \"Your Swiss Army Knife for Databases and SQL\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/datagrip/${name}.tar.gz\"; sha256 = \"91ee6a1e43d75a45ae51829835e457da85262410d89e617324d0239ba5625dfa\"; }; wmClass = \"jetbrains-datagrip\"; }; gogland = buildGogland rec { name = \"gogland-${version}\"; version = \"171.3780.106\"; description = \"Up and Coming Go IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/go/${name}.tar.gz\"; sha256 = \"cbe84d07fdec6425d8ac63b0ecd5e04148299c1c0c6d05751523aaaa9360110b\"; }; wmClass = \"jetbrains-gogland\"; }; idea14-community = buildIdea rec { name = \"idea-community-${version}\"; version = \"14.1.7\"; description = \"Integrated Development Environment (IDE) by Jetbrains, community edition\"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz\"; sha256 = \"1i4mdjm9dd6zvxlpdgd3bqg45ir0cfc9hl55cdc0hg5qwbz683fz\"; }; wmClass = \"jetbrains-idea-ce\"; }; idea-community = buildIdea rec { name = \"idea-community-${version}\"; version = \"2017.1\"; description = \"Integrated Development Environment (IDE) by Jetbrains, community edition\"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz\"; sha256 = \"0pfsf7ykwixvljcmrv4gldaaflf13brch70cd6xpax0m89vm22vm\"; }; wmClass = \"jetbrains-idea-ce\"; }; idea14-ultimate = buildIdea rec { name = \"idea-ultimate-${version}\"; version = \"14.1.7\"; description = \"Integrated Development Environment (IDE) by Jetbrains, requires paid license\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz\"; sha256 = \"1hhga1i2zbsipgq283gn19kv9n94inhr1bxh2yx19gz7yr4r49d2\"; }; wmClass = \"jetbrains-idea\"; }; idea15-ultimate = buildIdea rec { name = \"idea-ultimate-${version}\"; version = \"15.0.6\"; description = \"Integrated Development Environment (IDE) by Jetbrains, requires paid license\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz\"; sha256 = \"012aap2qn0jx4x34bdv9ivrsr86vvf683srb5vpj27hc4l6rw6ll\"; }; wmClass = \"jetbrains-idea\"; }; idea-ultimate = buildIdea rec { name = \"idea-ultimate-${version}\"; version = \"2017.1\"; description = \"Integrated Development Environment (IDE) by Jetbrains, requires paid license\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz\"; sha256 = \"1858jhmyyb7nhx08yxbn5bfgx9m32r8yqwjxjw17rf8gnfvs8225\"; }; wmClass = \"jetbrains-idea\"; }; phpstorm = buildPhpStorm rec { name = \"phpstorm-${version}\"; version = \"2017.1\"; description = \"Professional IDE for Web and PHP developers\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz\"; sha256 = \"1ynffm5x8fqq2r71rr9rbvdifbwbvbhqb2x1hkyy4az38gxal1bm\"; }; wmClass = \"jetbrains-phpstorm\"; }; phpstorm10 = buildPhpStorm rec { name = \"phpstorm-${version}\"; version = \"10.0.4\"; description = \"Professional IDE for Web and PHP developers\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz\"; sha256 = \"0fi042zvjpg5pn2mnhj3bbrdkl1b9vmhpf2l6ca4nr0rhjjv7dsm\"; }; wmClass = \"jetbrains-phpstorm\"; }; pycharm-community = buildPycharm rec { name = \"pycharm-community-${version}\"; version = \"2017.1\"; description = \"PyCharm Community Edition\"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = \"https://download.jetbrains.com/python/${name}.tar.gz\"; sha256 = \"14p6f15n0927awgpsdsdqgmdfbbwkykrw5xggz5hnfl7d05i4sb6\"; }; wmClass = \"jetbrains-pycharm-ce\"; }; pycharm-professional = buildPycharm rec { name = \"pycharm-professional-${version}\"; version = \"2017.1\"; description = \"PyCharm Professional Edition\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/python/${name}.tar.gz\"; sha256 = \"1rvic3njsq480pslhw6rxld7jngchihkplq3dfnmkr2h9gx26lkf\"; }; wmClass = \"jetbrains-pycharm\"; }; rider = buildRider rec { name = \"rider-${version}\"; version = \"171.3655.1246\"; description = \"A cross-platform .NET IDE based on the IntelliJ platform and ReSharper\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/resharper/riderRS-${version}.tar.gz\"; sha256 = \"90f9f8f1919e0f1dad42387f1a308483448323b089c13c409f3dd4d52992266b\"; }; wmClass = \"jetbrains-rider\"; }; ruby-mine = buildRubyMine rec { name = \"ruby-mine-${version}\"; version = \"2017.1\"; description = \"The Most Intelligent Ruby and Rails IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz\"; sha256 = \"6c27f43ddc385ffba2cb2f011b80ab46d9b128d0fccf3b4ea43272fe36401a3a\"; }; wmClass = \"jetbrains-rubymine\"; }; ruby-mine7 = buildRubyMine rec { name = \"ruby-mine-${version}\"; version = \"7.1.5\"; description = \"The Most Intelligent Ruby and Rails IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz\"; sha256 = \"04fcxj1xlap9mxmwf051s926p2darlj5kwl4lms2gy5d8b2lhd5l\"; }; wmClass = \"jetbrains-rubymine\"; }; ruby-mine8 = buildRubyMine rec { name = \"ruby-mine-${version}\"; version = \"8.0.4\"; description = \"The Most Intelligent Ruby and Rails IDE\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz\"; sha256 = \"0hipxib7377232w1jbf8h98bmh0djkllsrq3lq0w3fdxqglma43a\"; }; wmClass = \"jetbrains-rubymine\"; }; webstorm = buildWebStorm rec { name = \"webstorm-${version}\"; version = \"2017.1\"; description = \"Professional IDE for Web and JavaScript development\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz\"; sha256 = \"e651ad78ff9de92bb5b76698eeca1e02ab0f0c36209908074fa4a6b48586071c\"; }; wmClass = \"jetbrains-webstorm\"; }; webstorm10 = buildWebStorm rec { name = \"webstorm-${version}\"; version = \"10.0.5\"; description = \"Professional IDE for Web and JavaScript development\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz\"; sha256 = \"0a5s6f99wyql5pgjl94pf4ljdbviik3b8dbr1s6b7c6jn1gk62ic\"; }; wmClass = \"jetbrains-webstorm\"; }; webstorm11 = buildWebStorm rec { name = \"webstorm-${version}\"; version = \"11.0.4\"; description = \"Professional IDE for Web and JavaScript development\"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = \"https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz\"; sha256 = \"17agyqdyz6naxyx6p0y240ar93gja0ypw01nm2qmfzvh7ch03r24\"; }; wmClass = \"jetbrains-webstorm\"; }; } "} {"_id":"doc-en-nixpkgs-970d0451f72a0e02b7a98220701be5d870694b99c684cf594f563aada987a045","title":"","text":"gnustep-make = gnustep.make; # added 2016-7-6 htmlTidy = html-tidy; # added 2014-12-06 iana_etc = iana-etc; # added 2017-03-08 idea = jetbrains; # added 2017-04-03 inherit (haskell.compiler) jhc uhc; # 2015-05-15 inotifyTools = inotify-tools; joseki = apache-jena-fuseki; # added 2016-02-28"} {"_id":"doc-en-nixpkgs-d6d0ddf047d418dad3f50ff49aaf5f389d6636f487093281ae1694d11c9765e0","title":"","text":"libart = pkgs.gnome2.libart_lgpl; }; idea = recurseIntoAttrs (callPackages ../applications/editors/idea { androidsdk = androidsdk_extras; }); jetbrains = recurseIntoAttrs (callPackages ../applications/editors/jetbrains { androidsdk = androidsdk_extras; }); libquvi = callPackage ../applications/video/quvi/library.nix { };"} {"_id":"doc-en-nixpkgs-5000b402d75df524477b7d3e1d397ffe74923d154a89073ed8993349671e2ba2","title":"","text":"{ name , url ? null , md5 ? \"\" , sha1 ? \"\" , sha256 ? \"\" , sha512 ? \"\""} {"_id":"doc-en-nixpkgs-c460e9af963413b692cc391d54c7cda517a7b1c78847ad76d0161f4d58c36953","title":"","text":"source = if url == null then src else fetchurl { url = url; inherit md5 sha1 sha256 sha512 hash; inherit sha1 sha256 sha512 hash; }; in stdenv.mkDerivation {"} {"_id":"doc-en-nixpkgs-13671ecd9a857731377e38a87cef3af8410119226169a8e4fe12e5e696c90292","title":"","text":"This syntax is taken from [MyST](https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing). #### HTML Inlining HTML is not allowed. Parts of the documentation gets rendered to various non-HTML formats, such as man pages in the case of NixOS manual. #### Roles If you want to link to a man page, you can use `` {manpage}`nix.conf(5)` ``. The references will turn into links when a mapping exists in [`doc/manpage-urls.json`](./manpage-urls.json)."} {"_id":"doc-en-nixpkgs-76eac2e017acbfa1af9ffbb08d0f0d588415b9e79350f087055357ee51b646ba","title":"","text":"_Default:_ the output path's hash. ``` #### Examples To define a referenceable figure use the following fencing: ```markdown :::{.example #an-attribute-set-example} # An attribute set example You can add text before ```nix { a = 1; b = 2;} ``` and after code fencing ::: ``` Defining examples through the `example` fencing class adds them to a \"List of Examples\" section after the Table of Contents. Though this is not shown in the rendered documentation on nixos.org. #### Figures To define a referencable figure use the following fencing: ```markdown ::: {.figure #nixos-logo} # NixOS Logo ![NixOS logo](./nixos_logo.png) ::: ``` Defining figures through the `figure` fencing class adds them to a `List of Figures` after the `Table of Contents`. Though this is not shown in the rendered documentation on nixos.org. #### Footnotes To add a foonote explanation, use the following syntax: ```markdown Sometimes it's better to add context [^context] in a footnote. [^context]: This explanation will be rendered at the end of the chapter. ``` #### Inline comments Inline comments are supported with following syntax: ```markdown ``` The comments will not be rendered in the rendered HTML. #### Link reference definitions Links can reference a label, for example, to make the link target reusable: ```markdown ::: {.note} Reference links can also be used to [shorten URLs][url-id] and keep the markdown readable. ::: [url-id]: https://github.com/NixOS/nixpkgs/blob/19d4f7dc485f74109bd66ef74231285ff797a823/doc/README.md ``` This syntax is taken from [CommonMark](https://spec.commonmark.org/0.30/#link-reference-definitions). #### Typographic replacements Typographic replacements are enabled. Check the [list of possible replacement patterns check](https://github.com/executablebooks/markdown-it-py/blob/3613e8016ecafe21709471ee0032a90a4157c2d1/markdown_it/rules_core/replacements.py#L1-L15). ## Getting help If you need documentation-specific help or reviews, ping [@NixOS/documentation-reviewers](https://github.com/orgs/nixos/teams/documentation-reviewers) on your pull request."} {"_id":"doc-en-nixpkgs-66f8344405e73522747078de4a774fac6982ba0f94e7245d5d9cdecd0abc95c0","title":"","text":"# Contributing to this manual {#chap-contributing} The [DocBook] and CommonMark sources of the NixOS manual are in the [nixos/doc/manual](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual) subdirectory of the [Nixpkgs](https://github.com/NixOS/nixpkgs) repository. The sources of the NixOS manual are in the [nixos/doc/manual](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual) subdirectory of the [Nixpkgs](https://github.com/NixOS/nixpkgs) repository. This manual uses the [Nixpkgs manual syntax](https://nixos.org/manual/nixpkgs/unstable/#sec-contributing-markup). You can quickly check your edits with the following:"} {"_id":"doc-en-nixpkgs-b024c21cfd19bb403235efa10acfa3990a1de40c48ef4b82dd31d15d7929ab63","title":"","text":"## Building the Manual {#sec-writing-docs-building-the-manual} The DocBook sources of the [](#book-nixos-manual) are in the The sources of the [](#book-nixos-manual) are in the [`nixos/doc/manual`](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual) subdirectory of the Nixpkgs repository."} {"_id":"doc-en-nixpkgs-a1a51fb834b7c88d0e5b5ceb0474898a397b6c4d1880647e49b37627f80c5402","title":"","text":"When this command successfully finishes, it will tell you where the manual got generated. The HTML will be accessible through the `result` symlink at `./result/share/doc/nixos/index.html`. ## Editing DocBook XML {#sec-writing-docs-editing-docbook-xml} For general information on how to write in DocBook, see [DocBook 5: The Definitive Guide](https://tdg.docbook.org/tdg/5.1/). Emacs nXML Mode is very helpful for editing DocBook XML because it validates the document as you write, and precisely locates errors. To use it, see [](#sec-emacs-docbook-xml). [Pandoc](https://pandoc.org/) can generate DocBook XML from a multitude of formats, which makes a good starting point. Here is an example of Pandoc invocation to convert GitHub-Flavoured MarkDown to DocBook 5 XML: ```ShellSession pandoc -f markdown_github -t docbook5 docs.md -o my-section.md ``` Pandoc can also quickly convert a single `section.xml` to HTML, which is helpful when drafting. Sometimes writing valid DocBook is too difficult. In this case, submit your documentation updates in a [GitHub Issue](https://github.com/NixOS/nixpkgs/issues/new) and someone will handle the conversion to XML for you. ## Creating a Topic {#sec-writing-docs-creating-a-topic} You can use an existing topic as a basis for the new topic or create a topic from scratch. Keep the following guidelines in mind when you create and add a topic: - The NixOS [`book`](https://tdg.docbook.org/tdg/5.0/book.html) element is in `nixos/doc/manual/manual.xml`. It includes several [`parts`](https://tdg.docbook.org/tdg/5.0/book.html) which are in subdirectories. - Store the topic file in the same directory as the `part` to which it belongs. If your topic is about configuring a NixOS module, then the XML file can be stored alongside the module definition `nix` file. - If you include multiple words in the file name, separate the words with a dash. For example: `ipv6-config.xml`. - Make sure that the `xml:id` value is unique. You can use abbreviations if the ID is too long. For example: `nixos-config`. - Determine whether your topic is a chapter or a section. If you are unsure, open an existing topic file and check whether the main element is chapter or section. ## Adding a Topic to the Book {#sec-writing-docs-adding-a-topic} Open the parent CommonMark file and add a line to the list of chapters with the file name of the topic that you created. If you created a `section`, you add the file to the `chapter` file. If you created a `chapter`, you add the file to the `part` file. If the topic is about configuring a NixOS module, it can be automatically included in the manual by using the `meta.doc` attribute. See [](#sec-meta-attributes) for an explanation. "} {"_id":"doc-en-nixpkgs-82539826ce3cf7bc1acd56675f3e1a0c66ca0b766a41d724450d34cf47bdc63d","title":"","text":"inherit vimrcFile; # shell script with custom name passing [-u vimrc] [-U gvimrc] to vim vimWithRC = {vimExecutable, name ? null, vimrcFile ? null, gvimrcFile ? null}: let rcOption = o: file: stdenv.lib.optionalString (file != null) \"-${o} ${file}\"; in writeScriptBin (if name == null then \"vim\" else name) '' #!${stdenv.shell} exec ${vimExecutable} ${rcOption \"u\" vimrcFile} ${rcOption \"U\" gvimrcFile} \"$@\" vimWithRC = { vimExecutable, gvimExecutable, vimManPages, wrapManual, wrapGui, name ? \"vim\", vimrcFile ? null, gvimrcFile ? null, vimExecutableName, gvimExecutableName, }: let rcOption = o: file: stdenv.lib.optionalString (file != null) \"-${o} ${file}\"; vimWrapperScript = writeScriptBin vimExecutableName '' #!${stdenv.shell} exec ${vimExecutable} ${rcOption \"u\" vimrcFile} ${rcOption \"U\" gvimrcFile} \"$@\" ''; gvimWrapperScript = writeScriptBin gvimExecutableName '' #!${stdenv.shell} exec ${gvimExecutable} ${rcOption \"u\" vimrcFile} ${rcOption \"U\" gvimrcFile} \"$@\" ''; in buildEnv { inherit name; paths = [ vimWrapperScript ] ++ lib.optional wrapGui gvimWrapperScript ++ lib.optional wrapManual vimManPages ; }; # add a customize option to a vim derivation makeCustomizable = vim: vim // { customize = { name, vimrcConfig }: vimWithRC { customize = { name, vimrcConfig, wrapManual ? true, wrapGui ? false, vimExecutableName ? name, gvimExecutableName ? (lib.concatStrings [ \"g\" name ]), }: vimWithRC { vimExecutable = \"${vim}/bin/vim\"; inherit name; gvimExecutable = \"${vim}/bin/gvim\"; inherit name wrapManual wrapGui vimExecutableName gvimExecutableName; vimrcFile = vimrcFile vimrcConfig; vimManPages = buildEnv { name = \"vim-doc\"; paths = [ vim ]; pathsToLink = [ \"/share/man\" ]; }; }; override = f: makeCustomizable (vim.override f);"} {"_id":"doc-en-nixpkgs-bc06b20422de0d1dabcc10df10d87a5ea5f5a2a419a6c1981a08912c2c258e3a","title":"","text":"$conf .= \"}nn\"; } sub addGeneration { my ($name, $nameSuffix, $path, $options, $current) = @_; # Add default entries. $conf .= \"$extraEntriesn\" if $extraEntriesBeforeNixOS; # Do not search for grand children my @links = sort (glob \"$path/specialisation/*\"); addEntry(\"@distroName@ - Default\", $defaultConfig, $entryOptions, 1); if ($current != 1 && scalar(@links) != 0) { $conf .= \"submenu \"> $name$nameSuffix\" --class submenu {n\"; } $conf .= \"$extraEntriesn\" unless $extraEntriesBeforeNixOS; addEntry(\"$name\" . (scalar(@links) == 0 ? \"\" : \" - Default\") . $nameSuffix, $path, $options, $current); # Find all the children of the current default configuration # Do not search for grand children my @links = sort (glob \"$defaultConfig/specialisation/*\"); foreach my $link (@links) { # Find all the children of the current default configuration # Do not search for grand children foreach my $link (@links) { my $entryName = \"\"; my $entryName = \"\"; my $cfgName = readFile(\"$link/configuration-name\"); my $cfgName = readFile(\"$link/configuration-name\"); my $date = strftime(\"%F\", localtime(lstat($link)->mtime)); my $version = -e \"$link/nixos-version\" ? readFile(\"$link/nixos-version\") : basename((glob(dirname(Cwd::abs_path(\"$link/kernel\")) . \"/lib/modules/*\"))[0]); my $date = strftime(\"%F\", localtime(lstat($link)->mtime)); my $version = -e \"$link/nixos-version\" ? readFile(\"$link/nixos-version\") : basename((glob(dirname(Cwd::abs_path(\"$link/kernel\")) . \"/lib/modules/*\"))[0]); if ($cfgName) { $entryName = $cfgName; } else { my $linkname = basename($link); $entryName = \"($linkname - $date - $version)\"; if ($cfgName) { $entryName = $cfgName; } else { my $linkname = basename($link); $entryName = \"($linkname - $date - $version)\"; } addEntry(\"$name - $entryName\", $link, \"\", 1); } if ($current != 1 && scalar(@links) != 0) { $conf .= \"}n\"; } addEntry(\"@distroName@ - $entryName\", $link, \"\", 1); } # Add default entries. $conf .= \"$extraEntriesn\" if $extraEntriesBeforeNixOS; addGeneration(\"@distroName@\", \"\", $defaultConfig, $entryOptions, 1); $conf .= \"$extraEntriesn\" unless $extraEntriesBeforeNixOS; my $grubBootPath = $grubBoot->path; # extraEntries could refer to @bootRoot@, which we have to substitute $conf =~ s/@bootRoot@/$grubBootPath/g;"} {"_id":"doc-en-nixpkgs-b58a64190d05f6f33817751003dcd60c67ecaa6e58216ca2987dd8b905b01b5d","title":"","text":"-e \"$link/nixos-version\" ? readFile(\"$link/nixos-version\") : basename((glob(dirname(Cwd::abs_path(\"$link/kernel\")) . \"/lib/modules/*\"))[0]); addEntry(\"@distroName@ - Configuration \" . nrFromGen($link) . \" ($date - $version)\", $link, $subEntryOptions, 0); addGeneration(\"@distroName@ - Configuration \" . nrFromGen($link), \" ($date - $version)\", $link, $subEntryOptions, 0); } $conf .= \"}n\";"} {"_id":"doc-en-nixpkgs-8c802bdef2c114e0922d01a4470482d1c06c2e9762e1d296d0bc661cbe6f6543","title":"","text":" { lib , stdenv , fetchFromGitHub , substituteAll , python3 , ghostscript , coreutils , pdftk , poppler_utils }: let python-env = python3.withPackages (ps: with ps; [ tkinter ]); in stdenv.mkDerivation { pname = \"pdf-sign\"; version = \"unstable-2023-08-08\"; src = fetchFromGitHub { owner = \"svenssonaxel\"; repo = \"pdf-sign\"; rev = \"98742c6b12ebe2ca3ba375c695f43b52fe38b362\"; hash = \"sha256-5GRk0T1iLqmvWI8zvZE3OWEHPS0/zN/Ie9brjZiFpqc=\"; }; patches = [ (substituteAll { src = ./use-nix-paths.patch; gs = \"${ghostscript}/bin/gs\"; mv = \"${coreutils}/bin/mv\"; pdftk = \"${pdftk}/bin/pdftk\"; pdfinfo = \"${poppler_utils}/bin/pdfinfo\"; }) ]; buildInputs = [ python-env ]; installPhase = '' runHook preInstall mkdir -p $out/bin cp pdf-sign pdf-create-empty $out/bin patchShebangs $out/bin runHook postInstall ''; meta = { description = \"A tool to visually sign PDF files\"; homepage = \"https://github.com/svenssonaxel/pdf-sign\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ tomasajt ]; platforms = lib.platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-872a80ab30c90dca95e79b444fc947219d420fe9d43aee356b108ef7ba42538b","title":"","text":" diff --git a/pdf-create-empty b/pdf-create-empty index e4768af..5caf34c 100755 --- a/pdf-create-empty +++ b/pdf-create-empty @@ -20,7 +20,7 @@ def main(args): except: die('Invalid dimensions') subprocess.run([ - 'gs', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', + '@gs@', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', f'-sOutputFile={o}', '-sDEVICE=pdfwrite', f'-dDEVICEWIDTHPOINTS={w}', f'-dDEVICEHEIGHTPOINTS={h}', diff --git a/pdf-sign b/pdf-sign index 64be231..37d508d 100755 --- a/pdf-sign +++ b/pdf-sign @@ -17,7 +17,7 @@ def main(args): if args.flatten: outFile=intmp('input.pdf') subprocess.run([ - 'pdftk', filePath, + '@pdftk@', filePath, 'output', outFile, 'flatten' ], check=True) @@ -28,7 +28,7 @@ def main(args): if args.page < -pageCount or args.page==0 or pageCount < args.page: die('Page number out of range') pageNumber=Cell(args.page if 0 < args.page else pageCount+args.page+1) - pagePDF=Cell(lambda: subprocess.run(['pdftk', inputPDF(), 'cat', str(pageNumber()), 'output', intmp('page.pdf')], check=True) and intmp('page.pdf')) + pagePDF=Cell(lambda: subprocess.run(['@pdftk@', inputPDF(), 'cat', str(pageNumber()), 'output', intmp('page.pdf')], check=True) and intmp('page.pdf')) pageSize=Cell(lambda: pdfGetSize(pagePDF())) # The chosen signature if not args.signature and args.batch: @@ -52,7 +52,7 @@ def main(args): dy=h*(1-signaturePositionY())/resize - sh/2 outFile=intmp('signature-positioned.pdf') subprocess.run([ - 'gs', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', + '@gs@', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', f'-sOutputFile={outFile}', '-sDEVICE=pdfwrite', f'-dDEVICEWIDTHPOINTS={w}', f'-dDEVICEHEIGHTPOINTS={h}', '-dFIXEDMEDIA', @@ -62,7 +62,7 @@ def main(args): return outFile # The signed page signedPagePDF=Cell(lambda: subprocess.run([ - 'pdftk', + '@pdftk@', pagePDF(), 'stamp', signaturePositionedPDF(), 'output', intmp('signed-page.pdf'), @@ -80,7 +80,7 @@ def main(args): (w, h)=displaySize() outFile=intmp('display.png') subprocess.run([ - 'gs', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', + '@gs@', '-dBATCH', '-dNOPAUSE', '-dSAFER', '-dQUIET', f'-sOutputFile={outFile}', '-sDEVICE=pngalpha', '-dMaxBitmap=2147483647', @@ -258,7 +258,7 @@ def main(args): if args.existing=='backup': backupFilePath=f'{signedFilePath}.backup{time.strftime(\"%Y%m%d_%H%M%S\")}' subprocess.run([ - 'mv', + '@mv@', signedFilePath, backupFilePath, ], check=True) @@ -269,7 +269,7 @@ def main(args): assert args.existing=='overwrite' pnr=pageNumber() subprocess.run([ - 'pdftk', + '@pdftk@', f'A={inputPDF()}', f'B={signedPagePDF()}', 'cat', @@ -352,10 +352,10 @@ def tkthrottle(frequency, root): return decorator def pdfCountPages(filePath): - return int(fromCmdOutput([\"pdfinfo\", filePath], \"^.*nPages: +([0-9]+)n.*$\")[1]) + return int(fromCmdOutput([\"@pdfinfo@\", filePath], \"^.*nPages: +([0-9]+)n.*$\")[1]) def pdfGetSize(filePath): - [ignored, w, h, *ignored2]=fromCmdOutput(['pdfinfo', filePath], '^.*nPage size: +([0-9.]+) x ([0-9.]+) pts( ([A-Za-z0-9]+))?n.*$') + [ignored, w, h, *ignored2]=fromCmdOutput(['@pdfinfo@', filePath], '^.*nPage size: +([0-9.]+) x ([0-9.]+) pts( ([A-Za-z0-9]+))?n.*$') return (float(w), float(h)) def m(pattern, string): "} {"_id":"doc-en-nixpkgs-1a618e167a1e7738bb5c5d63a2492d59c0d605c28482dff5fb835a33d09c5fc1","title":"","text":"pdf-quench = callPackage ../applications/misc/pdf-quench { }; pdf-sign = callPackage ../tools/graphics/pdf-sign { }; pdfarranger = callPackage ../applications/misc/pdfarranger { }; briss = callPackage ../tools/graphics/briss { };"} {"_id":"doc-en-nixpkgs-8f3c1cf15051455df8923a533166fff2d0c26d0bad9d8a9c4da647f08cf6f261","title":"","text":"users.extraUsers = [{ name = \"nm-openvpn\"; uid = config.ids.uids.nm-openvpn; extraGroups = [ \"networkmanager\" ]; }]; systemd.packages = cfg.packages;"} {"_id":"doc-en-nixpkgs-9a715fccd9fc9608c55b9a52aec98bdb1448f14467f2d89e78acdcf4d95795aa","title":"","text":"pushd dist # See https://peps.python.org/pep-0491/#escaping-and-unicode local -r pkg_name=\"${pname//[^[:alnum:].]/_}-$version\" local -r pkg_name=\"${pname//[^[:alnum:].]/_}\" local -r unpack_dir=\"unpacked\" local -r metadata_file=\"$unpack_dir/$pkg_name/$pkg_name.dist-info/METADATA\" local -r metadata_file=\"$unpack_dir/$pkg_name*/$pkg_name*.dist-info/METADATA\" # We generally shouldn't have multiple wheel files, but let's be safer here for wheel in \"$pkg_name\"*\".whl\"; do @pythonInterpreter@ -m wheel unpack --dest \"$unpack_dir\" \"$wheel\" rm -rf \"$wheel\" _pythonRelaxDeps \"$metadata_file\" _pythonRemoveDeps \"$metadata_file\" # Using no quotes on purpose since we need to expand the glob from `$metadata_file` _pythonRelaxDeps $metadata_file _pythonRemoveDeps $metadata_file if (( \"${NIX_DEBUG:-0}\" >= 1 )); then echo \"pythonRelaxDepsHook: resulting METADATA for '$wheel':\" cat \"$unpack_dir/$pkg_name/$pkg_name.dist-info/METADATA\" cat $metadata_file fi @pythonInterpreter@ -m wheel pack \"$unpack_dir/$pkg_name\" @pythonInterpreter@ -m wheel pack \"$unpack_dir/$pkg_name\"* done # Remove the folder since it will otherwise be in the dist output."} {"_id":"doc-en-nixpkgs-8fd311eb6955bc6f0d84c8e9016a73b689e37e4c2ae83927415a3e33b3f72b91","title":"","text":" { lib, stdenv, fetchFromGitHub, cmake, pkg-config, qttools, wrapQtAppsHook , alsa-lib, dssi, fluidsynth, ladspaH, lash, libinstpatch, libjack2, liblo , libsamplerate, libsndfile, lilv, lrdf, lv2, qtsvg, rtaudio, rubberband, sord, serd { lib , stdenv , fetchFromGitHub , cmake , pkg-config , qttools , wrapQtAppsHook , alsa-lib , dssi , fluidsynth , ladspaH , lash , libinstpatch , libjack2 , liblo , libsamplerate , libsndfile , lilv , lrdf , lv2 , qtsvg , rtaudio , rubberband , sord , serd }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"muse-sequencer\"; version = \"3.1.1\"; version = \"4.1.0\"; src = fetchFromGitHub { owner = \"muse-sequencer\"; repo = \"muse\"; rev = \"muse_${builtins.replaceStrings [\".\"] [\"_\"] version}\"; sha256 = \"1rasp2v1ds2aw296lbf27rzw0l9fjl0cvbvw85d5ycvh6wkm301p\"; rev = finalAttrs.version; hash = \"sha256-JPvoximDL4oKO8reXW7alMegwUyUTSAcdq3ueXeUMMY=\"; }; sourceRoot = \"${src.name}/muse3\"; patches = [ ./fix-parallel-building.patch ]; sourceRoot = \"${finalAttrs.src.name}/src\"; nativeBuildInputs = [ cmake pkg-config qttools wrapQtAppsHook ]; buildInputs = [ alsa-lib dssi fluidsynth ladspaH lash libinstpatch libjack2 liblo libsamplerate libsndfile lilv lrdf lv2 qtsvg rtaudio rubberband sord alsa-lib dssi fluidsynth ladspaH lash libinstpatch libjack2 liblo libsamplerate libsndfile lilv lrdf lv2 qtsvg rtaudio rubberband sord ]; env.NIX_CFLAGS_COMPILE = toString [ \"-I${lib.getDev serd}/include/serd-0\" ]; meta = with lib; { meta = { homepage = \"https://muse-sequencer.github.io/\"; description = \"MIDI/Audio sequencer with recording and editing capabilities\"; longDescription = ''"} {"_id":"doc-en-nixpkgs-a957f96fc60d7a1083f47b3064eacbdfcccf517412034dcb972da2bf56c0ed81","title":"","text":"MusE aims to be a complete multitrack virtual studio for Linux, it is published under the GNU General Public License. ''; license = licenses.gpl2Plus; maintainers = with maintainers; [ orivej ]; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ eclairevoyant orivej ]; platforms = lib.platforms.linux; mainProgram = \"muse4\"; }; } }) "} {"_id":"doc-en-nixpkgs-f74033660c6a935f5fdf71c65c6cadcead4896fc48b65f78ff6cf6cfb8b97a26","title":"","text":" To confirm these dependencies, run in a fresh build tree: ninja muse/components/CMakeFiles/components.dir/confmport.o In file included from ../muse/components/confmport.cpp:48: ../muse/mplugins/midifilterimpl.h:28:10: fatal error: ui_midifilter.h: No such file or directory ninja muse/waveedit/CMakeFiles/waveedit.dir/wavecanvas.o In file included from ../muse/waveedit/wavecanvas.cpp:72: ../muse/components/copy_on_write.h:26:10: fatal error: ui_copy_on_write_base.h: No such file or directory ninja muse/instruments/CMakeFiles/instruments.dir/editinstrument.o In file included from ../muse/instruments/editinstrument.cpp:58: ../muse/components/editevent.h:26:10: fatal error: ui_editnotedialogbase.h: No such file or directory ninja muse/liste/CMakeFiles/liste.dir/listedit.o In file included from ../muse/liste/listedit.cpp:37: ../muse/components/editevent.h:26:10: fatal error: ui_editnotedialogbase.h: No such file or directory ninja muse/mixer/CMakeFiles/mixer.dir/rack.o In file included from ../muse/mixer/rack.cpp:49: ../muse/components/plugindialog.h:4:10: fatal error: ui_plugindialogbase.h: No such file or directory ninja muse/midiedit/CMakeFiles/midiedit.dir/drumedit.o In file included from /build/source/muse3/muse/midiedit/drumedit.cpp:64: /build/source/muse3/muse/components/filedialog.h:29:10: fatal error: ui_fdialogbuttons.h: No such file or directory --- a/muse/components/CMakeLists.txt +++ b/muse/components/CMakeLists.txt @@ -343,4 +343,5 @@ set_target_properties( components target_link_libraries ( components ${QT_LIBRARIES} + mplugins widgets xml_module --- a/muse/waveedit/CMakeLists.txt +++ b/muse/waveedit/CMakeLists.txt @@ -79,4 +79,5 @@ set_target_properties( waveedit target_link_libraries( waveedit ${QT_LIBRARIES} + components widgets ) --- a/muse/instruments/CMakeLists.txt +++ b/muse/instruments/CMakeLists.txt @@ -78,4 +78,5 @@ set_target_properties( instruments target_link_libraries ( instruments ${QT_LIBRARIES} + components icons widgets --- a/muse/liste/CMakeLists.txt +++ b/muse/liste/CMakeLists.txt @@ -65,4 +65,5 @@ set_target_properties( liste target_link_libraries ( liste ${QT_LIBRARIES} + components awl widgets --- a/muse/mixer/CMakeLists.txt +++ b/muse/mixer/CMakeLists.txt @@ -87,4 +87,5 @@ set_target_properties ( mixer target_link_libraries ( mixer ${QT_LIBRARIES} + components widgets ) --- a/muse/midiedit/CMakeLists.txt +++ b/muse/midiedit/CMakeLists.txt @@ -93,4 +93,5 @@ set_target_properties( midiedit target_link_libraries ( midiedit ${QT_LIBRARIES} + components al ctrl "} {"_id":"doc-en-nixpkgs-397790d9bf0fb16178f046148d848c502708564acd44638514059e8815b6a003","title":"","text":"Group = cfg.group; StateDirectory = \"\"; ReadWritePaths = optionals (!cfg.autoMount) [ \"\" cfg.dataDir ]; # Make sure the socket units are started before ipfs.service Sockets = [ \"ipfs-gateway.socket\" \"ipfs-api.socket\" ]; } // optionalAttrs (cfg.serviceFdlimit != null) { LimitNOFILE = cfg.serviceFdlimit; }; } // optionalAttrs (!cfg.startWhenNeeded) { wantedBy = [ \"default.target\" ];"} {"_id":"doc-en-nixpkgs-98761852a3b7dcacfe830874ec73b308e949e712f09f31c4dd600ce8133a0481","title":"","text":"preFixup = '' for entry in $(find $out -name libipopt.so); do patchelf --shrink-rpath --allowed-rpath-prefixes /nix/store $entry patchelf --set-rpath '$ORIGIN':\"$(patchelf --print-rpath $entry)\" $entry patchelf --shrink-rpath --allowed-rpath-prefixes \"$NIX_STORE\" \"$entry\" patchelf --set-rpath '$ORIGIN':\"$(patchelf --print-rpath $entry)\" \"$entry\" done '';"} {"_id":"doc-en-nixpkgs-98cc253f762b8ed44d09da79ff4eeff0ae27afde8641ec7fb70094caf3db91f8","title":"","text":"'' + lib.optionalString buildSamples '' mkdir -p $sample/bin mv clients/staging/hipfft_* $sample/bin patchelf $sample/bin/hipfft_* --shrink-rpath --allowed-rpath-prefixes /nix/store patchelf $sample/bin/hipfft_* --shrink-rpath --allowed-rpath-prefixes \"$NIX_STORE\" '' + lib.optionalString (buildTests || buildBenchmarks) '' rmdir $out/bin '';"} {"_id":"doc-en-nixpkgs-96e021730beee53da31b893900027c5103c24b52d7ebfb37e9e4b4b398504183","title":"","text":"'' + lib.optionalString buildSamples '' mkdir -p $sample/bin mv clients/staging/example-* $sample/bin patchelf $sample/bin/example-* --shrink-rpath --allowed-rpath-prefixes /nix/store patchelf $sample/bin/example-* --shrink-rpath --allowed-rpath-prefixes \"$NIX_STORE\" '' + lib.optionalString (buildTests || buildBenchmarks) '' rmdir $out/bin '';"} {"_id":"doc-en-nixpkgs-0e204be0a52100393977de243143a29446eb249e198543dc308dfa57e4a99a17","title":"","text":"'' + lib.optionalString buildTests '' mkdir -p $test/bin mv bin/test_* $test/bin patchelf $test/bin/test_* --shrink-rpath --allowed-rpath-prefixes /nix/store patchelf $test/bin/test_* --shrink-rpath --allowed-rpath-prefixes \"$NIX_STORE\" ''; passthru.updateScript = rocmUpdateScript {"} {"_id":"doc-en-nixpkgs-f82e866278b4cccaacceba4c3286d5837ab2717d80242317aff0d83216ec0c79","title":"","text":"doCheck = false; # fails 13 out of 13 tests (ctest) # Hack to avoid TMPDIR in RPATHs. preFixup = '' rm -rf \"$(pwd)\" mkdir \"$(pwd)\" # remove forbidden references to $TMPDIR preFixup = lib.optionalString stdenv.isLinux '' patchelf --shrink-rpath --allowed-rpath-prefixes \"$NIX_STORE\" \"$out\"/libexec/* ''; enableParallelBuilding = true; meta = { maintainers = with lib.maintainers; [ abbradar periklis ]; knownVulnerabilities = ["} {"_id":"doc-en-nixpkgs-04b56e1e2014b55da64e088722a9256b1a14ac8d5a3fd9356ef681d489b02930","title":"","text":"mkdir \"$out/bin\" cp build/vm/*.so* \"$out/lib/\" cp build/vm/pharo \"$out/bin/pharo\" patchelf --allowed-rpath-prefixes /nix/store --shrink-rpath \"$out/bin/pharo\" patchelf --allowed-rpath-prefixes \"$NIX_STORE\" --shrink-rpath \"$out/bin/pharo\" wrapProgram \"$out/bin/pharo\" --set LD_LIBRARY_PATH \"${library_path}\" runHook postInstall"} {"_id":"doc-en-nixpkgs-6b1ac11285d5ec00d138a062f68bfdb92a9d59e3af8295bf9f2a898f1384fcb0","title":"","text":"postInstall = '' find $out/bin -executable -type f -exec patchelf {} --shrink-rpath --allowed-rpath-prefixes /nix/store ; patchelf {} --shrink-rpath --allowed-rpath-prefixes \"$NIX_STORE\" ; '' + lib.optionalString buildTests '' mkdir -p $test mv $out/bin/rdctst_tests $test/bin"} {"_id":"doc-en-nixpkgs-e1da40c416bdcab5004ee3f87dc9c71c0e3610fd71a6da19d6c00b7136790623","title":"","text":"buildInputs = [ libelf freeglut libGLU libGL ] ++ lib.optional stdenv.isDarwin GLUT; # Hack to avoid TMPDIR in RPATHs. preFixup = ''rm -rf \"$(pwd)\" && mkdir \"$(pwd)\" ''; # remove forbidden references to $TMPDIR preFixup = lib.optionalString stdenv.isLinux '' patchelf --shrink-rpath --allowed-rpath-prefixes \"$NIX_STORE\" \"$out\"/bin/* ''; doCheck = true; checkTarget = \"-C tests run_tests\";"} {"_id":"doc-en-nixpkgs-a104753d068206f78ee9f29b2a173f1075441cb6244daf1dec28d08e1b7a8942","title":"","text":"# remove forbidden reference to $TMPDIR preFixup = '' patchelf --shrink-rpath --allowed-rpath-prefixes \"/nix/store\" \"$out/sbin/smbios-sys-info-lite\" patchelf --shrink-rpath --allowed-rpath-prefixes \"$NIX_STORE\" \"$out/sbin/smbios-sys-info-lite\" ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-60978e907838a38dd465745532aa7206af987fc3b0fb724dddb6f54c8d6078d0","title":"","text":" name: \"Direct Push Warning\" on: push: branches: - master - release-** permissions: contents: read jobs: build: permissions: contents: write # for peter-evans/commit-comment to comment on commit runs-on: ubuntu-latest if: github.repository_owner == 'NixOS' env: GITHUB_SHA: ${{ github.sha }} GITHUB_REPOSITORY: ${{ github.repository }} steps: - name: Check if commit is a merge commit id: ismerge run: | ISMERGE=$(curl -H 'Accept: application/vnd.github.groot-preview+json' -H \"authorization: Bearer ${{ secrets.GITHUB_TOKEN }}\" https://api.github.com/repos/${{ env.GITHUB_REPOSITORY }}/commits/${{ env.GITHUB_SHA }}/pulls | jq -r '.[] | select(.merge_commit_sha == \"${{ env.GITHUB_SHA }}\") | any') echo \"ismerge=$ISMERGE\" >> $GITHUB_OUTPUT # github events are eventually consistent, so wait until changes propagate to thier DB - run: sleep 60 if: steps.ismerge.outputs.ismerge != 'true' - name: Warn if the commit was a direct push if: steps.ismerge.outputs.ismerge != 'true' uses: peter-evans/commit-comment@v2 with: body: | @${{ github.actor }}, you pushed a commit directly to master/release branch instead of going through a Pull Request. That's highly discouraged beyond the few exceptions listed on https://github.com/NixOS/nixpkgs/issues/118661 "} {"_id":"doc-en-nixpkgs-ee2df7bd8ffe2adb1b0d9c4a41be35c37a04607ef3398d49d68ea35db0c1f629","title":"","text":"}: buildPecl rec { pname = \"datadog_trace\"; pname = \"ddtrace\"; version = \"0.89.0\"; src = fetchFromGitHub {"} {"_id":"doc-en-nixpkgs-bb93ff497755279f1496222419014fb2bc938c041e531da8f05cf7743b332d89","title":"","text":" { config, stdenv, lib, fetchurl, fetchpatch , perl, pkg-config , libcap, libtool, libxml2, openssl, libuv, nghttp2, jemalloc , enablePython ? false, python3 , enableGSSAPI ? true, libkrb5 , buildPackages, nixosTests , cmocka, tzdata { stdenv , lib , fetchurl , perl , pkg-config , libcap , libidn2 , libtool , libxml2 , openssl , libuv , nghttp2 , jemalloc , enablePython ? false , python3 , enableGSSAPI ? true , libkrb5 , buildPackages , nixosTests , cmocka , tzdata , gitUpdater }:"} {"_id":"doc-en-nixpkgs-8316cc83870c26795aa7f363127f86c0a8aafbaa01a3ba049f566230fc79b57a","title":"","text":"]; nativeBuildInputs = [ perl pkg-config ]; buildInputs = [ libtool libxml2 openssl libuv nghttp2 jemalloc ] buildInputs = [ libidn2 libtool libxml2 openssl libuv nghttp2 jemalloc ] ++ lib.optional stdenv.isLinux libcap ++ lib.optional enableGSSAPI libkrb5 ++ lib.optional enablePython (python3.withPackages (ps: with ps; [ ply ]));"} {"_id":"doc-en-nixpkgs-503b3b5fac251f50f3601f483f8abbb118f53d4746bd49e97c60d2fcabc5135f","title":"","text":"configureFlags = [ \"--localstatedir=/var\" \"--without-lmdb\" \"--with-libidn2\" ] ++ lib.optional enableGSSAPI \"--with-gssapi=${libkrb5.dev}/bin/krb5-config\" ++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) \"BUILD_CC=$(CC_FOR_BUILD)\"; ++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) \"BUILD_CC=$(CC_FOR_BUILD)\"; postInstall = '' moveToOutput bin/bind9-config $dev"} {"_id":"doc-en-nixpkgs-bfbd7ed8850e7b5d7a92a7c0b908198e64340a6e86178e4050b8b77338acb5ff","title":"","text":" { lib , fetchFromGitHub , rustPlatform }: rustPlatform.buildRustPackage rec { pname = \"yambar-hyprland-wses\"; version = \"0.1.0\"; src = fetchFromGitHub { owner = \"jonhoo\"; repo = \"yambar-hyprland-wses\"; rev = \"v${version}\"; hash = \"sha256-furHj1AAFgNiNHP9RBsVrIvrDckSKU8FXilzH9TQ99c=\"; }; cargoHash = \"sha256-/ewEgrBxRw5Xii5PX1GLKzBrZjgnzYc/Hz+M1pJpncQ=\"; meta = { description = \"Enable Yambar to show Hyprland workspaces\"; homepage = \"https://github.com/jonhoo/yambar-hyprland-wses\"; license = with lib.licenses; [ asl20 mit ]; maintainers = with lib.maintainers; [ ludovicopiero ]; mainProgram = \"yambar-hyprland-wses\"; platforms = lib.platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-5cfd982eedc7cd379c13ab121379b5c1352ff457e73092a8fe72dc7b4f33f4a7","title":"","text":"yambar = callPackage ../applications/misc/yambar { }; yambar-hyprland-wses = callPackage ../applications/misc/yambar-hyprland-wses { }; polyphone = libsForQt5.callPackage ../applications/audio/polyphone { }; portfolio = callPackage ../applications/office/portfolio {"} {"_id":"doc-en-nixpkgs-a50b6c29f3ab55a3abe1ed9435c2964d919e7c6c1fbf6433ec9f8cca402ba36e","title":"","text":" diff --git a/src/Makefile.am b/src/Makefile.am index 4b0c466..ce008fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,7 +54,7 @@ @chgrp games ${DOPEBIN} || chgrp wheel ${DOPEBIN} || ( echo \"WARNING: Cannot change group of dopewars binary - the high\"; echo \"score file may be unreadable or unwriteable by some users\" ) -\tchmod 2755 ${DOPEBIN} +\tchmod 755 ${DOPEBIN} install-data-local: ${mkinstalldirs} ${PIXDIR} "} {"_id":"doc-en-nixpkgs-4dd14f2270afefe4d6835e1ee97158fcf270871847c5cfa569a19ab455135933","title":"","text":" { lib , stdenv , fetchFromGitHub , autoreconfHook , makeWrapper , curl , ncurses , gtk3 , pkg-config , scoreDirectory ? \"$HOME/.local/share\" }: stdenv.mkDerivation (finalAttrs: { pname = \"dopewars\"; version = \"1.6.2\"; src = fetchFromGitHub { owner = \"benmwebb\"; repo = \"dopewars\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-CpgqRYmrfOFxhC7yAS2OqRBi4r3Vesq3+7a0q5rc3vM=\"; }; nativeBuildInputs = [ autoreconfHook makeWrapper pkg-config ]; buildInputs = [ curl gtk3 ncurses ]; # remove the denied setting of setuid bit permission patches = [ ./0001-remove_setuid.patch ]; # run dopewars with -f so that it finds its scoreboard file in ~/.local/share postInstall = '' wrapProgram $out/bin/dopewars --run 'mkdir -p ${scoreDirectory}' --add-flags '-f ${scoreDirectory}/dopewars.sco' ''; meta = with lib; { description = \"Game simulating the life of a drug dealer in New York\"; homepage = \"https://dopewars.sourceforge.io\"; license = licenses.gpl2Plus; maintainers = with maintainers; [ geri1701 ]; mainProgram = \"dopewars\"; platforms = platforms.unix; }; }) "} {"_id":"doc-en-nixpkgs-d0d6e0e3491ef41d2dd9a12f652cb0290a3ce2f4b1c8a9457982f61d0ec48ea9","title":"","text":"desktop-file-utils glib wrapGAppsHook python3Packages.pip ]; buildInputs = ["} {"_id":"doc-en-nixpkgs-25390037d1354a2929ef29b00cfac439b4acdb8e6509d69fc900f85133855b76","title":"","text":" { lib , stdenv , fetchFromGitHub , cmake }: stdenv.mkDerivation (finalAttrs: { pname = \"libgff\"; version = \"2.0.0\"; src = fetchFromGitHub { owner = \"COMBINE-lab\"; repo = \"libgff\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-ZCb3UyuB/+ykrYFQ9E5VytT65gAAULiOzIEu5IXISTc=\"; }; nativeBuildInputs = [ cmake ]; meta = { description = \"A lightweight GTF/GFF parsers exposing a C++ interface\"; homepage = \"https://github.com/COMBINE-lab/libgff\"; downloadPage = \"https://github.com/COMBINE-lab/libgff/releases\"; changelog = \"https://github.com/COMBINE-lab/libgff/releases/tag/\" + \"v${finalAttrs.version}\"; license = lib.licenses.boost; platforms = lib.platforms.all; maintainers = [ lib.maintainers.kupac ]; }; }) "} {"_id":"doc-en-nixpkgs-52f2e47d7f69daa076ddeb3ebf7475ba99b548e16cb98dc189d2f3fbf936b102","title":"","text":" diff --git a/Makefile.am b/Makefile.am index 31286d1..2631af1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ man_MANS = man/man4/Read.4 pkginclude_HEADERS = + io_lib_config.h io_lib/Read.h io_lib/scf_extras.h io_lib/translate.h "} {"_id":"doc-en-nixpkgs-5fd7ed5eb2406932417d4546a7d0e2fa433414f6de4283e94c696cb58ee7d09c","title":"","text":" { lib , stdenv , autoreconfHook , fetchFromGitHub , bzip2 , xz , zlib }: stdenv.mkDerivation (finalAttrs: { # Same name as the Debian library pname = \"libstaden-read\"; version = \"1.15.0\"; src = fetchFromGitHub { owner = \"jkbonfield\"; repo = \"io_lib\"; rev = \"io_lib-\" + builtins.replaceStrings [\".\"] [\"-\"] finalAttrs.version; fetchSubmodules = true; hash = \"sha256-2Dlx+MXmqar81/Xmf0oE+6lWX461EDYijiZsZf/VD28=\"; }; patches = [ # Needed so that the lib can be detected ./libstaden-install-config-header.patch ]; buildInputs = [ bzip2 xz zlib ]; nativeBuildInputs = [ autoreconfHook ]; # autoreconfHook does not descend into htscodecs folder preAutoreconf = '' pushd ./htscodecs autoreconf --install --force --verbose pushd ''; meta = { description = \"C library for reading/writing various DNA sequence formats\"; homepage = \"https://staden.sourceforge.net\"; downloadPage = \"https://github.com/jkbonfield/io_lib/releases\"; changelog = \"https://github.com/jkbonfield/io_lib/blob/${finalAttrs.src.rev}/CHANGES\"; license = with lib.licenses; [ bsd3 free ]; platforms = lib.platforms.all; maintainers = [ lib.maintainers.kupac ]; }; }) "} {"_id":"doc-en-nixpkgs-fb8a9eb936a13bb8e73e7d51d9e65765d817b5aa191e680376bd664561b291ef","title":"","text":" diff --git a/scripts/fetchPufferfish.sh b/scripts/fetchPufferfish.sh index bf2574e0..42582806 100755 --- a/scripts/fetchPufferfish.sh +++ b/scripts/fetchPufferfish.sh @@ -11,10 +11,6 @@ CURR_DIR=$( cd \"$( dirname \"${BASH_SOURCE[0]}\" )\" && pwd ) EXTERNAL_DIR=${CURR_DIR}/../external INSTALL_DIR=${CURR_DIR}/../external/install -if [ -d ${EXTERNAL_DIR}/pufferfish ] ; then - rm -fr ${EXTERNAL_DIR}/pufferfish -fi - if [ -d ${INSTALL_DIR}/include/pufferfish ] ; then rm -fr ${INSTALL_DIR}/include/pufferfish fi @@ -23,42 +19,10 @@ if [ -d ${INSTALL_DIR}/src/pufferfish ] ; then rm -fr ${INSTALL_DIR}/src/pufferfish fi -SVER=salmon-v1.10.2 -#SVER=develop -#SVER=sketch-mode - -EXPECTED_SHA256=f225b74833f71dcf767a565345224357fb091f90ce79717abc836814d9ccd101 - -mkdir -p ${EXTERNAL_DIR} -curl -k -L https://github.com/COMBINE-lab/pufferfish/archive/${SVER}.zip -o ${EXTERNAL_DIR}/pufferfish.zip - -hashcheck=\"\" -if exists sha256sum; then -\thashcheck=\"sha256sum\" -elif exists shasum; then -\thashcheck=\"shasum -a256\" -else -\tunset hashcheck -fi - - -if [ -z \"${hashcheck-}\" ]; then - echo \"Couldn't find shasum command; can't verify contents of downloaded pufferfish\"; -else - - if [[ $SVER != develop && $SVER != onetbb ]]; then - echo \"${EXPECTED_SHA256} ${EXTERNAL_DIR}/pufferfish.zip\" | ${hashcheck} -c - || { echo \"pufferfish.zip did not match expected SHA1! Exiting.\"; exit 1; } - else - echo \"not testing sha since pulling from develop\" - fi -fi - - -rm -fr ${EXTERNAL_DIR}/pufferfish -unzip ${EXTERNAL_DIR}/pufferfish.zip -d ${EXTERNAL_DIR} -mv ${EXTERNAL_DIR}/pufferfish-${SVER} ${EXTERNAL_DIR}/pufferfish mkdir -p ${INSTALL_DIR}/include/pufferfish +# This is needed later when pufferfish is compiled for Salmon +cp -r ${pufferFishSrc} ${EXTERNAL_DIR}/pufferfish cp ${EXTERNAL_DIR}/pufferfish/include/ProgOpts.hpp ${INSTALL_DIR}/include/pufferfish cp ${EXTERNAL_DIR}/pufferfish/include/BooPHF.hpp ${INSTALL_DIR}/include/pufferfish "} {"_id":"doc-en-nixpkgs-9fd8eb9de56a6baea8711a1cf54d19c077d88305160166ddd0cface9460b8f78","title":"","text":" { lib , stdenv , autoreconfHook , bash , boost , bzip2 , cereal_1_3_2 , cmake , curl , fetchFromGitHub , jemalloc , libgff , libiconv , libstaden-read , pkg-config , tbb_2021_8 , xz , zlib }: stdenv.mkDerivation (finalAttrs: { pname = \"salmon\"; version = \"1.10.2\"; pufferFishSrc = fetchFromGitHub { owner = \"COMBINE-lab\"; repo = \"pufferfish\"; rev = \"salmon-v${finalAttrs.version}\"; hash = \"sha256-JKbUFBEsqnENl4vFqve1FCd4TI3n9bRi2RNHC8QGQGc=\"; }; src = fetchFromGitHub { owner = \"COMBINE-lab\"; repo = \"salmon\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-kwqoUmVCqjr/xRxJjQKaFjjCQW+MFASHJ2f9OiAumNU=\"; }; patches = [ # Use pufferfish source fetched by nix ./fetch-pufferfish.patch ]; postPatch = \"patchShebangs .\"; buildInputs = [ (boost.override { enableShared = false; enabledStatic = true; }) bzip2 cereal_1_3_2 curl jemalloc libgff libstaden-read tbb_2021_8 xz zlib ] ++ lib.optionals stdenv.isDarwin [ libiconv ]; nativeBuildInputs = [ cmake pkg-config ]; strictDeps = true; meta = { description = \"Tool for quantifying the expression of transcripts using RNA-seq data\"; longDescription = '' Salmon is a tool for quantifying the expression of transcripts using RNA-seq data. Salmon uses new algorithms (specifically, coupling the concept of quasi-mapping with a two-phase inference procedure) to provide accurate expression estimates very quickly and while using little memory. Salmon performs its inference using an expressive and realistic model of RNA-seq data that takes into account experimental attributes and biases commonly observed in real RNA-seq data. ''; homepage = \"https://combine-lab.github.io/salmon\"; downloadPage = \"https://github.com/COMBINE-lab/salmon/releases\"; changelog = \"https://github.com/COMBINE-lab/salmon/releases/tag/\" + \"v${finalAttrs.version}\"; license = lib.licenses.gpl3Only; platforms = lib.platforms.all; maintainers = [ lib.maintainers.kupac ]; }; }) "} {"_id":"doc-en-nixpkgs-c39289af3928d253f457b0684a770310c933009f6b74c64202d08837074e57a2","title":"","text":"# and exit. This is gonna be used to configure calibre-web declaratively, as most of its configuration parameters # are stored in the DB. ./db-migrations.patch # environ in tornado.wsgi.WSGIContainer no longer a static method from 6.3 version ./static_environ.patch ]; # calibre-web doesn't follow setuptools directory structure. The following is taken from the script"} {"_id":"doc-en-nixpkgs-d7d130fb0303b1b05f1dd2d58d9cf3921a6eac26ce545b15008cd50aa822d417","title":"","text":" diff --git a/cps/tornado_wsgi.py b/cps/tornado_wsgi.py index af93219c..cf302042 100644 --- a/cps/tornado_wsgi.py +++ b/cps/tornado_wsgi.py @@ -53,7 +53,7 @@ class MyWSGIContainer(WSGIContainer): return response.append app_response = self.wsgi_application( - MyWSGIContainer.environ(request), start_response + self.environ(request), start_response ) try: response.extend(app_response) @@ -86,9 +86,8 @@ class MyWSGIContainer(WSGIContainer): request.connection.finish() self._log(status_code, request) - @staticmethod - def environ(request: httputil.HTTPServerRequest) -> Dict[Text, Any]: - environ = WSGIContainer.environ(request) + def environ(self, request: httputil.HTTPServerRequest) -> Dict[Text, Any]: + environ = super().environ(request) environ['RAW_URI'] = request.path return environ "} {"_id":"doc-en-nixpkgs-7ad38a108c2239fde795ce8617bc77d7a2d7db3866ccf83add1cef81c979527e","title":"","text":"# List packages installed in system profile. To search, run: # $ nix search wget # environment.systemPackages = with pkgs; [ # wget vim # nano vim # don't forget to add an editor to edit configuration.nix! # wget # firefox # ];"} {"_id":"doc-en-nixpkgs-a099896e7ea5b195645f925f8523927746afbdd18cf994db3bad70747673117b","title":"","text":"pants13-pre = buildPythonPackage rec { pname = \"pantsbuild.pants\"; version = \"1.3.0.dev13\"; version = \"1.3.0.dev19\"; name = \"${pname}-${version}\"; src = self.fetchPypi { inherit pname version; sha256 = \"0gnz0f74s53xccfdn78v2dg1m3gx2mm0pdmmjvs5ikfbb9lidhz4\"; sha256 = \"07gxx8kzkcx3pm2qd5sz2xb3nw9khvbapiqdzgjvzbvai2gsd5qq\"; }; prePatch = ''"} {"_id":"doc-en-nixpkgs-8418a5ff4a2184e70e77bf7aa09ec6c4d57c9293eb69e4e47de0c0a8e11db6ee","title":"","text":", gtk3 , gtk4 , libnotify , copyDesktopItems , makeDesktopItem , makeWrapper , mesa"} {"_id":"doc-en-nixpkgs-03bc3cf6b2bb0d6cb52aa3e49672da2dcc6b8911aa03437185000da209c9cedd","title":"","text":", xorg }: let version = \"10.114.26-2\"; desktopItem = makeDesktopItem rec { name = \"Wavebox\"; exec = \"wavebox\"; icon = \"wavebox\"; desktopName = name; genericName = name; categories = [ \"Network\" \"WebBrowser\" ]; }; tarball = \"Wavebox_${version}.tar.gz\"; in stdenv.mkDerivation { stdenv.mkDerivation rec { pname = \"wavebox\"; inherit version; version = \"10.118.5-2\"; src = fetchurl { url = \"https://download.wavebox.app/stable/linux/tar/${tarball}\"; sha256 = \"1yk664zgahjg6n98n3kc9avcay0nqwcyq8wq231p7kvd79zazk0r\"; url = \"https://download.wavebox.app/stable/linux/tar/Wavebox_${version}.tar.gz\"; sha256 = \"sha256-TxMl8pdycCMY6NFi5MSLZg0p/+KmuAPQOm370bPMm/0=\"; }; # don't remove runtime deps dontPatchELF = true; # ignore optional Qt 6 shim autoPatchelfIgnoreMissingDeps = [ \"libQt6Widgets.so.6\" \"libQt6Gui.so.6\" \"libQt6Core.so.6\" ]; nativeBuildInputs = [ autoPatchelfHook makeWrapper qt5.wrapQtAppsHook ]; nativeBuildInputs = [ autoPatchelfHook makeWrapper qt5.wrapQtAppsHook copyDesktopItems ]; buildInputs = with xorg; [ libXdmcp"} {"_id":"doc-en-nixpkgs-db95bca596e9feb53617057976eebcd19989120ddb5da57aafb9b659b0feaca8","title":"","text":"runtimeDependencies = [ (lib.getLib udev) libnotify gtk4 ]; desktopItems = [ (makeDesktopItem rec { name = \"Wavebox\"; exec = \"wavebox\"; icon = \"wavebox\"; desktopName = name; genericName = name; categories = [ \"Network\" \"WebBrowser\" ]; }) ]; installPhase = '' runHook preInstall mkdir -p $out/bin $out/opt/wavebox cp -r * $out/opt/wavebox # provide desktop item and icon mkdir -p $out/share/applications $out/share/icons/hicolor/128x128/apps ln -s ${desktopItem}/share/applications/* $out/share/applications # provide icon for desktop item mkdir -p $out/share/icons/hicolor/128x128/apps ln -s $out/opt/wavebox/product_logo_128.png $out/share/icons/hicolor/128x128/apps/wavebox.png runHook postInstall ''; postFixup = ''"} {"_id":"doc-en-nixpkgs-02042a287ea3891e93c8f224d5400b5f58b2ee4629126107601018d16d2cc0e6","title":"","text":"--prefix PATH : ${xdg-utils}/bin ''; passthru.updateScript = ./update.sh; meta = with lib; { description = \"Wavebox messaging application\"; homepage = \"https://wavebox.io\";"} {"_id":"doc-en-nixpkgs-527674343e3a75dae50a0fa69cca13a88f4cf9e9678d914e245d4449e97ce1ff","title":"","text":" #!/usr/bin/env nix-shell #!nix-shell -i bash -p nix-update curl jq version=$(curl \"https://download.wavebox.app/stable/linux/latest.json\" | jq --raw-output '.[\"urls\"][\"tar\"] | match(\"https://download.wavebox.app/stable/linux/tar/Wavebox_(.+).tar.gz\").captures[0][\"string\"]') nix-update wavebox --version \"$version\" "} {"_id":"doc-en-nixpkgs-bd4bfbd87d634f41503e2ec3068a6a9948ca222483e6abbe1d87786f89f00ef1","title":"","text":" { \"depends\": [ { \"method\": \"fetchzip\", \"packages\": [ \"asynctools\" ], \"path\": \"/nix/store/51nf7pb5cwg2n441ka6w6g6c4hdjsdj4-source\", \"rev\": \"bb01d965a2ad0f08eaff6a53874f028ddbab4909\", \"sha256\": \"0v4n7maskd07qsx8rsr9v0bs7nzbncmvxsn7j9jsk9azcy803v49\", \"srcDir\": \"\", \"url\": \"https://github.com/nickysn/asynctools/archive/bb01d965a2ad0f08eaff6a53874f028ddbab4909.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"asynctools\" ], \"path\": \"/nix/store/86w001hvppm2xfmqzb3733rnd5s1dmc2-source\", \"rev\": \"non-blocking\", \"sha256\": \"1iyr2k3vrbqfwm70w9bsyhis799lm9rin8j5pkjxgrpshm1znpbd\", \"srcDir\": \"\", \"url\": \"https://github.com/yyoncho/asynctools/archive/non-blocking.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"bearssl\" ], \"path\": \"/nix/store/drj65wylnxdbv4jqhymf7biiyjfb75v8-source\", \"rev\": \"9372f27a25d0718d3527afad6cc936f6a853f86e\", \"sha256\": \"152zbyqx12fmmjl4wn6kqqk1jzp1ywm4xvjd28ll9037f1pyd5ic\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-bearssl/archive/9372f27a25d0718d3527afad6cc936f6a853f86e.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"chronicles\" ], \"path\": \"/nix/store/ffz78k6z9wf8vj2kv1jdj5dq2rxf61j7-source\", \"rev\": \"2a2681b60289aaf7895b7056f22616081eb1a882\", \"sha256\": \"0n8awgrmn9f6vd7ibv1jlyxk61lrs7hc51fghilrw6g6xq5w9rxq\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-chronicles/archive/2a2681b60289aaf7895b7056f22616081eb1a882.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"chronos\" ], \"path\": \"/nix/store/l4zs1l1yw4yhf1f8q7r5x5z2szjygr6d-source\", \"rev\": \"ba143e029f35fd9b4cd3d89d007cc834d0d5ba3c\", \"sha256\": \"1lv3l9c4ifqzlfgpwpvpq2z3994zz1nirg8f59xrnfb7zgbv8l3i\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-chronos/archive/ba143e029f35fd9b4cd3d89d007cc834d0d5ba3c.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"faststreams\" ], \"path\": \"/nix/store/4nj341ypj07hjvxv0462wpnywhkj02b5-source\", \"rev\": \"422971502bd641703bf78a27cb20429e77fcfb8b\", \"sha256\": \"0snzh904f8f3wn33liy6817q9ccx8mvsl88blhr49qh69mzbgnba\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-faststreams/archive/422971502bd641703bf78a27cb20429e77fcfb8b.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"httputils\" ], \"path\": \"/nix/store/jmgpadmdabybhij1srd81xfr873zgfmm-source\", \"rev\": \"5065d2cf18dcb9812e25cc0e2c50eb357bde04cf\", \"sha256\": \"069fw3h9cjn0hab9vhfri8ibld7yihb8ggyg1nv5vxz6i3x026m5\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-http-utils/archive/5065d2cf18dcb9812e25cc0e2c50eb357bde04cf.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"json_rpc\" ], \"path\": \"/nix/store/szg3jxcg0bf6zv224nyisqhnibkd2pxw-source\", \"rev\": \"c8a5cbe26917e6716b1597dae2d08166f3ce789a\", \"sha256\": \"1l1y4psbcd5w68j1zz172rlwsk7jxbwlr14r2kwnkj7xc7lfwlnx\", \"srcDir\": \"\", \"url\": \"https://github.com/yyoncho/nim-json-rpc/archive/c8a5cbe26917e6716b1597dae2d08166f3ce789a.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"json_serialization\" ], \"path\": \"/nix/store/h0xl7qnw7bh513rb24k1n805x3n1rimw-source\", \"rev\": \"d9394dc7286064902d825bbc1203d03d7218633a\", \"sha256\": \"102m7jaxjip24a6hrnk0nvfb0vmdx5zq4m9i4xyzq8m782xyqp94\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-json-serialization/archive/d9394dc7286064902d825bbc1203d03d7218633a.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"news\" ], \"path\": \"/nix/store/siwfngb840kcdjdviy5rhlpvdpkw14sk-source\", \"rev\": \"8bfd753649aa7e870ec45e93f1453d3bfcf66733\", \"sha256\": \"0hvs4kfr4aais7ixvh9d7na2r2zjnvaw3m3rpklafn9qld2wpaav\", \"srcDir\": \"src\", \"url\": \"https://github.com/status-im/news/archive/8bfd753649aa7e870ec45e93f1453d3bfcf66733.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"news\" ], \"path\": \"/nix/store/siwfngb840kcdjdviy5rhlpvdpkw14sk-source\", \"rev\": \"status\", \"sha256\": \"0hvs4kfr4aais7ixvh9d7na2r2zjnvaw3m3rpklafn9qld2wpaav\", \"srcDir\": \"src\", \"url\": \"https://github.com/status-im/news/archive/status.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"nimcrypto\" ], \"path\": \"/nix/store/dnj20qh97ylf57nka9wbxs735wbw7yxv-source\", \"rev\": \"4014ef939b51e02053c2e16dd3481d47bc9267dd\", \"sha256\": \"1kgqr2lqaffglc1fgbanwcvhkqcbbd20d5b6w4lf0nksfl9c357a\", \"srcDir\": \"\", \"url\": \"https://github.com/cheatfate/nimcrypto/archive/4014ef939b51e02053c2e16dd3481d47bc9267dd.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"serialization\" ], \"path\": \"/nix/store/ss096qz8svm5my0mjhk3imyrc2nm2x0y-source\", \"rev\": \"4d541ec43454809904fc4c3c0a7436410ad597d2\", \"sha256\": \"1a5x0fsxxkqpambz9q637dz0jrzv9q1jb3cya12k6106vc65lyf8\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-serialization/archive/4d541ec43454809904fc4c3c0a7436410ad597d2.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"stew\" ], \"path\": \"/nix/store/90rwcr71bq13cid74v4aazikv2s924r1-source\", \"rev\": \"d9400ddea08341a65102cffdb693d3a7131efef4\", \"sha256\": \"0gkmh63izhp0bxyfmwfvyp81bxnzwnc3r7nxr5a05xpl8crk85w2\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-stew/archive/d9400ddea08341a65102cffdb693d3a7131efef4.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"stint\" ], \"path\": \"/nix/store/q42j4w2f70qfihcrpzgl3fspxihfsadb-source\", \"rev\": \"c0ae9e10a9238883d18226fa28a5435c4d305e45\", \"sha256\": \"0dxhjg5nf4sc4ga2zrxqcmr1v3ki9irkl603x0y3pz5sd8jdi731\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-stint/archive/c0ae9e10a9238883d18226fa28a5435c4d305e45.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"testutils\" ], \"path\": \"/nix/store/hn5r1ywl4qzzjl9zj62w5m6f8bqkjn8q-source\", \"rev\": \"dfc4c1b39f9ded9baf6365014de2b4bfb4dafc34\", \"sha256\": \"0fi59m8yvayzlh1ajbl98ddy43i3ikjqh3s5px16y0s3cidg4fai\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-testutils/archive/dfc4c1b39f9ded9baf6365014de2b4bfb4dafc34.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"unittest2\" ], \"path\": \"/nix/store/wdj38hf9hdyb1skgb6v0z00kxkdmnq04-source\", \"rev\": \"b178f47527074964f76c395ad0dfc81cf118f379\", \"sha256\": \"1ir20z9m4wmm0bs2dd2qiq75w0x3skv0yj7sqp6bqfh98ni44xdc\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-unittest2/archive/b178f47527074964f76c395ad0dfc81cf118f379.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"websock\" ], \"path\": \"/nix/store/yad26q3iv3r2lw9xs655kyx3hvflxi1p-source\", \"rev\": \"2c3ae3137f3c9cb48134285bd4a47186fa51f0e8\", \"sha256\": \"09pkxzsnahljkqyp540v1wwiqcnbkz5ji5bz9q9cwn3axpmqc3v7\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-websock/archive/2c3ae3137f3c9cb48134285bd4a47186fa51f0e8.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"with\" ], \"path\": \"/nix/store/qkwz2w5haw8px691c6gkklvxxp38j9d3-source\", \"rev\": \"2f95909c767605e06670dc70f5cffd6b9284f192\", \"sha256\": \"1qdq9wpm6xahqczmvdn3a7yvvrw5x42ylvzmbybdwjzd8vmgg0zv\", \"srcDir\": \"\", \"url\": \"https://github.com/zevv/with/archive/2f95909c767605e06670dc70f5cffd6b9284f192.tar.gz\" }, { \"method\": \"fetchzip\", \"packages\": [ \"zlib\" ], \"path\": \"/nix/store/br78rad2jnl6zka2q89qi6pkfiyn10fv-source\", \"rev\": \"f34ca261efd90f118dc1647beefd2f7a69b05d93\", \"sha256\": \"1k8y7m1ry1z8jm8hj8pa3vlqprshaa59cdwq2a4acrfw9ks5w482\", \"srcDir\": \"\", \"url\": \"https://github.com/status-im/nim-zlib/archive/f34ca261efd90f118dc1647beefd2f7a69b05d93.tar.gz\" } ] } "} {"_id":"doc-en-nixpkgs-dced11cd88e4e4cfe600cce0aa5d6eabef6db7d0e4ca40c46fdced389f180d06","title":"","text":" { lib, buildNimPackage, fetchFromGitHub, }: buildNimPackage (final: prev: { pname = \"nimlangserver\"; version = \"1.2.0\"; # lock.json was generated by converting # nimble.lock into requires \"#revSha\" in a dummy.nimble # for all packages and then running nim_lk on said dummy package # default nim_lk output fails because it attempts # to use branches that will not work instead of HEAD for packages lockFile = ./lock.json; src = fetchFromGitHub { owner = \"nim-lang\"; repo = \"langserver\"; rev = \"71b59bfa77dabf6b8b381f6e18a1d963a1a658fc\"; hash = \"sha256-dznegEhRHvztrNhBcUhW83RYgJpduwdGLWj/tJ//K8c=\"; }; doCheck = false; meta = with lib; final.src.meta // { description = \"The Nim language server implementation (based on nimsuggest)\"; license = licenses.mit; mainProgram = \"nimlangserver\"; maintainers = with maintainers; [daylinmorgan]; }; }) "} {"_id":"doc-en-nixpkgs-760da82c7202cab99ab821e5bf69223ff9dcebb0175b1b29be346d1f7edd67c6","title":"","text":" { lib, stdenv, zig, libyuv, fetchFromGitHub }: stdenv.mkDerivation (finalAttrs: { pname = \"backlight-auto\"; version = \"0.0.1\"; src = fetchFromGitHub { owner = \"lf94\"; repo = \"backlight-auto\"; rev = finalAttrs.version; hash = \"sha256-QPymwlDrgKM/SXDzJdmfzWLSLU2D7egif1OIUE+SHoI=\"; }; nativeBuildInputs = [ zig.hook ]; buildInputs = [ libyuv ]; meta = with lib; { description = \"Automatically set screen brightness with a webcam\"; homepage = \"https://len.falken.directory/backlight-auto.html\"; license = licenses.mit; maintainers = [ maintainers.lf- ]; platforms = platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-8da4491a85d76ef85a9c61b21d3833321a13fd550839b0b992f13cd00c6fa7a0","title":"","text":"src = fetchsvn { url = \"http://winetricks.googlecode.com/svn/trunk\"; inherit rev; sha256 = \"01v13qw4sxmfm09g9amqycnzy743gdrhvv23rjr9255dzlrj1s8f\"; }; buildInputs = [ perl which ];"} {"_id":"doc-en-nixpkgs-c22c469f9351e45dd83a16e3cbf2d8cef8bc2540fc6d11f69d3521293a7e2860","title":"","text":" {stdenv, fetchurl, ncurses, curl, taglib, fftw, mpd_clientlib, pkgconfig}: { stdenv, fetchurl, ncurses, curl, taglib, fftw, mpd_clientlib, pkgconfig , libiconvOrEmpty }: stdenv.mkDerivation rec { version = \"0.5.10\";"} {"_id":"doc-en-nixpkgs-aaede5c94b1bd260449d15d71e664521e7003cf8a9055084ca68980d7a57fb44","title":"","text":"sha256 = \"ff6d5376a2d9caba6f5bb78e68af77cefbdb2f04cd256f738e39f8ac9a79a4a8\"; }; buildInputs = [ ncurses curl taglib fftw mpd_clientlib pkgconfig ]; buildInputs = [ ncurses curl taglib fftw mpd_clientlib pkgconfig ] ++ libiconvOrEmpty; meta = { meta = with stdenv.lib; { description = \"Curses-based interface for MPD (music player daemon)\"; homepage = http://unkart.ovh.org/ncmpcpp/; license = \"GPLv2+\"; maintainers = [ stdenv.lib.maintainers.mornfall ]; platforms = stdenv.lib.platforms.all; homepage = http://unkart.ovh.org/ncmpcpp/; license = licenses.gpl2Plus; maintainers = with maintainers; [ lovek323 mornfall ]; platforms = platforms.all; }; }"} {"_id":"doc-en-nixpkgs-46e2399cf1fc9fbcba2d4ca2615e7536134bc58cf28a28318eff646e20bf377b","title":"","text":"{ lib, stdenv , fetchCrate , rustPlatform , installShellFiles , pkg-config , libsodium , openssl"} {"_id":"doc-en-nixpkgs-388d5ee8c0019dc3b7778d9e8a47fa8b51dda181d09b076b546d3db08334b149","title":"","text":"cargoHash = \"sha256-mRi0NUETTdYE/oM+Jo7gW/zNby8dPAKl6XhzP0Qzsf0=\"; doCheck = false; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ installShellFiles pkg-config ]; buildInputs = [ openssl libsodium xxHash ] ++ (lib.optionals gitImportSupport [ libgit2 ]) ++ (lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; ["} {"_id":"doc-en-nixpkgs-9d160262f793138f88842125f4926d808caa3f8874ce823fd2e0c3af037f22d8","title":"","text":"buildFeatures = lib.optional gitImportSupport \"git\"; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd pijul --bash <($out/bin/pijul completion bash) --fish <($out/bin/pijul completion fish) --zsh <($out/bin/pijul completion zsh) ''; meta = with lib; { description = \"A distributed version control system\"; homepage = \"https://pijul.org\";"} {"_id":"doc-en-nixpkgs-f3d36456ae41ff770215362290810b13bfedfc8ff16ac82f23327199d80b349d","title":"","text":" { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook # Python deps , six , setuptools }: buildPythonPackage rec { pname = \"mando\"; version = \"0.7.1\"; pyproject = true; src = fetchFromGitHub { owner = \"rubik\"; repo = \"mando\"; rev = \"v${version}\"; hash = \"sha256-Ylrrfo57jqGuWEqCa5RyTT9AagBpUvAfviHkyJPFv08=\"; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; propagatedBuildInputs = [ six ]; pythonImportsCheck = [ \"mando\" ]; meta = with lib; { description = \"Create Python CLI apps with little to no effort at all\"; homepage = \"https://mando.readthedocs.org\"; changelog = \"https://github.com/rubik/mando/blob/v${version}/CHANGELOG\"; license = licenses.mit; maintainers = with maintainers; [ t4ccer ]; }; } "} {"_id":"doc-en-nixpkgs-10eee8e278fb8248b6b60247fa42b6dadd184caad74e22347437593f8cc403b2","title":"","text":" { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , fetchpatch # Python deps , mando , colorama , pytest-mock , tomli , poetry-core }: buildPythonPackage rec { pname = \"radon\"; version = \"6.0.1\"; pyproject = true; src = fetchFromGitHub { owner = \"rubik\"; repo = \"radon\"; rev = \"v${version}\"; hash = \"sha256-yY+j9kuX0ou/uDoVI/Qfqsmq0vNHv735k+vRl22LwwY=\"; }; patches = [ # NOTE: Remove after next release (fetchpatch { url = \"https://github.com/rubik/radon/commit/ce5d2daa0a9e0e843059d6f57a8124c64a87a6dc.patch\"; hash = \"sha256-WwcfR2ZEWeRiMKdMZAwtZRBcWOqoqpaVTmVo0k+Tn74=\"; }) ]; nativeBuildInputs = [ poetry-core ]; nativeCheckInputs = [ pytestCheckHook pytest-mock ]; propagatedBuildInputs = [ mando colorama ]; passthru.optional-dependencies = { toml = [ tomli ]; }; pythonImportsCheck = [ \"radon\" ]; meta = with lib; { description = \"Various code metrics for Python code\"; homepage = \"https://radon.readthedocs.org\"; changelog = \"https://github.com/rubik/radon/blob/v${version}/CHANGELOG\"; license = licenses.mit; maintainers = with maintainers; [ t4ccer ]; mainProgram = \"radon\"; }; } "} {"_id":"doc-en-nixpkgs-49da74e8760a93b66220a9278a36bfaa194276bccaadc3fe2e178c3a71ae1430","title":"","text":"managesieve = callPackage ../development/python-modules/managesieve { }; mando = callPackage ../development/python-modules/mando { }; mandown = callPackage ../development/python-modules/mandown { }; manhole = callPackage ../development/python-modules/manhole { };"} {"_id":"doc-en-nixpkgs-c78fab4a9803c87ddb68d2f269621777bf3f2f7d4dda21bfe9540fdb641ee7cd","title":"","text":"radish-bdd = callPackage ../development/python-modules/radish-bdd { }; radon = callPackage ../development/python-modules/radon { }; railroad-diagrams = callPackage ../development/python-modules/railroad-diagrams { }; rainbowstream = callPackage ../development/python-modules/rainbowstream { };"} {"_id":"doc-en-nixpkgs-e841b5a21c1c7f1831b06619c8e8813843ad16bb1a36ec748bbf3085af37b7f7","title":"","text":"let majorVersion = \"2.6\"; version = \"${majorVersion}.7\"; version = \"${majorVersion}.8\"; # http://www.python.org/download/releases/2.6.8/ # md5 taken from webpage, python 2.6 will receive security fixes until Oct 2013 src = fetchurl { url = \"http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2\"; sha256 = \"0p0fd8i533zsdm6gc0jmhmdifccx4v064mh0i1hl2s6fcjhc20j5\"; md5 = \"c6e0420a21d8b23dee8b0195c9b9a125\"; }; patches ="} {"_id":"doc-en-nixpkgs-60bb3c20ce7deb7a98c16f72e5f7f43560f539b912e0617de14f41e2d5d19ac6","title":"","text":"rm -rf \"$out/lib/python${majorVersion}/test\" ln -s $out/lib/python${majorVersion}/pdb.py $out/bin/pdb ln -s $out/lib/python${majorVersion}/pdb.py $out/bin/pdb${majorVersion} mv $out/share/man/man1/{python.1.gz,python2.6.1.gz} ln -s $out/share/man/man1/{python2.6.1.gz,python.1.gz} ''; passthru = {"} {"_id":"doc-en-nixpkgs-cd39ca11b7e8ee05c4ae1d661e61a188c4bd22f58d761ad48b193a9129f33206","title":"","text":"rm -rf \"$out/lib/python${majorVersion}/test\" ln -s $out/lib/python${majorVersion}/pdb.py $out/bin/pdb ln -s $out/lib/python${majorVersion}/pdb.py $out/bin/pdb${majorVersion} ln -s $out/share/man/man1/{python2.7.1.gz,python.1.gz} ''; passthru = {"} {"_id":"doc-en-nixpkgs-a26552de02fb0402940054750243b7aafa77b906a318d2105779cd6c33224a51","title":"","text":"(http://pypi.python.org/pypi/setuptools/), which represents a large number of Python packages nowadays. */ { python, setuptools, wrapPython, lib, offlineDistutils, setuptoolsSite }: { python, setuptools, wrapPython, lib, offlineDistutils, recursivePthLoader }: { name, namePrefix ? \"python-\""} {"_id":"doc-en-nixpkgs-2c07bb3ede2c7a4d2c599fda18ca04fe4a64a9e576c2f545ea444cd350ca201a","title":"","text":"name = namePrefix + name; # checkPhase after installPhase to run tests on installed packages phases = \"unpackPhase patchPhase configurePhase buildPhase installPhase checkPhase fixupPhase distPhase\"; buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath; # setuptoolsSite is responsible for loading pth files propagatedBuildInputs = propagatedBuildInputs ++ [ setuptoolsSite ]; buildInputStrings = map toString buildInputs; pythonPath = [ setuptools] ++ pythonPath;"} {"_id":"doc-en-nixpkgs-0ded111c0618333bb66ddbfac3d6e2b4ebb69c3a4aee321cccb7f0c72e4ec5cf","title":"","text":"# Remove any site.py files generated by easy_install as these # cause collisions. If pth files are to be processed a # corresponding site.py needs to be included in the PYTHONPATH. # # leave them until we have a better solution: see #209 #rm -f \"$out/lib/${python.libPrefix}\"/site-packages/site.py* rm -f \"$out/lib/${python.libPrefix}\"/site-packages/site.py* ${postInstall} '';"} {"_id":"doc-en-nixpkgs-abfbd02a25964f448e6ee16f731624fef0eeb45c8577b3324c31b5a9f6eef198","title":"","text":"'' wrapPythonPrograms # If a user installs a Python package, she probably also wants its # dependencies in the user environment (since Python modules don't # have something like an RPATH, so the only way to find the # dependencies is to have them in the PYTHONPATH variable). if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi createBuildInputsPth build-inputs \"$buildInputStrings\" # these should already be in $name.pth #createBuildInputsPth build-inputs \"$buildInputStrings\" for inputsfile in propagated-build-inputs propagated-build-native-inputs; do if test -e $out/nix-support/$inputsfile; then createBuildInputsPth $inputsfile \"$(cat $out/nix-support/$inputsfile)\""} {"_id":"doc-en-nixpkgs-bce3b863aaa0fefecc87d94df896c7c39e8403e0353bc198c9472ef77f3d9859","title":"","text":"{ stdenv, fetchurl, python, wrapPython }: stdenv.mkDerivation rec { name = \"setuptools-\" + version; name = \"python-setuptools-\" + version; version = \"0.6c11\";"} {"_id":"doc-en-nixpkgs-81f340f7d774bf2333217c970b207993a8db8248842e56bb7db8afa9c9829b5d","title":"","text":"buildPythonPackage = import ../development/python-modules/generic { inherit (pkgs) lib; inherit python wrapPython setuptools setuptoolsSite offlineDistutils; inherit python wrapPython setuptools recursivePthLoader offlineDistutils; };"} {"_id":"doc-en-nixpkgs-0667cda68434dc1c86dc15aa00f22116e4ba9990c26deec048d11a9f7dc80de9","title":"","text":" /* This file will be evaluated by hydra with a call like this: hydra_eval_jobs --gc-roots-dir /nix/var/nix/gcroots/per-user/hydra/hydra-roots --argstr system i686-linux --argstr system x86_64-linux --arg nixpkgs \"{outPath = ./}\" .... release.nix Hydra can be installed with \"nix-env -i hydra\". */ with (import ./release-lib.nix); { tarball = import ./make-tarball.nix; } // (mapTestOn rec { a2jmidid = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aacskeys = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aangifte2005 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aangifte2006 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aangifte2007 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aangifte2008 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aangifte2009 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aangifte2010 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aangifte2011 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; abc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; abcde = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; abiword = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; acl2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; adobeReader = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; agg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; alienarena = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; allegro = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; allegro5 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; alliance = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; alsaPlugins = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; alsaPluginWrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; amsn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; amule = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; amuleDaemon = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; amuleGui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; androidsdk_4_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; andyetitmoves = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ant = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; antlr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; antlr3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; apacheAntGcj = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; apacheAntOpenJDK = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; apacheAntOracleJDK = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; apparmor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aqbanking = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; arb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ardour = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ardour3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; arora = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; asc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; asciidoc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; asio = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aspectj = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; asymptote = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; atanks = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; atari800 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ataripp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; atermjava = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; atk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; atkmm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; attica = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aubio = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; auctex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; audacious = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; audacity = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; autojump = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; automoc4 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; avahi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; avidemux = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; avogadro = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; awesome = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aws_mturk_clt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; axis2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; azureus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ballAndPaddle = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bam = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; baresip = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bazaar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; beast = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; beret = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ber_metaocaml_003 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bibletime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bibtextools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; binutils_gold = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; biolib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bitcoin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bitlbee = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bitsnbots = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bittornado = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bittorrent = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; blackshades = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; blackshadeselite = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; blender = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; blobby = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; blueman = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bluez = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boinc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boomerang = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boost = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boost144 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boost146 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boost147 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boost149 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boost151 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; botan = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; box2d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; box2d_2_0_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; briss = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bsddb3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; btanks = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; btrfsProgs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; buildbot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bumblebee = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bup = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bzflag = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; caelum = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cairo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cairomm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; calf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; calibre = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; caneda = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; carrier = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; castle_combat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cbrowser = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cc1394 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ccid = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cdrdao = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; centerim = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cflow = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cgal = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cgui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; chatzilla = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cheetahTemplate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; chipmunk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; chromiumWrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; chromium = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cilaterm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cinelerra = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cinepaint = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ciopfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clang = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clangUnwrapped = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clanlib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; classpath = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clearsilver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clisp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clisp_2_44_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clojure = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clojure_wrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clooj_wrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clucene_core_2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clutter = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clutter_gtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clutter_gtk_0_10 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cmakeWithGui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cmus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; coccinelle = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cogl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; coin3d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; comical = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; compiz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; compton = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; conkeror = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; conky = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; consolekit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; construo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; construoBase = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; content = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; coq = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; coq_8_3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; coriander = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; couchdb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; crack_attack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; crrcsim = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cryptsetup = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cscope = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; csound = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; csslint = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cudatoolkit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cuneiform = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cups_pdf_filter = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; curlftpfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cvs2svn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cython = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; d4x = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; darktable = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dbench = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dblatex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dbus_cplusplus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dbus_glib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dbus_java = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dbus_tools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ddd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; debian_devscripts = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dejagnu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; desktop_file_utils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; devicemapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dico = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; directfb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; directvnc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; disnix = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; disnixos = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; DisnixWebService = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; disper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; distcc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; distrho = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; djview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dmenu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dmraid = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dmtcp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dmtx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; docutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dosbox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; doxygen_gui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dragonegg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; drbd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; drgeo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dropbox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dssi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dstat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; duplicity = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dvdauthor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dvswitch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dwarf_fortress = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dwm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eaglemode = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; easytag = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ec2_api_tools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ecj = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eclipses = { eclipse_cpp_36 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eclipse_cpp_37 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eclipse_modeling_36 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eclipse_sdk_35 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eclipse_sdk_36 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eclipse_sdk_37 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eclipse_sdk_42 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; ecryptfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; edk2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eduke32 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eggdbus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; egoboo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ekiga = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; elasticmq = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; electricsheep = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; elinks = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; emacs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; emacs22 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; emacs23 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; emacs24Packages = { autoComplete = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bbdb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; calfw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cedet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; coffee = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; colorTheme = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ecb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; emacsSessionManagement = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; emacsw3m = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; emms = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; flymakeCursor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gh = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gist = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; graphvizDot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellMode = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jabber = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jade = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jdee = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; js2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; logito = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; loremIpsum = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; magit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; maudeMode = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; notmuch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocamlMode = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; org = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; org2blog = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pcache = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; proofgeneral = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; quack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rectMark = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; remember = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scalaMode = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sunriseCommander = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmlRpc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; emboss = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; enblendenfuse = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; encfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; enchant = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; enlightenment = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; epdfview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; epm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eprover = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eql = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; esdl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; espeakedit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; etherape = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; euca2ools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eukleides = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; evince = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; evolution_data_server = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; evopedia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; expect = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; exrdisplay = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; extremetuxracer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; exult = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; facile = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fail2ban = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fakenes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fam = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; farsight2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; farstream = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fbida = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fbpanel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fdisk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; feh = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ffado = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ffmpeg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ffmpeg_0_6_90 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ffmpeg_1_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fileschanged = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fio = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; firefox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; firefox13Wrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; firefox17Wrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; firefox36Wrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; flann = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; flashplayer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; flightgear = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fltk13 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fltk20 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fluidsynth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fontforgeX = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; foo2zjs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; foursuite = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; framac = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freecad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freeciv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freedink = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freeglut = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freemind = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freepv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freerdp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freerdpUnstable = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freestyle = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freetalk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; freetts = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fsg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fsharp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fspot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ftgl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ftgl212 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fuppes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fusesmb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gajim = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gav = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gcj = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gcj44 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gcj46 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gcl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GConf3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gdb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gdbCross = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gdk_pixbuf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gdmap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gdome2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gecko_mediaplayer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; geeqie = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gegl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gegl_0_0_22 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gemrb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gensgs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; geoclue = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; geoipjava = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; get_iplayer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; getmail = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gftp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ghostOne = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ghostscriptX = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; giblib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gifsicle = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gigedit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gimp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gimp_2_8 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gimpPlugins = { fourier = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gimplensfun = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gmic = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lqrPlugin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; resynthesizer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texturize = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ufraw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; waveletSharpen = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; girara = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; git = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gitAndTools = { darcsToGit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; git2cl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gitAnnex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gitBz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gitFastExport = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gitFull = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gitSubtree = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gitSVN = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qgit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qgitGit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stgit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; svn2git = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; svn2git_kde = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tig = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; giv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gkrellm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gl117 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glestae = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glew = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glfw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glibmm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glib_networking = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; globulation2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gltron = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glxinfo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gmime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gmtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gmu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnash = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnokii = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome = { at_spi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GConf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gconfmm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_control_center = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_desktop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_doc_utils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_icon_theme = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_keyring = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_menus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_panel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_python = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_session = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_settings_daemon = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_vfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_vfs_monikers = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtk_doc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkglext = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkglextmm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkhtml = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkmm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtksourceview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gvfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libbonobo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libbonoboui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libglade = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libglademm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnome = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnomecanvas = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnomecanvasmm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnomecups = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnomekbd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnomeprint = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnomeprintui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnomeui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgtkhtml = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgweather = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libIDL = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libsoup = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libunique = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libwnck = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; metacity = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nautilus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ORBit2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pango = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pangomm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; python_rsvg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; startup_notification = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vte = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zenity = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; gnome_mplayer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_terminator = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnome_user_docs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnonlin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnucash = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnu = { hurdHeaders = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libpthreadHeaders = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mach = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; machHeaders = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mig = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mig_raw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; gnumeric = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnunet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnunet08 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnupg2_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gnuplot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gob2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gobby5 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gobjectIntrospection = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; goffice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; goffice_0_9 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; goldendict = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; golly = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; goocanvas = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; googleearth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; google_talk_plugin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gosmore = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gource = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gparted = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gpgme = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gphoto2fs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gpscorrelate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gpsd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gqview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; grantlee = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; graphicsmagick = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; graphicsmagick137 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; graphviz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; graphviz_2_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; grass = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gravit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; grip = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; grive = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; grub2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; grub2_efi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gsettings_desktop_schemas = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gsmartcontrol = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gssdp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gst_ffmpeg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gst_plugins_bad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gst_plugins_base = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gst_plugins_good = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gst_plugins_ugly = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gst_python = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gstreamer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtk3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkdatabox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkdialog = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkgnutella = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkimageview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkmathview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkmm3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkmozembedsharp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkpod = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtksharp1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtksharp2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtksourceviewsharp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkspell = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkvnc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtkwave = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtmess = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gts = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; guileCairo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; guileGnome = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; guitone = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gupnp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gupnp_igd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gupnptools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gutenprint = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gutenprintBin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gwenhywfar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gwrap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gwt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gxneur = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hadoop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; harfbuzz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPackages = { accelerateCuda = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; accelerateExamples = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cairo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; Chart = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cuda = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; diagrams = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; diagramsCairo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ghcMod = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gio = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glade = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GLFW = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gloss = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GLURaw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GLUT = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GLUT_2_1_1_2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GLUT_2_1_2_2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GLUT_2_2_2_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GLUT_2_3_1_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtksourceview2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPlatform = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPlatform_2009_2_0_2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPlatform_2010_1_0_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPlatform_2010_2_0_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPlatform_2011_2_0_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPlatform_2011_2_0_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPlatform_2011_4_0_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; haskellPlatform_2012_2_0_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; HGL = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hmatrix = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hp2anyGraph = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lambdacubeEngine = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; LambdaHack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; leksah = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; leksahServer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lhs2tex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ltk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; OpenGL = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; OpenGL_2_2_1_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; OpenGL_2_2_3_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; OpenGL_2_4_0_2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; OpenGL_2_6_0_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; OpenGLRaw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pakcs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pango = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; reactiveBananaWx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; repaAlgorithms = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; repaExamples = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDL = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDLImage = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDLMixer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDLTtf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; splot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; svgcairo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; threadscope = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; timeplot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; uhc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vacuumCairo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wxc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wxcore = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; X11 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; X11_1_5_0_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; X11Xft = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmobar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmonad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmonadContrib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmonadExtras = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; haxe = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; heimdall = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; herqq = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hevea = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hexen = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; highlight = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hol_light = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; homebank = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hplip = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; htmldoc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; httpfs2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hugin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hwloc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hydraAntLogger = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hydrogen = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; i3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; i3lock = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; i7z = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; icbm3d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; icecat3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; icecat3Wrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; icecat3Xul = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; icecatXulrunner3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; icedtea = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; icewm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; idutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ikiwiki = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; imagemagick = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; imagemagickBig = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; imlib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; imlib2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; impressive = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; indilib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; inkscape = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; instead = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; intelgen4asm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; io = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ion3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; iotop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; iprover = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; irrlicht3843 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; irssi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; isabelle = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; isocodes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; itk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; itstool = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jackaudio = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jack_capture = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jackmeter = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jags = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jamp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; javaCup = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jbidwatcher = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jboss = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jboss_mysql_jdbc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jbrout = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jclasslib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jdiskreport = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jdk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jedit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jfsrec = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jigdo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jing_tools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jjtraveler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jnettop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jre = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jrePlugin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jruby165 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jscoverage = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; json_glib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; julia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jwm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; k3d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kaffe = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kde3 = { arts = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdelibs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; kde4 = { akonadi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; akunambol = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; amarok = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; amor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ark = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aurorae = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bangarang = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; basket = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; blinken = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bluedevil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; calligra = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cantor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cervisia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ColorSchemes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; desktopthemes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; digikam = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dolphin_plugins_git = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dolphin_plugins_svn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; emoticons = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; filelight = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; filesharing = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gwenview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; HighResolutionWallpapers = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; IconThemes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jovie = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; k3b = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kaccessible = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kadu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kalgebra = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kalzium = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kamera = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kanagram = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kapptemplate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kbibtex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kbluetooth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kbruch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kcachegrind = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kcalc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kcharselect = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kcolorchooser = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kcron = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdeaccessibility = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdeaccounts_plugin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdeadmin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdeartwork = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kde_baseapps = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdebindings = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdeedu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdegames = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdegraphics = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdegraphics_strigi_analyzer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdegraphics_thumbnailers = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdelibs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdemultimedia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdenetwork = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdenlive = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdepim = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdepimlibs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdepim_runtime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdeplasma_addons = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kde_runtime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdesdk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdesvn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdetoys = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdeutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdevelop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdevplatform = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kde_wacomtablet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdewebdev = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kde_workspace = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdiff3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kdnssd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kfile_plugins = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kfilereplace = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kfloppy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kgamma = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kgeography = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kget = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kgpg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; khangman = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kig = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kile = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kimagemapeditor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kioslave_perldoc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kioslave_svn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kipi_plugins = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kiten = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; klettres = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; klinkstatus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kmag = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kmousetool = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kmouth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kmplayer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kmplot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kmtrace = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kmymoney = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; koffice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kolourpaint = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kommander = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kompare = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; konq_plugins = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; konsole = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; konversation = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kopete = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kpartloader = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kppp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kprofilemethod = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; krdc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kremotecontrol = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; krename = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; krfb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kruler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; krusader = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ksaneplugin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kscreensaver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ksnapshot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ksshaskpass = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kstars = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kstartperf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ksystemlog = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kteatime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ktimer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ktorrent = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ktouch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kturtle = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ktux = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kuickshow = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kuiviewer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kuser = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kwallet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kwin_styles = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kwooty = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kwordquiz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.bg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.bs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ca = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ca_valencia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.cs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.da = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.de = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.el = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.en_GB = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.es = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.et = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.eu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.fi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.fr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ga = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.gl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.he = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.hr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.hu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.id = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.is = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.it = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ja = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.kk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.km = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.kn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ko = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.lt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.lv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.nb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.nds = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.nl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.nn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.pa = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.pl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.pt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.pt_BR = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ro = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ru = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.si = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.sk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.sl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.sr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.sv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.th = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.tr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.ug = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.uk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.wa = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.zh_CN = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; l10n.zh_TW = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libalkimia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libkdcraw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libkdeedu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libkexiv2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libkipi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libksane = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libktorrent = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libkvkontakte = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; liblikeback = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lokalize = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; marble = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mobipocket = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; networkmanagement = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; okteta = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; okular = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; parley = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; partitionManager = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; polkit_kde_agent = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; poxml = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; printer_applet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; psi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pykde4 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qt4 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; quassel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; quasselClient = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; quasselDaemon = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rekonq = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rocs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rsibreak = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scripts = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; semnotes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; skrooge = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; smokegen = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; smokeqt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sounds = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; step = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; strigi_analyzer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; styles = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; superkaramba = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; svgpart = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sweeper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; system_config_printer_kde = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.accounts_kcm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.approver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.auth_handler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.call_ui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.common_internals = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.contact_applet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.contact_list = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.contact_runner = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.filetransfer_handler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.kded_integration_module = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.presence_applet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.send_file = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.telepathy_logger_qt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy.text_ui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; umbrello = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wallpapers = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; WeatherWallpapers = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; yakuake = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zanshin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; keen4 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; keepassx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; keepnote = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; keymon = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; keynav = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kicad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kino = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; klavaro = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kobodeluxe = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kona = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kvm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; larswm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lash = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lastwatch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; latencytop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lazarus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ldcpp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ledger = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ledger3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; leiningen = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lensfun = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; leo2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lesstif = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lesstif93 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libao = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libassuan2_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libatasmart = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libbluedevil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libbluray = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libcanberra = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libcdr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libchamplain = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libchamplain_0_6 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libcm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libcroco = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libcxx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libdbusmenu_qt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libdevil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libdmtx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libdrm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libextractor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libfixposix = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgdata = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgdata_0_6 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgdiplus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnome_keyring = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgnome_keyring3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgpod = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgsf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgtop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgweather = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libimobiledevice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libinfinity = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; liblapack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; liblastfm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; liblqr1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libmatchbox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libmatthew_java = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libmms = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libmusclecard = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libnice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libnotify = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; liboil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libopensc_dnie = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libplist = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libpseudo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libqalculate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libQGLViewer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; librecad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libreoffice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; librsvg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libsexy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libstartup_notification = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libtiger = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libtorrentRasterbar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libva = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libvdpau = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libviper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libvirt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libvisio = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libvncserver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libvterm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libwmf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libwnck3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libwpd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libwpd_08 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libwpg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libxklavier = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libxml2Python = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libxmlxx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lilv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lilypond = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lincity = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lingot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; links2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; linphone = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; linux = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; linuxConsoleTools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; linuxPackages = { acpi_call = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; atheros = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ati_drivers_x11 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aufs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; aufs_util = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bbswitch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; broadcom_sta = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cryptodev = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; e1000e = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; exmap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; frandom = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; iscsitarget = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; iwlwifi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; klibc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; kqemu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ndiswrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nvidia_x11 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nvidia_x11_legacy173 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nvidia_x11_legacy96 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openafsClient = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openiscsi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ov511 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; perf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; spl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sysprof = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; systemtap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tp_smapi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; v86d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; virtualbox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; virtualboxGuestAdditions = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wis_go7007 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; linuxsampler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; liquidwar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; llvm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lmms = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; log4cxx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; logstalgica = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; loudmouth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; love = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lv2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lyx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mailutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mars = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; martyr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; matchbox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; matita = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; matita_130312 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; maven = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; maxima = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mcabber = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mcelog = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mcomix = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mcrl2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mdbtools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mdbtools_git = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mediastreamer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mediatomb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; meld = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mercurial = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mercurialFull = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; merkaartor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mesa = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; meshlab = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mess = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; metaocaml_3_09 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mhwaveedit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; micropolis = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; midori = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; midoriWrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; minecraft = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; miniHttpd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mirage = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mitscheme = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mjpegtools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mkvtoolnix = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mlt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mmex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; modemmanager = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mod_python = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mod_wsgi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mongodb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mono = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; monodevelop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; monodoc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; monotone = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; monotoneViz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mountall = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mozart = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mozilla = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mozplugger = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mp3info = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mpc123 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mpd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mpg321 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mpich2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; MPlayer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mrxvt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; msilbc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mtdutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mu0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; multipath_tools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; multisync = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mumble = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mupdf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mupen64plus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; muscleframework = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; muscletool = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mutt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mygui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; myguiSvn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mysql_jdbc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mysqlWorkbench = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mythtv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; naev = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; navipowm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; navit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nbd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ncbiCTools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; netbeans = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; netboot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; netsurf.browser = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; networkmanager = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; networkmanagerapplet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; networkmanager_pptp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; networkmanager_pptp_gnome = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; neverball = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nfsUtils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ngspice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ninka = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; njam = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nmap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nodejs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nodePackages = { abbrev = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ansi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; async = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; backbone = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bindings = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; browserchannel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bson = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; buffertools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bytes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; commander = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; connect = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cookie = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; crc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cssmin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; datetime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; debug = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; diff = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eyes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; formidable = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fresh = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fstream = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glob = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hiredis = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; inherits = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; knox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; less = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; minimatch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mkdirp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mongodb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mrclean = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nopt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; npm2nix = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; npmlog = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; optimist = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; options = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; osenv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pause = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; policyfile = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rbytes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; redis = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; request = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; requirejs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rimraf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; semver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; send = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; showdown = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sockjs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; swig = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; temp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; timerstub = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tinycolor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; underscore = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vows = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; which = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wordwrap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ws = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmlhttprequest = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zeparser = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; notmuch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nova = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; novaclient = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nspluginwrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nss = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nss_pam_ldapd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nssTools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ntop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ntrack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; numeric = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nut = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nut_2_6_3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; obexd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; obex_data_server = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; obexfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; obexftp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; obnam = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_3_08_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_3_10_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_3_11_2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_4_00_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocamlnat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocamlPackages = { camlidl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; camlp5_5_strict = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; camlp5_5_transitional = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; camlp5_6_strict = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; camlp5_6_transitional = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; camlzip = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; camomile = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; camomile_0_8_2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cryptokit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; findlib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gmetadom = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lablgtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lablgtkmathview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; menhir = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mldonkey = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_batteries = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_cryptgps = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_expat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_extlib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocamlgraph = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_http = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_lwt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_mysql = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocamlnet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_pcre = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_react = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_sexplib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_sqlite3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_ssl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ocaml_typeconv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ounit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pycaml = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ulex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ulex08 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; octave = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; octaveHG = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; offlineimap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ogre = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ogrepaged = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ois = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; omake = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; oneteam = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opa = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opal = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openbabel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openbox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opencascade = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opencsg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openct = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opencv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opencv_2_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openfire = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openlierox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openobex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openoffice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opensc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openscad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opensc_dnie_wrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openscenegraph = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; openttd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opentyrian = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opera = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opkg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; opusTools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; oraclejdk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; oraclejre = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; OVMF = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; oxygen_gtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pal = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pam_console = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pam_usb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pan = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pangoxsl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; panomatic = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; paraview = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; parted = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; parted_2_3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; path64 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pavucontrol = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pcmciaUtils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pcsclite = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pdf2djvu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pdfread = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pdftk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; perlPackages = { Autodia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GD = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; GraphViz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; InlineJava = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; PerlMagick = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SQLTranslator = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; TextRecordParser = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; X11GUITest = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; petrifoo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pfstools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pgadmin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; philter = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; phonon = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; phonon_backend_gstreamer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; phonon_backend_vlc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pianobooster = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; picard = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; picolisp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pidgin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pidginlatex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pidginlatexSF = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pidginmsnpecan = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pidginotr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pidginsipe = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pinentry = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pinta = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pioneers = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pius = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; plan9port = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; plib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ploticus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pltScheme = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pmutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; policykit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; polkit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; polkit_gnome = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; polkit_qt_1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pommed = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pong3d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; poppler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; popplerQt4 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; postgresql_jdbc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pqiv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; praat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; prboom = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; prison = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; privateer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; proxychains = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pstack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ptlib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pulseaudio = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pure = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; puredata = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; putty = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pycairo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pycrypto = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pycups = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pydb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyexiv2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pygame = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pygobject = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pygtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyGtkGlade = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyIRCt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyMAILt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyopenssl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyqt4 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyrex = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyrex096 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyside = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pysideApiextractor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pysideGeneratorrunner = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pysideShiboken = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pysideTools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pystringtemplate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; python = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; python26 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; python26Full = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; python27Full = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; python27Packages = { afew = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; alot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; amqplib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; anyjson = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; apsw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; area53 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; argparse = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; Babel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; beautifulsoup = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boto = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; boto_1_9 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; bsddb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; carrot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cheetah = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cherrypy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cliapp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; clientform = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; coilmq = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; configobj = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; cssutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; curses = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; darcsver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dateutil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; decorator = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; distribute = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; distutils_extra = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; django = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; django_1_3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; django_evolution = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; djblets = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; docutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dtopt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; dulwich = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; enum = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; eventlet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; flake8 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; flask = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; flup = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; foolscap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; fuse = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gdbm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; genshi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; genzshcomp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gflags = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; glance = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; greenlet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gyp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; hggit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; httplib2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; iptools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ipy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ipython = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; jinja2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; larch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ldap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libcloud = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lockfile = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; logilab_astng = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; logilab_common = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; lxml = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; m2crypto = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; magic = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; markdown = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; matplotlib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mechanize = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; memcached = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mock = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mox = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mutagen = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; MySQL_python = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; namebench = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; netaddr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nevow = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; nose = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; notify = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; notmuch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; numpy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; oauth2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; offlineDistutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; paramiko = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; paste = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; paste_deploy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pep8 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pexpect = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ply = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; polib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; prettytable = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; protobuf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; psycopg2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; publicsuffix = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyasn1 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyaudio = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pycryptopp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pycurl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pydot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyfeed = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pygments = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pygpgme = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyinotify = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pylast = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pylibacl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pylint = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pymacs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyopengl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyparsing = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyreport = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pysqlite = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pysvn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pytz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyutil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyxattr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyyaml = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; RBTools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rdflib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; readline = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; recaptcha_client = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; recursivePthLoader = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; reportlab = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; reviewboard = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rope = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ropemacs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; routes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scipy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scripttest = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; selenium = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; setuptools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; setuptoolsDarcs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; setuptoolsTrial = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; simplejson = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; six = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; skype4py = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sphinx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sqlalchemy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sqlalchemy_migrate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sqlite3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stompclient = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; taskcoach = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tempita = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tkinter = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; trac = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tracing = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ttystatus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; turses = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tweepy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; twisted = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; unittest2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; urlgrabber = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; urwid = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; virtualenv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vnc2flv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; webob = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; webtest = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; werkzeug = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wokkel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wrapPython = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wxPython = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xe = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xlib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zbase32 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zfec = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; python26Packages = python27Packages; python3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pythonDBus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pythonIRClib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pythonmagick = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pythonSexy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; pyxml = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qca2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qca2_ossl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qcmm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qemu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qemu_1_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qfsm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qgis = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qimageblitz = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qjackctl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qjoypad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qjson = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qoauth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qrdecode = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qrupdate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qsampler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qshowdiff = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qsynth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qt3 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qt47 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qt_gstreamer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qtpfsgui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qtractor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qtscriptgenerator = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; quake3demo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; quake3game = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qucs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; quesoglc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; qwt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rabbitmq_server = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; racer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; racket = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rakarrack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rapcad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rapidsvn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ratpoison = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rawtherapee = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rdesktop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rdf4store = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rdiff_backup = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; RealPlayer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; recutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; redshift = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; relfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; remmina = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; reptyr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rhino = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rhpl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rigsofrods = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rili = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rLang = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rockbox_utility = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rpm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rrdtool = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rssglx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rtmpdump = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rubber = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rubyLibs.buildr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rubyLibs.rjb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rxvt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; rxvt_unicode = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; s3cmd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sabnzbd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sakura = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; salut_a_toi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; samba = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; saneFrontends = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; satallax = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sauerbraten = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; saxonb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sbcl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; schroedinger = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scilab = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scons = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scorched3d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scribus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scrot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; scummvm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDL = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDL_gfx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDL_image = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDL_mixer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDL_net = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDL_sound = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; SDL_ttf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; seeks = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; seg3d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; seleniumRCBin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; seq24 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; serd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sfml_git = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sgtpuzzles = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; shared_mime_info = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sharedobjects = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; silgraphite = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; simgear = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; simutrans = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sip = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; six = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; skype = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; slim = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; slock = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; smatch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; smbnetfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; smpeg = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; snack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; snd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sndBase = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sofia_sip = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; soi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sonic_visualiser = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; soprano = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; soqt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sord = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sourceHighlight = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; spaceOrbit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; speechd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; speed_dreams = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; spice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; spidermonkey_185 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; spin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; spotify = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; spring = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; springLobby = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sratom = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sshfsFuse = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ssreflect = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; st = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stalin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stalonetray = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stardict = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stardust = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stellarium = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; strigi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stumpwm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; stuntrally = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sublime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; subversionClient = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; suil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; suitesparse = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; superTux = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; superTuxKart = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; surf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; swh_lv2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; swiProlog = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; swt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; sylpheed = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; synergy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; syslogng = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; system_config_printer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; systemd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; t1lib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tabbed = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tahoelafs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tailor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tangogps = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; taskjuggler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tbe = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; teamspeak_client = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; teetertorture = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; teeworlds = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_farstream = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_gabble = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_glib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_haze = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_logger = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_mission_control = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_qt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_rakia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; telepathy_salut = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tennix = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texDisser = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLive = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLiveBeamer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLiveCMSuper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLiveContext = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLiveExtra = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLiveFull = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLiveLatexXColor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLiveModerncv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texLivePGF = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; texmacs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; thunderbird = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tigervnc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tightvnc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; timidity = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tkabber = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tkcvs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tkgate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tkgate2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tomcat5 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tomcat_connectors = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tomcat_mysql_jdbc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; torchat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; torcs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tpm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; trackballs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; trang = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; transmission = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; transmission_remote_gtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; trayer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tremulous = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tribler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; trigger = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; truecrypt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tulip = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; tvtime = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; twinkle = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; uae = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ubootGuruplug = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ubootNanonote = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; udev = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; udev145 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; udisks = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ufoai = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ufraw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ultimatestunts = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ultrastardx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; unclutter = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; unetbootin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; unison = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; upower = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; uqm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; urbanterror = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; usbmuxd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; uzbl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; v4l_utils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; v8 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vacuum = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vala = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vala15 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vala16 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; valgrind = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; valkyrie = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vde2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vdpauinfo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vdrift = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vectoroids = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; veracity = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vfdecrypt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vice = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vidalia = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; viewMtn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vigra = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; viking = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vimHugeX = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vimprobable2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vimprobable2Wrapper = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; virtinst = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; virtmanager = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; virtualgl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; virtviewer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; VisualBoyAdvance = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vite = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vkeybd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vlc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vncrec = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vorbisTools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vrpn = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vtk = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vue = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; vwm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; w3cCSSValidator = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; warmux = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; warsow = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; warzone2100 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wavesurfer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wdfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; webkit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; webkit_gtk2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; webkitSVN = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; weechat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; welkin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wesnoth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wicd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; widelands = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wine = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wineWarcraft = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wings = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wireshark = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wkhtmltopdf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wmiimenu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wmiiSnap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wmname = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wordnet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wpa_supplicant_gui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wv2 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wvdial = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wvstreams = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wxGTK = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wxGTK29 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; wxmaxima = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; x11 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; x11_ssh_askpass = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; x11vnc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; x2vnc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; x2x = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xalanJava = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xaos = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xapianBindings = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xapianBindings10 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xara = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xautolock = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; Xaw3d = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xawtv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xbindkeys = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xboard = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xbursttools = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xchat = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xchm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xclip = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcompmgr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xconq = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xdaliclock = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xdotool = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xen = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xercesJava = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86_input_mtrack = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86_input_multitouch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86_input_wacom = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86_video_nested = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86_video_nouveau = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce = { exo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; garcon = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gigolo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gtk_xfce_engine = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; gvfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libgdu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libxfce4ui = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libxfce4util = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libxfcegui4 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; mousepad = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ristretto = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; terminal = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; thunar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; thunar_volman = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4_appfinder = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4_cpufreq_plugin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4icontheme = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4mixer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4panel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4_power_manager = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4session = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4settings = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4_systemload_plugin = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfce4_taskmanager = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfceutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfconf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfdesktop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfwm4 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; xfig = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xfontsel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xineLib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xineUI = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xkeyboard_config = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xlaunch = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xlibs = { libAppleWM = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libdmx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libWindowsWM = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libX11 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXaw = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libxcb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXcomposite = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXcursor = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXdamage = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXext = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXfixes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXft = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXinerama = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libxkbfile = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXmu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXpm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXrandr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXrender = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXres = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXScrnSaver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXt = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXtst = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXvMC = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXxf86dga = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXxf86misc = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; libXxf86vm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; setxkbmap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; smproxy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; twm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; x11perf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xauth = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xbacklight = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcbproto = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcbutil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcbutilimage = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcbutilkeysyms = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcbutilrenderutil = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcbutilwm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xclock = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcmsdb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcursorgen = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xcursorthemes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xdm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xdpyinfo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xdriinfo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xev = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xeyes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86inputevdev = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86inputjoystick = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86inputkeyboard = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86inputmouse = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86inputsynaptics = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86inputvmmouse = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86inputvoid = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videoark = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videoast = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videoati = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videocirrus = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videodummy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videofbdev = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videogeode = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videoglide = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videoglint = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videoi128 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videointel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videointel_2_14_901 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videointel_2_17_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videomach64 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videomga = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videoneomagic = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videonewport = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videonv = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videoopenchrome = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videor128 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videosavage = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videosiliconmotion = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videosis = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videosuncg6 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videosunffb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videotdfx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videotga = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videotrident = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videov4l = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videovesa = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videovmware = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videovoodoo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xf86videowsfb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xgamma = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xhost = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xinit = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xinput = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xkbcomp = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xkbevd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xkbutils = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xkill = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xlsatoms = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xlsclients = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmessage = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmodmap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xorgserver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xorgserver_1_13_0 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xpr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xprop = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xrandr = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xrdb = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xrefresh = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xset = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xsetroot = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xvinfo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xwd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xwininfo = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xwud = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; xlockmore = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xlsfonts = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmacro = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmlroff = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmoto = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmove = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xmpppy = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xnee = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xneur = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xneur_0_8 = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xonotic = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xorg_sys_opengl = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xorgVideoUnichrome = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xoscope = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xosd = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xournal = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xpdf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xpf = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xplanet = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xpra = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xsane = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xscreensaver = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xsel = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xsokoban = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xsynth_dssi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xterm = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xtrace = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xtreemfs = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xulrunner = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xvfb_run = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xvidcap = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; xxdiff = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; yate = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; yoshimi = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; youtubeDL = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zathura = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zathuraCollection = { zathura_core = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zathura_djvu = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zathura_pdf_poppler = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zathura_ps = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }; zbar = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zdoom = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zgrviewer = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zod = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zoom = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; ZopeInterface = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zsnes = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zynaddsubfx = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; zziplib = { type = \"job\"; systems = [\"x86_64-linux\"]; schedulingPriority = 4; }; }) "} {"_id":"doc-en-nixpkgs-76173596f973fed45b568bb2982964c8de0706446c6f6851042dbbd004b06ef2","title":"","text":"unitConfig = { ConditionPathExists = [ # Skip this service if the database already exists \"!$STATE_DIRECTORY/honk.db\" \"!%S/honk/honk.db\" ]; }; };"} {"_id":"doc-en-nixpkgs-7f1169f93c145840d450b27e01d62906e6aef043a17770856e21140d575cc138","title":"","text":"assert stdenv.isLinux; # better than `called with unexpected argument 'enableJavaFX'` mavenJdk.buildMavenPackage rec { pname = \"cryptomator\"; version = \"1.9.4\"; version = \"1.10.1\"; src = fetchFromGitHub { owner = \"cryptomator\"; repo = \"cryptomator\"; rev = version; hash = \"sha256-63UXn1ejL/wDx6S2lugwwthu+C+vJovPypgM0iak78I=\"; hash = \"sha256-xhj7RUurBRq9ZIDAlcq7KyYGnLqc+vTjaf2VMNStpVQ\"; }; mvnParameters = \"-Dmaven.test.skip=true\"; mvnHash = \"sha256-7gv++Pc+wqmVYaAMgHhSy7xwChfVBgpDFxExzu3bXO0=\"; mvnHash = \"sha256-XAIwKn8wMqILMQbg9wM4kHAaRSGWQaBx9AXQyJuUO5k=\"; preBuild = '' VERSION=${version}"} {"_id":"doc-en-nixpkgs-4455ddb9dc81853c63a7e643f8125410f0cdf668fa4877d095789a1240a9f050","title":"","text":"rio.pkg = p: p.rio; rio.cmd = \"rio -e $command\"; rio.pinkValue = \"#FF1261\"; roxterm.pkg = p: p.roxterm; roxterm.cmd = \"roxterm -e $command\";"} {"_id":"doc-en-nixpkgs-f676ae1c4fcd86b8d28cbbb9e0d5cedc65435e44a31606c1e1c4ea6498885080","title":"","text":", nix-update-script , autoPatchelfHook , cmake , ncurses , pkg-config"} {"_id":"doc-en-nixpkgs-a0dd03529c91e092bdf8dce64a4b99d5a62d117c013b7cdbddae6c334559bf8e","title":"","text":"in rustPlatform.buildRustPackage rec { pname = \"rio\"; version = \"0.0.19\"; version = \"0.0.27\"; src = fetchFromGitHub { owner = \"raphamorim\"; repo = \"rio\"; rev = \"v${version}\"; hash = \"sha256-N7eHIyp2imkMUVwiOCameOROoaDJ7g+zNKdIB2aGZy0=\"; hash = \"sha256-q3Wq7jIYE4g1uPAlpzNWvwUvMy9eN6NQNmPNC4cFmYg=\"; }; cargoHash = \"sha256-XD+/DaaJEJ9jHZITTUma/wfsbduPUTc/SralPOx46Yo=\"; cargoHash = \"sha256-SP85se+H4jL/cXyvfbFS2lxpNSjuptAIPs3/htcrMcw=\"; nativeBuildInputs = [ ncurses cmake ] ++ lib.optionals stdenv.isLinux [ pkg-config autoPatchelfHook"} {"_id":"doc-en-nixpkgs-14aebdba952d93c7dbea89fc5a7029ec5980605a78905aa78b90821b6c7e02fa","title":"","text":"postInstall = '' install -D -m 644 misc/rio.desktop -t $out/share/applications install -D -m 644 rio/src/screen/window/resources/images/logo.png $out/share/icons/hicolor/scalable/apps/rio.png install -D -m 644 misc/logo.svg $out/share/icons/hicolor/scalable/apps/rio.svg install -dm 755 \"$terminfo/share/terminfo/r/\" tic -xe rio,rio-direct -o \"$terminfo/share/terminfo\" misc/rio.terminfo"} {"_id":"doc-en-nixpkgs-5be20a8afb433e6e16be81687fcef02b44ccc362fc8f3a30f01e5b2a4d72e6f6","title":"","text":", mkDerivation , fetchurl , cmake , flatbuffers , gettext , pkg-config , libdigidocpp"} {"_id":"doc-en-nixpkgs-ef0d89b14816df33e26c6650e4bb82d2f808919da083151046ff9304c6accf05","title":"","text":"mkDerivation rec { pname = \"qdigidoc\"; version = \"4.2.12\"; version = \"4.4.0\"; src = fetchurl { url = \"https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4-${version}.tar.gz\"; hash = \"sha256-6bso1qvhVhbBfrcTq4S+aHtHli7X2A926N4r45ztq4E=\"; hash = \"sha256-5zo0yoY0wufm9DWRIccxJ5g4DXn75nT4fd2h+5QP4oQ=\"; }; tsl = fetchurl {"} {"_id":"doc-en-nixpkgs-b24747e1fdfbadd4e9953eca84303883ae606a2bd673f890a0195dac02639fd9","title":"","text":"''; buildInputs = [ flatbuffers libdigidocpp opensc openldap"} {"_id":"doc-en-nixpkgs-5a3a967b49366369c2ac7218db0afed530642b2643b8013583e7276e98912bcb","title":"","text":"{ lib , stdenv , fetchpatch2 , cmake , ninja , python"} {"_id":"doc-en-nixpkgs-acca96f6ac379a47d88e24be8a3cc5cd6042089cd00931e2629ab792dd3649f3","title":"","text":"sourceRoot = \"pyside-setup-everywhere-src-${version}/sources/${pname}\"; patches = [ # Needed to build against qt 6.5.3, until pyside 6.5.3 is released (fetchpatch2 { url = \"https://code.qt.io/cgit/pyside/pyside-setup.git/patch/sources/pyside6?id=63ef7628091c8827e3d0d688220d3ae165587eb2\"; hash = \"sha256-TN1xdBkrzZhNontShMC1SKyJK6a8fOk/Di3zX3kv5+I=\"; stripLen = 2; }) ]; # FIXME: cmake/Macros/PySideModules.cmake supposes that all Qt frameworks on macOS # reside in the same directory as QtCore.framework, which is not true for Nix. postPatch = lib.optionalString stdenv.isLinux ''"} {"_id":"doc-en-nixpkgs-d120a58892905dcc64c75f23369d4a5bbab3df218d7a7b4706330fba813e5fda","title":"","text":"fi if (( \"${NIX_CC_USE_RESPONSE_FILE:-@use_response_file_by_default@}\" >= 1 )); then responseFile=$(mktemp --tmpdir cc-params.XXXXXX) responseFile=$(mktemp \"${TMPDIR:-/tmp}/cc-params.XXXXXX\") trap 'rm -f -- \"$responseFile\"' EXIT printf \"%qn\" ${extraBefore+\"${extraBefore[@]}\"} "} {"_id":"doc-en-nixpkgs-2c3e4189ff75f82ea0b58562816de7c01b7919034fe9ee69aae2d99737ee6233","title":"","text":"# To achieve this, we coerce the output to a string to prevent # mkDerivation's splicing logic from kicking in. \"${glib.dev}\" ] ++ optional enableAirplay2 [ unixtools.xxd ]; makeFlags = ["} {"_id":"doc-en-nixpkgs-5f536e616efee53033f583469201a8d3159933e4e4484603a6bbc35740ac5dff","title":"","text":"libgcrypt libuuid ffmpeg unixtools.xxd ] ++ optional stdenv.isLinux glib;"} {"_id":"doc-en-nixpkgs-7c853656a216cb9cea84786beb86c945a9e91e814ec28d217cae7981c6fcb626","title":"","text":"BindPaths = [ \"${cfg.home}/${settingsDir}\" cfg.settings.download-dir # Transmission may need to read in the host's /run (eg. /run/systemd/resolve) # or write in its private /run (eg. /run/host). \"/run\" ] ++ optional cfg.settings.incomplete-dir-enabled cfg.settings.incomplete-dir ++"} {"_id":"doc-en-nixpkgs-ea0009e33000a21635f25bd50e9bdad2adb2f48819335b7171a7c76771e5c985","title":"","text":"# an AppArmor profile is provided to get a confinement based upon paths and rights. builtins.storeDir \"/etc\" \"/run\" ] ++ optional (cfg.settings.script-torrent-done-enabled && cfg.settings.script-torrent-done-filename != null)"} {"_id":"doc-en-nixpkgs-70e9662fb07ba89e1b20f54d76eb897f9b4c1971f958cd4cd5fc62be718bc97c","title":"","text":"MemoryDenyWriteExecute = true; NoNewPrivileges = true; PrivateDevices = true; PrivateMounts = true; PrivateMounts = mkDefault true; PrivateNetwork = mkDefault false; PrivateTmp = true; PrivateUsers = true; PrivateUsers = mkDefault true; ProtectClock = true; ProtectControlGroups = true; # ProtectHome=true would not allow BindPaths= to work across /home,"} {"_id":"doc-en-nixpkgs-bf154c6fac74c4d656c67ea0aa4d537dc9427bbd80787083578f5b1889afd9e4","title":"","text":", flit-core , linkify-it-py , markdown , mdit-py-plugins , mdurl , mistletoe , mistune"} {"_id":"doc-en-nixpkgs-28b4a524c736c18e0d2a992ece9dfb07499f84a988b1e4611fa6cf6698f018b3","title":"","text":"passthru.optional-dependencies = { compare = [ commonmark markdown mistletoe mistune panflute ]; linkify = [ linkify-it-py ]; plugins = [ mdit-py-plugins ]; rtd = [ attrs myst-parser pyyaml sphinx sphinx-copybutton sphinx-design sphinx-book-theme ]; };"} {"_id":"doc-en-nixpkgs-b47325f3134fecb1b3f7cd48dded30e2cdeacf51d210148503950025eb0679ce","title":"","text":"{ lib , aiohttp , buildPythonPackage , click , fetchFromGitHub , importlib-metadata , jinja2 , linkify-it-py , markdown-it-py , mdit-py-plugins , mkdocs-exclude , msgpack , poetry-core , pytest-aiohttp , pytestCheckHook"} {"_id":"doc-en-nixpkgs-a8445567079f4d9c9df161681b98c6501a7c240833d5d4fdb8f6fa6667f9501f","title":"","text":", rich , syrupy , time-machine , tree-sitter , typing-extensions }: buildPythonPackage rec { pname = \"textual\"; version = \"0.37.1\"; format = \"pyproject\"; version = \"0.40.0\"; pyproject = true; disabled = pythonOlder \"3.7\";"} {"_id":"doc-en-nixpkgs-b9de5437ce770a29a6e3d03f80f0d86682fb716a8b5b70bdef9ea349b3af24f9","title":"","text":"owner = \"Textualize\"; repo = pname; rev = \"refs/tags/v${version}\"; hash = \"sha256-4ehq36j2n2wRMgos5x4LQ0QeELpWAOgpgTxEWjqFLJs=\"; hash = \"sha256-+3bxc0ryHtbEJkB+EqjJhW+yWJWxMkxlSav4v6D3/gw=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-dfb8d9ee9910660f6b2f8063aca5bbabce7024f9510be3ad0376afab77321007","title":"","text":"]; propagatedBuildInputs = [ aiohttp click importlib-metadata linkify-it-py markdown-it-py mdit-py-plugins mkdocs-exclude msgpack rich ] ++ lib.optionals (pythonOlder \"3.11\") [ typing-extensions ]; ] ++ markdown-it-py.optional-dependencies.plugins ++ markdown-it-py.optional-dependencies.linkify; passthru.optional-dependencies = { syntax = [ tree-sitter # tree-sitter-languages ]; }; nativeCheckInputs = [ jinja2"} {"_id":"doc-en-nixpkgs-417e8b12e0c541e8ad79e4bc523e3f13e796023549627c8a7aa1e38f194ecab4","title":"","text":"pytestCheckHook syrupy time-machine ]; ] ++ passthru.optional-dependencies.syntax; disabledTestPaths = [ # snapshot tests require syrupy<4"} {"_id":"doc-en-nixpkgs-e85bca536c58ed7c4a9955b59be6e59df0cab727098d3c63ca02b4b3f8bc50b7","title":"","text":"# Assertion issues \"test_textual_env_var\" \"test_softbreak_split_links_rendered_correctly\" # requires tree-sitter-languages which is not packaged in nixpkgs \"test_register_language\" ]; pythonImportsCheck = ["} {"_id":"doc-en-nixpkgs-28b1e570249f479512b1c3637fdea09591d5ac563c2afa0a1655a1f57e1c0fc5","title":"","text":"the Nix configured list of IDs */ + lib.optionalString s.override '' old_conf_${conf_type}_ids=\"$(curl -X GET ${s.baseAddress} | ${jq} --raw-output '.[].${s.GET_IdAttrName}')\" for id in ''${old_conf_${conf_type}_ids}; do if echo ${lib.concatStringsSep \" \" s.new_conf_IDs} | grep -q $id; then continue else curl -X DELETE ${s.baseAddress}/$id fi stale_${conf_type}_ids=\"$(curl -X GET ${s.baseAddress} | ${jq} --argjson new_ids ${lib.escapeShellArg (builtins.toJSON s.new_conf_IDs)} --raw-output '[.[].${s.GET_IdAttrName}] - $new_ids | .[]' )\" for id in ''${stale_${conf_type}_ids}; do curl -X DELETE ${s.baseAddress}/$id done '' ))"} {"_id":"doc-en-nixpkgs-3064d9aac564c6bb0de1a7e29dca1e203c89ca684f6c7dec88e3137cd761f231","title":"","text":"import ./make-test-python.nix ({ lib, pkgs, ... }: let testId = \"7CFNTQM-IMTJBHJ-3UWRDIU-ZGQJFR6-VCXZ3NB-XUH3KZO-N52ITXR-LAIYUAU\"; testName = \"testDevice foo'bar\"; in { name = \"syncthing-init\";"} {"_id":"doc-en-nixpkgs-5fd4b8ad6cb0fb93221fbb306ba62d116c37eb6791954b3350a8b534c5716619","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"aho-corasick\" version = \"0.7.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac\" dependencies = [ \"memchr\", ] [[package]] name = \"anyhow\" version = \"1.0.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800\" [[package]] name = \"async-channel\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833\" dependencies = [ \"concurrent-queue\", \"event-listener\", \"futures-core\", ] [[package]] name = \"async-fs\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06\" dependencies = [ \"async-lock\", \"autocfg\", \"blocking\", \"futures-lite\", ] [[package]] name = \"async-io\" version = \"1.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794\" dependencies = [ \"async-lock\", \"autocfg\", \"concurrent-queue\", \"futures-lite\", \"libc\", \"log\", \"parking\", \"polling\", \"slab\", \"socket2\", \"waker-fn\", \"windows-sys 0.42.0\", ] [[package]] name = \"async-lock\" version = \"2.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7\" dependencies = [ \"event-listener\", ] [[package]] name = \"async-native-tls\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33\" dependencies = [ \"async-std\", \"native-tls\", \"thiserror\", \"url\", ] [[package]] name = \"async-net\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f\" dependencies = [ \"async-io\", \"autocfg\", \"blocking\", \"futures-lite\", ] [[package]] name = \"async-std\" version = \"1.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d\" dependencies = [ \"async-channel\", \"async-lock\", \"crossbeam-utils\", \"futures-channel\", \"futures-core\", \"futures-io\", \"memchr\", \"once_cell\", \"pin-project-lite\", \"pin-utils\", \"slab\", \"wasm-bindgen-futures\", ] [[package]] name = \"async-task\" version = \"4.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524\" [[package]] name = \"async-trait\" version = \"0.1.65\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"095183a3539c7c7649b2beb87c2d3f0591f3a7fed07761cc546d244e27e0238c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"atomic-waker\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599\" [[package]] name = \"atty\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\" dependencies = [ \"hermit-abi\", \"libc\", \"winapi\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"blocking\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8\" dependencies = [ \"async-channel\", \"async-lock\", \"async-task\", \"atomic-waker\", \"fastrand\", \"futures-lite\", ] [[package]] name = \"bumpalo\" version = \"3.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535\" [[package]] name = \"cairo-rs\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871\" dependencies = [ \"bitflags\", \"cairo-sys-rs\", \"glib\", \"libc\", \"once_cell\", \"thiserror\", ] [[package]] name = \"cairo-sys-rs\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" [[package]] name = \"cfg-expr\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa\" dependencies = [ \"smallvec\", ] [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"concurrent-queue\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc\" [[package]] name = \"crossbeam-utils\" version = \"0.8.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b\" dependencies = [ \"cfg-if\", ] [[package]] name = \"env_logger\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3\" dependencies = [ \"atty\", \"humantime\", \"log\", \"regex\", \"termcolor\", ] [[package]] name = \"errno\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1\" dependencies = [ \"errno-dragonfly\", \"libc\", \"winapi\", ] [[package]] name = \"errno-dragonfly\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"event-listener\" version = \"2.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0\" [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"field-offset\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535\" dependencies = [ \"memoffset\", \"rustc_version\", ] [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"form_urlencoded\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"futures\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608\" [[package]] name = \"futures-executor\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531\" [[package]] name = \"futures-lite\" version = \"1.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48\" dependencies = [ \"fastrand\", \"futures-core\", \"futures-io\", \"memchr\", \"parking\", \"pin-project-lite\", \"waker-fn\", ] [[package]] name = \"futures-macro\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"futures-sink\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364\" [[package]] name = \"futures-task\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366\" [[package]] name = \"futures-util\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"gdk-pixbuf\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf\" dependencies = [ \"bitflags\", \"gdk-pixbuf-sys\", \"gio\", \"glib\", \"libc\", \"once_cell\", ] [[package]] name = \"gdk-pixbuf-sys\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b\" dependencies = [ \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"gdk4\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5042053ee765aeef08d9d7e3f0f1e36a4d37f1659b3f93ad3d6997515dbb64a\" dependencies = [ \"bitflags\", \"cairo-rs\", \"gdk-pixbuf\", \"gdk4-sys\", \"gio\", \"glib\", \"libc\", \"pango\", ] [[package]] name = \"gdk4-sys\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14f0fb00507af1e9299681dd09965f720e2b5ea95536d49a5681e8994ef10c7a\" dependencies = [ \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"pkg-config\", \"system-deps\", ] [[package]] name = \"gemini\" version = \"0.1.0\" dependencies = [ \"async-native-tls\", \"async-net\", \"futures\", \"log\", \"once_cell\", \"regex\", \"thiserror\", \"url\", ] [[package]] name = \"geopard\" version = \"1.4.0\" dependencies = [ \"anyhow\", \"async-fs\", \"async-native-tls\", \"async-net\", \"async-trait\", \"env_logger\", \"futures\", \"gemini\", \"gtk4\", \"libadwaita\", \"log\", \"once_cell\", \"serde\", \"thiserror\", \"toml\", \"url\", ] [[package]] name = \"gio\" version = \"0.17.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"65acfc24267314eee46f49e0a531e08fd6c3025040d1cfb4a7cd8e41c5e06116\" dependencies = [ \"bitflags\", \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-util\", \"gio-sys\", \"glib\", \"libc\", \"once_cell\", \"pin-project-lite\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gio-sys\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5d3076ecb86c8c3a672c9843d6232b3a344fb81d304d0ba1ac64b23343efa46\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", \"winapi\", ] [[package]] name = \"glib\" version = \"0.17.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a78b6a0901e258cb03c761ca94c84d519427ede489cae12cd5ba0d7d584e69e9\" dependencies = [ \"bitflags\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-task\", \"futures-util\", \"gio-sys\", \"glib-macros\", \"glib-sys\", \"gobject-sys\", \"libc\", \"memchr\", \"once_cell\", \"smallvec\", \"thiserror\", ] [[package]] name = \"glib-macros\" version = \"0.17.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55e93d79ed130f0f0b58bc0aa29fb0e40c9dfd63997fec51f8adf780d1520bc4\" dependencies = [ \"anyhow\", \"heck\", \"proc-macro-crate\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"glib-sys\" version = \"0.17.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72a0985cf568e18cf63b443c9a14f4bdaa947fed7437476000dba84926a20b25\" dependencies = [ \"libc\", \"system-deps\", ] [[package]] name = \"gobject-sys\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a0155d388840c77d61b033b66ef4f9bc7f4133d83df83572d6b4fb234a3be7d\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"graphene-rs\" version = \"0.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21cf11565bb0e4dfc2f99d4775b6c329f0d40a2cff9c0066214d31a0e1b46256\" dependencies = [ \"glib\", \"graphene-sys\", \"libc\", ] [[package]] name = \"graphene-sys\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9\" dependencies = [ \"glib-sys\", \"libc\", \"pkg-config\", \"system-deps\", ] [[package]] name = \"gsk4\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2fa9cd285a72a95124b65c069a9cb1b8fb8e310be71783404c39fccf3bf7774c\" dependencies = [ \"bitflags\", \"cairo-rs\", \"gdk4\", \"glib\", \"graphene-rs\", \"gsk4-sys\", \"libc\", \"pango\", ] [[package]] name = \"gsk4-sys\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a445ae1e50cbf181a1d5c61b920a7e7e8657b96e0ecdbbf8911a86fad462a32\" dependencies = [ \"cairo-sys-rs\", \"gdk4-sys\", \"glib-sys\", \"gobject-sys\", \"graphene-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"gtk4\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e47dca53cb1a8ae3006e869b5711ae7370180db537f6d98e3bcaf23fabfd911f\" dependencies = [ \"bitflags\", \"cairo-rs\", \"field-offset\", \"futures-channel\", \"gdk-pixbuf\", \"gdk4\", \"gio\", \"glib\", \"graphene-rs\", \"gsk4\", \"gtk4-macros\", \"gtk4-sys\", \"libc\", \"once_cell\", \"pango\", ] [[package]] name = \"gtk4-macros\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db4676c4f90d8b010e88cb4558f61f47d76d6f6b8e6f6b89e62640f443907f61\" dependencies = [ \"anyhow\", \"proc-macro-crate\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"gtk4-sys\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"65463dc801460e498d5e7ffa6e9ae2cfbed7d05fabd1ca5a8d024adbc89eeda6\" dependencies = [ \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gdk4-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"graphene-sys\", \"gsk4-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[package]] name = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"idna\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"indexmap\" version = \"1.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399\" dependencies = [ \"autocfg\", \"hashbrown\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3\" dependencies = [ \"libc\", \"windows-sys 0.45.0\", ] [[package]] name = \"js-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"libadwaita\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1c4efd2020a4fcedbad2c4a97de97bf6045e5dc49d61d5a5d0cfd753db60700\" dependencies = [ \"bitflags\", \"futures-channel\", \"gdk-pixbuf\", \"gdk4\", \"gio\", \"glib\", \"gtk4\", \"libadwaita-sys\", \"libc\", \"once_cell\", \"pango\", ] [[package]] name = \"libadwaita-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0727b85b4fe2b1bed5ac90df6343de15cbf8118bfb96d7c3cc1512681a4b34ac\" dependencies = [ \"gdk4-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"gtk4-sys\", \"libc\", \"pango-sys\", \"system-deps\", ] [[package]] name = \"libc\" version = \"0.2.139\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79\" [[package]] name = \"linux-raw-sys\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4\" [[package]] name = \"log\" version = \"0.4.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e\" dependencies = [ \"cfg-if\", ] [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memoffset\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1\" dependencies = [ \"autocfg\", ] [[package]] name = \"native-tls\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"once_cell\" version = \"1.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"openssl\" version = \"0.10.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1\" dependencies = [ \"bitflags\", \"cfg-if\", \"foreign-types\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"openssl-sys\" version = \"0.9.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7\" dependencies = [ \"autocfg\", \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"pango\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"243c048be90312220fb3bd578176eed8290568274a93c95040289d39349384bc\" dependencies = [ \"bitflags\", \"gio\", \"glib\", \"libc\", \"once_cell\", \"pango-sys\", ] [[package]] name = \"pango-sys\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps\", ] [[package]] name = \"parking\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72\" [[package]] name = \"percent-encoding\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e\" [[package]] name = \"pin-project-lite\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"pkg-config\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160\" [[package]] name = \"polling\" version = \"2.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6\" dependencies = [ \"autocfg\", \"cfg-if\", \"libc\", \"log\", \"wepoll-ffi\", \"windows-sys 0.42.0\", ] [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit\", ] [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2\", \"quote\", \"syn\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2\", \"quote\", \"version_check\", ] [[package]] name = \"proc-macro2\" version = \"1.0.51\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"quote\" version = \"1.0.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags\", ] [[package]] name = \"regex\" version = \"1.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.6.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.36.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc\" dependencies = [ \"bitflags\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.45.0\", ] [[package]] name = \"schannel\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3\" dependencies = [ \"windows-sys 0.42.0\", ] [[package]] name = \"security-framework\" version = \"2.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254\" dependencies = [ \"bitflags\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"semver\" version = \"1.0.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a\" [[package]] name = \"serde\" version = \"1.0.152\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.152\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"slab\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"socket2\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"system-deps\" version = \"6.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff\" dependencies = [ \"cfg-expr\", \"heck\", \"pkg-config\", \"toml\", \"version-compare\", ] [[package]] name = \"tempfile\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95\" dependencies = [ \"cfg-if\", \"fastrand\", \"redox_syscall\", \"rustix\", \"windows-sys 0.42.0\", ] [[package]] name = \"termcolor\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6\" dependencies = [ \"winapi-util\", ] [[package]] name = \"thiserror\" version = \"1.0.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"toml\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234\" dependencies = [ \"serde\", ] [[package]] name = \"toml_datetime\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622\" [[package]] name = \"toml_edit\" version = \"0.19.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825\" dependencies = [ \"indexmap\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58\" [[package]] name = \"unicode-ident\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"775c11906edafc97bc378816b94585fbd9a054eabaf86fdd0ced94af449efab7\" [[package]] name = \"unicode-normalization\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921\" dependencies = [ \"tinyvec\", ] [[package]] name = \"url\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", ] [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"version-compare\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"waker-fn\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca\" [[package]] name = \"wasm-bindgen\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d\" [[package]] name = \"web-sys\" version = \"0.3.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"wepoll-ffi\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb\" dependencies = [ \"cc\", ] [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows-targets\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd\" [[package]] name = \"winnow\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c95fb4ff192527911dd18eb138ac30908e7165b8944e528b6af93aa4c842d345\" dependencies = [ \"memchr\", ] "} {"_id":"doc-en-nixpkgs-08c5284d3aed038a778f469e3bf5f10c9420d6d50efb802bf20ec64b2939fed3","title":"","text":" { stdenv , cargo , rustc , fetchFromGitHub , glib , gtk4 , libadwaita , rustPlatform , openssl , pkg-config , lib , wrapGAppsHook4 , meson , ninja , gdk-pixbuf , cmake , desktop-file-utils , gettext , blueprint-compiler , appstream-glib }: stdenv.mkDerivation rec { pname = \"geopard\"; version = \"1.4.0\"; src = fetchFromGitHub { owner = \"ranfdev\"; repo = pname; rev = version; hash = \"sha256-elHxtFEGkdhEPHxuJtcMYwWnvo6vDaHiOyN51EOzym0=\"; }; cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; }; nativeBuildInputs = [ openssl gettext glib # for glib-compile-schemas meson ninja pkg-config wrapGAppsHook4 cmake blueprint-compiler desktop-file-utils appstream-glib blueprint-compiler cargo rustc rustPlatform.cargoSetupHook ]; buildInputs = [ desktop-file-utils gdk-pixbuf glib gtk4 libadwaita openssl ]; meta = with lib; { homepage = \"https://github.com/ranfdev/Geopard\"; description = \"Colorful, adaptive gemini browser\"; maintainers = with maintainers; [ jfvillablanca ]; license = licenses.gpl3Plus; platforms = platforms.linux; mainProgram = \"geopard\"; }; } "} {"_id":"doc-en-nixpkgs-296583ab27d6cb6f8354cd7ee2a2c7f4492512a3a6411b6ed4464f60603f0180","title":"","text":"# be careful not to leak secrets in the filesystem or in process listings umask 0077 # get the api key by parsing the config.xml while ! ${pkgs.libxml2}/bin/xmllint --xpath 'string(configuration/gui/apikey)' ${cfg.configDir}/config.xml >\"$RUNTIME_DIRECTORY/api_key\" do sleep 1; done (printf \"X-API-Key: \"; cat \"$RUNTIME_DIRECTORY/api_key\") >\"$RUNTIME_DIRECTORY/headers\" curl() { # get the api key by parsing the config.xml while ! ${pkgs.libxml2}/bin/xmllint --xpath 'string(configuration/gui/apikey)' ${cfg.configDir}/config.xml >\"$RUNTIME_DIRECTORY/api_key\" do sleep 1; done (printf \"X-API-Key: \"; cat \"$RUNTIME_DIRECTORY/api_key\") >\"$RUNTIME_DIRECTORY/headers\" ${pkgs.curl}/bin/curl -sSLk -H \"@$RUNTIME_DIRECTORY/headers\" --retry 1000 --retry-delay 1 --retry-all-errors \"$@\""} {"_id":"doc-en-nixpkgs-7dd97063e7743a088471b9ff0b9ba2df503aa0dc4f0263e6a4e2147019667a08","title":"","text":"syncthing = handleTest ./syncthing.nix {}; syncthing-no-settings = handleTest ./syncthing-no-settings.nix {}; syncthing-init = handleTest ./syncthing-init.nix {}; syncthing-many-devices = handleTest ./syncthing-many-devices.nix {}; syncthing-relay = handleTest ./syncthing-relay.nix {}; systemd = handleTest ./systemd.nix {}; systemd-analyze = handleTest ./systemd-analyze.nix {};"} {"_id":"doc-en-nixpkgs-8f67dfe7679c869bb2efe20dd74cce5ece1488001cfcd10931b2109ee607f6ff","title":"","text":" import ./make-test-python.nix ({ lib, pkgs, ... }: # This nixosTest is supposed to check the following: # # - Whether syncthing's API handles multiple requests for many devices, see # https://github.com/NixOS/nixpkgs/issues/260262 # # - Whether syncthing-init.service generated bash script removes devices and # folders that are not present in the user's configuration, which is partly # injected into the script. See also: # https://github.com/NixOS/nixpkgs/issues/259256 # let # Just a long path not to copy paste configPath = \"/var/lib/syncthing/.config/syncthing/config.xml\"; # We will iterate this and more attribute sets defined here, later in the # testScript. Start with this, and distinguish these settings from other # settings, as we check these differently with xmllint, due to the ID. settingsWithId = { devices = { # All of the device IDs used here were generated by the following command: # # (${pkgs.syncthing}/bin/syncthing generate --home /tmp/foo # | grep ID: | sed 's/.*ID: *//') && rm -rf /tmp/foo # # See also discussion at: # https://forum.syncthing.net/t/how-to-generate-dummy-device-ids/20927/8 test_device1.id = \"IVTZ5XF-EF3GKFT-GS4AZLG-IT6H2ZP-6WK75SF-AFXQXJJ-BNRZ4N6-XPDKVAU\"; test_device2.id = \"5C35H56-Z2GFF4F-F3IVD4B-GJYVWIE-SMDBJZN-GI66KWP-52JIQGN-4AVLYAM\"; test_device3.id = \"XKLSKHE-BZOHV7B-WQZACEF-GTH36NP-6JSBB6L-RXS3M7C-EEVWO2L-C5B4OAJ\"; test_device4.id = \"APN5Q7J-35GZETO-5KCLF35-ZA7KBWK-HGWPBNG-FERF24R-UTLGMEX-4VJ6PQX\"; test_device5.id = \"D4YXQEE-5MK6LIK-BRU5QWM-ZRXJCK2-N3RQBJE-23JKTQQ-LYGDPHF-RFPZIQX\"; test_device6.id = \"TKMCH64-T44VSLI-6FN2YLF-URBZOBR-ATO4DYX-GEDRIII-CSMRQAI-UAQMDQG\"; test_device7.id = \"472EEBG-Q4PZCD4-4CX6PGF-XS3FSQ2-UFXBZVB-PGNXWLX-7FKBLER-NJ3EMAR\"; test_device8.id = \"HW6KUMK-WTBG24L-2HZQXLO-TGJSG2M-2JG3FHX-5OGYRUJ-T6L5NN7-L364QAZ\"; test_device9.id = \"YAE24AP-7LSVY4T-J74ZSEM-A2IK6RB-FGA35TP-AG4CSLU-ED4UYYY-2J2TDQU\"; test_device10.id = \"277XFSB-OFMQOBI-3XGNGUE-Y7FWRV3-QQDADIY-QIIPQ26-EOGTYKW-JP2EXAI\"; test_device11.id = \"2WWXVTN-Q3QWAAY-XFORMRM-2FDI5XZ-OGN33BD-XOLL42R-DHLT2ML-QYXDQAU\"; }; # Generates a few folders with IDs and paths as written... folders = lib.pipe 6 [ (builtins.genList (x: { name = \"/var/lib/syncthing/test_folder${builtins.toString x}\"; value = { id = \"DontDeleteMe${builtins.toString x}\"; }; })) builtins.listToAttrs ]; }; # Non default options that we check later if were applied settingsWithoutId = { options = { autoUpgradeIntervalH = 0; urAccepted = -1; }; gui = { theme = \"dark\"; }; }; # Used later when checking whether settings were set in config.xml: checkSettingWithId = { t # t for type , id , not ? false }: '' print(\"Searching for a ${t} with id ${id}\") configVal_${t} = machine.succeed( \"${pkgs.libxml2}/bin/xmllint \" \"--xpath 'string(//${t}[@id=\"${id}\"]/@id)' ${configPath}\" ) print(\"${t}.id = {}\".format(configVal_${t})) assert \"${id}\" ${if not then \"not\" else \"\"} in configVal_${t} ''; # Same as checkSettingWithId, but for 'options' and 'gui' checkSettingWithoutId = { t # t for type , n # n for name , v # v for value , not ? false }: '' print(\"checking whether setting ${t}.${n} is set to ${v}\") configVal_${t}_${n} = machine.succeed( \"${pkgs.libxml2}/bin/xmllint \" \"--xpath 'string(/configuration/${t}/${n})' ${configPath}\" ) print(\"${t}.${n} = {}\".format(configVal_${t}_${n})) assert \"${v}\" ${if not then \"not\" else \"\"} in configVal_${t}_${n} ''; # Removes duplication a bit to define this function for the IDs to delete - # we check whether they were added after our script ran, and before the # systemd unit's bash script ran, and afterwards - whether the systemd unit # worked. checkSettingsToDelete = { not }: lib.pipe IDsToDelete [ (lib.mapAttrsToList (t: id: checkSettingWithId { inherit t id; inherit not; } )) lib.concatStrings ]; # These IDs are added to syncthing using the API, similarly to how the # generated systemd unit's bash script does it. Only we add it and expect the # systemd unit bash script to remove them when executed. IDsToDelete = { # Also created using the syncthing generate command above device = \"LZ2CTHT-3W2M7BC-CMKDFZL-DLUQJFS-WJR73PA-NZGODWG-DZBHCHI-OXTQXAK\"; # Intentionally this is a substring of the IDs of the 'test_folder's, as # explained in: https://github.com/NixOS/nixpkgs/issues/259256 folder = \"DeleteMe\"; }; addDeviceToDeleteScript = pkgs.writers.writeBash \"syncthing-add-device-to-delete.sh\" '' set -euo pipefail export RUNTIME_DIRECTORY=/tmp curl() { # get the api key by parsing the config.xml while ! ${pkgs.libxml2}/bin/xmllint --xpath 'string(configuration/gui/apikey)' ${configPath} >\"$RUNTIME_DIRECTORY/api_key\" do sleep 1; done (printf \"X-API-Key: \"; cat \"$RUNTIME_DIRECTORY/api_key\") >\"$RUNTIME_DIRECTORY/headers\" ${pkgs.curl}/bin/curl -sSLk -H \"@$RUNTIME_DIRECTORY/headers\" --retry 1000 --retry-delay 1 --retry-all-errors \"$@\" } curl -d ${lib.escapeShellArg (builtins.toJSON { deviceID = IDsToDelete.device;})} -X POST 127.0.0.1:8384/rest/config/devices curl -d ${lib.escapeShellArg (builtins.toJSON { id = IDsToDelete.folder;})} -X POST 127.0.0.1:8384/rest/config/folders ''; in { name = \"syncthing-init\"; meta.maintainers = with lib.maintainers; [ doronbehar ]; nodes.machine = { services.syncthing = { enable = true; overrideDevices = true; overrideFolders = true; settings = settingsWithoutId // settingsWithId; }; }; testScript = '' machine.wait_for_unit(\"syncthing-init.service\") '' + (lib.pipe settingsWithId [ # Check that folders and devices were added properly and that all IDs exist (lib.mapAttrsRecursive (path: id: checkSettingWithId { # plural -> solitary t = (lib.removeSuffix \"s\" (builtins.elemAt path 0)); inherit id; } )) # Get all the values we applied the above function upon (lib.collect builtins.isString) lib.concatStrings ]) + (lib.pipe settingsWithoutId [ # Check that all other syncthing.settings were added properly with correct # values (lib.mapAttrsRecursive (path: value: checkSettingWithoutId { t = (builtins.elemAt path 0); n = (builtins.elemAt path 1); v = (builtins.toString value); } )) # Get all the values we applied the above function upon (lib.collect builtins.isString) lib.concatStrings ]) + '' # Run the script on the machine machine.succeed(\"${addDeviceToDeleteScript}\") '' + (checkSettingsToDelete { not = false; }) + '' # Useful for debugging later machine.copy_from_vm(\"${configPath}\", \"before\") machine.systemctl(\"restart syncthing-init.service\") machine.wait_for_unit(\"syncthing-init.service\") '' + (checkSettingsToDelete { not = true; }) + '' # Useful for debugging later machine.copy_from_vm(\"${configPath}\", \"after\") # Copy the systemd unit's bash script, to inspect it for debugging. mergeScript = machine.succeed( \"systemctl cat syncthing-init.service | \" \"${pkgs.initool}/bin/initool g - Service ExecStart --value-only\" ).strip() # strip from new lines machine.copy_from_vm(mergeScript, \"\") ''; }) "} {"_id":"doc-en-nixpkgs-53e39013176f7290a938ce16955285b0e0697a4e4bb311adef82426ee01b020e","title":"","text":"url = \"https://aur.archlinux.org/cgit/aur.git/plain/system-makedeps.patch?h=llpp&id=0d2913056aaf3dbf7431e57b7b08b55568ba076c\"; hash = \"sha256-t9PLXsM8+exCeYqJBe0LSDK0D2rpktmozS8qNcEAcHo=\"; }) ./fix-mupdf.patch ]; postPatch = ''"} {"_id":"doc-en-nixpkgs-ee321eabd5cbf5932de3930a04a0a80ca1abbbf5403e9ae31a11bd45ff2d989c","title":"","text":" diff --git a/build.bash b/build.bash index 7c278b6..41494c5 100755 with manual adjustments --- a/build.bash +++ b/build.bash @@ -30,7 +30,6 @@ srcd=\"$(dirname $0)\" mudir=$outd/mupdf muinc=\"-I $mudir/include -I $mudir/thirdparty/freetype/include\" -test -d \"$mudir\" || die muPDF not found, consult $(dirname $0)/BUILDING mkdir -p $outd/{$wsid,lablGL} :>$outd/ordered @@ -41,12 +40,6 @@ isfresh() { test -r \"$1.past\" && . \"$1.past\" && test \"$k\" = \"$2\"; } mulibst=\"$mudir/build/$mbt/libs\" mulibs=\"$mudir/build/$mbt/libmupdf.a $mudir/build/$mbt/libmupdf-third.a\" -keycmd=\"(cd $mudir && make -q build=$mbt libs && echo); digest $mulibs\" -isfresh \"$mulibst\" \"$(eval $keycmd)\" || ( - make -C \"$mudir\" build=$mbt -j $mjobs libs - eval $keycmd >${mulibst}.past -) && vecho \"fresh mupdf\" - oincs() { local i= local incs1= @@ -100,35 +93,6 @@ mflags() { } overs=\"$(ocamlc -vnum 2>/dev/null)\" || overs=\"\" -test \"$overs\" = \"4.11.1\" || { - url=https://caml.inria.fr/pub/distrib/ocaml-4.11/ocaml-4.11.1.tar.xz - txz=$outd/$(basename $url) - keycmd=\"printf $url; digest $txz;\" - isfresh $txz \"$(eval $keycmd)\" || { - executable_p() { command -v \"$1\" >/dev/null 2>&1; } - if executable_p wget; then dl() { wget -q \"$1\" -O \"$2\"; } - elif executable_p curl; then dl() { curl -L \"$1\" -o \"$2\"; } - else die \"no program to fetch remote urls found\" - fi - dl $url $txz - eval $keycmd >$txz.past - } && vecho \"fresh $txz\" - absprefix=$(cd $outd &>/dev/null; pwd -P) - export PATH=$absprefix/bin:$PATH - ocamlc=$absprefix/bin/ocamlc - keycmd=\"printf $url; digest $ocamlc;\" - isfresh $ocamlc \"$(eval $keycmd)\" || ( - tar xf $txz -C $outd - bn=$(basename $url) - cd $outd/${bn%.tar.xz} - ./configure --disable-ocamldoc --disable-ocamltest - --enable-debugger=no --prefix=$absprefix - make -j $mjobs world - make install - eval $keycmd >$absprefix/bin/ocamlc.past - ) && vecho \"fresh ocamlc\" - overs=$(ocamlc -vnum 2>/dev/null) -} ccomp=${LLPP_CC-$(ocamlc -config | grep \"^c_compiler: \" | { read _ c; echo $c; })} @@ -243,7 +208,7 @@ bobjc() { } && vecho \"fresh $o\" } -ver=$(cd $srcd && git describe --tags --dirty) || ver=unknown +ver=@version@ cmd=\"(. $srcd/genconfstr.sh >$outd/confstruct.ml)\" keycmd=\"digest $srcd/genconfstr.sh $outd/confstruct.ml\" @@ -291,7 +256,7 @@ for m in ml_gl ml_glarray ml_raw; do done libs=\"str.cma unix.cma\" -clibs=\"-L$mudir/build/$mbt -lmupdf -lmupdf-third -lpthread\" +clibs=\"-lmupdf -lmupdf-third -lfreetype -lgumbo -ljpeg -lopenjp2 -ljbig2dec -llcms2 -lharfbuzz -lpthread -lz\" if $darwin; then mcomp=$(ocamlc -config | grep bytecomp_c_co | { read _ c; echo $c; }) clibs=\"$clibs -framework Cocoa -framework OpenGL\" "} {"_id":"doc-en-nixpkgs-2f2c015464f01050c1de292c23fae90dbe2f550b2be4a9a2547ef7b09a1046e6","title":"","text":" --- a/link.c +++ b/link.c @@ -1522,8 +1522,9 @@ static void *mainloop (void UNUSED_ATTR *unused) if (pdf && nameddest && *nameddest) { fz_point xy; struct pagedim *pdim; - int pageno = pdf_lookup_anchor (state.ctx, pdf, nameddest, + fz_location location = fz_resolve_link (state.ctx, state.doc, nameddest, &xy.x, &xy.y); + int pageno = location.page; pdim = pdimofpageno (pageno); xy = fz_transform_point (xy, pdim->ctm); printd (\"a %d %d %d\", pageno, (int) xy.x, (int) xy.y); "} {"_id":"doc-en-nixpkgs-5c39f6056445651f5640617946f5e51eb4585741687ba2367cb1a68925ca876c","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"nsncd\"; version = \"unstable-2022-11-14\"; version = \"unstable-2023-10-26\"; # https://github.com/twosigma/nsncd/pull/71 has not been upstreamed # to twosigma/nsncd yet. Using the nix-community fork in the # meantime. src = fetchFromGitHub { owner = \"nix-community\"; repo = \"nsncd\"; rev = \"47e580f1db99603df6e212a2e62f18cc970cef40\"; hash = \"sha256-Nv3MYZcuYgD66BAGs3Tg37s086HAGsaDBFvELqQF3Tk=\"; rev = \"d6513421f420e407248c6d0aee39ae2f861a7cec\"; hash = \"sha256-PykzwpPxMDHJOr2HubXuw+Krk9Jbi0E3M2lEAOXhx2M=\"; }; cargoSha256 = \"sha256-c1L6nEUBHw1YegmoRrI3WU/bF80Nzbz13hsGlNyBR9o=\"; cargoSha256 = \"sha256-cUM7rYXWpJ0aMiurXBp15IlxAmf/x5uiodxEqBPCQT0=\"; meta = with lib; { description = \"the name service non-caching daemon\";"} {"_id":"doc-en-nixpkgs-79616cfb654ee962914fe89295788ab3f8586398908a7c0d476ef94598555cf4","title":"","text":"stdenv.mkDerivation rec { pname = \"exim\"; version = \"4.96.1\"; version = \"4.96.2\"; src = fetchurl { url = \"https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz\"; hash = \"sha256-k6wHVcMX4f276ozLcKhoh2vfMUhpKJHHKtD+gWdnAz0=\"; hash = \"sha256-A44yfo0ek9AFusm7Bv0irsRNUCiTDW2+iBetRLv8HeY=\"; }; enableParallelBuilding = true;"} {"_id":"doc-en-nixpkgs-c294330afb219d29751e48232f700ffd110e1187593186566e4fa93fb2d53d32","title":"","text":"a stable URL for Nixpkgs to use to package this proprietary software. The GRUB specific option has been replaced with the generic option . This option creates a secondary initrd from the specified files, rather than using a manually created initrd file.
"} {"_id":"doc-en-nixpkgs-bb9cc49daf38dce4a37d580aa9564778bdaec3a343134c8c6d224dc9f61bea81","title":"","text":"let efiSysMountPoint = if args.efiSysMountPoint == null then args.path else args.efiSysMountPoint; efiSysMountPoint' = replaceChars [ \"/\" ] [ \"-\" ] efiSysMountPoint; initrdSecrets = config.boot.initrd.secrets != {}; in pkgs.writeText \"grub-config.xml\" (builtins.toXML { splashImage = f cfg.splashImage;"} {"_id":"doc-en-nixpkgs-c7ffae87c098c25ddd49417f8af1f99888fe94e417dcad44b87ca0640fe7bbac","title":"","text":"storePath = config.boot.loader.grub.storePath; bootloaderId = if args.efiBootloaderId == null then \"NixOS${efiSysMountPoint'}\" else args.efiBootloaderId; timeout = if config.boot.loader.timeout == null then -1 else config.boot.loader.timeout; inherit efiSysMountPoint; inherit efiSysMountPoint initrdSecrets; inherit (args) devices; inherit (efi) canTouchEfiVariables; inherit (cfg) version extraConfig extraPerEntryConfig extraEntries forceInstall useOSProber extraEntriesBeforeNixOS extraPrepareConfig extraInitrd configurationLimit copyKernels extraEntriesBeforeNixOS extraPrepareConfig configurationLimit copyKernels default fsIdentifier efiSupport efiInstallAsRemovable gfxmodeEfi gfxmodeBios; path = (makeBinPath ([ pkgs.coreutils pkgs.gnused pkgs.gnugrep pkgs.findutils pkgs.diffutils pkgs.btrfs-progs"} {"_id":"doc-en-nixpkgs-c41525c10948448df80b86dc52a204556097d3423440c797abd30640513c6c8a","title":"","text":"''; }; extraInitrd = mkOption { type = types.nullOr types.path; default = null; example = \"/boot/extra_initramfs.gz\"; description = '' The path to a second initramfs to be supplied to the kernel. This ramfs will not be copied to the store, so that it can contain secrets such as LUKS keyfiles or ssh keys. This implies that rolling back to a previous configuration won't rollback the state of this file. ''; }; useOSProber = mkOption { default = false; type = types.bool;"} {"_id":"doc-en-nixpkgs-a6845805e80a54260a769652acfe9b4088c3dbac27cf8a2187e836bdd920ac8a","title":"","text":"{ path = \"/boot\"; inherit (cfg) devices; inherit (efi) efiSysMountPoint; } ]; boot.loader.supportsInitrdSecrets = true; system.build.installBootLoader = let install-grub-pl = pkgs.substituteAll {"} {"_id":"doc-en-nixpkgs-5c8d1bf436fba4f16fa26df7336e7563990e7c614afa3355852f7b1dce14c41e","title":"","text":"my $extraPerEntryConfig = get(\"extraPerEntryConfig\"); my $extraEntries = get(\"extraEntries\"); my $extraEntriesBeforeNixOS = get(\"extraEntriesBeforeNixOS\") eq \"true\"; my $extraInitrd = get(\"extraInitrd\"); my $initrdSecrets = get(\"initrdSecrets\"); my $splashImage = get(\"splashImage\"); my $configurationLimit = int(get(\"configurationLimit\")); my $copyKernels = get(\"copyKernels\") eq \"true\";"} {"_id":"doc-en-nixpkgs-3d9b9f46c28c7d5be85a20bd33720b88d2ac419120c662aca6abb9d71d810697","title":"","text":"if ($copyKernels == 0) { $grubStore = GrubFs($storePath); } my $extraInitrdPath; if ($extraInitrd) { if (! -f $extraInitrd) { print STDERR \"Warning: the specified extraInitrd \" . $extraInitrd . \" doesn't exist. Your system won't boot without it.n\"; } $extraInitrdPath = GrubFs($extraInitrd); } # Generate the header. my $conf .= \"# Automatically generated. DO NOT EDIT THIS FILE!n\";"} {"_id":"doc-en-nixpkgs-a44297d8df3807c7eb6bccaa6ff284b7c9b4486394730ca22d8f5d90786453c0","title":"","text":"my $kernel = copyToKernelsDir(Cwd::abs_path(\"$path/kernel\")); my $initrd = copyToKernelsDir(Cwd::abs_path(\"$path/initrd\")); if ($extraInitrd) { $initrd .= \" \" .$extraInitrdPath->path; # Include second initrd with secrets if ($initrdSecrets) { # Get last element of path $initrd =~ //([^/]+)$/; my $initrdSecretsPath = \"$bootPath/kernels/$1-secrets\"; $initrd .= \" $initrd-secrets\"; my $oldUmask = umask; # Make sure initrd is not world readable (won't work if /boot is FAT) umask 0137; my $initrdSecretsPathTemp = File::Temp::mktemp(\"$initrdSecretsPath.XXXXXXXX\"); system(\"$path/append-initrd-secrets\", $initrdSecretsPathTemp) == 0 or die \"failed to create initrd secretsn\"; rename $initrdSecretsPathTemp, $initrdSecretsPath or die \"failed to move initrd secrets into placen\"; umask $oldUmask; $copied{$initrdSecretsPath} = 1; } my $xen = -e \"$path/xen.gz\" ? copyToKernelsDir(Cwd::abs_path(\"$path/xen.gz\")) : undef; # FIXME: $confName"} {"_id":"doc-en-nixpkgs-9a5bacf0ae2486fb13574f38d8698e0436d357e3c5f0aef94795c95bdff70146","title":"","text":"if ($copyKernels == 0) { $conf .= $grubStore->search . \"n\"; } if ($extraInitrd) { $conf .= $extraInitrdPath->search . \"n\"; } $conf .= \" $extraPerEntryConfign\" if $extraPerEntryConfig; $conf .= \" multiboot $xen $xenParamsn\" if $xen; $conf .= \" \" . ($xen ? \"module\" : \"linux\") . \" $kernel $kernelParamsn\";"} {"_id":"doc-en-nixpkgs-af185a0d95783fb7659c5921e4e29ac09cdb1cc647e3c1857afc4f3d08683b41","title":"","text":", enableSqlite ? true }: python3.pkgs.buildPythonApplication rec { pname = \"mautrix-googlechat\"; version = \"unstable-2023-07-16\"; version = \"0.5.1\"; src = fetchFromGitHub { owner = \"mautrix\"; repo = \"googlechat\"; rev = \"f4cddafd474b12be09efd15c6652c04d0650458e\"; sha256 = \"sha256-WMJVAX5oUdYYuXoJKk7OoERR0LJM0Er5444xwqIUTm8=\"; rev = \"refs/tags/v${version}\"; hash = \"sha256-a/EWz/aCkBE6XdDpmZcx2Q7/xKNwGCiZUhZc9YIIDhU=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-5d90f11737043d506dd1d561d2ad243e5b3bcc1282922855c57c294816354d7e","title":"","text":"config = mkIf cfg.enable { warnings = [] ++ optional (cfg.settings != null && cfg.settings.location != null) ++ optional (cfg.settings != null && cfg.settings ? location) \"`services.borgmatic.settings.location` is deprecated, please move your options out of sections to the global scope\" ++ optional (catAttrs \"location\" (attrValues cfg.configurations) != []) \"`services.borgmatic.configurations..location` is deprecated, please move your options out of sections to the global scope\""} {"_id":"doc-en-nixpkgs-e2aae91d4f860ebe5395c78d67822230e28caaa6d7effc4555d9205db1cb228e","title":"","text":"in stdenv.mkDerivation (finalAttrs: { pname = \"prl-tools\"; version = \"19.0.0-54570\"; version = \"19.1.0-54729\"; # We download the full distribution to extract prl-tools-lin.iso from # => ${dmg}/Parallels Desktop.app/Contents/Resources/Tools/prl-tools-lin.iso src = fetchurl { url = \"https://download.parallels.com/desktop/v${lib.versions.major finalAttrs.version}/${finalAttrs.version}/ParallelsDesktop-${finalAttrs.version}.dmg\"; hash = \"sha256-y7UC+E5i2cxkOJ9nVI6aQAFJ5kTXv9uaZoMO4/SCS6k=\"; hash = \"sha256-Qo/6EuILu5i3hjhxecf3qfoMFEJHJZVY19tDIXDJiag=\"; }; hardeningDisable = [ \"pic\" \"format\" ];"} {"_id":"doc-en-nixpkgs-1384952bec24cb4b20c8a86ce04bb352522b76d9cb0544b8f3112abdfd2ff9bf","title":"","text":" { lib, buildPythonPackage, fetchFromGitHub, keyutils, pytest-runner, pytest }: { lib , buildPythonPackage , cython , fetchFromGitHub , keyutils , pytestCheckHook }: buildPythonPackage rec { pname = \"keyutils\";"} {"_id":"doc-en-nixpkgs-c1304b57c3dfe04aae37965ccf448bc14df8eff9627fc8223a2c052310875040","title":"","text":"substituteInPlace setup.py --replace '\"pytest-runner\"' \"\" ''; preBuild = '' cython keyutils/_keyutils.pyx ''; preCheck = '' rm -rf keyutils ''; buildInputs = [ keyutils ]; nativeCheckInputs = [ pytest pytest-runner ]; nativeBuildInputs = [ cython ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = \"A set of python bindings for keyutils\";"} {"_id":"doc-en-nixpkgs-f5f52225fb819c522c80260dcd54da7cc97cd6ac338869a827361a80a7b0d7d1","title":"","text":"stdenv.mkDerivation rec { pname = \"cardinal\"; version = \"23.09\"; version = \"23.10\"; src = fetchurl { url = \"https://github.com/DISTRHO/Cardinal/releases/download/${version}/cardinal+deps-${version}.tar.xz\"; hash = \"sha256-q42ry47y4tTkUbejv6iN5jXcadXSSTPQ3omhMUevfqU=\"; hash = \"sha256-6Wt2sC7vdrz2Fkl08bNLfnGu+pAV7b5lZUmsx1wtJRE=\"; }; prePatch = ''"} {"_id":"doc-en-nixpkgs-c3291b99f7b464de3535992dca2abbf105899ccd2ced7397a222fcbe3291fdc2","title":"","text":", buildWebExtension ? false }: let version = \"1.5.8\"; gitHash = \"544edce\"; version = \"1.6.0\"; gitHash = \"ffe6bb1\"; in buildNpmPackage rec { pname = \"vencord\";"} {"_id":"doc-en-nixpkgs-7ca6e6bf1f5278943deab93f825af619f7c02baf22db490772a2890d34adf7c3","title":"","text":"owner = \"Vendicated\"; repo = \"Vencord\"; rev = \"v${version}\"; hash = \"sha256-cJ+8CKCET7Z2MebyrW5OQr50tvbDM3mkvEQQm3zSbdU=\"; hash = \"sha256-t4+8ybPzqcCtTSukBBgvbD7HiKG4K51WPVnJg0RQbs8=\"; }; ESBUILD_BINARY_PATH = lib.getExe (esbuild.overrideAttrs (final: _: {"} {"_id":"doc-en-nixpkgs-944622039284e03052b5547eeb3a191d0b7665ef8dc886a4a81256a03cda8b8b","title":"","text":"npmRebuildFlags = [ \"|| true\" ]; makeCacheWritable = true; npmDepsHash = \"sha256-JeJjjrCfJMuxP9sVVkKJQ7bRCGu0jbGfiw78jS0r2Sg=\"; npmDepsHash = \"sha256-H2f6xdAa7fNETbQhIv+InCB7+O4nq0bx+RILjGjqXdY=\"; npmFlags = [ \"--legacy-peer-deps\" ]; npmBuildScript = if buildWebExtension then \"buildWeb\" else \"build\"; npmBuildFlags = [ \"--\" \"--standalone\" \"--disable-updater\" ];"} {"_id":"doc-en-nixpkgs-c09032b10f9bb2e7c288ec0b7ff327742aee083e6a4fa18ca2d803519cbd32a1","title":"","text":"{ \"name\": \"vencord\", \"version\": \"1.5.8\", \"version\": \"1.6.0\", \"lockfileVersion\": 3, \"requires\": true, \"packages\": { \"\": { \"name\": \"vencord\", \"version\": \"1.5.8\", \"version\": \"1.6.0\", \"license\": \"GPL-3.0-or-later\", \"dependencies\": { \"@sapphi-red/web-noise-suppressor\": \"0.3.3\","} {"_id":"doc-en-nixpkgs-6191a48085d8a646a48a2d8cc90c775888defc3286f047beaa650a6bbc9fbf05","title":"","text":"} }, \"node_modules/@eslint-community/regexpp\": { \"version\": \"4.9.1\", \"resolved\": \"https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.1.tgz\", \"integrity\": \"sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==\", \"version\": \"4.10.0\", \"resolved\": \"https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz\", \"integrity\": \"sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==\", \"dev\": true, \"engines\": { \"node\": \"^12.0.0 || ^14.0.0 || >=16.0.0\""} {"_id":"doc-en-nixpkgs-7ec4b4b996ad94f2147b43cf0255febf8f292d501e1abcd43e64bc62af296be8","title":"","text":"\"dev\": true }, \"node_modules/@types/node\": { \"version\": \"18.18.6\", \"resolved\": \"https://registry.npmjs.org/@types/node/-/node-18.18.6.tgz\", \"integrity\": \"sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==\", \"dev\": true \"version\": \"18.18.7\", \"resolved\": \"https://registry.npmjs.org/@types/node/-/node-18.18.7.tgz\", \"integrity\": \"sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==\", \"dev\": true, \"dependencies\": { \"undici-types\": \"~5.26.4\" } }, \"node_modules/@types/normalize-package-data\": { \"version\": \"2.4.3\","} {"_id":"doc-en-nixpkgs-c80f1d0625eef92fee75cda3e652b4ff142aaa83430f784dca19d0cc1d582682","title":"","text":"\"dev\": true }, \"node_modules/@types/react\": { \"version\": \"18.2.31\", \"resolved\": \"https://registry.npmjs.org/@types/react/-/react-18.2.31.tgz\", \"integrity\": \"sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==\", \"version\": \"18.2.33\", \"resolved\": \"https://registry.npmjs.org/@types/react/-/react-18.2.33.tgz\", \"integrity\": \"sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==\", \"dev\": true, \"dependencies\": { \"@types/prop-types\": \"*\","} {"_id":"doc-en-nixpkgs-812e7627cd98554b695995dcf0593aeb3282cd5488d0f52f562a3f97442fa755","title":"","text":"\"through\": \"^2.3.8\" } }, \"node_modules/undici-types\": { \"version\": \"5.26.5\", \"resolved\": \"https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz\", \"integrity\": \"sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==\", \"dev\": true }, \"node_modules/union-value\": { \"version\": \"1.0.1\", \"resolved\": \"https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz\","} {"_id":"doc-en-nixpkgs-943bd75c9f76cc57c9ab754aa5ce99b110dc13163ff1d90436000cbc329d4af5","title":"","text":" { lib , buildGoModule , fetchFromGitHub , makeBinaryWrapper , pkg-config , libGL , libxkbcommon , xorg , wayland , vulkan-headers , wine64Packages , fetchpatch , fetchFromGitLab , fetchurl , }: let stagingPatch = fetchFromGitLab { sha256 = \"sha256-VQ4j4PuXRoXbCUZ16snVO+jRvuKD4Rjn14R7bhwdAco=\"; domain = \"gitlab.winehq.org\"; owner = \"wine\"; repo = \"wine-staging\"; rev = \"v9.2\"; }; wine = wine64Packages.staging.overrideDerivation (oldAttrs: { prePatch = '' patchShebangs tools cp -r ${stagingPatch}/patches ${stagingPatch}/staging . chmod +w patches patchShebangs ./patches/gitapply.sh python3 ./staging/patchinstall.py --destdir=\"$PWD\" --all ''; patches = (oldAttrs.patches or [ ]) ++ [ (fetchurl { name = \"childwindow.patch\"; hash = \"sha256-u3mDvlbhQnfh2tUKb8jNJA0tTcLIaKVLfY8ktJmeRns=\"; url = \"https://raw.githubusercontent.com/flathub/org.vinegarhq.Vinegar/9f43ce33a691afb50562d95adfc6719a3b58ddb7/patches/wine/childwindow.patch\"; }) (fetchpatch { name = \"mouselock.patch\"; hash = \"sha256-0AGA4AQbxTL5BGVbm072moav7xVA3zpotYqM8pcEDa4=\"; url = \"https://raw.githubusercontent.com/flathub/org.vinegarhq.Vinegar/9f43ce33a691afb50562d95adfc6719a3b58ddb7/patches/wine/mouselock.patch\"; }) (fetchpatch { name = \"segregrevert.patch\"; hash = \"sha256-+3Nld81nG3GufI4jAF6yrWfkJmsSCOku39rx0Hov29c=\"; url = \"https://raw.githubusercontent.com/flathub/org.vinegarhq.Vinegar/9f43ce33a691afb50562d95adfc6719a3b58ddb7/patches/wine/segregrevert.patch\"; }) ]; src = fetchFromGitLab rec { sha256 = \"sha256-GlPH34dr9aHx7xvlcbtDMn/wrY//DP58ilXjhQXgihQ=\"; domain = \"gitlab.winehq.org\"; owner = \"wine\"; repo = \"wine\"; rev = \"wine-9.2\"; }; }); in buildGoModule rec { pname = \"vinegar\"; version = \"1.7.5\"; src = fetchFromGitHub { owner = \"vinegarhq\"; repo = \"vinegar\"; rev = \"v${version}\"; hash = \"sha256-eU6xlmgz8X7q51GSkQlz/kEQgTzzXYw5P6Yr47f7hbs=\"; }; vendorHash = \"sha256-O2AQFcJmYY3FtLXB3BPdzsplFbthYEyasfctpPOQVhs=\"; nativeBuildInputs = [ pkg-config makeBinaryWrapper ]; buildInputs = [ libGL libxkbcommon xorg.libX11 xorg.libXcursor xorg.libXfixes wayland vulkan-headers wine ]; buildPhase = '' runHook preBuild make PREFIX=$out runHook postBuild ''; installPhase = '' runHook preInstall make PREFIX=$out install runHook postInstall ''; postInstall = '' wrapProgram $out/bin/vinegar --prefix PATH : ${lib.makeBinPath [wine]} ''; meta = with lib; { description = \"Open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux\"; homepage = \"https://github.com/vinegarhq/vinegar\"; changelog = \"https://github.com/vinegarhq/vinegar/releases/tag/v${version}\"; mainProgram = \"vinegar\"; license = licenses.gpl3Only; platforms = [ \"x86_64-linux\" ]; maintainers = with maintainers; [ nyanbinary ]; }; } "} {"_id":"doc-en-nixpkgs-ee4a35984a5191541e91cec61f7d086d9174cc358ea2920fa6876bdbb9a21eae","title":"","text":" { lib , fetchFromGitLab , gobject-introspection , pciutils , python3Packages , gtk3 , wrapGAppsHook3 , glib , cairo , desktop-file-utils , xdg-utils , xdg-user-dirs , gettext , winetricks , wine , glxinfo , xrandr , bash }: python3Packages.buildPythonApplication rec { pname = \"grapejuice\"; version = \"7.20.11\"; src = fetchFromGitLab { owner = \"BrinkerVII\"; repo = \"grapejuice\"; rev = \"v${version}\"; hash = \"sha256-sDw67Xseeak1v5x0daznfdeNQahDTj21AVvXmuZlsgg=\"; }; nativeBuildInputs = [ gobject-introspection desktop-file-utils glib wrapGAppsHook3 python3Packages.pip ]; buildInputs = [ cairo gettext gtk3 bash ]; propagatedBuildInputs = with python3Packages; [ psutil dbus-python pygobject3 packaging wheel setuptools requests unidecode click pydantic ]; dontWrapGApps = true; makeWrapperArgs = [ \"--prefix PATH : ${lib.makeBinPath [ xdg-user-dirs wine winetricks pciutils glxinfo xrandr ]}\" # make xdg-open overrideable at runtime \"--suffix PATH : ${lib.makeBinPath [ xdg-utils ]}\" ]; postPatch = '' substituteInPlace src/grapejuice_common/assets/desktop/grapejuice.desktop --replace $GRAPEJUICE_EXECUTABLE \"$out/bin/grapejuice\" --replace $GRAPEJUICE_GUI_EXECUTABLE \"$out/bin/grapejuice-gui\" --replace $GRAPEJUICE_ICON grapejuice substituteInPlace src/grapejuice_common/assets/desktop/roblox-player.desktop --replace $GRAPEJUICE_EXECUTABLE \"$out/bin/grapejuice\" --replace $PLAYER_ICON \"grapejuice-roblox-player\" substituteInPlace src/grapejuice_common/assets/desktop/roblox-app.desktop --replace $GRAPEJUICE_EXECUTABLE \"$out/bin/grapejuice\" --replace $PLAYER_ICON \"grapejuice-roblox-player\" substituteInPlace src/grapejuice_common/assets/desktop/roblox-studio.desktop src/grapejuice_common/assets/desktop/roblox-studio-auth.desktop --replace $GRAPEJUICE_EXECUTABLE \"$out/bin/grapejuice\" --replace $STUDIO_ICON \"grapejuice-roblox-studio\" substituteInPlace src/grapejuice_common/paths.py --replace 'return local_share() / \"locale\"' 'return Path(\"${placeholder \"out\"}/share/locale\")' substituteInPlace src/grapejuice_common/models/settings_model.py --replace 'default_wine_home: Optional[str] = \"\"' 'default_wine_home: Optional[str] = \"${wine}\"' substituteInPlace src/grapejuice_packaging/builders/linux_package_builder.py --replace '\"--no-dependencies\",' '\"--no-dependencies\", \"--no-build-isolation\",' substituteInPlace src/grapejuice_packaging/packaging_resources/bin/grapejuice src/grapejuice_packaging/packaging_resources/bin/grapejuice-gui --replace \"/usr/bin/env python3\" \"${python3Packages.python.interpreter}\" ''; installPhase = '' runHook preInstall PYTHONPATH=$(pwd)/src:$PYTHONPATH python3 -m grapejuice_packaging linux_package mkdir -p \"$out\" \"$out/${python3Packages.python.sitePackages}\" tar -xvf ./dist/linux_package/grapejuice-''${version}.tar.gz --strip-components=1 -C \"$out\" mv \"$out/lib/python3/dist-packages/\"* \"$out/${python3Packages.python.sitePackages}\" rmdir --ignore-fail-on-non-empty -p \"$out/lib/python3/dist-packages\" runHook postInstall ''; postFixup = '' patchShebangs \"$out/bin/grapejuice{,-gui}\" buildPythonPath \"$out $pythonPath\" for bin in grapejuice grapejuice-gui; do wrapProgram \"$out/bin/$bin\" --prefix PYTHONPATH : \"$PYTHONPATH:$(toPythonPath $out)\" ''${makeWrapperArgs[@]} ''${gappsWrapperArgs[@]} done ''; # No tests doCheck = false; pythonImportsCheck = [ \"grapejuice\" ]; meta = with lib; { homepage = \"https://gitlab.com/brinkervii/grapejuice\"; description = \"Simple Wine+Roblox management tool\"; license = licenses.gpl3Plus; platforms = platforms.linux; maintainers = with maintainers; [ artturin helium ]; }; } "} {"_id":"doc-en-nixpkgs-7ecbd32f94c4845fc0fc0659643cb480683db0a2ef49a077f609f43adec5792a","title":"","text":"gradle_5 = throw \"gradle_5 has been removed because it's no longer being updated\"; # Added 2023-01-17 grafana_reporter = grafana-reporter; # Added 2024-06-09 gr-ais = throw \"'gr-ais' has been renamed to/replaced by 'gnuradio3_7.pkgs.ais'\"; # Converted to throw 2023-09-10 grapefruit = throw \"'grapefruit' was removed due to being blocked by Roblox, rendering the package useless\"; # Added 2024-08-23 graylog = throw \"graylog is now available in versions 3.3 up to 5.0. Please mind the upgrade path and choose the appropriate version. Direct upgrading from 3.3 to 4.3 or above is not supported\"; # Added 2023-04-24 graylog-3_3 = throw \"graylog 3.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 3.x to latest series.\"; # Added 2023-10-09 graylog-4_0 = throw \"graylog 4.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 4.x to latest series.\"; # Added 2023-10-09"} {"_id":"doc-en-nixpkgs-6fcc5edb24769cc22b41769ce9c2060ce42b08f22deca4ab62b8d47416f1143d","title":"","text":"vikunja-frontend = throw \"'vikunja-frontend' has been replaced by 'vikunja'\"; # Added 2024-02-19 vimHugeX = vim-full; # Added 2022-12-04 vim_configurable = vim-full; # Added 2022-12-04 vinegar = throw \"'vinegar' was removed due to being blocked by Roblox, rendering the package useless\"; # Added 2024-08-23 virtmanager = throw \"'virtmanager' has been renamed to/replaced by 'virt-manager'\"; # Converted to throw 2023-09-10 virtmanager-qt = throw \"'virtmanager-qt' has been renamed to/replaced by 'virt-manager-qt'\"; # Converted to throw 2023-09-10 vivaldi-widevine = throw \"'vivaldi-widevine' has been renamed to/replaced by 'widevine-cdm'\"; # Added 2023-02-25"} {"_id":"doc-en-nixpkgs-2462c91acef43080b439c83d09431620ea02f5325e83894af0b2e73c10978371","title":"","text":"qtads = qt5.callPackage ../games/qtads { }; grapejuice = callPackage ../games/grapejuice { wine = wineWowPackages.unstable; }; graphwar = callPackage ../games/graphwar { }; gtypist = callPackage ../games/gtypist { };"} {"_id":"doc-en-nixpkgs-54683d53c4cb5276eb78945fd0c0d3322e1d594f1bd36bb3e4728a8fb23acc2d","title":"","text":", file , substituteAll , writeTextFile , writeShellApplication }: let"} {"_id":"doc-en-nixpkgs-c5ec7d1b96d3649c701ef9de17dfacd2177c5811519d2d0874df8b3fc1df141c","title":"","text":"defaultShellPath = lib.makeBinPath defaultShellUtils; bashWithDefaultShellUtils = writeShellApplication { name = \"bash\"; runtimeInputs = defaultShellUtils; text = '' if [[ \"$PATH\" == \"/no-such-path\" ]]; then export PATH=${defaultShellPath} fi exec ${bash}/bin/bash \"$@\" ''; }; platforms = lib.platforms.linux ++ lib.platforms.darwin; system = if stdenv.hostPlatform.isDarwin then \"darwin\" else \"linux\";"} {"_id":"doc-en-nixpkgs-4853c579223c643ba44d017c062c758f274e3cf06d2a7422ccc7f0f546ee8e1c","title":"","text":"# If you add more replacements here, you must change the grep above! # Only files containing /bin are taken into account. substituteInPlace \"$path\" --replace /bin/bash ${bash}/bin/bash --replace \"/usr/bin/env bash\" ${bash}/bin/bash --replace /bin/bash ${bashWithDefaultShellUtils}/bin/bash --replace \"/usr/bin/env bash\" ${bashWithDefaultShellUtils}/bin/bash --replace \"/usr/bin/env python\" ${python3}/bin/python --replace /usr/bin/env ${coreutils}/bin/env --replace /bin/true ${coreutils}/bin/true"} {"_id":"doc-en-nixpkgs-97771bd09616e533c2a1eb3d7f50b9e832b30a2e61a5bc75041150705a59d32d","title":"","text":"# bazel test runner include references to /bin/bash substituteInPlace tools/build_rules/test_rules.bzl --replace /bin/bash ${bash}/bin/bash --replace /bin/bash ${bashWithDefaultShellUtils}/bin/bash for i in $(find tools/cpp/ -type f) do substituteInPlace $i --replace /bin/bash ${bash}/bin/bash --replace /bin/bash ${bashWithDefaultShellUtils}/bin/bash done # Fixup scripts that generate scripts. Not fixed up by patchShebangs below. substituteInPlace scripts/bootstrap/compile.sh --replace /bin/bash ${bash}/bin/bash --replace /bin/bash ${bashWithDefaultShellUtils}/bin/bash # add nix environment vars to .bazelrc cat >> .bazelrc < buildInputs = [buildJdk] ++ defaultShellUtils; buildInputs = [buildJdk bashWithDefaultShellUtils] ++ defaultShellUtils; # when a command can’t be found in a bazel build, you might also # need to add it to `defaultShellPath`."} {"_id":"doc-en-nixpkgs-a66bb1e0793092bc95100cc56dc06d6766bee901dc27fcf48cc95320f881b204","title":"","text":"{ stdenv, python, buildPythonPackage , protobuf, google_apputils, pyext , protobuf, google_apputils, pyext, libcxx , disabled, doCheck ? true }: with stdenv.lib;"} {"_id":"doc-en-nixpkgs-9e26ddd18c6cb5802189cecebeb0fdd082cb59be7d6c7f9f4823d0412b100d7e","title":"","text":"inherit (protobuf) name src; inherit disabled doCheck; # work around python distutils compiling C++ with $CC NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin \"-I${libcxx}/include/c++/v1\"; propagatedBuildInputs = [ protobuf google_apputils ]; buildInputs = [ google_apputils pyext ];"} {"_id":"doc-en-nixpkgs-4ad2ec18bcc9fc41d48700cd94d02b685e833fe8f5915125eb47e12d5b0bad57","title":"","text":"githubId = 2147649; name = \"Euan Kemp\"; }; eureka-cpu = { email = \"github.eureka@gmail.com\"; github = \"eureka-cpu\"; githubId = 57543709; name = \"Chris O'Brien\"; }; evalexpr = { name = \"Jonathan Wilkins\"; email = \"nixos@wilkins.tech\";"} {"_id":"doc-en-nixpkgs-f62adaf8571af35721df40b7435dd3a666edf813336a7e908735d534c1003fd2","title":"","text":" { lib , stdenvNoCC , fetchFromGitHub , gtk3 , breeze-icons , gnome-icon-theme , hicolor-icon-theme }: stdenvNoCC.mkDerivation { pname = \"gruvbox-plus-icons\"; version = \"unstable-2023-12-07\"; src = fetchFromGitHub { owner = \"SylEleuth\"; repo = \"gruvbox-plus-icon-pack\"; rev = \"f3109979fe93b31ea14eb2d5c04247a895302ea0\"; sha256 = \"sha256-EijTEDkPmcDcMhCuL6fOWjU9eXFUwmeOEwfGlxadb1U=\"; }; nativeBuildInputs = [ gtk3 ]; propagatedBuildInputs = [ breeze-icons gnome-icon-theme hicolor-icon-theme ]; installPhase = '' runHook preInstall mkdir -p $out/share/icons cp -r Gruvbox-Plus-Dark $out/share/icons/ gtk-update-icon-cache $out/share/icons/Gruvbox-Plus-Dark runHook postInstall ''; dontDropIconThemeCache = true; dontBuild = true; dontConfigure = true; meta = with lib; { description = \"Icon pack for Linux desktops based on the Gruvbox color scheme\"; homepage = \"https://github.com/SylEleuth/gruvbox-plus-icon-pack\"; license = licenses.gpl3Only; platforms = platforms.linux; maintainers = with maintainers; [ eureka-cpu RGBCube ]; }; } "} {"_id":"doc-en-nixpkgs-6ed1aaf569bc6758a8fc37457148afd56fb862d3c27b5effc5031ba0841e81ee","title":"","text":"{ mkDerivation, lib , extra-cmake-modules , hunspell, qtbase, qttools , aspell, qtbase, qttools }: mkDerivation {"} {"_id":"doc-en-nixpkgs-56ae26d62ee08d6a895cb6df15bceb6ed3ac40635dab8afdf3208e3deb9b66db","title":"","text":"broken = builtins.compareVersions qtbase.version \"5.7.0\" < 0; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ hunspell qttools ]; buildInputs = [ aspell qttools ]; propagatedBuildInputs = [ qtbase ]; }"} {"_id":"doc-en-nixpkgs-0515fee3f7a660d69012850b5dcd68c70ee187764d7c127d7826def9f4789803","title":"","text":"packages.into_par_iter().try_for_each(|package| { eprintln!(\"{}\", package.name); let tarball = package.tarball()?; let tarball = package .tarball() .map_err(|e| anyhow!(\"couldn't fetch {} at {}: {e:?}\", package.name, package.url))?; let integrity = package.integrity().map(ToString::to_string); cache"} {"_id":"doc-en-nixpkgs-817377e7f0530829db5d24db34b1ea1c1ac0aea58ba8d02ae1f7036d82dc8005","title":"","text":"} if let UrlOrString::Url(v) = &package.version { for (scheme, host) in [ (\"github\", \"github.com\"), (\"bitbucket\", \"bitbucket.org\"), (\"gitlab\", \"gitlab.com\"), ] { if v.scheme() == scheme { package.version = { let mut new_url = initial_url.clone(); new_url.set_host(Some(host))?; if v.path().ends_with(\".git\") { new_url.set_path(v.path()); } else { new_url.set_path(&format!(\"{}.git\", v.path())); } new_url.set_fragment(v.fragment()); UrlOrString::Url(new_url) }; break; if v.scheme() == \"npm\" { if let Some(UrlOrString::Url(ref url)) = &package.resolved { package.version = UrlOrString::Url(url.clone()); } } else { for (scheme, host) in [ (\"github\", \"github.com\"), (\"bitbucket\", \"bitbucket.org\"), (\"gitlab\", \"gitlab.com\"), ] { if v.scheme() == scheme { package.version = { let mut new_url = initial_url.clone(); new_url.set_host(Some(host))?; if v.path().ends_with(\".git\") { new_url.set_path(v.path()); } else { new_url.set_path(&format!(\"{}.git\", v.path())); } new_url.set_fragment(v.fragment()); UrlOrString::Url(new_url) }; break; } } } }"} {"_id":"doc-en-nixpkgs-5a986d360011752fc6d465ef1cb83a1e54a69d8dfde4b6c27964641b8c26e353","title":"","text":"#[cfg(test)] mod tests { use super::{ get_initial_url, to_new_packages, Hash, HashCollection, OldPackage, Package, UrlOrString, get_initial_url, packages, to_new_packages, Hash, HashCollection, OldPackage, Package, UrlOrString, }; use std::{ cmp::Ordering,"} {"_id":"doc-en-nixpkgs-9b1c3ce6ad78ac4d0491ce422e135f85c1c8d5abf568c18b61477ea2044a32f8","title":"","text":"Some(Hash(String::from(\"sha512-foo\"))) ); } #[test] fn parse_lockfile_correctly() { let packages = packages( r#\"{ \"name\": \"node-ddr\", \"version\": \"1.0.0\", \"lockfileVersion\": 1, \"requires\": true, \"dependencies\": { \"string-width-cjs\": { \"version\": \"npm:string-width@4.2.3\", \"resolved\": \"https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz\", \"integrity\": \"sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==\", \"requires\": { \"emoji-regex\": \"^8.0.0\", \"is-fullwidth-code-point\": \"^3.0.0\", \"strip-ansi\": \"^6.0.1\" } } } }\"#).unwrap(); assert_eq!(packages.len(), 1); assert_eq!( packages[0].resolved, Some(UrlOrString::Url( Url::parse(\"https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz\") .unwrap() )) ); } }"} {"_id":"doc-en-nixpkgs-c124ad1b091e06b78aebb30eb8f0eb1a20d584116cf0c30cc2a51c99256c66f9","title":"","text":" { lib , python3 , fetchFromGitHub }: let python = python3.override { packageOverrides = self: super: { lark = super.lark.overridePythonAttrs (old: rec { # gdtoolkit needs exactly this lark version version = \"0.8.0\"; src = fetchFromGitHub { owner = \"lark-parser\"; repo = \"lark\"; rev = version; hash = \"sha256-KN9buVlH8hJ8t0ZP5yefeYM5vH5Gg7a7TEDGKJYpozs=\"; fetchSubmodules = true; }; patches = [ ]; }); }; }; in python.pkgs.buildPythonApplication rec { pname = \"gdtoolkit3\"; version = \"3.5.0\"; # If we try to get using fetchPypi it requires GeoIP (but the package dont has that dep!?) src = fetchFromGitHub { owner = \"Scony\"; repo = \"godot-gdscript-toolkit\"; rev = version; hash = \"sha256-cMGD5Xdf9ElS1NT7Q0NPB//EvUO0MI0VTtps5JRisZ4=\"; }; disabled = python.pythonOlder \"3.7\"; propagatedBuildInputs = with python.pkgs; [ docopt lark pyyaml setuptools ]; doCheck = true; nativeCheckInputs = with python.pkgs; [ pytestCheckHook hypothesis ]; preCheck = '' # The tests want to run the installed executables export PATH=$out/bin:$PATH # gdtoolkit tries to write cache variables to $HOME/.cache export HOME=$TMP ''; # The tests are not working on NixOS disabledTests = [ \"test_cc_on_empty_file_succeeds\" \"test_cc_on_file_with_single_function_succeeds\" ]; pythonImportsCheck = [ \"gdtoolkit\" \"gdtoolkit.formatter\" \"gdtoolkit.linter\" \"gdtoolkit.parser\" ]; meta = with lib; { description = \"Independent set of tools for working with Godot's GDScript - parser, linter and formatter\"; homepage = \"https://github.com/Scony/godot-gdscript-toolkit\"; license = licenses.mit; maintainers = with maintainers; [ shiryel tmarkus ]; }; } "} {"_id":"doc-en-nixpkgs-04c2d50def9531e1b3bf3c9edac49c8290f4037cdba6a6c543a201cc7398b0e6","title":"","text":" { lib , python3 , fetchFromGitHub }: let python = python3.override { packageOverrides = self: super: { lark = super.lark.overridePythonAttrs (old: rec { # gdtoolkit needs exactly this lark version version = \"1.1.9\"; src = fetchFromGitHub { owner = \"lark-parser\"; repo = \"lark\"; rev = version; hash = \"sha256-vDu+VPAXONY8J+A6oS7EiMeOMgzGms0nWpE+DKI1MVU=\"; fetchSubmodules = true; }; patches = [ ]; }); }; }; in python.pkgs.buildPythonApplication rec { pname = \"gdtoolkit\"; version = \"4.2.2\"; src = fetchFromGitHub { owner = \"Scony\"; repo = \"godot-gdscript-toolkit\"; rev = version; hash = \"sha256-SvEKKuDnfxV+5AArg5ssrQzgIwRITdek4KYEs3d0n4Y=\"; }; disabled = python.pythonOlder \"3.7\"; propagatedBuildInputs = with python.pkgs; [ docopt lark pyyaml setuptools ]; doCheck = true; nativeCheckInputs = with python.pkgs; [ pytestCheckHook hypothesis ]; preCheck = '' # The tests want to run the installed executables export PATH=$out/bin:$PATH # gdtoolkit tries to write cache variables to $HOME/.cache export HOME=$TMP ''; # The tests are not working on NixOS disabledTestPaths = [ \"tests/generated/test_expression_parsing.py\" \"tests/gdradon/test_executable.py\" ]; pythonImportsCheck = [ \"gdtoolkit\" \"gdtoolkit.formatter\" \"gdtoolkit.linter\" \"gdtoolkit.parser\" ]; meta = with lib; { description = \"Independent set of tools for working with Godot's GDScript - parser, linter and formatter\"; homepage = \"https://github.com/Scony/godot-gdscript-toolkit\"; license = licenses.mit; maintainers = with maintainers; [ squarepear ]; }; } "} {"_id":"doc-en-nixpkgs-43806a29a5247364ded1019b5b8aebbf79dc627b34efaeafd807e32472fb7033","title":"","text":" { lib , python3 , fetchFromGitHub , godot3-server }: let python = python3.override { packageOverrides = self: super: { lark = super.lark.overridePythonAttrs (old: rec { # gdtoolkit needs exactly this lark version version = \"0.8.0\"; src = fetchFromGitHub { owner = \"lark-parser\"; repo = \"lark\"; rev = version; hash = \"sha256-KN9buVlH8hJ8t0ZP5yefeYM5vH5Gg7a7TEDGKJYpozs=\"; fetchSubmodules = true; }; patches = [ ]; }); }; }; in python.pkgs.buildPythonApplication rec { pname = \"gdtoolkit\"; version = \"3.3.1\"; # If we try to get using fetchPypi it requires GeoIP (but the package dont has that dep!?) src = fetchFromGitHub { owner = \"Scony\"; repo = \"godot-gdscript-toolkit\"; rev = version; sha256 = \"13nnpwy550jf5qnm9ixpxl1bwfnhhbiys8vqfd25g3aim4bm3gnn\"; }; disabled = python.pythonOlder \"3.7\"; propagatedBuildInputs = with python.pkgs; [ docopt lark pyyaml setuptools ]; doCheck = true; nativeCheckInputs = with python.pkgs; [ pytestCheckHook hypothesis godot3-server ]; preCheck = let godotServerMajorVersion = lib.versions.major godot3-server.version; gdtoolkitMajorVersion = lib.versions.major version; msg = '' gdtoolkit major version ${gdtoolkitMajorVersion} does not match godot-server major version ${godotServerMajorVersion}! gdtoolkit needs a matching godot-server for its tests. If you see this error, you can either: - disable doCheck for gdtoolkit, or - provide a compatible godot-server version to gdtoolkit\" ''; in lib.throwIf (godotServerMajorVersion != gdtoolkitMajorVersion) msg '' # The tests want to run the installed executables export PATH=$out/bin:$PATH # gdtoolkit tries to write cache variables to $HOME/.cache export HOME=$TMP # Work around https://github.com/godotengine/godot/issues/20503 # Without this, Godot will complain about a missing project file touch project.godot # Remove broken test case # (hard to skip via disabledTests since the test name contains an absolute path) rm tests/potential-godot-bugs/multiline-subscription-expression.gd ''; pythonImportsCheck = [ \"gdtoolkit\" \"gdtoolkit.formatter\" \"gdtoolkit.linter\" \"gdtoolkit.parser\" ]; meta = with lib; { description = \"Independent set of tools for working with Godot's GDScript - parser, linter and formatter\"; homepage = \"https://github.com/Scony/godot-gdscript-toolkit\"; license = licenses.mit; maintainers = with maintainers; [ shiryel tmarkus ]; }; } "} {"_id":"doc-en-nixpkgs-09f808de20200e26fa4c211ab9288ad4aeb3967a5ddc9c1e248f2b67f8489172","title":"","text":"godot-headless = throw \"godot-headless has been renamed to godot3-headless to distinguish from version 4\"; # Added 2023-07-16 godot-server = throw \"godot-server has been renamed to godot3-server to distinguish from version 4\"; # Added 2023-07-16 gdtoolkit = throw \"gdtoolkit has been renamed to gdtoolkit_3 to distinguish from version 4\"; # Added 2024-02-17 google-chrome-beta = throw \"'google-chrome-beta' has been removed due to the lack of maintenance in nixpkgs. Consider using 'google-chrome' instead.\"; # Added 2023-10-18 google-chrome-dev = throw \"'google-chrome-dev' has been removed due to the lack of maintenance in nixpkgs. Consider using 'google-chrome' instead.\"; # Added 2023-10-18 google-gflags = throw \"'google-gflags' has been renamed to/replaced by 'gflags'\"; # Converted to throw 2023-09-10"} {"_id":"doc-en-nixpkgs-c10af1046e3b273bfb01f47378078d1dfdba5c2e8d7aabf9d757e60b150c3d26","title":"","text":"gdmap = callPackage ../tools/system/gdmap { }; gdtoolkit = callPackage ../development/tools/gdtoolkit { }; gef = callPackage ../development/tools/misc/gef { }; gelasio = callPackage ../data/fonts/gelasio { };"} {"_id":"doc-en-nixpkgs-b0696fb5255d41ece75b456e64665fef9e3546c0b21a3096b211189719e9482b","title":"","text":"existing process, but will need to start that process from gdb (so it is a child). Or you can set `boot.kernel.sysctl.\"kernel.yama.ptrace_scope\"` to 0. - Gitea 1.21 upgrade has several breaking changes, including: - Custom themes and other assets that were previously stored in `custom/public/*` now belong in `custom/public/assets/*` - New instances of Gitea using MySQL now ignore the `[database].CHARSET` config option and always use the `utf8mb4` charset, existing instances should migrate via the `gitea doctor convert` CLI command. - The `hardware.pulseaudio` module now sets permission of pulse user home directory to 755 when running in \"systemWide\" mode. It fixes [issue 114399](https://github.com/NixOS/nixpkgs/issues/114399)."} {"_id":"doc-en-nixpkgs-ab01e4947c5d414fa1a4302bea1ac6f56e98ecc6363788833dbe89964e7205f3","title":"","text":"buildGoModule rec { pname = \"gitea\"; version = \"1.20.5\"; version = \"1.21.1\"; # not fetching directly from the git repo, because that lacks several vendor files for the web UI src = fetchurl { url = \"https://dl.gitea.com/gitea/${version}/gitea-src-${version}.tar.gz\"; hash = \"sha256-cH/AHsFXOdvfSfj9AZUd3l/RlYE06o1ByZu0vvGQuXw=\"; hash = \"sha256-5WEHUMQsQNgrglS+xJ4IWHUl0a6RLLPyx0l+ECJ4R9g=\"; }; vendorHash = null;"} {"_id":"doc-en-nixpkgs-75ebcf76a53b6186fadf399a0dd272abd74883ec25b5e6fa4d6906863667e93f","title":"","text":"{ lib, stdenv, fetchFromGitHub, openssl, nss, nspr, libkrb5, gmp, zlib, libpcap, re2 , gcc, python3Packages, perl, perlPackages, makeWrapper, fetchpatch }: , gcc, python3Packages, perl, perlPackages, makeWrapper, }: stdenv.mkDerivation rec { pname = \"john\"; version = \"1.9.0-jumbo-1\"; version = \"rolling-2404\"; src = fetchFromGitHub { owner = \"openwall\"; repo = pname; rev = \"1.9.0-Jumbo-1\"; sha256 = \"sha256-O1iPh5QTMjZ78sKvGbvSpaHFbBuVc1z49UKTbMa24Rs=\"; repo = \"john\"; rev = \"f9fedd238b0b1d69181c1fef033b85c787e96e57\"; hash = \"sha256-zvoN+8Sx6qpVg2JeRLOIH1ehfl3tFTv7r5wQZ44Qsbc=\"; }; patches = [ (fetchpatch { name = \"fix-gcc-11-struct-allignment-incompatibility.patch\"; url = \"https://github.com/openwall/john/commit/154ee1156d62dd207aff0052b04c61796a1fde3b.patch\"; sha256 = \"sha256-3rfS2tu/TF+KW2MQiR+bh4w/FVECciTooDQNTHNw31A=\"; }) (fetchpatch { name = \"improve-apple-clang-pseudo-intrinsics-portability.patch\"; url = \"https://github.com/openwall/john/commit/c9825e688d1fb9fdd8942ceb0a6b4457b0f9f9b4.patch\"; excludes = [ \"doc/*\" ]; sha256 = \"sha256-hgoiz7IgR4f66fMP7bV1F8knJttY8g2Hxyk3QfkTu+g=\"; }) ]; postPatch = '' sed -ri -e ' s!^(#defines+CFG_[A-Z]+_NAMEs+).*/!1\"'\"$out\"'/etc/john/!"} {"_id":"doc-en-nixpkgs-ba63937ebde7e7c3b2966dd63ae5ea75239be7dce3f3af573867f27c6a831123","title":"","text":"description = \"John the Ripper password cracker\"; license = licenses.gpl2Plus; homepage = \"https://github.com/openwall/john/\"; maintainers = with maintainers; [ offline matthewbauer ]; maintainers = with maintainers; [ offline matthewbauer cherrykitten ]; platforms = platforms.unix; }; }"} {"_id":"doc-en-nixpkgs-a176f85bac793790482daafe76dcce181c6289967dee5879785d7ea48acee936","title":"","text":", numactl , writeText # Processing, video codecs, containers , ffmpeg_5-full , ffmpeg-full , nv-codec-headers , libogg , x264"} {"_id":"doc-en-nixpkgs-3bf2195d77fe1c60f5513b898cbf75693b3f3889e4a656db753abf2560e2aa27","title":"","text":"# for now we disable GTK GUI support on Darwin. (It may be possible to remove # this restriction later.) , useGtk ? !stdenv.isDarwin , bzip2 , desktop-file-utils , meson , ninja , wrapGAppsHook , intltool , glib"} {"_id":"doc-en-nixpkgs-ab10594bfff01162997d5e5940e317b724649b7e0eca9b452a3a10a8b3cc0005","title":"","text":"}: let version = \"1.6.1\"; version = \"1.7.3\"; src = fetchFromGitHub { owner = \"HandBrake\"; repo = \"HandBrake\"; rev = version; sha256 = \"sha256-0MJ1inMNA6s8l2S0wnpM2c7FxOoOHxs9u4E/rgKfjJo=\"; hash = \"sha256-4Q//UU/CPgWvhtpROfNPLzBvZlB02hbFe9Z9FA7mX04=\"; }; # Handbrake maintains a set of ffmpeg patches. In particular, these # patches are required for subtitle timing to work correctly. See: # https://github.com/HandBrake/HandBrake/issues/4029 ffmpeg-version = \"5.1.2\"; ffmpeg-hb = ffmpeg_5-full.overrideAttrs (old: { # base ffmpeg version is specified in: # https://github.com/HandBrake/HandBrake/blob/master/contrib/ffmpeg/module.defs ffmpeg-version = \"6.1\"; ffmpeg-hb = ffmpeg-full.overrideAttrs (old: { version = ffmpeg-version; src = fetchurl { url = \"https://www.ffmpeg.org/releases/ffmpeg-${ffmpeg-version}.tar.bz2\"; hash = \"sha256-OaC8yNmFSfFsVwYkZ4JGpqxzbAZs69tAn5UC6RWyLys=\"; hash = \"sha256-632j3n3TzkiplGq0R6c0a9EaOoXm77jyws5jfn9UdhE=\"; }; patches = old.patches or [ ] ++ [ \"${src}/contrib/ffmpeg/A01-qsv-libavfilter-qsvvpp-change-the-output-frame-s-width-a.patch\" \"${src}/contrib/ffmpeg/A02-qsv-configure-ensure-enable-libmfx-uses-libmfx-1.x.patch\" \"${src}/contrib/ffmpeg/A03-qsv-configure-fix-the-check-for-MFX_CODEC_VP9.patch\" \"${src}/contrib/ffmpeg/A04-qsv-remove-mfx-prefix-from-mfx-headers.patch\" \"${src}/contrib/ffmpeg/A05-qsv-load-user-plugin-for-MFX_VERSION-2.0.patch\" \"${src}/contrib/ffmpeg/A06-qsv-build-audio-related-code-when-MFX_VERSION-2.0.patch\" \"${src}/contrib/ffmpeg/A07-qsvenc-support-multi-frame-encode-when-MFX_VERSION-2.patch\" \"${src}/contrib/ffmpeg/A08-qsvenc-support-MFX_RATECONTROL_LA_EXT-when-MFX_VERSI.patch\" \"${src}/contrib/ffmpeg/A09-qsv-support-OPAQUE-memory-when-MFX_VERSION-2.0.patch\" \"${src}/contrib/ffmpeg/A10-qsv-configure-add-enable-libvpl-option.patch\" \"${src}/contrib/ffmpeg/A11-qsv-use-a-new-method-to-create-mfx-session-when-usin.patch\" \"${src}/contrib/ffmpeg/A12-qsv-fix-decode-10bit-hdr.patch\" \"${src}/contrib/ffmpeg/A13-mov-read-name-track-tag-written-by-movenc.patch\" \"${src}/contrib/ffmpeg/A14-movenc-write-3gpp-track-titl-tag.patch\" \"${src}/contrib/ffmpeg/A15-mov-read-3gpp-udta-tags.patch\" \"${src}/contrib/ffmpeg/A16-movenc-write-3gpp-track-names-tags-for-all-available.patch\" \"${src}/contrib/ffmpeg/A17-FFmpeg-devel-amfenc-Add-support-for-pict_type-field.patch\" \"${src}/contrib/ffmpeg/A18-dvdsubdec-fix-processing-of-partial-packets.patch\" \"${src}/contrib/ffmpeg/A19-ccaption_dec-return-number-of-bytes-used.patch\" \"${src}/contrib/ffmpeg/A20-dvdsubdec-return-number-of-bytes-used.patch\" \"${src}/contrib/ffmpeg/A21-dvdsubdec-use-pts-of-initial-packet.patch\" \"${src}/contrib/ffmpeg/A22-matroskaenc-aac-extradata-updated.patch\" \"${src}/contrib/ffmpeg/A23-ccaption_dec-fix-pts-in-real_time-mode.patch\" \"${src}/contrib/ffmpeg/A24-fix-eac3-dowmix.patch\" \"${src}/contrib/ffmpeg/A25-enable-truehd-pass.patch\" \"${src}/contrib/ffmpeg/A26-Update-the-min-version-to-1.4.23.0-for-AMF-SDK.patch\" \"${src}/contrib/ffmpeg/A27-avcodec-amfenc-Fixes-the-color-information-in-the-ou.patch\" \"${src}/contrib/ffmpeg/A28-avcodec-amfenc-HDR-metadata.patch\" # This patch is not applying since ffmpeg 5.1.1, probably it was backported by upstream # \"${src}/contrib/ffmpeg/A30-svt-av1-backports.patch\" (fetchpatch { name = \"vulkan-remove-extensions.patch\"; url = \"https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/eb0455d64690\"; hash = \"sha256-qvLrb7b+9/bel8A2lZuSmBiJtHXsABw0Lvgn1ggnmCU=\"; }) patches = (old.patches or [ ]) ++ [ \"${src}/contrib/ffmpeg/A01-mov-read-name-track-tag-written-by-movenc.patch\" \"${src}/contrib/ffmpeg/A02-movenc-write-3gpp-track-titl-tag.patch\" \"${src}/contrib/ffmpeg/A03-mov-read-3gpp-udta-tags.patch\" \"${src}/contrib/ffmpeg/A04-movenc-write-3gpp-track-names-tags-for-all-available.patch\" \"${src}/contrib/ffmpeg/A05-dvdsubdec-fix-processing-of-partial-packets.patch\" \"${src}/contrib/ffmpeg/A06-dvdsubdec-return-number-of-bytes-used.patch\" \"${src}/contrib/ffmpeg/A07-dvdsubdec-use-pts-of-initial-packet.patch\" \"${src}/contrib/ffmpeg/A08-ccaption_dec-fix-pts-in-real_time-mode.patch\" \"${src}/contrib/ffmpeg/A09-matroskaenc-aac-extradata-updated.patch\" \"${src}/contrib/ffmpeg/A10-amfenc-Add-support-for-pict_type-field.patch\" \"${src}/contrib/ffmpeg/A11-amfenc-Fixes-the-color-information-in-the-ou.patch\" \"${src}/contrib/ffmpeg/A12-amfenc-HDR-metadata.patch\" \"${src}/contrib/ffmpeg/A13-libavcodec-amfenc-Fix-issue-with-missing-headers-in-.patch\" \"${src}/contrib/ffmpeg/A14-avcodec-add-ambient-viewing-environment-packet-side-.patch\" \"${src}/contrib/ffmpeg/A15-avformat-mov-add-support-for-amve-ambient-viewing-en.patch\" \"${src}/contrib/ffmpeg/A16-videotoolbox-dec-h264.patch\" # patch to fix # commented out because it causes ffmpeg's filter-pixdesc-p010le test to fail. # \"${src}/contrib/ffmpeg/A17-libswscale-fix-yuv420p-to-p01xle-color-conversion-bu.patch\" \"${src}/contrib/ffmpeg/A18-qsv-fix-decode-10bit-hdr.patch\" \"${src}/contrib/ffmpeg/A19-ffbuild-common-use-gzip-n-flag-for-cuda.patch\" ]; }); x265-hb = x265.overrideAttrs (old: { # nixpkgs' x265 sourceRoot is x265-.../source whereas handbrake's x265 patches # are written with respect to the parent directory instead of that source directory. # patches which don't cleanly apply are commented out. postPatch = (old.postPatch or \"\") + '' pushd .. # patch -p1 < ${src}/contrib/x265/A00-crosscompile-fix.patch patch -p1 < ${src}/contrib/x265/A01-threads-priority.patch patch -p1 < ${src}/contrib/x265/A02-threads-pool-adjustments.patch patch -p1 < ${src}/contrib/x265/A03-sei-length-crash-fix.patch patch -p1 < ${src}/contrib/x265/A04-ambient-viewing-enviroment-sei.patch # patch -p1 < ${src}/contrib/x265/A05-memory-leaks.patch popd ''; }); versionFile = writeText \"version.txt\" '' BRANCH=${versions.majorMinor version}.x DATE=1970-01-01 00:00:01 +0000"} {"_id":"doc-en-nixpkgs-4c1b7a6b66e1f693376313825c9ed9279cc1656debe0dd50a04f08e81f9b9815","title":"","text":"# Use the Nix-provided libxml2 instead of the system-provided one. substituteInPlace libhb/module.defs --replace /usr/include/libxml2 ${libxml2.dev}/include/libxml2 '' + optionalString useGtk '' substituteInPlace gtk/module.rules --replace-fail '$(MESON.exe)' 'meson' --replace-fail '$(NINJA.exe)' 'ninja' # Force using nixpkgs dependencies substituteInPlace gtk/meson.build --replace-fail \"cc.find_library('bz2', dirs: hb_libdirs)\" \"cc.find_library('bz2')\" --replace-fail \"cc.find_library('mp3lame', dirs: hb_libdirs)\" \"cc.find_library('mp3lame')\" --replace-fail \"hb_incdirs = include_directories(hb_dir / 'libhb', hb_dir / 'contrib/include')\" \"hb_incdirs = include_directories(hb_dir / 'libhb')\" ''; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-7f726489720e95d4eafc6a1f6789db8c209010842c98b0e1827eb19e879ed82a","title":"","text":"pkg-config python3 ] ++ optionals useGtk [ intltool wrapGAppsHook ]; ++ optionals useGtk [ desktop-file-utils intltool meson ninja wrapGAppsHook ]; buildInputs = [ a52dec"} {"_id":"doc-en-nixpkgs-e9c23f97eb1f09b829fcdf06c53d084d24b64a30e1aca8a9a2e65edbaab0be96","title":"","text":"speex svt-av1 x264 x265 x265-hb xz zimg ] ++ optional (!stdenv.isDarwin) numactl ++ optionals useGtk [ bzip2 dbus-glib glib gst_all_1.gst-plugins-base"} {"_id":"doc-en-nixpkgs-78831d8221c98922c9e231e1756e36d5fd47fe2c8515e894928a4490735416b7","title":"","text":"configureFlags = [ \"--disable-df-fetch\" \"--disable-df-verify\" \"--disable-gtk-update-checks\" ] ++ optional (!useGtk) \"--disable-gtk\" ++ optional useFdk \"--enable-fdk-aac\""} {"_id":"doc-en-nixpkgs-8dcf6764a9a0dd968be72f172208fc7c87c93e0c837624a8da04401bc89f88b0","title":"","text":"# NOTE: 2018-12-27: Check NixOS HandBrake test if changing NIX_LDFLAGS = [ \"-lx265\" ]; # meson/ninja are used only for the subprojects, not the toplevel dontUseMesonConfigure = true; dontUseMesonInstall = true; dontUseNinjaBuild = true; dontUseNinjaInstall = true; makeFlags = [ \"--directory=build\" ]; passthru.tests = { basic-conversion = passthru = { # for convenience inherit ffmpeg-hb x265-hb; tests.basic-conversion = let # Big Buck Bunny example, licensed under CC Attribution 3.0. testMkv = fetchurl {"} {"_id":"doc-en-nixpkgs-258ccd1e147bf8e23020c59526113fe7f7127b59bf295d7e5c44cc6125488796","title":"","text":"HandBrakeCLI -i ${testMkv} -o test.mkv -e x264 -q 20 -B 160 test -e test.mkv ''; version = testers.testVersion { package = self; command = \"HandBrakeCLI --version\"; }; tests.version = testers.testVersion { package = self; command = \"HandBrakeCLI --version\"; }; }; meta = with lib; {"} {"_id":"doc-en-nixpkgs-de04697cf55b6dac6b993b4cf44b43b7d1de94c1501ec80db7f6bbf9a4d7bc26","title":"","text":"license = licenses.gpl2Only; maintainers = with maintainers; [ Anton-Latukha wmertens ]; platforms = with platforms; unix; broken = stdenv.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion \"10.13\"; broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/297984#issuecomment-2016503434 }; }; in"} {"_id":"doc-en-nixpkgs-7802e99b3c303d113f4352add3cec16bc6ae072f700b3a3c443bd5f4a23a03b3","title":"","text":"substituteInPlace $out/opt/brother/Printers/HL1210W/cupswrapper/brother_lpdwrapper_HL1210W --replace /opt \"$out/opt\" mkdir -p $out/lib/cups/filter mkdir -p $out/lib/cups/filter $out/share/cups/model ln -s $out/opt/brother/Printers/HL1210W/cupswrapper/brother_lpdwrapper_HL1210W $out/lib/cups/filter/brother_lpdwrapper_HL1210W ln -s $out/opt/brother/Printers/HL1210W/cupswrapper/brother-HL1210W-cups-en.ppd $out/lib/cups/filter/brother-HL1210W-cups-en.ppd ln -s $out/opt/brother/Printers/HL1210W/cupswrapper/brother-HL1210W-cups-en.ppd $out/share/cups/model/ # cp brcupsconfig4 $out/opt/brother/Printers/HL1110/cupswrapper/ ln -s $out/opt/brother/Printers/HL1210W/cupswrapper/brcupsconfig4 $out/lib/cups/filter/brcupsconfig4"} {"_id":"doc-en-nixpkgs-e7ff45ebd7711b92fb1edebcf9e3c9007d074444e9dfb70b4c31faaa6ad4bdb3","title":"","text":", curl , fetchFromBitbucket , fetchFromGitHub , fetchzip , ghc_filesystem , glew , glfw"} {"_id":"doc-en-nixpkgs-60138cc235d64ac913d1fc2c2a7b1a436f921b69b60d7dcc92a2e76dda0d1f30","title":"","text":", libjack2 , libpulseaudio , libsamplerate , libXext , libXi , makeDesktopItem , makeWrapper , pkg-config"} {"_id":"doc-en-nixpkgs-05a4b74464937fded382223c73066a8486bf7e63089a1bed6fe982574198ee18","title":"","text":"}; in stdenv.mkDerivation rec { pname = \"VCV-Rack\"; version = \"2.4.0\"; pname = \"vcv-rack\"; version = \"2.4.1\"; desktopItems = [ (makeDesktopItem {"} {"_id":"doc-en-nixpkgs-4ee230d3ccebc1ca28f31bec4d757b653711354552a6e30b46b72705c688f582","title":"","text":"owner = \"VCVRack\"; repo = \"Rack\"; rev = \"v${version}\"; sha256 = \"0azrqyx5as4jmk9dxb7cj7x9dha81i0mm9pkvdv944qyccqwg55i\"; hash = \"sha256-Gn/sFltLXX2mLv4dDqmr/UPd+JBXVkIZGwMI6Rm0Ih4=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-39cd2656e7597402d18e7c2c350c0bb41122d8531690dd10179dea59d7c05bb5","title":"","text":"cp -r ${fundamental-source} plugins/Fundamental/ chmod -R +rw plugins/Fundamental # will be used as build dir substituteInPlace plugin.mk --replace \":= all\" \":= dist\" substituteInPlace plugins/Fundamental/src/Logic.cpp --replace \"LightButton>\" \"struct rack::componentlibrary::LightButton>\" # Fix reference to zenity substituteInPlace dep/osdialog/osdialog_zenity.c "} {"_id":"doc-en-nixpkgs-909f330fc7977391ee976d21e9e2cc097b329dc5d90761d1cdfe8e1ad4a1cdd1","title":"","text":"doInstallCheck = true; # socket path becomes too long otherwise preInstallCheck = lib.optional stdenv.isDarwin \"export TMPDIR=/tmp\"; separateDebugInfo = stdenv.isLinux; crossAttrs = {"} {"_id":"doc-en-nixpkgs-ce4dbc39fcb55dfca311a6ebb12edcc52a6458968145b645c580a67089be4ff8","title":"","text":" { coreutils , fetchFromGitHub }: let advcpmv-data = { pname = \"advcpmv\"; patch-version = \"0.9\"; coreutils-version = \"9.4\"; version = \"${advcpmv-data.patch-version}-${advcpmv-data.coreutils-version}\"; src = fetchFromGitHub { owner = \"jarun\"; repo = \"advcpmv\"; rev = \"a1f8b505e691737db2f7f2b96275802c45f65c59\"; hash = \"sha256-IHfMu6PyGRPc87J/hbxMUdosmLq13K0oWa5fPLWKOvo=\"; }; patch-file = advcpmv-data.src + \"/advcpmv-${advcpmv-data.version}.patch\"; }; coreutilsNoSingleBinary = coreutils.override { singleBinary = false; }; in assert (advcpmv-data.coreutils-version == coreutils.version); coreutilsNoSingleBinary.overrideAttrs (old: { inherit (advcpmv-data) pname version; patches = (old.patches or [ ]) ++ [ advcpmv-data.patch-file ]; outputs = [ \"out\" ]; # Since we don't need info files configureFlags = (old.configureFlags or [ ]) ++ [ # To not conflict with regular coreutils \"--program-prefix=adv\" ]; # Only cpg and mvg are desired, the others are not touched and therefore can # be removed. Equally, the info directory is removed. postFixup = (old.postFixup or \"\") + '' rm -rf $out/share/info pushd $out/bin mv advcp cpg mv advmv mvg rm adv* mv cpg advcp mv mvg advmv ln -s advcp cpg ln -s advcp acp ln -s advmv mvg ln -s advmv amv popd ''; meta = old.meta // { homepage = \"https://github.com/jarun/advcpmv\"; description = \"Patched cp and mv from Coreutils that provides progress bars\"; longDescription = '' Advanced Copy is a mod for the GNU cp and GNU mv tools which adds a progress bar and provides some info on what's going on. It was written by Florian Zwicke and released under the GPL. ''; }; }) "} {"_id":"doc-en-nixpkgs-114fbc8989a9f98920b47c285e321efa6d3b0837ecd25ddc9a673de721a8fa85","title":"","text":" { stdenv , lib , fetchurl , fetchpatch , fetchFromGitHub , bash , pkg-config , autoconf , cpio , file , which , unzip , zip , perl , cups , freetype , alsa-lib , libjpeg , giflib , libpng , zlib , lcms2 , libX11 , libICE , libXrender , libXext , libXt , libXtst , libXi , libXinerama , libXcursor , libXrandr , fontconfig , openjdk22-bootstrap , ensureNewerSourcesForZipFilesHook , setJavaClassPath # TODO(@sternenseemann): gtk3 fails to evaluate in pkgsCross.ghcjs.buildPackages # which should be fixable, this is a no-rebuild workaround for GHC. , headless ? stdenv.targetPlatform.isGhcjs , enableJavaFX ? false , openjfx , enableGnome2 ? true , gtk3 , gnome_vfs , glib , GConf }: let version = { feature = \"22\"; interim = \"\"; build = \"36\"; }; # when building a headless jdk, also bootstrap it with a headless jdk openjdk-bootstrap = openjdk22-bootstrap.override { gtkSupport = !headless; }; openjdk = stdenv.mkDerivation { pname = \"openjdk\" + lib.optionalString headless \"-headless\"; version = \"${version.feature}${version.interim}+${version.build}\"; src = fetchFromGitHub { owner = \"openjdk\"; repo = \"jdk${version.feature}u\"; rev = \"jdk-${version.feature}${version.interim}+${version.build}\"; hash = \"sha256-itjvIedPwJl/l3a2gIVpNMs1zkbrjioVqbCj1Z1nCJE=\"; }; nativeBuildInputs = [ pkg-config autoconf unzip ensureNewerSourcesForZipFilesHook ]; buildInputs = [ cpio file which zip perl zlib cups freetype alsa-lib libjpeg giflib libpng zlib lcms2 libX11 libICE libXrender libXext libXtst libXt libXtst libXi libXinerama libXcursor libXrandr fontconfig openjdk-bootstrap ] ++ lib.optionals (!headless && enableGnome2) [ gtk3 gnome_vfs GConf glib ]; patches = [ ./fix-java-home-jdk21.patch ./read-truststore-from-env-jdk10.patch ./currency-date-range-jdk10.patch ./increase-javadoc-heap-jdk13.patch ./ignore-LegalNoticeFilePlugin-jdk18.patch # -Wformat etc. are stricter in newer gccs, per # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79677 # so grab the work-around from # https://src.fedoraproject.org/rpms/java-openjdk/pull-request/24 (fetchurl { url = \"https://src.fedoraproject.org/rpms/java-openjdk/raw/06c001c7d87f2e9fe4fedeef2d993bcd5d7afa2a/f/rh1673833-remove_removal_of_wformat_during_test_compilation.patch\"; sha256 = \"082lmc30x64x583vqq00c8y0wqih3y4r0mp1c4bqq36l22qv6b6r\"; }) # Fix build for gnumake-4.4.1: # https://github.com/openjdk/jdk/pull/12992 (fetchpatch { name = \"gnumake-4.4.1\"; url = \"https://github.com/openjdk/jdk/commit/9341d135b855cc208d48e47d30cd90aafa354c36.patch\"; hash = \"sha256-Qcm3ZmGCOYLZcskNjj7DYR85R4v07vYvvavrVOYL8vg=\"; }) ] ++ lib.optionals (!headless && enableGnome2) [ ./swing-use-gtk-jdk13.patch ]; postPatch = '' chmod +x configure patchShebangs --build configure ''; # JDK's build system attempts to specifically detect # and special-case WSL, and we don't want it to do that, # so pass the correct platform names explicitly configurePlatforms = [ \"build\" \"host\" ]; # https://openjdk.org/groups/build/doc/building.html configureFlags = [ \"--with-boot-jdk=${openjdk-bootstrap.home}\" \"--with-version-build=${version.build}\" \"--with-version-opt=nixos\" \"--with-version-pre=\" \"--enable-unlimited-crypto\" \"--with-native-debug-symbols=internal\" \"--with-libjpeg=system\" \"--with-giflib=system\" \"--with-libpng=system\" \"--with-zlib=system\" \"--with-lcms=system\" \"--with-stdc++lib=dynamic\" ] ++ lib.optional headless \"--enable-headless-only\" ++ lib.optional (!headless && enableJavaFX) \"--with-import-modules=${openjfx}\"; separateDebugInfo = true; env.NIX_CFLAGS_COMPILE = \"-Wno-error\"; NIX_LDFLAGS = toString (lib.optionals (!headless) [ \"-lfontconfig\" \"-lcups\" \"-lXinerama\" \"-lXrandr\" \"-lmagic\" ] ++ lib.optionals (!headless && enableGnome2) [ \"-lgtk-3\" \"-lgio-2.0\" \"-lgnomevfs-2\" \"-lgconf-2\" ]); # -j flag is explicitly rejected by the build system: # Error: 'make -jN' is not supported, use 'make JOBS=N' # Note: it does not make build sequential. Build system # still runs in parallel. enableParallelBuilding = false; buildFlags = [ \"images\" ]; installPhase = '' mkdir -p $out/lib mv build/*/images/jdk $out/lib/openjdk # Remove some broken manpages. rm -rf $out/lib/openjdk/man/ja* # Mirror some stuff in top-level. mkdir -p $out/share ln -s $out/lib/openjdk/include $out/include ln -s $out/lib/openjdk/man $out/share/man # IDEs use the provided src.zip to navigate the Java codebase (https://github.com/NixOS/nixpkgs/pull/95081) ln -s $out/lib/openjdk/lib/src.zip $out/lib/src.zip # jni.h expects jni_md.h to be in the header search path. ln -s $out/include/linux/*_md.h $out/include/ # Remove crap from the installation. rm -rf $out/lib/openjdk/demo ${lib.optionalString headless '' rm $out/lib/openjdk/lib/{libjsound,libfontmanager}.so ''} ln -s $out/lib/openjdk/bin $out/bin ''; preFixup = '' # Propagate the setJavaClassPath setup hook so that any package # that depends on the JDK has $CLASSPATH set up properly. mkdir -p $out/nix-support #TODO or printWords? cf https://github.com/NixOS/nixpkgs/pull/27427#issuecomment-317293040 echo -n \"${setJavaClassPath}\" > $out/nix-support/propagated-build-inputs # Set JAVA_HOME automatically. mkdir -p $out/nix-support cat < $out/nix-support/setup-hook if [ -z \"''${JAVA_HOME-}\" ]; then export JAVA_HOME=$out/lib/openjdk; fi EOF ''; postFixup = '' # Build the set of output library directories to rpath against LIBDIRS=\"\" for output in $(getAllOutputNames); do if [ \"$output\" = debug ]; then continue; fi LIBDIRS=\"$(find $(eval echo $$output) -name *.so* -exec dirname {} + | sort -u | tr 'n' ':'):$LIBDIRS\" done # Add the local library paths to remove dependencies on the bootstrap for output in $(getAllOutputNames); do if [ \"$output\" = debug ]; then continue; fi OUTPUTDIR=$(eval echo $$output) BINLIBS=$(find $OUTPUTDIR/bin/ -type f; find $OUTPUTDIR -name *.so*) echo \"$BINLIBS\" | while read i; do patchelf --set-rpath \"$LIBDIRS:$(patchelf --print-rpath \"$i\")\" \"$i\" || true patchelf --shrink-rpath \"$i\" || true done done ''; disallowedReferences = [ openjdk-bootstrap ]; pos = builtins.unsafeGetAttrPos \"feature\" version; meta = import ./meta.nix lib version.feature; passthru = { architecture = \"\"; home = \"${openjdk}/lib/openjdk\"; inherit gtk3; }; }; in openjdk "} {"_id":"doc-en-nixpkgs-c65f06ebaac52e3536411bdd3e9628cd939c5bc87bc451300461f522d9745909","title":"","text":" { stdenv , lib , fetchFromGitHub , fetchpatch , writeText , openjdk21_headless , gradle , pkg-config , perl , cmake , gperf , gtk2 , gtk3 , libXtst , libXxf86vm , glib , alsa-lib , ffmpeg_4 , python3 , ruby , icu68 , withMedia ? true , withWebKit ? false }: let major = \"22\"; update = \"\"; build = \"+30\"; repover = \"${major}${update}${build}\"; makePackage = args: stdenv.mkDerivation ({ version = \"${major}${update}${build}\"; src = fetchFromGitHub { owner = \"openjdk\"; repo = \"jfx\"; rev = repover; hash = \"sha256-sZF7ZPC0kgTTxWgtkxmGtOlfroGPGVZcMw0/wSTJUxQ=\"; }; buildInputs = [ gtk2 gtk3 libXtst libXxf86vm glib alsa-lib ffmpeg_4 icu68 ]; nativeBuildInputs = [ gradle perl pkg-config cmake gperf python3 ruby ]; dontUseCmakeConfigure = true; config = writeText \"gradle.properties\" ('' CONF = Release JDK_HOME = ${openjdk21_headless.home} '' + args.gradleProperties or \"\"); buildPhase = '' runHook preBuild export NUMBER_OF_PROCESSORS=$NIX_BUILD_CORES export GRADLE_USER_HOME=$(mktemp -d) ln -s $config gradle.properties export NIX_CFLAGS_COMPILE=\"$(pkg-config --cflags glib-2.0) $NIX_CFLAGS_COMPILE\" gradle --no-daemon $gradleFlags sdk runHook postBuild ''; } // args); # Fake build to pre-download deps into fixed-output derivation. # We run nearly full build because I see no other way to download everything that's needed. # Anyone who knows a better way? deps = makePackage { pname = \"openjfx-deps\"; # perl code mavenizes pathes (com.squareup.okio/okio/1.13.0/a9283170b7305c8d92d25aff02a6ab7e45d06cbe/okio-1.13.0.jar -> com/squareup/okio/okio/1.13.0/okio-1.13.0.jar) installPhase = '' find $GRADLE_USER_HOME -type f -regex '.*/modules.*.(jar|pom)' | perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/s]+))$# ($x = $2) =~ tr|.|/|; \"install -Dm444 $1 $out/$x/$3/$4/$5\" #e' | sh rm -rf $out/tmp ''; outputHashAlgo = \"sha256\"; outputHashMode = \"recursive\"; outputHash = \"sha256-2I7LvYcudlB4DKJ/wEiTjY6nICUxUY52euosUqOA+Bs=\"; }; in makePackage { pname = \"openjfx-modular-sdk\"; gradleProperties = '' COMPILE_MEDIA = ${lib.boolToString withMedia} COMPILE_WEBKIT = ${lib.boolToString withWebKit} ''; preBuild = '' swtJar=\"$(find ${deps} -name org.eclipse.swt*.jar)\" substituteInPlace build.gradle --replace 'mavenCentral()' 'mavenLocal(); maven { url uri(\"${deps}\") }' --replace 'name: SWT_FILE_NAME' \"files('$swtJar')\" ''; installPhase = '' cp -r build/modular-sdk $out ''; stripDebugList = [ \".\" ]; postFixup = '' # Remove references to bootstrap. export openjdkOutPath='${openjdk21_headless.outPath}' find \"$out\" -name *.so | while read lib; do new_refs=\"$(patchelf --print-rpath \"$lib\" | perl -pe 's,:?Q$ENV{openjdkOutPath}E[^:]*,,')\" patchelf --set-rpath \"$new_refs\" \"$lib\" done ''; disallowedReferences = [ openjdk21_headless openjdk21_headless ]; passthru.deps = deps; meta = with lib; { homepage = \"https://openjdk.org/projects/openjfx/\"; license = licenses.gpl2Classpath; description = \"The next-generation Java client toolkit\"; maintainers = with maintainers; [ abbradar ]; platforms = platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-788d8b7b8f466e77359673a05df2b4b2bc49ad147a224dc76c60593fb161b473","title":"","text":" { callPackage , enableJavaFX ? false , ... }@args: callPackage ./common.nix ({ # Details from https://www.azul.com/downloads/?version=java-22-lts&package=jdk # Note that the latest build may differ by platform dists = { x86_64-linux = { zuluVersion = \"22.28.91\"; jdkVersion = \"22.0.0\"; hash = if enableJavaFX then \"sha256-HvMiODsz+puu1xtxG2RRXH/PWCk91PGNZ7UcOd9orqQ=\" else \"sha256-HvMiODsz+puu1xtxG2RRXH/PWCk91PGNZ7UcOd9orqQ=\"; }; aarch64-linux = { zuluVersion = \"22.28.91\"; jdkVersion = \"22.0.0\"; hash = if enableJavaFX then throw \"JavaFX is not available for aarch64-linux\" else \"sha256-3RLNNEbMk5wAZsQmbQj/jpx9iTL/yr9N3wL4t7m6c+s=\"; }; x86_64-darwin = { zuluVersion = \"22.28.91\"; jdkVersion = \"22.0.0\"; hash = if enableJavaFX then \"sha256-Y6PSNQjHRXukwux2sVbvpTIqT+Cg+KeG1C0iSEwyKZw=\" else \"sha256-Y6PSNQjHRXukwux2sVbvpTIqT+Cg+KeG1C0iSEwyKZw=\"; }; aarch64-darwin = { zuluVersion = \"22.28.91\"; jdkVersion = \"22.0.0\"; hash = if enableJavaFX then \"sha256-o0VkWB4+PzBmNNWy+FZlyjTgukBTe6owfydb3YNfEE0=\" else \"sha256-o0VkWB4+PzBmNNWy+FZlyjTgukBTe6owfydb3YNfEE0=\"; }; }; } // builtins.removeAttrs args [ \"callPackage\" ]) "} {"_id":"doc-en-nixpkgs-1ed0ece0c6f48d6ad1b2d5143eab34963a7a7f1602c320847ef6a3339bddb852","title":"","text":"hugs = callPackage ../development/interpreters/hugs { }; inherit (javaPackages) openjfx11 openjfx15 openjfx17 openjfx19 openjfx20 openjfx21; inherit (javaPackages) openjfx11 openjfx15 openjfx17 openjfx19 openjfx20 openjfx21 openjfx22; openjfx = openjfx17; openjdk8-bootstrap = javaPackages.compiler.openjdk8-bootstrap;"} {"_id":"doc-en-nixpkgs-fc0fec0db315cb0cc83c324e2db22a7c6932f2e1684c7a110479549537d3fa29","title":"","text":"jdk21 = openjdk21; jdk21_headless = openjdk21_headless; openjdk22 = javaPackages.compiler.openjdk22; openjdk22_headless = javaPackages.compiler.openjdk22.headless; jdk22 = openjdk22; jdk22_headless = openjdk22_headless; /* default JDK */ jdk = jdk21; jdk_headless = jdk21_headless;"} {"_id":"doc-en-nixpkgs-9e862e16dc76a4a95fdeb7d9d44eb366eebd4cdadb73f4090350bcbab756d318","title":"","text":"openjfx19 = callPackage ../development/compilers/openjdk/openjfx/19.nix { }; openjfx20 = callPackage ../development/compilers/openjdk/openjfx/20.nix { }; openjfx21 = callPackage ../development/compilers/openjdk/openjfx/21.nix { }; openjfx22 = callPackage ../development/compilers/openjdk/openjfx/22.nix { }; in { inherit openjfx11 openjfx15 openjfx17 openjfx19 openjfx20 openjfx21; inherit openjfx11 openjfx15 openjfx17 openjfx19 openjfx20 openjfx21 openjfx22; compiler = let"} {"_id":"doc-en-nixpkgs-98f2e69448719402f758e6af18ecaae4c58e78474b04626265eb0b17d4b591db","title":"","text":"openjfx = openjfx21; }; openjdk22 = mkOpenjdk ../development/compilers/openjdk/22.nix ../development/compilers/zulu/22.nix { openjdk22-bootstrap = temurin-bin.jdk-21; openjfx = openjfx22; }; temurin-bin = recurseIntoAttrs (callPackage ( if stdenv.isLinux then ../development/compilers/temurin-bin/jdk-linux.nix"} {"_id":"doc-en-nixpkgs-d3bf6f9413625650db417e69b4d1c35be0dcf2b195f701fb24d63d9dca0c2014","title":"","text":"}; }; meta = with lib; { # Some of the OpenJDK derivation set their `pos` by hand. We need to # overwrite this in order to point to Corretto, not OpenJDK. pos = __curPos; meta = with lib; oldAttrs.meta // { homepage = \"https://aws.amazon.com/corretto\"; license = licenses.gpl2Only; description = \"Amazon's distribution of OpenJDK\"; platforms = jdk.meta.platforms; mainProgram = \"java\"; maintainers = with maintainers; [ rollf ]; }; })"} {"_id":"doc-en-nixpkgs-48e209e7d7c49a788f0900d0a3bb864079b53f5dd8900220be8d353c151dcc60","title":"","text":"ghdl-llvm = callPackage ../development/compilers/ghdl { backend = \"llvm\"; inherit (llvmPackages_15) llvm; }; gcl_2_6_13_pre = callPackage ../development/compilers/gcl/2.6.13-pre.nix { };"} {"_id":"doc-en-nixpkgs-0f1ce1eaf7587b45f1d2b6af1b44af64e61ae98675ea3dea292dec4d2dc05ebe","title":"","text":"'' runHook preInstall mv build/linux-${cpu}-server-${buildType}/images/jdk/man build/linux-${cpu}-server-${buildType}/images/${jbrsdkDir} rm -rf build/linux-${cpu}-server-${buildType}/images/jdk mv build/linux-${cpu}-server-${buildType}/images/${jbrsdkDir} build/linux-${cpu}-server-${buildType}/images/jdk '' + oldAttrs.installPhase + \"runHook postInstall\";"} {"_id":"doc-en-nixpkgs-1f12d3091a917e435f7626bf319b57e91b3a86d6f743577f252908306c414d86","title":"","text":"{ lib , buildNpmPackage , fetchFromGitHub , runCommand , web-ext }: buildNpmPackage rec {"} {"_id":"doc-en-nixpkgs-24b4db2c25c3fec5b3b46fa7c5773182f315d5fc1dced3e03096a0eb9fdb6098","title":"","text":"npmDepsHash = \"sha256-KPBKUjCxva11w/E+Qhlx+1vikpCL7Hr9MiKenYHEVSU=\"; npmBuildFlags = [ \"--production\" ]; passthru.tests.help = runCommand \"${pname}-tests\" { } '' ${web-ext}/bin/web-ext --help touch $out ''; meta = { description = \"A command line tool to help build, run, and test web extensions\"; homepage = \"https://github.com/mozilla/web-ext\";"} {"_id":"doc-en-nixpkgs-b171903e715a2d78398ad8f10a06897c680563cce81d68950b7fd027db57b695","title":"","text":" commit 166afaf144d6473464975438353257359dd51708 Author: Andreas Wiese Date: Thu Feb 1 11:35:02 2024 +0100 aa-remove-unknown: fix readability check This check is intended for ensuring that the profiles file can actually be opened. The *actual* check is performed by the shell, not the read utility, which won't even be executed if the input redirection (and hence the test) fails. If the test succeeds, though, using `read` here might actually jeopardize the test result if there are no profiles loaded and the file is empty. This commit fixes that case by simply using `true` instead of `read`. diff --git a/utils/aa-remove-unknown b/utils/aa-remove-unknown index 0e00d6a0..3351feef 100755 --- a/utils/aa-remove-unknown +++ b/utils/aa-remove-unknown @@ -63,7 +63,7 @@ fi # We have to do this check because error checking awk's getline() below is # tricky and, as is, results in an infinite loop when apparmorfs returns an # error from open(). -if ! IFS= read -r _ < \"$PROFILES\" ; then +if ! true < \"$PROFILES\" ; then echo \"ERROR: Unable to read apparmorfs profiles file\" 1>&2 exit 1 elif [ ! -w \"$REMOVE\" ] ; then "} {"_id":"doc-en-nixpkgs-b9e4f42158f82e62586ed193ad1d4c893e808c78a6e3d37053da872e446c4308","title":"","text":"--replace \"/usr/include/linux/capability.h\" \"${linuxHeaders}/include/linux/capability.h\" ''; patches = lib.optionals stdenv.hostPlatform.isMusl [ patches = [ ./0001-aa-remove-unknown_empty-ruleset.patch ] ++ lib.optionals stdenv.hostPlatform.isMusl [ (fetchpatch { url = \"https://git.alpinelinux.org/aports/plain/testing/apparmor/0003-Added-missing-typedef-definitions-on-parser.patch?id=74b8427cc21f04e32030d047ae92caa618105b53\"; name = \"0003-Added-missing-typedef-definitions-on-parser.patch\";"} {"_id":"doc-en-nixpkgs-3bf032a6c93b473fd64bdf155619de6f860848fd0e689e89bfea6a491ffe8c12","title":"","text":"\"-DENABLE_JACK=ON\" (lib.cmakeBool \"ENABLE_QSV11\" stdenv.hostPlatform.isx86_64) (lib.cmakeBool \"ENABLE_LIBFDK\" withFdk) (lib.cmakeBool \"ENABLE_ALSA\" alsaSupport) (lib.cmakeBool \"ENABLE_PULSEAUDIO\" pulseaudioSupport) (lib.cmakeBool \"ENABLE_PIPEWIRE\" pipewireSupport) ]; dontWrapGApps = true;"} {"_id":"doc-en-nixpkgs-cf80bd3496fe1c2685a1040e47d7edd0aa0b375166dd058e958701b4389df0e5","title":"","text":"video content, efficiently ''; homepage = \"https://obsproject.com\"; maintainers = with maintainers; [ jb55 MP2E materus fpletz ]; maintainers = with maintainers; [ eclairevoyant jb55 MP2E materus fpletz ]; license = with licenses; [ gpl2Plus ] ++ optional withFdk fraunhofer-fdk; platforms = [ \"x86_64-linux\" \"i686-linux\" \"aarch64-linux\" ]; mainProgram = \"obs\";"} {"_id":"doc-en-nixpkgs-e8c89b4a0ec03854b1b28ed0861f19b02dafd2c4b1afb332923d46cdfa8e5120","title":"","text":"unixODBC libxml2 libuuid zlib ] ++ (with xorg; [ libX11 libXext"} {"_id":"doc-en-nixpkgs-e132ca3eae121c48de3adf3c3e0bd49d6144491acba85b318707a40f9b719b20","title":"","text":"echo \"=== Running MathInstaller ===\" ./MathInstaller -auto -createdir=y -execdir=$out/bin -targetdir=$out/libexec/Mathematica -silent # Fix library paths cd $out/libexec/Mathematica/Executables for path in mathematica MathKernel Mathematica WolframKernel wolfram math; do sed -i -e 's#export LD_LIBRARY_PATH$#export LD_LIBRARY_PATH=${zlib}/lib:''${LD_LIBRARY_PATH}#' $path done ''; preFixup = ''"} {"_id":"doc-en-nixpkgs-997a80a3e84c57292c60a466c71cd7ff40e20fdd7b0b5c63f64430d31f6aabdb","title":"","text":" { lib, stdenv, buildPecl, php, valgrind, pcre2, fetchFromGitHub }: { lib , stdenv , buildPecl , php , valgrind , pcre2 , fetchFromGitHub }: let version = \"5.0.3\"; version = \"5.1.2\"; in buildPecl { inherit version; pname = \"swoole\";"} {"_id":"doc-en-nixpkgs-8b93d6a45fc2e16ea14140f8ecb42629debc852517d6dfbc2b892a56a2437fc0","title":"","text":"owner = \"swoole\"; repo = \"swoole-src\"; rev = \"v${version}\"; sha256 = \"sha256-xadseYMbA+llzTf9JFIitJK2iR0dN8vAjv3n9/e7FGs=\"; hash = \"sha256-WTsntvauiooj081mOoFcK6CVpnCCR/cEQtJbsOIJ/wo=\"; }; buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ]; doCheck = true; checkTarget = \"tests\"; # tests require internet access doCheck = false; meta = with lib; { meta = { changelog = \"https://github.com/swoole/swoole-src/releases/tag/v${version}\"; description = \"Coroutine-based concurrency library for PHP\"; license = licenses.asl20; homepage = \"https://www.swoole.co.uk/\"; maintainers = teams.php.members; homepage = \"https://www.swoole.com\"; license = lib.licenses.asl20; maintainers = lib.teams.php.members; }; }"} {"_id":"doc-en-nixpkgs-3a7f125c239b21fb07c50414d980b84b57b308ca2d78170f658f7cc3174c3bbe","title":"","text":", gnome }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"loupe\"; version = \"45.2\"; version = \"45.3\"; src = fetchurl { url = \"mirror://gnome/sources/loupe/${lib.versions.major version}/loupe-${version}.tar.xz\"; hash = \"sha256-uLP/rzZXAmsX4E8Z4EDLqNUetNDKtU5CKVsOWlJxwKs=\"; url = \"mirror://gnome/sources/loupe/${lib.versions.major finalAttrs.version}/loupe-${finalAttrs.version}.tar.xz\"; hash = \"sha256-9l8tEgjQhatf+pmN1DyS/pUictTVm1HP7MEevf/KLYY=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-a97e1bf685bafc9c06e29f3c73ec255ddda507d0085c2a7bedaca064b6346c93","title":"","text":"platforms = platforms.unix; mainProgram = \"loupe\"; }; } }) "} {"_id":"doc-en-nixpkgs-95f3f0801696d4166d41a702b8ccb9d2c66230a11924c12eb9f8a3f9c050ff99","title":"","text":", nixosTests }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"vte\"; version = \"0.74.1\"; version = \"0.74.2\"; outputs = [ \"out\" \"dev\" \"devdoc\" ]; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz\"; sha256 = \"sha256-IyjD8cmYNQoY4OUTNI6fxYHVfqTnuJrt8R4OPGUEK08=\"; url = \"mirror://gnome/sources/vte/${lib.versions.majorMinor finalAttrs.version}/vte-${finalAttrs.version}.tar.xz\"; sha256 = \"sha256-pTX7Kpj+qKJEnNGgLMz1GQEx3d/1LnFa/azj/rU26uc=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-534ecad0e0d6b09f5bf98ba74eebc4ad2ef766c687c4ab48337c6927cb07b9a6","title":"","text":"passthru = { updateScript = gnome.updateScript { packageName = pname; packageName = \"vte\"; versionPolicy = \"odd-unstable\"; }; tests = {"} {"_id":"doc-en-nixpkgs-870e2aaa1cd09698710636251fad26283329fae804f8e75d051f7451fa4a6f13","title":"","text":"maintainers = with maintainers; [ astsmtl antono ] ++ teams.gnome.members; platforms = platforms.unix; }; } }) "} {"_id":"doc-en-nixpkgs-b8bac4432cb4ba22350bbf96c14c7d50a0daaa7a03867c45dfe290ed458737f1","title":"","text":", vulkan-loader , vulkan-utility-libraries , writeText , libsForQt5 }: stdenv.mkDerivation rec {"} {"_id":"doc-en-nixpkgs-39d716588c15b8bdd79d1ead9f1fb926c59aab2053b1e9019cd2102e5aeb31c1","title":"","text":"hash = \"sha256-2ZUD+RBsl35QV3250JOPCIoJb4sJcBsiRE4SZaS6ROs=\"; }; nativeBuildInputs = [ cmake python3 jq which pkg-config ]; nativeBuildInputs = [ cmake python3 jq which pkg-config libsForQt5.qt5.wrapQtAppsHook ]; buildInputs = [ expat"} {"_id":"doc-en-nixpkgs-e75910c89ca7607a97e9d041f11028fdd4122dafa11627fb15d6f86364d48008","title":"","text":"wayland xcbutilkeysyms xcbutilwm libsForQt5.qt5.qtbase libsForQt5.qt5.qtwayland ]; cmakeFlags = ["} {"_id":"doc-en-nixpkgs-60da1c466ab836fb062fb115cf039bb5198656b83ef88d6f66a7726856ee641f","title":"","text":"/nixos/README.md @infinisil /pkgs/README.md @infinisil /maintainers/README.md @infinisil /maintainers/* @piegamesde @Janik-Haag # User-facing development documentation /doc/development.md @infinisil"} {"_id":"doc-en-nixpkgs-eb29086b6fec9faa93b024032fc9a5c14d158a57c1d2b26ac9ba3871abebf8c7","title":"","text":"mkdir $out ${if enableFakechroot then '' proot -r $PWD/old_out ${bind-paths} --pwd=/ --root-id bash -c ' proot -r $PWD/old_out ${bind-paths} --pwd=/ fakeroot bash -c ' source $stdenv/setup eval \"$fakeRootCommands\" tar "} {"_id":"doc-en-nixpkgs-56f89d43727114b7a1cb772232200a226d02ca51ec4b18fbab47b877bef36a1c","title":"","text":"{ lib , stdenv , fetchFromGitHub , python3Packages , python310Packages , testers , stig }: python3Packages.buildPythonApplication rec { python310Packages.buildPythonApplication rec { pname = \"stig\"; # This project has a different concept for pre release / alpha, # Read the project's README for details: https://github.com/rndusr/stig#stig version = \"0.12.5a0\"; version = \"0.12.8a0\"; src = fetchFromGitHub { owner = \"rndusr\"; repo = \"stig\"; rev = \"v${version}\"; sha256 = \"sha256-e27DBzing38llFxPIsMGkZJXp2q7jjFlQdtfsqLXNHw=\"; sha256 = \"sha256-vfmuA6DqWvAygcS6N+qX1h+Ag+P4eOwm41DhAFZR3r8=\"; }; propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python310Packages; [ urwid urwidtrees aiohttp"} {"_id":"doc-en-nixpkgs-77e5eafda995dc9496bc4c7546f46df804a25266a2d46a59290f095ce442d8cd","title":"","text":"setproctitle ]; nativeCheckInputs = with python3Packages; [ nativeCheckInputs = with python310Packages; [ asynctest pytestCheckHook ];"} {"_id":"doc-en-nixpkgs-51cb0e17af2c4bedeee9a52ac7c54589eac18d8d5d698381861b8a155f4dabbe","title":"","text":"export LC_ALL=C ''; pytestFlagsArray = [ \"tests\" # TestScrollBarWithScrollable.test_wrapping_bug fails \"--deselect=tests/tui_test/scroll_test.py::TestScrollBarWithScrollable::test_wrapping_bug\" # https://github.com/rndusr/stig/issues/214 \"--deselect=tests/completion_test/classes_test.py::TestCandidates::test_candidates_are_sorted_case_insensitively\" ] ++ lib.optionals stdenv.isDarwin [ \"--deselect=tests/client_test/ttypes_test.py::TestTimestamp::test_string__month_day_hour_minute_second\" \"--deselect=tests/client_test/aiotransmission_test/api_torrent_test.py\" \"--deselect=tests/client_test/aiotransmission_test/rpc_test.py\" disabledTestPaths = [ # Almost all tests fail in this file, it is reported upstream in: # https://github.com/rndusr/stig/issues/214 , and upstream fails to # reproduce the issue unfortunately. \"tests/client_test/aiotransmission_test/api_settings_test.py\" ]; disabledTests = [ # Another failure with similar circumstances to the above \"test_candidates_are_sorted_case_insensitively\" ]; passthru.tests = testers.testVersion {"} {"_id":"doc-en-nixpkgs-65d96a79b1ed73a878a743efd14ea8a0e53280350310d2b51bde12220a9921ab","title":"","text":" { stdenv , lib , fetchurl , autoPatchelfHook , wrapGAppsHook , dbus , libGL , libX11 , libXcursor , libXi , libXrandr , udev , unzip , alsa-lib }: stdenv.mkDerivation rec { pname = \"cryptowatch-desktop\"; version = \"0.7.1\"; src = fetchurl { url = \"https://cryptowat.ch/desktop/download/linux/${version}\"; hash = \"sha256-ccyHfjp00CgQH+3SiDWx9yE1skOj0RWxnBomHWY/IaU=\"; }; unpackPhase = \"unzip $src\"; nativeBuildInputs = [ autoPatchelfHook wrapGAppsHook unzip ]; buildInputs = [ dbus udev alsa-lib ]; sourceRoot = \".\"; installPhase = '' install -m755 -D cryptowatch_desktop $out/bin/cryptowatch_desktop ''; preFixup = '' gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH : \"${lib.makeLibraryPath [ libGL libX11 libXcursor libXrandr libXi ]}\" ) ''; meta = with lib; { homepage = \"https://cryptowat.ch\"; description = \"Application for visualising real-time cryptocurrency market data\"; platforms = platforms.linux; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ livnev kashw2 ]; }; } "} {"_id":"doc-en-nixpkgs-575736e1f50e96408d9877de2b61aad0141d39065ccd4434e0c6b01a433d25de","title":"","text":"composable_kernel = throw \"'composable_kernel' has been replaced with 'rocmPackages.composable_kernel'\"; # Added 2023-10-08 cpp-ipfs-api = cpp-ipfs-http-client; # Project has been renamed. Added 2022-05-15 crispyDoom = crispy-doom; # Added 2023-05-01 cryptowatch-desktop = throw \"Cryptowatch Desktop was sunset on September 30th 2023 and has been removed from nixpkgs\"; # Added 2023-12-22 clash = throw \"'clash' has been removed, upstream gone. Consider using 'clash-meta' instead.\"; # added 2023-11-10 clasp = clingo; # added 2022-12-22 claws-mail-gtk3 = claws-mail; # Added 2021-07-10"} {"_id":"doc-en-nixpkgs-4798fcfbb89118997166778e684f732be8d3500079a0e80cbd89376ec78e98a6","title":"","text":"crow-translate = libsForQt5.callPackage ../applications/misc/crow-translate { }; cryptowatch-desktop = callPackage ../applications/finance/cryptowatch { }; dae = callPackage ../tools/networking/dae { }; darling = callPackage ../applications/emulators/darling { };"} {"_id":"doc-en-nixpkgs-f26b4fa09fb8eb140305656e6dbcd8ccd6cfd889d2ccc008d92afbed052c9293","title":"","text":"In an effort to keep the Nixpkgs manual in a consistent style, please follow the conventions below, unless they prevent you from properly documenting something. In that case, please open an issue about the particular documentation convention and tag it with a \"needs: documentation\" label. When needed, each convention explain why it exists, so you can make a decision whether to follow it or not based on your particular case. Note that these conventions are about the **structure** of the manual (and its source files), not about the content that goes in it. You, as the writer of documentation, are still in charge of its content. - Put each sentence in its own line. This makes reviews and suggestions much easier, since GitHub's review system is based on lines."} {"_id":"doc-en-nixpkgs-f3371721c3bd7113b00bbf73afd806a0a3da45e05c8ba7a7cd6d039874f1bcff","title":"","text":"} ``` - When showing inputs/outputs of any [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop), such as a shell or the Nix REPL, use a format as you'd see in the REPL, while trying to visually separate inputs from outputs. This means that for a shell, you should use a format like the following: ```shell $ nix-build -A hello '' --option require-sigs false --option trusted-substituters file:///tmp/hello-cache --option substituters file:///tmp/hello-cache /nix/store/zhl06z4lrfrkw5rp0hnjjfrgsclzvxpm-hello-2.12.1 ``` Note how the input is preceded by `$` on the first line and indented on subsequent lines, and how the output is provided as you'd see on the shell. For the Nix REPL, you should use a format like the following: ```shell nix-repl> builtins.attrNames { a = 1; b = 2; } [ \"a\" \"b\" ] ``` Note how the input is preceded by `nix-repl>` and the output is provided as you'd see on the Nix REPL. - When documenting functions or anything that has inputs/outputs and example usage, use nested headings to clearly separate inputs, outputs, and examples. Keep examples as the last nested heading, and link to the examples wherever applicable in the documentation. The purpose of this convention is to provide a familiar structure for navigating the manual, so any reader can expect to find content related to inputs in an \"inputs\" heading, examples in an \"examples\" heading, and so on. An example: ``` ## buildImage Some explanation about the function here. Describe a particular scenario, and point to [](#ex-dockerTools-buildImage), which is an example demonstrating it. ### Inputs Documentation for the inputs of `buildImage`. Perhaps even point to [](#ex-dockerTools-buildImage) again when talking about something specifically linked to it. ### Passthru outputs Documentation for any passthru outputs of `buildImage`. ### Examples Note that this is the last nested heading in the `buildImage` section. :::{.example #ex-dockerTools-buildImage} # Using `buildImage` Example of how to use `buildImage` goes here. ::: ``` - Use [definition lists](#definition-lists) to document function arguments, and the attributes of such arguments as well as their [types](https://nixos.org/manual/nix/stable/language/values). For example:"} {"_id":"doc-en-nixpkgs-dbd46a117f4bed081ea520fa24781df1331e6b5aee70e931d7486d61460fc82e","title":"","text":"# pkgs.coolFunction Description of what `coolFunction` does. ## Inputs `coolFunction` expects a single argument which should be an attribute set, with the following possible attributes: `name` (String)"} {"_id":"doc-en-nixpkgs-876a41d9ebeba87920e6420faddb37d4948d8cbff612626a69059dd9b039bc5b","title":"","text":" { lib , rustPlatform , fetchFromGitHub , pkg-config , wrapGAppsHook , atk , cairo , gdk-pixbuf , glib , gtk3 , pango , gtk-layer-shell }: rustPlatform.buildRustPackage rec { pname = \"sway-easyfocus\"; version = \"unstable-2023-11-05\"; src = fetchFromGitHub { owner = \"edzdez\"; repo = \"sway-easyfocus\"; rev = \"4c70f6728dbfc859e60505f0a7fd82f5a90ed42c\"; hash = \"sha256-WvYXhf13ZCoa+JAF4bYgi5mI22i9pZLtbIhF1odqaTU=\"; }; cargoHash = \"sha256-9cN0ervcU8JojwG7J250fprbCD2rB9kh9TbRU+wCE/Y=\"; nativeBuildInputs = [ pkg-config wrapGAppsHook ]; buildInputs = [ atk cairo gdk-pixbuf glib gtk3 gtk-layer-shell pango ]; meta = { description = \"A tool to help efficiently focus windows in Sway, inspired by i3-easyfocus\"; homepage = \"https://github.com/edzdez/sway-easyfocus\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ eclairevoyant ]; mainProgram = \"sway-easyfocus\"; }; } "} {"_id":"doc-en-nixpkgs-c674a447ad82a07af1a81fe0008f135ef16c827bcb2fd6b475784243a02f4a8f","title":"","text":"desktopItems = [ (makeDesktopItem { name = \"davinci-resolve\"; desktopName = \"Davinci Resolve\"; name = \"davinci-resolve${lib.optionalString studioVariant \"-studio\"}\"; desktopName = \"Davinci Resolve${lib.optionalString studioVariant \" Studio\"}\"; genericName = \"Video Editor\"; exec = \"resolve\"; # icon = \"DV_Resolve\"; exec = \"davinci-resolve${lib.optionalString studioVariant \"-studio\"}\"; icon = \"davinci-resolve${lib.optionalString studioVariant \"-studio\"}\"; comment = \"Professional video editing, color, effects and audio post-processing\"; categories = [ \"AudioVideo\""} {"_id":"doc-en-nixpkgs-4e98d5b8f60b987769d21d2cc822f321483fcaaf18f41f142dd44ae0b0bd14b5","title":"","text":"'' }\"; extraInstallCommands = '' mkdir -p $out/share/applications $out/share/icons/hicolor/128x128/apps ln -s ${davinci}/share/applications/*.desktop $out/share/applications/ ln -s ${davinci}/graphics/DV_Resolve.png $out/share/icons/hicolor/128x128/apps/davinci-resolve${lib.optionalString studioVariant \"-studio\"}.png ''; passthru = { inherit davinci; updateScript = lib.getExe (writeShellApplication {"} {"_id":"doc-en-nixpkgs-80357c05be4e79f1ffe6fdf5ce80a1556553916c2b7f50bb9ca5a5d99de96428","title":"","text":"maintainers = with maintainers; [ amarshall jshcmpbll orivej ]; platforms = [ \"x86_64-linux\" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; mainProgram = \"davinci-resolve\"; mainProgram = \"davinci-resolve${lib.optionalString studioVariant \"-studio\"}\"; }; }"} {"_id":"doc-en-nixpkgs-6250a67384a1ddba415deab2d3aae1f823f431f584d6bbac5071a3931919dd46","title":"","text":"to work, the username used to connect to PostgreSQL must match the database name, that is services.invidious.settings.db.user must match services.invidious.settings.db.dbname. This is the default since NixOS 24.05. For older systems, it is normally safe to manually set services.invidious.database.user to \"invidious\" as the new user will be created with permissions for the existing database. `REASSIGN OWNED BY kemal TO invidious;` may also be needed. the user to \"invidious\" as the new user will be created with permissions for the existing database. `REASSIGN OWNED BY kemal TO invidious;` may also be needed, it can be run as `sudo -u postgres env psql --user=postgres --dbname=invidious -c 'reassign OWNED BY kemal to invidious;'`. ''; } ];"} {"_id":"doc-en-nixpkgs-0db53373f24944e4a8d9c757abb49523e423e8e5b7fcaa32cec537142aca4ade","title":"","text":", pkg-config , gtk3 , libxml2 , xkeyboard_config , wrapGAppsHook , unstableGitUpdater }: stdenv.mkDerivation (finalAttrs: { pname = \"labwc-tweaks\"; version = \"unstable-2023-12-08\"; version = \"unstable-2024-01-04\"; src = fetchFromGitHub { owner = \"labwc\"; repo = finalAttrs.pname; rev = \"1c79d6a5ee3ac3d1a6140a1a98ae89674ef36635\"; hash = \"sha256-RD1VCKVoHsoY7SezY7tjZzomikMgA7N6B5vaYkIo9Es=\"; repo = \"labwc-tweaks\"; rev = \"1604f64cc62e4800ee04a6e1c323a48ee8140d83\"; hash = \"sha256-xFvc+Y03HjSvj846o84Wpk5tEXI49z8xkILSX2oas8A=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-0af71247a07456891a0eb3a7159446b98d0673e3b6c7371d12446f62ca851447","title":"","text":"strictDeps = true; postPatch = '' substituteInPlace stack-lang.c --replace /usr/share /run/current-system/sw/share sed -i '/{ NULL, \"/usr/share\" },/i { NULL, \"/run/current-system/sw/share\" },' theme.c substituteInPlace stack-lang.c --replace /usr/share/X11/xkb ${xkeyboard_config}/share/X11/xkb substituteInPlace theme.c --replace /usr/share /run/current-system/sw/share ''; passthru.updateScript = unstableGitUpdater { }; meta = { homepage = \"https://github.com/labwc/labwc-tweaks\"; description = \"Configuration gui app for labwc\"; mainProgram = \"labwc-tweaks\"; license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Only; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ romildo ]; maintainers = with lib.maintainers; [ AndersonTorres romildo ]; }; })"} {"_id":"doc-en-nixpkgs-78486193d1aaf39870084aa326defd03f0af7771fcbe339035fd7c0fdffcdd78","title":"","text":"githubId = 428026; name = \"embr\"; }; emilioziniades = { email = \"emilioziniades@protonmail.com\"; github = \"emilioziniades\"; githubId = 75438244; name = \"Emilio Ziniades\"; }; emily = { email = \"nixpkgs@emily.moe\"; github = \"emilazy\";"} {"_id":"doc-en-nixpkgs-cc7b0c3ffc2bdbadf2b262006c4cfa394e3e8788630b0dda8d99e0bae3e2809a","title":"","text":" { lib , stdenv , fetchFromGitHub , buildNpmPackage , rustPlatform , pkg-config , openssl , darwin }: rustPlatform.buildRustPackage rec { pname = \"cook-cli\"; version = \"0.7.1\"; src = fetchFromGitHub { owner = \"cooklang\"; repo = \"cookcli\"; rev = \"v${version}\"; hash = \"sha256-3gLVsk6GCxOG24Md7E9fk28Vnc4kVDdwyZUD/GtSwFE=\"; }; cargoHash = \"sha256-6lnURuE1cgNAniHl5ozXo1W3cLYYje7er+ZhvZDKdVg=\"; nativeBuildInputs = [ pkg-config openssl ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ]; postPatch = '' rm -rf \"ui/public\" ln -s ${passthru.ui} \"ui/public\" ''; OPENSSL_NO_VENDOR = 1; passthru.ui = buildNpmPackage { name = \"ui\"; src = \"${src}/ui\"; npmDepsHash = \"sha256-uMyOAYLVHhY4ytvEFvVzdoQ7ExzQ4sH+ZtDrEacu5bk=\"; makeCacheWritable = true; npmFlags = [ \"--legacy-peer-deps\" ]; installPhase = '' runHook preInstall mv public/ $out runHook postInstall ''; }; meta = with lib; { changelog = \"https://github.com/cooklang/cookcli/releases/tag/v${version}\"; description = \"A suite of tools to create shopping lists and maintain recipes\"; homepage = \"https://cooklang.org/\"; license = [ licenses.mit ]; mainProgram = \"cook\"; maintainers = [ maintainers.emilioziniades ]; platforms = platforms.linux ++ platforms.darwin; }; } "} {"_id":"doc-en-nixpkgs-61461dc53d972d75e9b481dcdb8a22b320cdf29c93843acd5104c2604fbf0dc8","title":"","text":"githubId = 4732885; name = \"Ivan Jager\"; }; aikooo7 = { name = \"Diogo Fernandes\"; email = \"prozinhopro1973@gmail.com\"; matrix = \"@aikoo7:matrix.org\"; github = \"aikooo7\"; githubId = 79667753; keys = [{ fingerprint = \"B0D7 2955 235F 6AB5 ACFA 1619 8C7F F5BB 1ADE F191\"; }]; }; aiotter = { email = \"git@aiotter.com\"; github = \"aiotter\";"} {"_id":"doc-en-nixpkgs-2dd668394e4dae9e45edfb9972e8955bf0a1db21ebf67ee886b8ba96c3bc2953","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"Inflector\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3\" dependencies = [ \"lazy_static\", \"regex\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"aead\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877\" dependencies = [ \"generic-array 0.14.7\", ] [[package]] name = \"aes\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8\" dependencies = [ \"cfg-if 1.0.0\", \"cipher\", \"cpufeatures\", \"opaque-debug 0.3.0\", ] [[package]] name = \"aes-gcm-siv\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc\" dependencies = [ \"aead\", \"aes\", \"cipher\", \"ctr\", \"polyval\", \"subtle\", \"zeroize\", ] [[package]] name = \"ahash\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47\" dependencies = [ \"getrandom 0.2.8\", \"once_cell\", \"version_check\", ] [[package]] name = \"ahash\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72832d73be48bac96a5d7944568f305d829ed55b0ce3b483647089dfaf6cf704\" dependencies = [ \"cfg-if 1.0.0\", \"getrandom 0.2.8\", \"once_cell\", \"version_check\", \"zerocopy\", ] [[package]] name = \"aho-corasick\" version = \"0.7.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f\" dependencies = [ \"memchr\", ] [[package]] name = \"aho-corasick\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04\" dependencies = [ \"memchr\", ] [[package]] name = \"aliasable\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd\" [[package]] name = \"alloc-no-stdlib\" version = \"2.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3\" [[package]] name = \"alloc-stdlib\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2\" dependencies = [ \"alloc-no-stdlib\", ] [[package]] name = \"android_system_properties\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e\" dependencies = [ \"libc\", ] [[package]] name = \"ansi_term\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"anyhow\" version = \"1.0.71\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8\" [[package]] name = \"arc-swap\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f\" [[package]] name = \"ark-bn254\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f\" dependencies = [ \"ark-ec\", \"ark-ff\", \"ark-std\", ] [[package]] name = \"ark-ec\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba\" dependencies = [ \"ark-ff\", \"ark-poly\", \"ark-serialize\", \"ark-std\", \"derivative\", \"hashbrown 0.13.2\", \"itertools\", \"num-traits\", \"zeroize\", ] [[package]] name = \"ark-ff\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba\" dependencies = [ \"ark-ff-asm\", \"ark-ff-macros\", \"ark-serialize\", \"ark-std\", \"derivative\", \"digest 0.10.7\", \"itertools\", \"num-bigint 0.4.3\", \"num-traits\", \"paste\", \"rustc_version 0.4.0\", \"zeroize\", ] [[package]] name = \"ark-ff-asm\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348\" dependencies = [ \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"ark-ff-macros\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565\" dependencies = [ \"num-bigint 0.4.3\", \"num-traits\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"ark-poly\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf\" dependencies = [ \"ark-ff\", \"ark-serialize\", \"ark-std\", \"derivative\", \"hashbrown 0.13.2\", ] [[package]] name = \"ark-serialize\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5\" dependencies = [ \"ark-serialize-derive\", \"ark-std\", \"digest 0.10.7\", \"num-bigint 0.4.3\", ] [[package]] name = \"ark-serialize-derive\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"ark-std\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185\" dependencies = [ \"num-traits\", \"rand 0.8.5\", ] [[package]] name = \"array-bytes\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ad284aeb45c13f2fb4f084de4a420ebf447423bdf9386c0540ce33cb3ef4b8c\" [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6\" [[package]] name = \"ascii\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e\" [[package]] name = \"asn1-rs\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf6690c370453db30743b373a60ba498fc0d6d83b11f4abfd87a84a075db5dd4\" dependencies = [ \"asn1-rs-derive\", \"asn1-rs-impl\", \"displaydoc\", \"nom\", \"num-traits\", \"rusticata-macros\", \"thiserror\", \"time 0.3.9\", ] [[package]] name = \"asn1-rs-derive\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", \"synstructure\", ] [[package]] name = \"asn1-rs-impl\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"assert_cmd\" version = \"2.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e\" dependencies = [ \"bstr 1.4.0\", \"doc-comment\", \"predicates\", \"predicates-core\", \"predicates-tree\", \"wait-timeout\", ] [[package]] name = \"assert_matches\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9\" [[package]] name = \"async-channel\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833\" dependencies = [ \"concurrent-queue\", \"event-listener\", \"futures-core\", ] [[package]] name = \"async-compression\" version = \"0.3.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695\" dependencies = [ \"brotli\", \"flate2\", \"futures-core\", \"memchr\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"async-mutex\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e\" dependencies = [ \"event-listener\", ] [[package]] name = \"async-stream\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625\" dependencies = [ \"async-stream-impl\", \"futures-core\", ] [[package]] name = \"async-stream-impl\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"async-trait\" version = \"0.1.68\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"atty\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\" dependencies = [ \"hermit-abi 0.1.19\", \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"autotools\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8138adefca3e5d2e73bfba83bd6eeaf904b26a7ac1b4a19892cfe16cc7e1701\" dependencies = [ \"cc\", ] [[package]] name = \"axum\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc\" dependencies = [ \"async-trait\", \"axum-core\", \"bitflags\", \"bytes\", \"futures-util\", \"http\", \"http-body\", \"hyper\", \"itoa\", \"matchit\", \"memchr\", \"mime\", \"percent-encoding 2.2.0\", \"pin-project-lite\", \"rustversion\", \"serde\", \"sync_wrapper\", \"tower\", \"tower-http\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"axum-core\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34\" dependencies = [ \"async-trait\", \"bytes\", \"futures-util\", \"http\", \"http-body\", \"mime\", \"rustversion\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"backoff\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1\" dependencies = [ \"futures-core\", \"getrandom 0.2.8\", \"instant\", \"pin-project-lite\", \"rand 0.8.5\", \"tokio\", ] [[package]] name = \"base64\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff\" [[package]] name = \"base64\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\" [[package]] name = \"base64\" version = \"0.21.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d\" [[package]] name = \"base64ct\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"874f8444adcb4952a8bc51305c8be95c8ec8237bb0d2e78d2e039f771f8828a0\" [[package]] name = \"bincode\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\" dependencies = [ \"serde\", ] [[package]] name = \"bindgen\" version = \"0.65.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5\" dependencies = [ \"bitflags\", \"cexpr\", \"clang-sys\", \"lazy_static\", \"lazycell\", \"peeking_take_while\", \"prettyplease 0.2.4\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"regex\", \"rustc-hash\", \"shlex\", \"syn 2.0.43\", ] [[package]] name = \"bit-set\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de\" dependencies = [ \"bit-vec\", ] [[package]] name = \"bit-vec\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitmaps\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2\" dependencies = [ \"typenum\", ] [[package]] name = \"blake3\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef\" dependencies = [ \"arrayref\", \"arrayvec\", \"cc\", \"cfg-if 1.0.0\", \"constant_time_eq\", \"digest 0.10.7\", ] [[package]] name = \"block-buffer\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b\" dependencies = [ \"block-padding 0.1.5\", \"byte-tools\", \"byteorder\", \"generic-array 0.12.4\", ] [[package]] name = \"block-buffer\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4\" dependencies = [ \"block-padding 0.2.1\", \"generic-array 0.14.7\", ] [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array 0.14.7\", ] [[package]] name = \"block-padding\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5\" dependencies = [ \"byte-tools\", ] [[package]] name = \"block-padding\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae\" [[package]] name = \"borsh\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa\" dependencies = [ \"borsh-derive 0.9.3\", \"hashbrown 0.11.2\", ] [[package]] name = \"borsh\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b\" dependencies = [ \"borsh-derive 0.10.3\", \"hashbrown 0.13.2\", ] [[package]] name = \"borsh-derive\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775\" dependencies = [ \"borsh-derive-internal 0.9.3\", \"borsh-schema-derive-internal 0.9.3\", \"proc-macro-crate 0.1.5\", \"proc-macro2 1.0.76\", \"syn 1.0.109\", ] [[package]] name = \"borsh-derive\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7\" dependencies = [ \"borsh-derive-internal 0.10.3\", \"borsh-schema-derive-internal 0.10.3\", \"proc-macro-crate 0.1.5\", \"proc-macro2 1.0.76\", \"syn 1.0.109\", ] [[package]] name = \"borsh-derive-internal\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"borsh-derive-internal\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"borsh-schema-derive-internal\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"borsh-schema-derive-internal\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"brotli\" version = \"3.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68\" dependencies = [ \"alloc-no-stdlib\", \"alloc-stdlib\", \"brotli-decompressor\", ] [[package]] name = \"brotli-decompressor\" version = \"2.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80\" dependencies = [ \"alloc-no-stdlib\", \"alloc-stdlib\", ] [[package]] name = \"bs58\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3\" [[package]] name = \"bstr\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223\" dependencies = [ \"memchr\", ] [[package]] name = \"bstr\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09\" dependencies = [ \"memchr\", \"once_cell\", \"regex-automata\", \"serde\", ] [[package]] name = \"bumpalo\" version = \"3.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535\" [[package]] name = \"bv\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340\" dependencies = [ \"feature-probe\", \"serde\", ] [[package]] name = \"byte-tools\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7\" [[package]] name = \"byte-unit\" version = \"4.0.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c\" dependencies = [ \"serde\", \"utf8-width\", ] [[package]] name = \"bytecount\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c\" [[package]] name = \"bytemuck\" version = \"1.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6\" dependencies = [ \"bytemuck_derive\", ] [[package]] name = \"bytemuck_derive\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"bytes\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be\" [[package]] name = \"bytesize\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70\" [[package]] name = \"bzip2\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8\" dependencies = [ \"bzip2-sys\", \"libc\", ] [[package]] name = \"bzip2-sys\" version = \"0.1.11+1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", ] [[package]] name = \"camino\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412\" dependencies = [ \"serde\", ] [[package]] name = \"caps\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b\" dependencies = [ \"libc\", \"thiserror\", ] [[package]] name = \"cargo-platform\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27\" dependencies = [ \"serde\", ] [[package]] name = \"cargo_metadata\" version = \"0.15.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a\" dependencies = [ \"camino\", \"cargo-platform\", \"semver 1.0.17\", \"serde\", \"serde_json\", \"thiserror\", ] [[package]] name = \"cast\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a\" dependencies = [ \"rustc_version 0.4.0\", ] [[package]] name = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" dependencies = [ \"jobserver\", ] [[package]] name = \"cexpr\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766\" dependencies = [ \"nom\", ] [[package]] name = \"cfg-if\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"chrono\" version = \"0.4.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b\" dependencies = [ \"iana-time-zone\", \"js-sys\", \"num-integer\", \"num-traits\", \"serde\", \"time 0.1.43\", \"wasm-bindgen\", \"winapi 0.3.9\", ] [[package]] name = \"chrono-humanize\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e\" dependencies = [ \"chrono\", ] [[package]] name = \"cipher\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7\" dependencies = [ \"generic-array 0.14.7\", ] [[package]] name = \"clang-sys\" version = \"1.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"10612c0ec0e0a1ff0e97980647cb058a6e7aedb913d01d009c406b8b7d0b26ee\" dependencies = [ \"glob\", \"libc\", \"libloading\", ] [[package]] name = \"clap\" version = \"2.33.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002\" dependencies = [ \"ansi_term\", \"atty\", \"bitflags\", \"strsim 0.8.0\", \"textwrap 0.11.0\", \"unicode-width\", \"vec_map\", ] [[package]] name = \"clap\" version = \"3.2.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5\" dependencies = [ \"atty\", \"bitflags\", \"clap_derive\", \"clap_lex\", \"indexmap\", \"once_cell\", \"strsim 0.10.0\", \"termcolor\", \"textwrap 0.16.0\", ] [[package]] name = \"clap_derive\" version = \"3.2.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65\" dependencies = [ \"heck 0.4.0\", \"proc-macro-error\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"clap_lex\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5\" dependencies = [ \"os_str_bytes\", ] [[package]] name = \"combine\" version = \"3.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680\" dependencies = [ \"ascii\", \"byteorder\", \"either\", \"memchr\", \"unreachable\", ] [[package]] name = \"concurrent-queue\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"console\" version = \"0.15.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8\" dependencies = [ \"encode_unicode\", \"lazy_static\", \"libc\", \"unicode-width\", \"windows-sys 0.45.0\", ] [[package]] name = \"console_error_panic_hook\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc\" dependencies = [ \"cfg-if 1.0.0\", \"wasm-bindgen\", ] [[package]] name = \"console_log\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f\" dependencies = [ \"log\", \"web-sys\", ] [[package]] name = \"const-oid\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3\" [[package]] name = \"const_format\" version = \"0.2.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e\" dependencies = [ \"const_format_proc_macros\", ] [[package]] name = \"const_format_proc_macros\" version = \"0.2.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"unicode-xid 0.2.2\", ] [[package]] name = \"constant_time_eq\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b\" [[package]] name = \"convert_case\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e\" [[package]] name = \"core-foundation\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc\" [[package]] name = \"core_affinity\" version = \"0.5.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f8a03115cc34fb0d7c321dd154a3914b3ca082ccc5c11d91bf7117dbbe7171f\" dependencies = [ \"kernel32-sys\", \"libc\", \"num_cpus\", \"winapi 0.2.8\", ] [[package]] name = \"cpufeatures\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469\" dependencies = [ \"libc\", ] [[package]] name = \"crc32fast\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"criterion-stats\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"387df94cb74ada1b33e10ce034bb0d9360cc73edb5063e7d7d4120a40ee1c9d2\" dependencies = [ \"cast\", \"num-traits\", \"num_cpus\", \"rand 0.4.6\", \"thread-scoped\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200\" dependencies = [ \"cfg-if 1.0.0\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e\" dependencies = [ \"cfg-if 1.0.0\", \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.5\" source = \"git+https://github.com/solana-labs/crossbeam?rev=fd279d707025f0e60951e429bf778b4813d1b6bf#fd279d707025f0e60951e429bf778b4813d1b6bf\" dependencies = [ \"cfg-if 1.0.0\", \"crossbeam-utils\", \"lazy_static\", \"memoffset 0.6.4\", \"scopeguard\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"crypto-common\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8\" dependencies = [ \"generic-array 0.14.7\", \"typenum\", ] [[package]] name = \"crypto-mac\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab\" dependencies = [ \"generic-array 0.14.7\", \"subtle\", ] [[package]] name = \"csv\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad\" dependencies = [ \"csv-core\", \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"csv-core\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90\" dependencies = [ \"memchr\", ] [[package]] name = \"ctr\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea\" dependencies = [ \"cipher\", ] [[package]] name = \"ctrlc\" version = \"3.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2\" dependencies = [ \"nix\", \"windows-sys 0.48.0\", ] [[package]] name = \"curve25519-dalek\" version = \"3.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0\" dependencies = [ \"byteorder\", \"digest 0.9.0\", \"rand_core 0.5.1\", \"serde\", \"subtle\", \"zeroize\", ] [[package]] name = \"darling\" version = \"0.20.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944\" dependencies = [ \"darling_core\", \"darling_macro\", ] [[package]] name = \"darling_core\" version = \"0.20.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"strsim 0.10.0\", \"syn 2.0.43\", ] [[package]] name = \"darling_macro\" version = \"0.20.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a\" dependencies = [ \"darling_core\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"dashmap\" version = \"4.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c\" dependencies = [ \"cfg-if 1.0.0\", \"num_cpus\", \"rayon\", ] [[package]] name = \"dashmap\" version = \"5.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c\" dependencies = [ \"cfg-if 1.0.0\", \"num_cpus\", \"parking_lot 0.12.1\", ] [[package]] name = \"data-encoding\" version = \"2.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57\" [[package]] name = \"der\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c\" dependencies = [ \"const-oid\", ] [[package]] name = \"der-parser\" version = \"8.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42d4bc9b0db0a0df9ae64634ac5bdefb7afcb534e182275ca0beadbe486701c1\" dependencies = [ \"asn1-rs\", \"displaydoc\", \"nom\", \"num-bigint 0.4.3\", \"num-traits\", \"rusticata-macros\", ] [[package]] name = \"derivation-path\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0\" [[package]] name = \"derivative\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"derive_more\" version = \"0.99.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df\" dependencies = [ \"convert_case\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"rustc_version 0.3.3\", \"syn 1.0.109\", ] [[package]] name = \"dialoguer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87\" dependencies = [ \"console\", \"shell-words\", \"tempfile\", \"zeroize\", ] [[package]] name = \"difflib\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8\" [[package]] name = \"digest\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5\" dependencies = [ \"generic-array 0.12.4\", ] [[package]] name = \"digest\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066\" dependencies = [ \"generic-array 0.14.7\", ] [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer 0.10.4\", \"crypto-common\", \"subtle\", ] [[package]] name = \"dir-diff\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b\" dependencies = [ \"walkdir\", ] [[package]] name = \"dirs-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1\" dependencies = [ \"cfg-if 1.0.0\", \"dirs-sys-next\", ] [[package]] name = \"dirs-sys-next\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d\" dependencies = [ \"libc\", \"redox_users\", \"winapi 0.3.9\", ] [[package]] name = \"displaydoc\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"dlopen\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937\" dependencies = [ \"dlopen_derive\", \"lazy_static\", \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"dlopen_derive\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581\" dependencies = [ \"libc\", \"quote 0.6.13\", \"syn 0.15.44\", ] [[package]] name = \"doc-comment\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10\" [[package]] name = \"eager\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abe71d579d1812060163dff96056261deb5bf6729b100fa2e36a68b9649ba3d3\" [[package]] name = \"ed25519\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc\" dependencies = [ \"signature\", ] [[package]] name = \"ed25519-dalek\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d\" dependencies = [ \"curve25519-dalek\", \"ed25519\", \"rand 0.7.3\", \"serde\", \"sha2 0.9.9\", \"zeroize\", ] [[package]] name = \"ed25519-dalek-bip32\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d2be62a4061b872c8c0873ee4fc6f101ce7b889d039f019c5fa2af471a59908\" dependencies = [ \"derivation-path\", \"ed25519-dalek\", \"hmac 0.12.1\", \"sha2 0.10.6\", ] [[package]] name = \"educe\" version = \"0.4.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f86b50932a01e7ec5c06160492ab660fb19b6bb2a7878030dd6cd68d21df9d4d\" dependencies = [ \"enum-ordinalize\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"either\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91\" [[package]] name = \"encode_unicode\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f\" [[package]] name = \"encoding_rs\" version = \"0.8.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"enum-iterator\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689\" dependencies = [ \"enum-iterator-derive\", ] [[package]] name = \"enum-iterator-derive\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"enum-ordinalize\" version = \"3.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef\" dependencies = [ \"num-bigint 0.4.3\", \"num-traits\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"env_logger\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7\" dependencies = [ \"atty\", \"humantime\", \"log\", \"regex\", \"termcolor\", ] [[package]] name = \"errno\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a\" dependencies = [ \"errno-dragonfly\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"errno-dragonfly\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"etcd-client\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3bfae4cb9cd8c3c2a552d45e155cafd079f385a3b9421b9a010878f44531f1e\" dependencies = [ \"http\", \"prost 0.9.0\", \"tokio\", \"tokio-stream\", \"tonic 0.6.2\", \"tonic-build 0.6.2\", \"tower-service\", ] [[package]] name = \"event-listener\" version = \"2.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71\" [[package]] name = \"fake-simd\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed\" [[package]] name = \"fast-math\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2465292146cdfc2011350fe3b1c616ac83cf0faeedb33463ba1c332ed8948d66\" dependencies = [ \"ieee754\", ] [[package]] name = \"fastrand\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2\" dependencies = [ \"instant\", ] [[package]] name = \"fd-lock\" version = \"3.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642\" dependencies = [ \"cfg-if 1.0.0\", \"rustix\", \"windows-sys 0.48.0\", ] [[package]] name = \"feature-probe\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da\" [[package]] name = \"filedescriptor\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed3d8a5e20435ff00469e51a0d82049bae66504b5c429920dadf9bb54d47b3f\" dependencies = [ \"libc\", \"thiserror\", \"winapi 0.3.9\", ] [[package]] name = \"filetime\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall 0.2.10\", \"winapi 0.3.9\", ] [[package]] name = \"fixedbitset\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e\" [[package]] name = \"flate2\" version = \"1.0.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"float-cmp\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4\" dependencies = [ \"num-traits\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"form_urlencoded\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8\" dependencies = [ \"percent-encoding 2.2.0\", ] [[package]] name = \"fs_extra\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c\" [[package]] name = \"fuchsia-cprng\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba\" [[package]] name = \"futures\" version = \"0.1.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678\" [[package]] name = \"futures\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c\" [[package]] name = \"futures-executor\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", \"num_cpus\", ] [[package]] name = \"futures-io\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964\" [[package]] name = \"futures-macro\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"futures-sink\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e\" [[package]] name = \"futures-task\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65\" [[package]] name = \"futures-util\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533\" dependencies = [ \"futures 0.1.31\", \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"gag\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a713bee13966e9fbffdf7193af71d54a6b35a0bb34997cd6c9519ebeb5005972\" dependencies = [ \"filedescriptor\", \"tempfile\", ] [[package]] name = \"gdbstub\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32c95766e0414f8bfc1d07055574c621b67739466d6ba516c4fef8e99d30d2e6\" dependencies = [ \"bitflags\", \"cfg-if 1.0.0\", \"log\", \"managed\", \"num-traits\", \"paste\", ] [[package]] name = \"gen-headers\" version = \"1.16.27\" dependencies = [ \"log\", \"regex\", ] [[package]] name = \"gen-syscall-list\" version = \"1.16.27\" dependencies = [ \"regex\", ] [[package]] name = \"generic-array\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd\" dependencies = [ \"typenum\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"serde\", \"typenum\", \"version_check\", ] [[package]] name = \"gethostname\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"getrandom\" version = \"0.1.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"libc\", \"wasi 0.9.0+wasi-snapshot-preview1\", \"wasm-bindgen\", ] [[package]] name = \"getrandom\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"wasm-bindgen\", ] [[package]] name = \"glob\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574\" [[package]] name = \"globset\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd\" dependencies = [ \"aho-corasick 0.7.18\", \"bstr 0.2.17\", \"fnv\", \"log\", \"regex\", ] [[package]] name = \"goauth\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8af59a261bcf42f45d1b261232847b9b850ba0a1419d6100698246fb66e9240\" dependencies = [ \"arc-swap\", \"futures 0.3.28\", \"log\", \"reqwest\", \"serde\", \"serde_derive\", \"serde_json\", \"simpl\", \"smpl_jwt\", \"time 0.3.9\", \"tokio\", ] [[package]] name = \"goblin\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c955ab4e0ad8c843ea653a3d143048b87490d9be56bd7132a435c2407846ac8f\" dependencies = [ \"log\", \"plain\", \"scroll\", ] [[package]] name = \"h2\" version = \"0.3.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21\" dependencies = [ \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http\", \"indexmap\", \"slab\", \"tokio\", \"tokio-util 0.7.1\", \"tracing\", ] [[package]] name = \"hash32\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67\" dependencies = [ \"byteorder\", ] [[package]] name = \"hashbrown\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e\" dependencies = [ \"ahash 0.7.6\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" dependencies = [ \"ahash 0.7.6\", ] [[package]] name = \"hashbrown\" version = \"0.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e\" dependencies = [ \"ahash 0.8.4\", ] [[package]] name = \"headers\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d\" dependencies = [ \"base64 0.13.1\", \"bitflags\", \"bytes\", \"headers-core\", \"http\", \"httpdate\", \"mime\", \"sha-1 0.10.0\", ] [[package]] name = \"headers-core\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429\" dependencies = [ \"http\", ] [[package]] name = \"heck\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c\" dependencies = [ \"unicode-segmentation\", ] [[package]] name = \"heck\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9\" [[package]] name = \"hermit-abi\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286\" [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"hidapi\" version = \"2.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f841dbb77615e116fb2ca38044b42310370f0d093c774a72361670ff2ae431b\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"winapi 0.3.9\", ] [[package]] name = \"histogram\" version = \"0.6.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669\" [[package]] name = \"hmac\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840\" dependencies = [ \"crypto-mac\", \"digest 0.9.0\", ] [[package]] name = \"hmac\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e\" dependencies = [ \"digest 0.10.7\", ] [[package]] name = \"hmac-drbg\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1\" dependencies = [ \"digest 0.9.0\", \"generic-array 0.14.7\", \"hmac 0.8.1\", ] [[package]] name = \"http\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[package]] name = \"http-body\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1\" dependencies = [ \"bytes\", \"http\", \"pin-project-lite\", ] [[package]] name = \"http-range-header\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29\" [[package]] name = \"httparse\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904\" [[package]] name = \"httpdate\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440\" [[package]] name = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"hyper\" version = \"0.14.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"socket2\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[package]] name = \"hyper-proxy\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc\" dependencies = [ \"bytes\", \"futures 0.3.28\", \"headers\", \"http\", \"hyper\", \"hyper-tls\", \"native-tls\", \"tokio\", \"tokio-native-tls\", \"tower-service\", ] [[package]] name = \"hyper-rustls\" version = \"0.23.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac\" dependencies = [ \"http\", \"hyper\", \"rustls 0.20.8\", \"tokio\", \"tokio-rustls 0.23.3\", ] [[package]] name = \"hyper-timeout\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1\" dependencies = [ \"hyper\", \"pin-project-lite\", \"tokio\", \"tokio-io-timeout\", ] [[package]] name = \"hyper-tls\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905\" dependencies = [ \"bytes\", \"hyper\", \"native-tls\", \"tokio\", \"tokio-native-tls\", ] [[package]] name = \"iana-time-zone\" version = \"0.1.46\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad2bfd338099682614d3ee3fe0cd72e0b6a41ca6a87f6a74a3bd593c91650501\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"js-sys\", \"wasm-bindgen\", \"winapi 0.3.9\", ] [[package]] name = \"ident_case\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39\" [[package]] name = \"idna\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e\" dependencies = [ \"matches\", \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"idna\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"ieee754\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c\" [[package]] name = \"im\" version = \"15.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9\" dependencies = [ \"bitmaps\", \"rand_core 0.6.4\", \"rand_xoshiro\", \"rayon\", \"serde\", \"sized-chunks\", \"typenum\", \"version_check\", ] [[package]] name = \"index_list\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce\" [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown 0.12.3\", \"rayon\", ] [[package]] name = \"indicatif\" version = \"0.17.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8\" dependencies = [ \"console\", \"instant\", \"number_prefix\", \"portable-atomic\", \"unicode-width\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220\" dependencies = [ \"hermit-abi 0.3.1\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"ipnet\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9\" [[package]] name = \"itertools\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35\" [[package]] name = \"jobserver\" version = \"0.1.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa\" dependencies = [ \"libc\", ] [[package]] name = \"js-sys\" version = \"0.3.63\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"json5\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1\" dependencies = [ \"pest\", \"pest_derive\", \"serde\", ] [[package]] name = \"jsonrpc-client-transports\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a\" dependencies = [ \"derive_more\", \"futures 0.3.28\", \"jsonrpc-core\", \"jsonrpc-pubsub\", \"jsonrpc-server-utils\", \"log\", \"parity-tokio-ipc\", \"serde\", \"serde_json\", \"tokio\", \"url 1.7.2\", ] [[package]] name = \"jsonrpc-core\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb\" dependencies = [ \"futures 0.3.28\", \"futures-executor\", \"futures-util\", \"log\", \"serde\", \"serde_derive\", \"serde_json\", ] [[package]] name = \"jsonrpc-core-client\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0\" dependencies = [ \"futures 0.3.28\", \"jsonrpc-client-transports\", ] [[package]] name = \"jsonrpc-derive\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2\" dependencies = [ \"proc-macro-crate 0.1.5\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"jsonrpc-http-server\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff\" dependencies = [ \"futures 0.3.28\", \"hyper\", \"jsonrpc-core\", \"jsonrpc-server-utils\", \"log\", \"net2\", \"parking_lot 0.11.2\", \"unicase\", ] [[package]] name = \"jsonrpc-ipc-server\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845\" dependencies = [ \"futures 0.3.28\", \"jsonrpc-core\", \"jsonrpc-server-utils\", \"log\", \"parity-tokio-ipc\", \"parking_lot 0.11.2\", \"tower-service\", ] [[package]] name = \"jsonrpc-pubsub\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011\" dependencies = [ \"futures 0.3.28\", \"jsonrpc-core\", \"lazy_static\", \"log\", \"parking_lot 0.11.2\", \"rand 0.7.3\", \"serde\", ] [[package]] name = \"jsonrpc-server-utils\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4\" dependencies = [ \"bytes\", \"futures 0.3.28\", \"globset\", \"jsonrpc-core\", \"lazy_static\", \"log\", \"tokio\", \"tokio-stream\", \"tokio-util 0.6.9\", \"unicase\", ] [[package]] name = \"keccak\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7\" [[package]] name = \"kernel32-sys\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d\" dependencies = [ \"winapi 0.2.8\", \"winapi-build\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lazycell\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\" [[package]] name = \"libc\" version = \"0.2.144\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1\" [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if 1.0.0\", \"winapi 0.3.9\", ] [[package]] name = \"libm\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a\" [[package]] name = \"librocksdb-sys\" version = \"0.11.0+8.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e\" dependencies = [ \"bindgen\", \"bzip2-sys\", \"cc\", \"glob\", \"libc\", \"libz-sys\", \"lz4-sys\", ] [[package]] name = \"libsecp256k1\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73\" dependencies = [ \"arrayref\", \"base64 0.12.3\", \"digest 0.9.0\", \"hmac-drbg\", \"libsecp256k1-core\", \"libsecp256k1-gen-ecmult\", \"libsecp256k1-gen-genmult\", \"rand 0.7.3\", \"serde\", \"sha2 0.9.9\", \"typenum\", ] [[package]] name = \"libsecp256k1-core\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80\" dependencies = [ \"crunchy\", \"digest 0.9.0\", \"subtle\", ] [[package]] name = \"libsecp256k1-gen-ecmult\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3\" dependencies = [ \"libsecp256k1-core\", ] [[package]] name = \"libsecp256k1-gen-genmult\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d\" dependencies = [ \"libsecp256k1-core\", ] [[package]] name = \"libz-sys\" version = \"1.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66\" dependencies = [ \"cc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"linked-hash-map\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3\" [[package]] name = \"linux-raw-sys\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c\" [[package]] name = \"lock_api\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b\" dependencies = [ \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"lru\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a\" dependencies = [ \"hashbrown 0.12.3\", ] [[package]] name = \"lz4\" version = \"1.24.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1\" dependencies = [ \"libc\", \"lz4-sys\", ] [[package]] name = \"lz4-sys\" version = \"1.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"managed\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d\" [[package]] name = \"maplit\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d\" [[package]] name = \"matches\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5\" [[package]] name = \"matchit\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40\" [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memmap2\" version = \"0.5.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c\" dependencies = [ \"autocfg\", ] [[package]] name = \"merlin\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d\" dependencies = [ \"byteorder\", \"keccak\", \"rand_core 0.6.4\", \"zeroize\", ] [[package]] name = \"mime\" version = \"0.3.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d\" [[package]] name = \"min-max-heap\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2687e6cf9c00f48e9284cf9fd15f2ef341d03cc7743abf9df4c5f07fdee50b18\" [[package]] name = \"minimal-lexical\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677\" [[package]] name = \"miniz_oxide\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7\" dependencies = [ \"adler\", ] [[package]] name = \"mio\" version = \"0.7.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc\" dependencies = [ \"libc\", \"log\", \"miow\", \"ntapi\", \"winapi 0.3.9\", ] [[package]] name = \"miow\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"modular-bitfield\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74\" dependencies = [ \"modular-bitfield-impl\", \"static_assertions\", ] [[package]] name = \"modular-bitfield-impl\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"multimap\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a\" [[package]] name = \"native-tls\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"net2\" version = \"0.2.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae\" dependencies = [ \"cfg-if 0.1.10\", \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"nix\" version = \"0.26.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a\" dependencies = [ \"bitflags\", \"cfg-if 1.0.0\", \"libc\", \"memoffset 0.7.1\", \"pin-utils\", \"static_assertions\", ] [[package]] name = \"nom\" version = \"7.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1\" dependencies = [ \"memchr\", \"minimal-lexical\", \"version_check\", ] [[package]] name = \"normalize-line-endings\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be\" [[package]] name = \"ntapi\" version = \"0.3.7\" source = \"git+https://github.com/solana-labs/ntapi?rev=97ede981a1777883ff86d142b75024b023f04fad#97ede981a1777883ff86d142b75024b023f04fad\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"num\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36\" dependencies = [ \"num-bigint 0.2.6\", \"num-complex\", \"num-integer\", \"num-iter\", \"num-rational\", \"num-traits\", ] [[package]] name = \"num-bigint\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-bigint\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-complex\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-derive\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"num-derive\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e6a0fd4f737c707bd9086cc16c925f294943eb62eb71499e9fd4cf71f8b9f4e\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"num-integer\" version = \"0.1.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-iter\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef\" dependencies = [ \"autocfg\", \"num-bigint 0.2.6\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg\", \"libm\", ] [[package]] name = \"num_cpus\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b\" dependencies = [ \"hermit-abi 0.2.6\", \"libc\", ] [[package]] name = \"num_enum\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9\" dependencies = [ \"num_enum_derive 0.5.11\", ] [[package]] name = \"num_enum\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1\" dependencies = [ \"num_enum_derive 0.6.1\", ] [[package]] name = \"num_enum\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb\" dependencies = [ \"num_enum_derive 0.7.0\", ] [[package]] name = \"num_enum_derive\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799\" dependencies = [ \"proc-macro-crate 1.1.0\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"num_enum_derive\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6\" dependencies = [ \"proc-macro-crate 1.1.0\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"num_enum_derive\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597\" dependencies = [ \"proc-macro-crate 1.1.0\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"num_threads\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15\" dependencies = [ \"libc\", ] [[package]] name = \"number_prefix\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3\" [[package]] name = \"oid-registry\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d4bda43fd1b844cbc6e6e54b5444e2b1bc7838bce59ad205902cccbb26d6761\" dependencies = [ \"asn1-rs\", ] [[package]] name = \"once_cell\" version = \"1.17.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3\" [[package]] name = \"opaque-debug\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c\" [[package]] name = \"opaque-debug\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5\" [[package]] name = \"openssl\" version = \"0.10.55\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d\" dependencies = [ \"bitflags\", \"cfg-if 1.0.0\", \"foreign-types\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"openssl-probe\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a\" [[package]] name = \"openssl-src\" version = \"111.25.0+1.1.1t\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6\" dependencies = [ \"cc\", ] [[package]] name = \"openssl-sys\" version = \"0.9.89\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4026ef4fae4cd0c85aee4846e497cea7855659077108067c0d37c0d628f3e40a\" dependencies = [ \"cc\", \"libc\", \"openssl-src\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"opentelemetry\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8\" dependencies = [ \"async-trait\", \"crossbeam-channel\", \"futures-channel\", \"futures-executor\", \"futures-util\", \"js-sys\", \"lazy_static\", \"percent-encoding 2.2.0\", \"pin-project\", \"rand 0.8.5\", \"thiserror\", ] [[package]] name = \"os_str_bytes\" version = \"6.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64\" [[package]] name = \"ouroboros\" version = \"0.15.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db\" dependencies = [ \"aliasable\", \"ouroboros_macro\", ] [[package]] name = \"ouroboros_macro\" version = \"0.15.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7\" dependencies = [ \"Inflector\", \"proc-macro-error\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"parity-tokio-ipc\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6\" dependencies = [ \"futures 0.3.28\", \"libc\", \"log\", \"rand 0.7.3\", \"tokio\", \"winapi 0.3.9\", ] [[package]] name = \"parking_lot\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99\" dependencies = [ \"instant\", \"lock_api\", \"parking_lot_core 0.8.5\", ] [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core 0.9.1\", ] [[package]] name = \"parking_lot_core\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216\" dependencies = [ \"cfg-if 1.0.0\", \"instant\", \"libc\", \"redox_syscall 0.2.10\", \"smallvec\", \"winapi 0.3.9\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall 0.2.10\", \"smallvec\", \"windows-sys 0.32.0\", ] [[package]] name = \"paste\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1\" [[package]] name = \"pbkdf2\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd\" dependencies = [ \"crypto-mac\", ] [[package]] name = \"pbkdf2\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917\" dependencies = [ \"digest 0.10.7\", ] [[package]] name = \"peeking_take_while\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099\" [[package]] name = \"pem\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8\" dependencies = [ \"base64 0.13.1\", ] [[package]] name = \"percent-encoding\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831\" [[package]] name = \"percent-encoding\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e\" [[package]] name = \"percentage\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937\" dependencies = [ \"num\", ] [[package]] name = \"pest\" version = \"2.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53\" dependencies = [ \"ucd-trie\", ] [[package]] name = \"pest_derive\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0\" dependencies = [ \"pest\", \"pest_generator\", ] [[package]] name = \"pest_generator\" version = \"2.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55\" dependencies = [ \"pest\", \"pest_meta\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"pest_meta\" version = \"2.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d\" dependencies = [ \"maplit\", \"pest\", \"sha-1 0.8.2\", ] [[package]] name = \"petgraph\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f\" dependencies = [ \"fixedbitset\", \"indexmap\", ] [[package]] name = \"pickledb\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c53a5ade47760e8cc4986bdc5e72daeffaaaee64cbc374f9cfe0a00c1cd87b1f\" dependencies = [ \"serde\", \"serde_yaml 0.8.26\", ] [[package]] name = \"pin-project\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"pkcs8\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0\" dependencies = [ \"der\", \"spki\", \"zeroize\", ] [[package]] name = \"pkg-config\" version = \"0.3.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f\" [[package]] name = \"plain\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6\" [[package]] name = \"polyval\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1\" dependencies = [ \"cfg-if 1.0.0\", \"cpufeatures\", \"opaque-debug 0.3.0\", \"universal-hash\", ] [[package]] name = \"portable-atomic\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5\" [[package]] name = \"ppv-lite86\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba\" [[package]] name = \"predicates\" version = \"2.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd\" dependencies = [ \"difflib\", \"float-cmp\", \"itertools\", \"normalize-line-endings\", \"predicates-core\", \"regex\", ] [[package]] name = \"predicates-core\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451\" [[package]] name = \"predicates-tree\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"338c7be2905b732ae3984a2f40032b5e94fd8f52505b186c7d4d68d193445df7\" dependencies = [ \"predicates-core\", \"termtree\", ] [[package]] name = \"pretty-hex\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5\" [[package]] name = \"prettyplease\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b83ec2d0af5c5c556257ff52c9f98934e243b9fd39604bfb2a9b75ec2e97f18\" dependencies = [ \"proc-macro2 1.0.76\", \"syn 1.0.109\", ] [[package]] name = \"prettyplease\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ceca8aaf45b5c46ec7ed39fff75f57290368c1846d33d24a122ca81416ab058\" dependencies = [ \"proc-macro2 1.0.76\", \"syn 2.0.43\", ] [[package]] name = \"proc-macro-crate\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785\" dependencies = [ \"toml\", ] [[package]] name = \"proc-macro-crate\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83\" dependencies = [ \"thiserror\", \"toml\", ] [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"version_check\", ] [[package]] name = \"proc-macro2\" version = \"0.4.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759\" dependencies = [ \"unicode-xid 0.1.0\", ] [[package]] name = \"proc-macro2\" version = \"1.0.76\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"proptest\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65\" dependencies = [ \"bit-set\", \"bitflags\", \"byteorder\", \"lazy_static\", \"num-traits\", \"rand 0.8.5\", \"rand_chacha 0.3.1\", \"rand_xorshift\", \"regex-syntax 0.6.29\", \"rusty-fork\", \"tempfile\", \"unarray\", ] [[package]] name = \"prost\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001\" dependencies = [ \"bytes\", \"prost-derive 0.9.0\", ] [[package]] name = \"prost\" version = \"0.11.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd\" dependencies = [ \"bytes\", \"prost-derive 0.11.9\", ] [[package]] name = \"prost-build\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5\" dependencies = [ \"bytes\", \"heck 0.3.3\", \"itertools\", \"lazy_static\", \"log\", \"multimap\", \"petgraph\", \"prost 0.9.0\", \"prost-types 0.9.0\", \"regex\", \"tempfile\", \"which\", ] [[package]] name = \"prost-build\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"276470f7f281b0ed53d2ae42dd52b4a8d08853a3c70e7fe95882acbb98a6ae94\" dependencies = [ \"bytes\", \"heck 0.4.0\", \"itertools\", \"lazy_static\", \"log\", \"multimap\", \"petgraph\", \"prettyplease 0.1.9\", \"prost 0.11.9\", \"prost-types 0.11.9\", \"regex\", \"syn 1.0.109\", \"tempfile\", \"which\", ] [[package]] name = \"prost-derive\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe\" dependencies = [ \"anyhow\", \"itertools\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"prost-derive\" version = \"0.11.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4\" dependencies = [ \"anyhow\", \"itertools\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"prost-types\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a\" dependencies = [ \"bytes\", \"prost 0.9.0\", ] [[package]] name = \"prost-types\" version = \"0.11.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13\" dependencies = [ \"prost 0.11.9\", ] [[package]] name = \"proto\" version = \"1.16.27\" dependencies = [ \"protobuf-src\", \"tonic-build 0.8.4\", ] [[package]] name = \"protobuf-src\" version = \"1.1.0+21.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1\" dependencies = [ \"autotools\", ] [[package]] name = \"qstring\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e\" dependencies = [ \"percent-encoding 2.2.0\", ] [[package]] name = \"quick-error\" version = \"1.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0\" [[package]] name = \"quinn\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e\" dependencies = [ \"bytes\", \"pin-project-lite\", \"quinn-proto\", \"quinn-udp\", \"rustc-hash\", \"rustls 0.20.8\", \"thiserror\", \"tokio\", \"tracing\", \"webpki 0.22.0\", ] [[package]] name = \"quinn-proto\" version = \"0.9.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989\" dependencies = [ \"bytes\", \"rand 0.8.5\", \"ring\", \"rustc-hash\", \"rustls 0.20.8\", \"rustls-native-certs\", \"slab\", \"thiserror\", \"tinyvec\", \"tracing\", \"webpki 0.22.0\", ] [[package]] name = \"quinn-udp\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4\" dependencies = [ \"libc\", \"quinn-proto\", \"socket2\", \"tracing\", \"windows-sys 0.42.0\", ] [[package]] name = \"quote\" version = \"0.6.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1\" dependencies = [ \"proc-macro2 0.4.30\", ] [[package]] name = \"quote\" version = \"1.0.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488\" dependencies = [ \"proc-macro2 1.0.76\", ] [[package]] name = \"rand\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293\" dependencies = [ \"fuchsia-cprng\", \"libc\", \"rand_core 0.3.1\", \"rdrand\", \"winapi 0.3.9\", ] [[package]] name = \"rand\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03\" dependencies = [ \"getrandom 0.1.16\", \"libc\", \"rand_chacha 0.2.2\", \"rand_core 0.5.1\", \"rand_hc\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha 0.3.1\", \"rand_core 0.6.4\", ] [[package]] name = \"rand_chacha\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402\" dependencies = [ \"ppv-lite86\", \"rand_core 0.5.1\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core 0.6.4\", ] [[package]] name = \"rand_core\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b\" dependencies = [ \"rand_core 0.4.2\", ] [[package]] name = \"rand_core\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc\" [[package]] name = \"rand_core\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19\" dependencies = [ \"getrandom 0.1.16\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom 0.2.8\", ] [[package]] name = \"rand_hc\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c\" dependencies = [ \"rand_core 0.5.1\", ] [[package]] name = \"rand_xorshift\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f\" dependencies = [ \"rand_core 0.6.4\", ] [[package]] name = \"rand_xoshiro\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa\" dependencies = [ \"rand_core 0.6.4\", ] [[package]] name = \"raptorq\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"655b020bbf5c89791160a30f0d4706d8ec7aa5718d6a198f6df19c400e4f4470\" [[package]] name = \"rayon\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d\" dependencies = [ \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-utils\", \"num_cpus\", ] [[package]] name = \"rbpf-cli\" version = \"1.16.27\" [[package]] name = \"rcgen\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b\" dependencies = [ \"pem\", \"ring\", \"time 0.3.9\", \"yasna\", ] [[package]] name = \"rdrand\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2\" dependencies = [ \"rand_core 0.3.1\", ] [[package]] name = \"redox_syscall\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff\" dependencies = [ \"bitflags\", ] [[package]] name = \"redox_syscall\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29\" dependencies = [ \"bitflags\", ] [[package]] name = \"redox_users\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64\" dependencies = [ \"getrandom 0.2.8\", \"redox_syscall 0.2.10\", ] [[package]] name = \"reed-solomon-erasure\" version = \"6.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7263373d500d4d4f505d43a2a662d475a894aa94503a1ee28e9188b5f3960d4f\" dependencies = [ \"cc\", \"libc\", \"libm\", \"lru\", \"parking_lot 0.11.2\", \"smallvec\", \"spin 0.9.2\", ] [[package]] name = \"regex\" version = \"1.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390\" dependencies = [ \"aho-corasick 1.0.1\", \"memchr\", \"regex-syntax 0.7.2\", ] [[package]] name = \"regex-automata\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\" [[package]] name = \"regex-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"regex-syntax\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78\" [[package]] name = \"reqwest\" version = \"0.11.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91\" dependencies = [ \"async-compression\", \"base64 0.21.2\", \"bytes\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"hyper\", \"hyper-rustls\", \"hyper-tls\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding 2.2.0\", \"pin-project-lite\", \"rustls 0.20.8\", \"rustls-pemfile 1.0.0\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"tokio\", \"tokio-native-tls\", \"tokio-rustls 0.23.3\", \"tokio-util 0.7.1\", \"tower-service\", \"url 2.3.1\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"webpki-roots\", \"winreg\", ] [[package]] name = \"ring\" version = \"0.16.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc\" dependencies = [ \"cc\", \"libc\", \"once_cell\", \"spin 0.5.2\", \"untrusted\", \"web-sys\", \"winapi 0.3.9\", ] [[package]] name = \"rocksdb\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe\" dependencies = [ \"libc\", \"librocksdb-sys\", ] [[package]] name = \"rolling-file\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906\" dependencies = [ \"chrono\", ] [[package]] name = \"rpassword\" version = \"7.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322\" dependencies = [ \"libc\", \"rtoolbox\", \"winapi 0.3.9\", ] [[package]] name = \"rtoolbox\" version = \"0.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustc_version\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee\" dependencies = [ \"semver 0.11.0\", ] [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver 1.0.17\", ] [[package]] name = \"rusticata-macros\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632\" dependencies = [ \"nom\", ] [[package]] name = \"rustix\" version = \"0.37.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8bbfc1d1c7c40c01715f47d71444744a81669ca84e8b63e25a55e169b1f86433\" dependencies = [ \"bitflags\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.48.0\", ] [[package]] name = \"rustls\" version = \"0.19.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7\" dependencies = [ \"base64 0.13.1\", \"log\", \"ring\", \"sct 0.6.1\", \"webpki 0.21.4\", ] [[package]] name = \"rustls\" version = \"0.20.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f\" dependencies = [ \"log\", \"ring\", \"sct 0.7.0\", \"webpki 0.22.0\", ] [[package]] name = \"rustls-native-certs\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943\" dependencies = [ \"openssl-probe\", \"rustls-pemfile 0.2.1\", \"schannel\", \"security-framework\", ] [[package]] name = \"rustls-pemfile\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9\" dependencies = [ \"base64 0.13.1\", ] [[package]] name = \"rustls-pemfile\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9\" dependencies = [ \"base64 0.13.1\", ] [[package]] name = \"rustversion\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06\" [[package]] name = \"rusty-fork\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f\" dependencies = [ \"fnv\", \"quick-error\", \"tempfile\", \"wait-timeout\", ] [[package]] name = \"ryu\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e\" [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"schannel\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75\" dependencies = [ \"lazy_static\", \"winapi 0.3.9\", ] [[package]] name = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"scroll\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da\" dependencies = [ \"scroll_derive\", ] [[package]] name = \"scroll_derive\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"sct\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"sct\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"security-framework\" version = \"2.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87\" dependencies = [ \"bitflags\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"semver\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6\" dependencies = [ \"semver-parser\", ] [[package]] name = \"semver\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed\" dependencies = [ \"serde\", ] [[package]] name = \"semver-parser\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7\" dependencies = [ \"pest\", ] [[package]] name = \"serde\" version = \"1.0.163\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_bytes\" version = \"0.11.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294\" dependencies = [ \"serde\", ] [[package]] name = \"serde_derive\" version = \"1.0.163\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"serde_json\" version = \"1.0.96\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_urlencoded\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd\" dependencies = [ \"form_urlencoded\", \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_with\" version = \"2.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe\" dependencies = [ \"serde\", \"serde_with_macros\", ] [[package]] name = \"serde_with_macros\" version = \"2.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f\" dependencies = [ \"darling\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"serde_yaml\" version = \"0.8.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b\" dependencies = [ \"indexmap\", \"ryu\", \"serde\", \"yaml-rust\", ] [[package]] name = \"serde_yaml\" version = \"0.9.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c\" dependencies = [ \"indexmap\", \"itoa\", \"ryu\", \"serde\", \"unsafe-libyaml\", ] [[package]] name = \"serial_test\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153\" dependencies = [ \"dashmap 5.2.0\", \"futures 0.3.28\", \"lazy_static\", \"log\", \"parking_lot 0.12.1\", \"serial_test_derive\", ] [[package]] name = \"serial_test_derive\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b6f5d1c3087fb119617cff2966fe3808a80e5eb59a8c1601d5994d66f4346a5\" dependencies = [ \"proc-macro-error\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"sha-1\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df\" dependencies = [ \"block-buffer 0.7.3\", \"digest 0.8.1\", \"fake-simd\", \"opaque-debug 0.2.3\", ] [[package]] name = \"sha-1\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6\" dependencies = [ \"block-buffer 0.9.0\", \"cfg-if 1.0.0\", \"cpufeatures\", \"digest 0.9.0\", \"opaque-debug 0.3.0\", ] [[package]] name = \"sha-1\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f\" dependencies = [ \"cfg-if 1.0.0\", \"cpufeatures\", \"digest 0.10.7\", ] [[package]] name = \"sha2\" version = \"0.9.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800\" dependencies = [ \"block-buffer 0.9.0\", \"cfg-if 1.0.0\", \"cpufeatures\", \"digest 0.9.0\", \"opaque-debug 0.3.0\", ] [[package]] name = \"sha2\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0\" dependencies = [ \"cfg-if 1.0.0\", \"cpufeatures\", \"digest 0.10.7\", ] [[package]] name = \"sha3\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809\" dependencies = [ \"block-buffer 0.9.0\", \"digest 0.9.0\", \"keccak\", \"opaque-debug 0.3.0\", ] [[package]] name = \"sha3\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eaedf34ed289ea47c2b741bb72e5357a209512d67bcd4bda44359e5bf0470f56\" dependencies = [ \"digest 0.10.7\", \"keccak\", ] [[package]] name = \"sharded-slab\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31\" dependencies = [ \"lazy_static\", ] [[package]] name = \"shell-words\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde\" [[package]] name = \"shlex\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3\" [[package]] name = \"signal-hook\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9\" dependencies = [ \"libc\", \"signal-hook-registry\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0\" dependencies = [ \"libc\", ] [[package]] name = \"signature\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788\" [[package]] name = \"simpl\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a30f10c911c0355f80f1c2faa8096efc4a58cdf8590b954d5b395efa071c711\" [[package]] name = \"sized-chunks\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e\" dependencies = [ \"bitmaps\", \"typenum\", ] [[package]] name = \"slab\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5\" [[package]] name = \"smallvec\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309\" [[package]] name = \"smpl_jwt\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95b6ff8c21c74ce7744643a7cddbb02579a44f1f77e4316bff1ddb741aca8ac9\" dependencies = [ \"base64 0.13.1\", \"log\", \"openssl\", \"serde\", \"serde_derive\", \"serde_json\", \"simpl\", \"time 0.3.9\", ] [[package]] name = \"socket2\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"soketto\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2\" dependencies = [ \"base64 0.13.1\", \"bytes\", \"futures 0.3.28\", \"httparse\", \"log\", \"rand 0.8.5\", \"sha-1 0.9.8\", ] [[package]] name = \"solana-account-decoder\" version = \"1.16.27\" dependencies = [ \"Inflector\", \"base64 0.21.2\", \"bincode\", \"bs58\", \"bv\", \"lazy_static\", \"serde\", \"serde_derive\", \"serde_json\", \"solana-address-lookup-table-program\", \"solana-config-program\", \"solana-sdk\", \"spl-pod\", \"spl-token\", \"spl-token-2022\", \"spl-token-metadata-interface\", \"thiserror\", \"zstd\", ] [[package]] name = \"solana-accounts-bench\" version = \"1.16.27\" dependencies = [ \"clap 2.33.3\", \"log\", \"rayon\", \"solana-logger\", \"solana-measure\", \"solana-runtime\", \"solana-sdk\", \"solana-version\", ] [[package]] name = \"solana-accounts-cluster-bench\" version = \"1.16.27\" dependencies = [ \"clap 2.33.3\", \"log\", \"rand 0.7.3\", \"rayon\", \"solana-account-decoder\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-client\", \"solana-core\", \"solana-faucet\", \"solana-gossip\", \"solana-local-cluster\", \"solana-logger\", \"solana-measure\", \"solana-net-utils\", \"solana-rpc-client\", \"solana-runtime\", \"solana-sdk\", \"solana-streamer\", \"solana-test-validator\", \"solana-transaction-status\", \"solana-version\", \"spl-token\", ] [[package]] name = \"solana-address-lookup-table-program\" version = \"1.16.27\" dependencies = [ \"bincode\", \"bytemuck\", \"log\", \"num-derive 0.3.3\", \"num-traits\", \"rustc_version 0.4.0\", \"serde\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-program\", \"solana-program-runtime\", \"solana-sdk\", \"thiserror\", ] [[package]] name = \"solana-address-lookup-table-program-tests\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"bincode\", \"solana-address-lookup-table-program\", \"solana-program-test\", \"solana-sdk\", ] [[package]] name = \"solana-banking-bench\" version = \"1.16.27\" dependencies = [ \"clap 3.2.23\", \"crossbeam-channel\", \"log\", \"rand 0.7.3\", \"rayon\", \"solana-client\", \"solana-core\", \"solana-gossip\", \"solana-ledger\", \"solana-logger\", \"solana-measure\", \"solana-perf\", \"solana-poh\", \"solana-runtime\", \"solana-sdk\", \"solana-streamer\", \"solana-tpu-client\", \"solana-version\", ] [[package]] name = \"solana-banks-client\" version = \"1.16.27\" dependencies = [ \"borsh 0.10.3\", \"futures 0.3.28\", \"solana-banks-interface\", \"solana-banks-server\", \"solana-program\", \"solana-runtime\", \"solana-sdk\", \"tarpc\", \"thiserror\", \"tokio\", \"tokio-serde\", ] [[package]] name = \"solana-banks-interface\" version = \"1.16.27\" dependencies = [ \"serde\", \"solana-sdk\", \"tarpc\", ] [[package]] name = \"solana-banks-server\" version = \"1.16.27\" dependencies = [ \"bincode\", \"crossbeam-channel\", \"futures 0.3.28\", \"solana-banks-interface\", \"solana-client\", \"solana-runtime\", \"solana-sdk\", \"solana-send-transaction-service\", \"tarpc\", \"tokio\", \"tokio-serde\", ] [[package]] name = \"solana-bench-streamer\" version = \"1.16.27\" dependencies = [ \"clap 3.2.23\", \"crossbeam-channel\", \"solana-net-utils\", \"solana-streamer\", \"solana-version\", ] [[package]] name = \"solana-bench-tps\" version = \"1.16.27\" dependencies = [ \"clap 2.33.3\", \"crossbeam-channel\", \"log\", \"rand 0.7.3\", \"rayon\", \"serde_json\", \"serde_yaml 0.9.21\", \"serial_test\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-client\", \"solana-connection-cache\", \"solana-core\", \"solana-faucet\", \"solana-genesis\", \"solana-gossip\", \"solana-local-cluster\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-net-utils\", \"solana-rpc\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-rpc-client-nonce-utils\", \"solana-runtime\", \"solana-sdk\", \"solana-streamer\", \"solana-test-validator\", \"solana-thin-client\", \"solana-tpu-client\", \"solana-version\", \"spl-instruction-padding\", \"tempfile\", \"thiserror\", ] [[package]] name = \"solana-bloom\" version = \"1.16.27\" dependencies = [ \"bv\", \"fnv\", \"log\", \"rand 0.7.3\", \"rayon\", \"rustc_version 0.4.0\", \"serde\", \"serde_derive\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-sdk\", ] [[package]] name = \"solana-bpf-loader-program\" version = \"1.16.27\" dependencies = [ \"bincode\", \"byteorder\", \"libsecp256k1\", \"log\", \"memoffset 0.9.0\", \"rand 0.7.3\", \"solana-measure\", \"solana-program-runtime\", \"solana-sdk\", \"solana-zk-token-sdk\", \"solana_rbpf\", \"thiserror\", ] [[package]] name = \"solana-bpf-loader-program-tests\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"bincode\", \"solana-bpf-loader-program\", \"solana-program-test\", \"solana-sdk\", ] [[package]] name = \"solana-bucket-map\" version = \"1.16.27\" dependencies = [ \"bv\", \"fs_extra\", \"log\", \"memmap2\", \"modular-bitfield\", \"num_enum 0.6.1\", \"rand 0.7.3\", \"rayon\", \"solana-logger\", \"solana-measure\", \"solana-sdk\", \"tempfile\", ] [[package]] name = \"solana-cargo-build-bpf\" version = \"1.16.27\" dependencies = [ \"cargo_metadata\", \"clap 3.2.23\", \"log\", \"solana-logger\", \"solana-sdk\", ] [[package]] name = \"solana-cargo-build-sbf\" version = \"1.16.27\" dependencies = [ \"assert_cmd\", \"bzip2\", \"cargo_metadata\", \"clap 3.2.23\", \"log\", \"predicates\", \"regex\", \"reqwest\", \"semver 1.0.17\", \"serial_test\", \"solana-download-utils\", \"solana-logger\", \"solana-sdk\", \"tar\", ] [[package]] name = \"solana-cargo-test-bpf\" version = \"1.16.27\" dependencies = [ \"cargo_metadata\", \"clap 3.2.23\", ] [[package]] name = \"solana-cargo-test-sbf\" version = \"1.16.27\" dependencies = [ \"cargo_metadata\", \"clap 3.2.23\", \"log\", \"solana-logger\", ] [[package]] name = \"solana-clap-utils\" version = \"1.16.27\" dependencies = [ \"chrono\", \"clap 2.33.3\", \"rpassword\", \"solana-perf\", \"solana-remote-wallet\", \"solana-sdk\", \"tempfile\", \"thiserror\", \"tiny-bip39\", \"uriparse\", \"url 2.3.1\", ] [[package]] name = \"solana-clap-v3-utils\" version = \"1.16.27\" dependencies = [ \"chrono\", \"clap 3.2.23\", \"rpassword\", \"solana-perf\", \"solana-remote-wallet\", \"solana-sdk\", \"solana-zk-token-sdk\", \"tempfile\", \"thiserror\", \"tiny-bip39\", \"uriparse\", \"url 2.3.1\", ] [[package]] name = \"solana-cli\" version = \"1.16.27\" dependencies = [ \"bincode\", \"bs58\", \"clap 2.33.3\", \"console\", \"const_format\", \"criterion-stats\", \"crossbeam-channel\", \"ctrlc\", \"hex\", \"humantime\", \"log\", \"num-traits\", \"pretty-hex\", \"reqwest\", \"semver 1.0.17\", \"serde\", \"serde_derive\", \"serde_json\", \"solana-account-decoder\", \"solana-address-lookup-table-program\", \"solana-bpf-loader-program\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-cli-output\", \"solana-client\", \"solana-config-program\", \"solana-faucet\", \"solana-logger\", \"solana-program-runtime\", \"solana-pubsub-client\", \"solana-remote-wallet\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-rpc-client-nonce-utils\", \"solana-sdk\", \"solana-streamer\", \"solana-test-validator\", \"solana-tpu-client\", \"solana-transaction-status\", \"solana-version\", \"solana-vote-program\", \"solana_rbpf\", \"spl-memo\", \"tempfile\", \"thiserror\", \"tiny-bip39\", ] [[package]] name = \"solana-cli-config\" version = \"1.16.27\" dependencies = [ \"anyhow\", \"dirs-next\", \"lazy_static\", \"serde\", \"serde_derive\", \"serde_yaml 0.9.21\", \"solana-clap-utils\", \"solana-sdk\", \"url 2.3.1\", ] [[package]] name = \"solana-cli-output\" version = \"1.16.27\" dependencies = [ \"Inflector\", \"base64 0.21.2\", \"chrono\", \"clap 2.33.3\", \"console\", \"ed25519-dalek\", \"humantime\", \"indicatif\", \"pretty-hex\", \"semver 1.0.17\", \"serde\", \"serde_json\", \"solana-account-decoder\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-rpc-client-api\", \"solana-sdk\", \"solana-transaction-status\", \"solana-vote-program\", \"spl-memo\", ] [[package]] name = \"solana-client\" version = \"1.16.27\" dependencies = [ \"async-trait\", \"bincode\", \"crossbeam-channel\", \"futures 0.3.28\", \"futures-util\", \"indexmap\", \"indicatif\", \"log\", \"quinn\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rayon\", \"solana-connection-cache\", \"solana-measure\", \"solana-metrics\", \"solana-pubsub-client\", \"solana-quic-client\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-rpc-client-nonce-utils\", \"solana-sdk\", \"solana-streamer\", \"solana-thin-client\", \"solana-tpu-client\", \"solana-udp-client\", \"thiserror\", \"tokio\", ] [[package]] name = \"solana-client-test\" version = \"1.16.27\" dependencies = [ \"futures-util\", \"serde_json\", \"solana-ledger\", \"solana-logger\", \"solana-measure\", \"solana-merkle-tree\", \"solana-metrics\", \"solana-perf\", \"solana-pubsub-client\", \"solana-rayon-threadlimit\", \"solana-rpc\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-runtime\", \"solana-sdk\", \"solana-streamer\", \"solana-test-validator\", \"solana-transaction-status\", \"solana-version\", \"systemstat\", \"tokio\", \"tungstenite\", ] [[package]] name = \"solana-compute-budget-program\" version = \"1.16.27\" dependencies = [ \"solana-program-runtime\", \"solana-sdk\", ] [[package]] name = \"solana-config-program\" version = \"1.16.27\" dependencies = [ \"bincode\", \"chrono\", \"serde\", \"serde_derive\", \"solana-logger\", \"solana-program-runtime\", \"solana-sdk\", ] [[package]] name = \"solana-connection-cache\" version = \"1.16.27\" dependencies = [ \"async-trait\", \"bincode\", \"futures-util\", \"indexmap\", \"indicatif\", \"log\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rayon\", \"rcgen\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-net-utils\", \"solana-sdk\", \"thiserror\", \"tokio\", ] [[package]] name = \"solana-core\" version = \"1.16.27\" dependencies = [ \"base64 0.21.2\", \"bincode\", \"bs58\", \"chrono\", \"crossbeam-channel\", \"dashmap 4.0.2\", \"eager\", \"etcd-client\", \"fs_extra\", \"histogram\", \"itertools\", \"lazy_static\", \"log\", \"lru\", \"matches\", \"min-max-heap\", \"num_enum 0.6.1\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"raptorq\", \"rayon\", \"rolling-file\", \"rustc_version 0.4.0\", \"serde\", \"serde_derive\", \"serde_json\", \"serial_test\", \"solana-address-lookup-table-program\", \"solana-bloom\", \"solana-client\", \"solana-entry\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-geyser-plugin-manager\", \"solana-gossip\", \"solana-ledger\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-net-utils\", \"solana-perf\", \"solana-poh\", \"solana-program-runtime\", \"solana-rayon-threadlimit\", \"solana-rpc\", \"solana-rpc-client-api\", \"solana-runtime\", \"solana-sdk\", \"solana-send-transaction-service\", \"solana-stake-program\", \"solana-streamer\", \"solana-tpu-client\", \"solana-transaction-status\", \"solana-version\", \"solana-vote-program\", \"static_assertions\", \"strum\", \"strum_macros\", \"sys-info\", \"sysctl\", \"systemstat\", \"tempfile\", \"test-case\", \"thiserror\", \"tokio\", \"trees\", ] [[package]] name = \"solana-dos\" version = \"1.16.27\" dependencies = [ \"bincode\", \"clap 3.2.23\", \"crossbeam-channel\", \"itertools\", \"log\", \"rand 0.7.3\", \"serde\", \"solana-bench-tps\", \"solana-client\", \"solana-core\", \"solana-faucet\", \"solana-gossip\", \"solana-local-cluster\", \"solana-logger\", \"solana-measure\", \"solana-net-utils\", \"solana-perf\", \"solana-rpc\", \"solana-rpc-client\", \"solana-sdk\", \"solana-streamer\", \"solana-thin-client\", \"solana-tpu-client\", \"solana-version\", ] [[package]] name = \"solana-download-utils\" version = \"1.16.27\" dependencies = [ \"console\", \"indicatif\", \"log\", \"reqwest\", \"solana-runtime\", \"solana-sdk\", ] [[package]] name = \"solana-ed25519-program-tests\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"ed25519-dalek\", \"rand 0.7.3\", \"solana-program-test\", \"solana-sdk\", ] [[package]] name = \"solana-entry\" version = \"1.16.27\" dependencies = [ \"bincode\", \"crossbeam-channel\", \"dlopen\", \"dlopen_derive\", \"lazy_static\", \"log\", \"matches\", \"rand 0.7.3\", \"rayon\", \"serde\", \"solana-logger\", \"solana-measure\", \"solana-merkle-tree\", \"solana-metrics\", \"solana-perf\", \"solana-rayon-threadlimit\", \"solana-sdk\", ] [[package]] name = \"solana-faucet\" version = \"1.16.27\" dependencies = [ \"bincode\", \"byteorder\", \"clap 2.33.3\", \"crossbeam-channel\", \"log\", \"serde\", \"serde_derive\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-logger\", \"solana-metrics\", \"solana-sdk\", \"solana-version\", \"spl-memo\", \"thiserror\", \"tokio\", ] [[package]] name = \"solana-frozen-abi\" version = \"1.16.27\" dependencies = [ \"ahash 0.8.4\", \"blake3\", \"block-buffer 0.10.4\", \"bs58\", \"bv\", \"byteorder\", \"cc\", \"either\", \"generic-array 0.14.7\", \"getrandom 0.1.16\", \"im\", \"lazy_static\", \"log\", \"memmap2\", \"once_cell\", \"rand_core 0.6.4\", \"rustc_version 0.4.0\", \"serde\", \"serde_bytes\", \"serde_derive\", \"serde_json\", \"sha2 0.10.6\", \"solana-frozen-abi-macro\", \"solana-logger\", \"subtle\", \"thiserror\", ] [[package]] name = \"solana-frozen-abi-macro\" version = \"1.16.27\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"rustc_version 0.4.0\", \"syn 2.0.43\", ] [[package]] name = \"solana-genesis\" version = \"1.16.27\" dependencies = [ \"base64 0.21.2\", \"bincode\", \"clap 2.33.3\", \"itertools\", \"serde\", \"serde_json\", \"serde_yaml 0.9.21\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-entry\", \"solana-ledger\", \"solana-logger\", \"solana-runtime\", \"solana-sdk\", \"solana-stake-program\", \"solana-version\", \"solana-vote-program\", \"tempfile\", ] [[package]] name = \"solana-genesis-utils\" version = \"1.16.27\" dependencies = [ \"log\", \"solana-download-utils\", \"solana-rpc-client\", \"solana-runtime\", \"solana-sdk\", ] [[package]] name = \"solana-geyser-plugin-interface\" version = \"1.16.27\" dependencies = [ \"log\", \"solana-sdk\", \"solana-transaction-status\", \"thiserror\", ] [[package]] name = \"solana-geyser-plugin-manager\" version = \"1.16.27\" dependencies = [ \"bs58\", \"crossbeam-channel\", \"json5\", \"jsonrpc-core\", \"jsonrpc-server-utils\", \"libloading\", \"log\", \"serde_json\", \"solana-entry\", \"solana-geyser-plugin-interface\", \"solana-ledger\", \"solana-measure\", \"solana-metrics\", \"solana-rpc\", \"solana-runtime\", \"solana-sdk\", \"solana-transaction-status\", \"thiserror\", ] [[package]] name = \"solana-gossip\" version = \"1.16.27\" dependencies = [ \"bincode\", \"bv\", \"clap 2.33.3\", \"crossbeam-channel\", \"flate2\", \"indexmap\", \"itertools\", \"log\", \"lru\", \"matches\", \"num-traits\", \"num_cpus\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rayon\", \"regex\", \"rustc_version 0.4.0\", \"serde\", \"serde_bytes\", \"serde_derive\", \"serial_test\", \"solana-bloom\", \"solana-clap-utils\", \"solana-client\", \"solana-entry\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-ledger\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-net-utils\", \"solana-perf\", \"solana-rayon-threadlimit\", \"solana-runtime\", \"solana-sdk\", \"solana-streamer\", \"solana-thin-client\", \"solana-tpu-client\", \"solana-version\", \"solana-vote-program\", \"static_assertions\", \"thiserror\", ] [[package]] name = \"solana-install\" version = \"1.16.27\" dependencies = [ \"atty\", \"bincode\", \"bzip2\", \"chrono\", \"clap 2.33.3\", \"console\", \"crossbeam-channel\", \"ctrlc\", \"dirs-next\", \"indicatif\", \"lazy_static\", \"nix\", \"reqwest\", \"scopeguard\", \"semver 1.0.17\", \"serde\", \"serde_yaml 0.8.26\", \"serde_yaml 0.9.21\", \"solana-clap-utils\", \"solana-config-program\", \"solana-logger\", \"solana-rpc-client\", \"solana-sdk\", \"solana-version\", \"tar\", \"tempfile\", \"url 2.3.1\", \"winapi 0.3.9\", \"winreg\", ] [[package]] name = \"solana-keygen\" version = \"1.16.27\" dependencies = [ \"bs58\", \"clap 3.2.23\", \"dirs-next\", \"num_cpus\", \"solana-clap-v3-utils\", \"solana-cli-config\", \"solana-remote-wallet\", \"solana-sdk\", \"solana-version\", \"tempfile\", \"tiny-bip39\", ] [[package]] name = \"solana-ledger\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"bincode\", \"bitflags\", \"bs58\", \"byteorder\", \"chrono\", \"chrono-humanize\", \"crossbeam-channel\", \"dashmap 4.0.2\", \"fs_extra\", \"futures 0.3.28\", \"itertools\", \"lazy_static\", \"libc\", \"log\", \"lru\", \"matches\", \"num_cpus\", \"num_enum 0.6.1\", \"prost 0.11.9\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rayon\", \"reed-solomon-erasure\", \"rocksdb\", \"rustc_version 0.4.0\", \"scopeguard\", \"serde\", \"serde_bytes\", \"sha2 0.10.6\", \"solana-account-decoder\", \"solana-bpf-loader-program\", \"solana-entry\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-perf\", \"solana-program-runtime\", \"solana-rayon-threadlimit\", \"solana-runtime\", \"solana-sdk\", \"solana-stake-program\", \"solana-storage-bigtable\", \"solana-storage-proto\", \"solana-transaction-status\", \"solana-vote-program\", \"spl-pod\", \"spl-token\", \"spl-token-2022\", \"static_assertions\", \"tempfile\", \"test-case\", \"thiserror\", \"tokio\", \"tokio-stream\", \"trees\", ] [[package]] name = \"solana-ledger-tool\" version = \"1.16.27\" dependencies = [ \"assert_cmd\", \"bs58\", \"bytecount\", \"chrono\", \"clap 2.33.3\", \"crossbeam-channel\", \"csv\", \"dashmap 4.0.2\", \"futures 0.3.28\", \"histogram\", \"itertools\", \"log\", \"num_cpus\", \"regex\", \"serde\", \"serde_json\", \"signal-hook\", \"solana-account-decoder\", \"solana-bpf-loader-program\", \"solana-clap-utils\", \"solana-cli-output\", \"solana-core\", \"solana-entry\", \"solana-geyser-plugin-manager\", \"solana-gossip\", \"solana-ledger\", \"solana-logger\", \"solana-measure\", \"solana-program-runtime\", \"solana-rpc\", \"solana-runtime\", \"solana-sdk\", \"solana-stake-program\", \"solana-storage-bigtable\", \"solana-streamer\", \"solana-transaction-status\", \"solana-version\", \"solana-vote-program\", \"solana_rbpf\", \"tikv-jemallocator\", \"tokio\", ] [[package]] name = \"solana-loader-v4-program\" version = \"1.16.27\" dependencies = [ \"bincode\", \"log\", \"rand 0.7.3\", \"solana-measure\", \"solana-program-runtime\", \"solana-sdk\", \"solana_rbpf\", ] [[package]] name = \"solana-local-cluster\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"crossbeam-channel\", \"fs_extra\", \"gag\", \"itertools\", \"log\", \"rand 0.7.3\", \"rayon\", \"serial_test\", \"solana-client\", \"solana-config-program\", \"solana-core\", \"solana-download-utils\", \"solana-entry\", \"solana-gossip\", \"solana-ledger\", \"solana-logger\", \"solana-pubsub-client\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-runtime\", \"solana-sdk\", \"solana-stake-program\", \"solana-streamer\", \"solana-thin-client\", \"solana-tpu-client\", \"solana-vote-program\", \"tempfile\", \"trees\", ] [[package]] name = \"solana-log-analyzer\" version = \"1.16.27\" dependencies = [ \"byte-unit\", \"clap 3.2.23\", \"serde\", \"serde_json\", \"solana-logger\", \"solana-version\", ] [[package]] name = \"solana-logger\" version = \"1.16.27\" dependencies = [ \"env_logger\", \"lazy_static\", \"log\", ] [[package]] name = \"solana-measure\" version = \"1.16.27\" dependencies = [ \"log\", \"solana-sdk\", ] [[package]] name = \"solana-memory-management\" version = \"1.16.27\" [[package]] name = \"solana-merkle-root-bench\" version = \"1.16.27\" dependencies = [ \"clap 2.33.3\", \"log\", \"solana-logger\", \"solana-measure\", \"solana-runtime\", \"solana-sdk\", \"solana-version\", ] [[package]] name = \"solana-merkle-tree\" version = \"1.16.27\" dependencies = [ \"fast-math\", \"hex\", \"matches\", \"solana-program\", ] [[package]] name = \"solana-metrics\" version = \"1.16.27\" dependencies = [ \"crossbeam-channel\", \"env_logger\", \"gethostname\", \"lazy_static\", \"log\", \"rand 0.7.3\", \"reqwest\", \"serial_test\", \"solana-sdk\", ] [[package]] name = \"solana-net-shaper\" version = \"1.16.27\" dependencies = [ \"clap 3.2.23\", \"rand 0.7.3\", \"serde\", \"serde_json\", \"solana-logger\", ] [[package]] name = \"solana-net-utils\" version = \"1.16.27\" dependencies = [ \"bincode\", \"clap 3.2.23\", \"crossbeam-channel\", \"log\", \"nix\", \"rand 0.7.3\", \"serde\", \"serde_derive\", \"socket2\", \"solana-logger\", \"solana-sdk\", \"solana-version\", \"tokio\", \"url 2.3.1\", ] [[package]] name = \"solana-notifier\" version = \"1.16.27\" dependencies = [ \"log\", \"reqwest\", \"serde_json\", \"solana-sdk\", ] [[package]] name = \"solana-perf\" version = \"1.16.27\" dependencies = [ \"ahash 0.8.4\", \"bincode\", \"bv\", \"caps\", \"curve25519-dalek\", \"dlopen\", \"dlopen_derive\", \"fnv\", \"lazy_static\", \"libc\", \"log\", \"matches\", \"nix\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rayon\", \"serde\", \"solana-logger\", \"solana-metrics\", \"solana-rayon-threadlimit\", \"solana-sdk\", \"solana-vote-program\", \"test-case\", ] [[package]] name = \"solana-poh\" version = \"1.16.27\" dependencies = [ \"bincode\", \"core_affinity\", \"crossbeam-channel\", \"log\", \"matches\", \"rand 0.7.3\", \"solana-entry\", \"solana-ledger\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-perf\", \"solana-runtime\", \"solana-sdk\", \"thiserror\", ] [[package]] name = \"solana-poh-bench\" version = \"1.16.27\" dependencies = [ \"clap 3.2.23\", \"log\", \"rand 0.7.3\", \"rayon\", \"solana-entry\", \"solana-logger\", \"solana-measure\", \"solana-perf\", \"solana-sdk\", \"solana-version\", ] [[package]] name = \"solana-program\" version = \"1.16.27\" dependencies = [ \"anyhow\", \"ark-bn254\", \"ark-ec\", \"ark-ff\", \"ark-serialize\", \"array-bytes\", \"assert_matches\", \"base64 0.21.2\", \"bincode\", \"bitflags\", \"blake3\", \"borsh 0.10.3\", \"borsh 0.9.3\", \"bs58\", \"bv\", \"bytemuck\", \"cc\", \"console_error_panic_hook\", \"console_log\", \"curve25519-dalek\", \"getrandom 0.2.8\", \"itertools\", \"js-sys\", \"lazy_static\", \"libc\", \"libsecp256k1\", \"log\", \"memoffset 0.9.0\", \"num-bigint 0.4.3\", \"num-derive 0.3.3\", \"num-traits\", \"parking_lot 0.12.1\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rustc_version 0.4.0\", \"rustversion\", \"serde\", \"serde_bytes\", \"serde_derive\", \"serde_json\", \"sha2 0.10.6\", \"sha3 0.10.4\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-logger\", \"solana-sdk-macro\", \"static_assertions\", \"thiserror\", \"tiny-bip39\", \"wasm-bindgen\", \"zeroize\", ] [[package]] name = \"solana-program-runtime\" version = \"1.16.27\" dependencies = [ \"base64 0.21.2\", \"bincode\", \"eager\", \"enum-iterator\", \"itertools\", \"libc\", \"log\", \"num-derive 0.3.3\", \"num-traits\", \"percentage\", \"rand 0.7.3\", \"rustc_version 0.4.0\", \"serde\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-sdk\", \"solana_rbpf\", \"thiserror\", ] [[package]] name = \"solana-program-test\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"async-trait\", \"base64 0.21.2\", \"bincode\", \"chrono-humanize\", \"crossbeam-channel\", \"log\", \"serde\", \"solana-banks-client\", \"solana-banks-interface\", \"solana-banks-server\", \"solana-bpf-loader-program\", \"solana-logger\", \"solana-program-runtime\", \"solana-runtime\", \"solana-sdk\", \"solana-stake-program\", \"solana-vote-program\", \"thiserror\", \"tokio\", ] [[package]] name = \"solana-pubsub-client\" version = \"1.16.27\" dependencies = [ \"anyhow\", \"crossbeam-channel\", \"futures-util\", \"log\", \"reqwest\", \"semver 1.0.17\", \"serde\", \"serde_derive\", \"serde_json\", \"solana-account-decoder\", \"solana-rpc-client-api\", \"solana-sdk\", \"thiserror\", \"tokio\", \"tokio-stream\", \"tokio-tungstenite\", \"tungstenite\", \"url 2.3.1\", ] [[package]] name = \"solana-quic-client\" version = \"1.16.27\" dependencies = [ \"async-mutex\", \"async-trait\", \"crossbeam-channel\", \"futures 0.3.28\", \"itertools\", \"lazy_static\", \"log\", \"quinn\", \"quinn-proto\", \"quinn-udp\", \"rcgen\", \"rustls 0.20.8\", \"solana-connection-cache\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-net-utils\", \"solana-perf\", \"solana-rpc-client-api\", \"solana-sdk\", \"solana-streamer\", \"thiserror\", \"tokio\", ] [[package]] name = \"solana-rayon-threadlimit\" version = \"1.16.27\" dependencies = [ \"lazy_static\", \"num_cpus\", ] [[package]] name = \"solana-remote-wallet\" version = \"1.16.27\" dependencies = [ \"console\", \"dialoguer\", \"hidapi\", \"log\", \"num-derive 0.3.3\", \"num-traits\", \"parking_lot 0.12.1\", \"qstring\", \"semver 1.0.17\", \"solana-sdk\", \"thiserror\", \"uriparse\", ] [[package]] name = \"solana-rpc\" version = \"1.16.27\" dependencies = [ \"base64 0.21.2\", \"bincode\", \"bs58\", \"crossbeam-channel\", \"dashmap 4.0.2\", \"itertools\", \"jsonrpc-core\", \"jsonrpc-core-client\", \"jsonrpc-derive\", \"jsonrpc-http-server\", \"jsonrpc-pubsub\", \"libc\", \"log\", \"rayon\", \"regex\", \"serde\", \"serde_derive\", \"serde_json\", \"serial_test\", \"soketto\", \"solana-account-decoder\", \"solana-address-lookup-table-program\", \"solana-client\", \"solana-entry\", \"solana-faucet\", \"solana-gossip\", \"solana-ledger\", \"solana-measure\", \"solana-metrics\", \"solana-net-utils\", \"solana-perf\", \"solana-poh\", \"solana-rayon-threadlimit\", \"solana-rpc-client-api\", \"solana-runtime\", \"solana-sdk\", \"solana-send-transaction-service\", \"solana-stake-program\", \"solana-storage-bigtable\", \"solana-streamer\", \"solana-tpu-client\", \"solana-transaction-status\", \"solana-version\", \"solana-vote-program\", \"spl-pod\", \"spl-token\", \"spl-token-2022\", \"stream-cancel\", \"symlink\", \"thiserror\", \"tokio\", \"tokio-util 0.6.9\", ] [[package]] name = \"solana-rpc-client\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"async-trait\", \"base64 0.21.2\", \"bincode\", \"bs58\", \"crossbeam-channel\", \"futures 0.3.28\", \"indicatif\", \"jsonrpc-core\", \"jsonrpc-http-server\", \"log\", \"reqwest\", \"semver 1.0.17\", \"serde\", \"serde_derive\", \"serde_json\", \"solana-account-decoder\", \"solana-rpc-client-api\", \"solana-sdk\", \"solana-transaction-status\", \"solana-version\", \"solana-vote-program\", \"tokio\", ] [[package]] name = \"solana-rpc-client-api\" version = \"1.16.27\" dependencies = [ \"base64 0.21.2\", \"bs58\", \"jsonrpc-core\", \"reqwest\", \"semver 1.0.17\", \"serde\", \"serde_derive\", \"serde_json\", \"solana-account-decoder\", \"solana-sdk\", \"solana-transaction-status\", \"solana-version\", \"spl-token-2022\", \"thiserror\", ] [[package]] name = \"solana-rpc-client-nonce-utils\" version = \"1.16.27\" dependencies = [ \"anyhow\", \"clap 2.33.3\", \"futures 0.3.28\", \"serde_json\", \"solana-account-decoder\", \"solana-clap-utils\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-sdk\", \"thiserror\", \"tokio\", ] [[package]] name = \"solana-rpc-test\" version = \"1.16.27\" dependencies = [ \"bincode\", \"bs58\", \"crossbeam-channel\", \"futures-util\", \"log\", \"reqwest\", \"serde\", \"serde_json\", \"solana-account-decoder\", \"solana-client\", \"solana-logger\", \"solana-pubsub-client\", \"solana-rpc\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-sdk\", \"solana-streamer\", \"solana-test-validator\", \"solana-tpu-client\", \"solana-transaction-status\", \"tokio\", ] [[package]] name = \"solana-runtime\" version = \"1.16.27\" dependencies = [ \"arrayref\", \"assert_matches\", \"base64 0.21.2\", \"bincode\", \"blake3\", \"bv\", \"bytemuck\", \"byteorder\", \"bzip2\", \"crossbeam-channel\", \"dashmap 4.0.2\", \"dir-diff\", \"ed25519-dalek\", \"flate2\", \"fnv\", \"im\", \"index_list\", \"itertools\", \"lazy_static\", \"libsecp256k1\", \"log\", \"lru\", \"lz4\", \"memmap2\", \"memoffset 0.9.0\", \"modular-bitfield\", \"num-derive 0.3.3\", \"num-traits\", \"num_cpus\", \"num_enum 0.6.1\", \"once_cell\", \"ouroboros\", \"percentage\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rayon\", \"regex\", \"rustc_version 0.4.0\", \"serde\", \"serde_derive\", \"serde_json\", \"solana-address-lookup-table-program\", \"solana-bpf-loader-program\", \"solana-bucket-map\", \"solana-compute-budget-program\", \"solana-config-program\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-loader-v4-program\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-perf\", \"solana-program-runtime\", \"solana-rayon-threadlimit\", \"solana-sdk\", \"solana-stake-program\", \"solana-system-program\", \"solana-version\", \"solana-vote-program\", \"solana-zk-token-proof-program\", \"solana-zk-token-sdk\", \"static_assertions\", \"strum\", \"strum_macros\", \"symlink\", \"tar\", \"tempfile\", \"test-case\", \"thiserror\", \"zstd\", ] [[package]] name = \"solana-sdk\" version = \"1.16.27\" dependencies = [ \"anyhow\", \"assert_matches\", \"base64 0.21.2\", \"bincode\", \"bitflags\", \"borsh 0.10.3\", \"bs58\", \"bytemuck\", \"byteorder\", \"chrono\", \"curve25519-dalek\", \"derivation-path\", \"digest 0.10.7\", \"ed25519-dalek\", \"ed25519-dalek-bip32\", \"generic-array 0.14.7\", \"hex\", \"hmac 0.12.1\", \"itertools\", \"js-sys\", \"lazy_static\", \"libsecp256k1\", \"log\", \"memmap2\", \"num-derive 0.3.3\", \"num-traits\", \"num_enum 0.6.1\", \"pbkdf2 0.11.0\", \"qstring\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rustc_version 0.4.0\", \"rustversion\", \"serde\", \"serde_bytes\", \"serde_derive\", \"serde_json\", \"serde_with\", \"sha2 0.10.6\", \"sha3 0.10.4\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-logger\", \"solana-program\", \"solana-sdk-macro\", \"static_assertions\", \"thiserror\", \"tiny-bip39\", \"uriparse\", \"wasm-bindgen\", ] [[package]] name = \"solana-sdk-macro\" version = \"1.16.27\" dependencies = [ \"bs58\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"rustversion\", \"syn 2.0.43\", ] [[package]] name = \"solana-send-transaction-service\" version = \"1.16.27\" dependencies = [ \"crossbeam-channel\", \"log\", \"solana-client\", \"solana-logger\", \"solana-measure\", \"solana-metrics\", \"solana-runtime\", \"solana-sdk\", \"solana-tpu-client\", ] [[package]] name = \"solana-stake-accounts\" version = \"1.16.27\" dependencies = [ \"clap 2.33.3\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-remote-wallet\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-runtime\", \"solana-sdk\", \"solana-stake-program\", \"solana-version\", ] [[package]] name = \"solana-stake-program\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"bincode\", \"log\", \"proptest\", \"rustc_version 0.4.0\", \"solana-config-program\", \"solana-logger\", \"solana-program-runtime\", \"solana-sdk\", \"solana-vote-program\", \"test-case\", ] [[package]] name = \"solana-storage-bigtable\" version = \"1.16.27\" dependencies = [ \"backoff\", \"bincode\", \"bytes\", \"bzip2\", \"enum-iterator\", \"flate2\", \"futures 0.3.28\", \"goauth\", \"http\", \"hyper\", \"hyper-proxy\", \"log\", \"openssl\", \"prost 0.11.9\", \"prost-types 0.11.9\", \"serde\", \"serde_derive\", \"smpl_jwt\", \"solana-metrics\", \"solana-sdk\", \"solana-storage-proto\", \"solana-transaction-status\", \"thiserror\", \"tokio\", \"tonic 0.8.3\", \"zstd\", ] [[package]] name = \"solana-storage-proto\" version = \"1.16.27\" dependencies = [ \"bincode\", \"bs58\", \"enum-iterator\", \"prost 0.11.9\", \"protobuf-src\", \"serde\", \"solana-account-decoder\", \"solana-sdk\", \"solana-transaction-status\", \"tonic-build 0.8.4\", ] [[package]] name = \"solana-store-tool\" version = \"1.16.27\" dependencies = [ \"clap 2.33.3\", \"log\", \"solana-logger\", \"solana-runtime\", \"solana-sdk\", \"solana-version\", ] [[package]] name = \"solana-streamer\" version = \"1.16.27\" dependencies = [ \"async-channel\", \"bytes\", \"crossbeam-channel\", \"futures-util\", \"histogram\", \"indexmap\", \"itertools\", \"libc\", \"log\", \"nix\", \"pem\", \"percentage\", \"pkcs8\", \"quinn\", \"quinn-proto\", \"quinn-udp\", \"rand 0.7.3\", \"rcgen\", \"rustls 0.20.8\", \"solana-logger\", \"solana-metrics\", \"solana-perf\", \"solana-sdk\", \"thiserror\", \"tokio\", \"x509-parser\", ] [[package]] name = \"solana-system-program\" version = \"1.16.27\" dependencies = [ \"assert_matches\", \"bincode\", \"log\", \"serde\", \"serde_derive\", \"solana-logger\", \"solana-program-runtime\", \"solana-sdk\", ] [[package]] name = \"solana-test-validator\" version = \"1.16.27\" dependencies = [ \"base64 0.21.2\", \"bincode\", \"crossbeam-channel\", \"log\", \"serde_derive\", \"serde_json\", \"solana-cli-output\", \"solana-client\", \"solana-core\", \"solana-geyser-plugin-manager\", \"solana-gossip\", \"solana-ledger\", \"solana-logger\", \"solana-net-utils\", \"solana-program-runtime\", \"solana-program-test\", \"solana-rpc\", \"solana-rpc-client\", \"solana-runtime\", \"solana-sdk\", \"solana-streamer\", \"solana-tpu-client\", \"tokio\", ] [[package]] name = \"solana-thin-client\" version = \"1.16.27\" dependencies = [ \"bincode\", \"log\", \"rayon\", \"solana-connection-cache\", \"solana-logger\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-sdk\", ] [[package]] name = \"solana-tokens\" version = \"1.16.27\" dependencies = [ \"bincode\", \"chrono\", \"clap 2.33.3\", \"console\", \"csv\", \"ctrlc\", \"indexmap\", \"indicatif\", \"pickledb\", \"serde\", \"solana-account-decoder\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-logger\", \"solana-remote-wallet\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-sdk\", \"solana-streamer\", \"solana-test-validator\", \"solana-transaction-status\", \"solana-version\", \"spl-associated-token-account\", \"spl-token\", \"tempfile\", \"thiserror\", ] [[package]] name = \"solana-tpu-client\" version = \"1.16.27\" dependencies = [ \"async-trait\", \"bincode\", \"futures-util\", \"indexmap\", \"indicatif\", \"log\", \"rand 0.7.3\", \"rand_chacha 0.2.2\", \"rayon\", \"solana-connection-cache\", \"solana-measure\", \"solana-metrics\", \"solana-pubsub-client\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-sdk\", \"thiserror\", \"tokio\", ] [[package]] name = \"solana-transaction-dos\" version = \"1.16.27\" dependencies = [ \"bincode\", \"clap 2.33.3\", \"log\", \"rand 0.7.3\", \"rayon\", \"solana-clap-utils\", \"solana-cli\", \"solana-client\", \"solana-core\", \"solana-faucet\", \"solana-gossip\", \"solana-local-cluster\", \"solana-logger\", \"solana-measure\", \"solana-net-utils\", \"solana-rpc-client\", \"solana-runtime\", \"solana-sdk\", \"solana-streamer\", \"solana-transaction-status\", \"solana-version\", ] [[package]] name = \"solana-transaction-status\" version = \"1.16.27\" dependencies = [ \"Inflector\", \"base64 0.21.2\", \"bincode\", \"borsh 0.10.3\", \"bs58\", \"lazy_static\", \"log\", \"serde\", \"serde_derive\", \"serde_json\", \"solana-account-decoder\", \"solana-address-lookup-table-program\", \"solana-sdk\", \"spl-associated-token-account\", \"spl-memo\", \"spl-token\", \"spl-token-2022\", \"thiserror\", ] [[package]] name = \"solana-udp-client\" version = \"1.16.27\" dependencies = [ \"async-trait\", \"solana-connection-cache\", \"solana-net-utils\", \"solana-sdk\", \"solana-streamer\", \"thiserror\", \"tokio\", ] [[package]] name = \"solana-upload-perf\" version = \"1.16.27\" dependencies = [ \"serde_json\", \"solana-metrics\", ] [[package]] name = \"solana-validator\" version = \"1.16.27\" dependencies = [ \"chrono\", \"clap 2.33.3\", \"console\", \"core_affinity\", \"crossbeam-channel\", \"fd-lock\", \"indicatif\", \"itertools\", \"jsonrpc-core\", \"jsonrpc-core-client\", \"jsonrpc-derive\", \"jsonrpc-ipc-server\", \"jsonrpc-server-utils\", \"lazy_static\", \"libc\", \"libloading\", \"log\", \"num_cpus\", \"rand 0.7.3\", \"rayon\", \"serde\", \"serde_json\", \"serde_yaml 0.9.21\", \"signal-hook\", \"solana-account-decoder\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-core\", \"solana-download-utils\", \"solana-entry\", \"solana-faucet\", \"solana-genesis-utils\", \"solana-geyser-plugin-interface\", \"solana-geyser-plugin-manager\", \"solana-gossip\", \"solana-ledger\", \"solana-logger\", \"solana-metrics\", \"solana-net-utils\", \"solana-perf\", \"solana-poh\", \"solana-rpc\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-runtime\", \"solana-sdk\", \"solana-send-transaction-service\", \"solana-storage-bigtable\", \"solana-streamer\", \"solana-test-validator\", \"solana-tpu-client\", \"solana-version\", \"solana-vote-program\", \"spl-token-2022\", \"symlink\", \"thiserror\", \"tikv-jemallocator\", ] [[package]] name = \"solana-version\" version = \"1.16.27\" dependencies = [ \"log\", \"rustc_version 0.4.0\", \"semver 1.0.17\", \"serde\", \"serde_derive\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-sdk\", ] [[package]] name = \"solana-vote-program\" version = \"1.16.27\" dependencies = [ \"bincode\", \"log\", \"num-derive 0.3.3\", \"num-traits\", \"rustc_version 0.4.0\", \"serde\", \"serde_derive\", \"solana-frozen-abi\", \"solana-frozen-abi-macro\", \"solana-logger\", \"solana-metrics\", \"solana-program\", \"solana-program-runtime\", \"solana-sdk\", \"test-case\", \"thiserror\", ] [[package]] name = \"solana-watchtower\" version = \"1.16.27\" dependencies = [ \"clap 2.33.3\", \"humantime\", \"log\", \"solana-clap-utils\", \"solana-cli-config\", \"solana-cli-output\", \"solana-logger\", \"solana-metrics\", \"solana-notifier\", \"solana-rpc-client\", \"solana-rpc-client-api\", \"solana-sdk\", \"solana-version\", ] [[package]] name = \"solana-zk-keygen\" version = \"1.16.27\" dependencies = [ \"bs58\", \"clap 3.2.23\", \"dirs-next\", \"num_cpus\", \"solana-clap-v3-utils\", \"solana-cli-config\", \"solana-remote-wallet\", \"solana-sdk\", \"solana-version\", \"solana-zk-token-sdk\", \"tempfile\", \"thiserror\", \"tiny-bip39\", ] [[package]] name = \"solana-zk-token-proof-program\" version = \"1.16.27\" dependencies = [ \"bytemuck\", \"getrandom 0.1.16\", \"num-derive 0.3.3\", \"num-traits\", \"solana-program-runtime\", \"solana-sdk\", \"solana-zk-token-sdk\", ] [[package]] name = \"solana-zk-token-proof-program-tests\" version = \"1.16.27\" dependencies = [ \"bytemuck\", \"curve25519-dalek\", \"solana-program-runtime\", \"solana-program-test\", \"solana-sdk\", \"solana-zk-token-sdk\", ] [[package]] name = \"solana-zk-token-sdk\" version = \"1.16.27\" dependencies = [ \"aes-gcm-siv\", \"base64 0.21.2\", \"bincode\", \"bytemuck\", \"byteorder\", \"curve25519-dalek\", \"getrandom 0.1.16\", \"itertools\", \"lazy_static\", \"merlin\", \"num-derive 0.3.3\", \"num-traits\", \"rand 0.7.3\", \"serde\", \"serde_json\", \"sha3 0.9.1\", \"solana-program\", \"solana-sdk\", \"subtle\", \"thiserror\", \"tiny-bip39\", \"zeroize\", ] [[package]] name = \"solana_rbpf\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17d4ba1e58947346e360fabde0697029d36ba83c42f669199b16a8931313cf29\" dependencies = [ \"byteorder\", \"combine\", \"gdbstub\", \"goblin\", \"hash32\", \"libc\", \"log\", \"rand 0.8.5\", \"rustc-demangle\", \"scroll\", \"thiserror\", \"winapi 0.3.9\", ] [[package]] name = \"spin\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d\" [[package]] name = \"spin\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5\" [[package]] name = \"spki\" version = \"0.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27\" dependencies = [ \"base64ct\", \"der\", ] [[package]] name = \"spl-associated-token-account\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"385e31c29981488f2820b2022d8e731aae3b02e6e18e2fd854e4c9a94dc44fc3\" dependencies = [ \"assert_matches\", \"borsh 0.10.3\", \"num-derive 0.4.0\", \"num-traits\", \"solana-program\", \"spl-token\", \"spl-token-2022\", \"thiserror\", ] [[package]] name = \"spl-discriminator\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cce5d563b58ef1bb2cdbbfe0dfb9ffdc24903b10ae6a4df2d8f425ece375033f\" dependencies = [ \"bytemuck\", \"solana-program\", \"spl-discriminator-derive\", ] [[package]] name = \"spl-discriminator-derive\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fadbefec4f3c678215ca72bd71862697bb06b41fd77c0088902dd3203354387b\" dependencies = [ \"quote 1.0.28\", \"spl-discriminator-syn\", \"syn 2.0.43\", ] [[package]] name = \"spl-discriminator-syn\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e5f2044ca42c8938d54d1255ce599c79a1ffd86b677dfab695caa20f9ffc3f2\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"sha2 0.10.6\", \"syn 2.0.43\", \"thiserror\", ] [[package]] name = \"spl-instruction-padding\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c5557ec281a34f7f9053feb6e0d795162ba0c6a52898b21c3d1e899481191d5\" dependencies = [ \"num_enum 0.5.11\", \"solana-program\", ] [[package]] name = \"spl-memo\" version = \"4.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f0f180b03318c3dbab3ef4e1e4d46d5211ae3c780940dd0a28695aba4b59a75a\" dependencies = [ \"solana-program\", ] [[package]] name = \"spl-pod\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2881dddfca792737c0706fa0175345ab282b1b0879c7d877bad129645737c079\" dependencies = [ \"borsh 0.10.3\", \"bytemuck\", \"solana-program\", \"solana-zk-token-sdk\", \"spl-program-error\", ] [[package]] name = \"spl-program-error\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"249e0318493b6bcf27ae9902600566c689b7dfba9f1bdff5893e92253374e78c\" dependencies = [ \"num-derive 0.4.0\", \"num-traits\", \"solana-program\", \"spl-program-error-derive\", \"thiserror\", ] [[package]] name = \"spl-program-error-derive\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab5269c8e868da17b6552ef35a51355a017bd8e0eae269c201fef830d35fa52c\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"sha2 0.10.6\", \"syn 2.0.43\", ] [[package]] name = \"spl-tlv-account-resolution\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"062e148d3eab7b165582757453632ffeef490c02c86a48bfdb4988f63eefb3b9\" dependencies = [ \"bytemuck\", \"solana-program\", \"spl-discriminator\", \"spl-pod\", \"spl-program-error\", \"spl-type-length-value\", ] [[package]] name = \"spl-token\" version = \"4.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08459ba1b8f7c1020b4582c4edf0f5c7511a5e099a7a97570c9698d4f2337060\" dependencies = [ \"arrayref\", \"bytemuck\", \"num-derive 0.3.3\", \"num-traits\", \"num_enum 0.6.1\", \"solana-program\", \"thiserror\", ] [[package]] name = \"spl-token-2022\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4abf34a65ba420584a0c35f3903f8d727d1f13ababbdc3f714c6b065a686e86\" dependencies = [ \"arrayref\", \"bytemuck\", \"num-derive 0.4.0\", \"num-traits\", \"num_enum 0.7.0\", \"solana-program\", \"solana-zk-token-sdk\", \"spl-memo\", \"spl-pod\", \"spl-token\", \"spl-token-metadata-interface\", \"spl-transfer-hook-interface\", \"spl-type-length-value\", \"thiserror\", ] [[package]] name = \"spl-token-metadata-interface\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c16ce3ba6979645fb7627aa1e435576172dd63088dc7848cb09aa331fa1fe4f\" dependencies = [ \"borsh 0.10.3\", \"solana-program\", \"spl-discriminator\", \"spl-pod\", \"spl-program-error\", \"spl-type-length-value\", ] [[package]] name = \"spl-transfer-hook-interface\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"051d31803f873cabe71aec3c1b849f35248beae5d19a347d93a5c9cccc5d5a9b\" dependencies = [ \"arrayref\", \"bytemuck\", \"solana-program\", \"spl-discriminator\", \"spl-pod\", \"spl-program-error\", \"spl-tlv-account-resolution\", \"spl-type-length-value\", ] [[package]] name = \"spl-type-length-value\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a468e6f6371f9c69aae760186ea9f1a01c2908351b06a5e0026d21cfc4d7ecac\" dependencies = [ \"bytemuck\", \"solana-program\", \"spl-discriminator\", \"spl-pod\", \"spl-program-error\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"stream-cancel\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b0a9eb2715209fb8cc0d942fcdff45674bfc9f0090a0d897e85a22955ad159b\" dependencies = [ \"futures-core\", \"pin-project\", \"tokio\", ] [[package]] name = \"strsim\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a\" [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"strum\" version = \"0.24.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8\" dependencies = [ \"strum_macros\", ] [[package]] name = \"strum_macros\" version = \"0.24.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59\" dependencies = [ \"heck 0.4.0\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"rustversion\", \"syn 1.0.109\", ] [[package]] name = \"subtle\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601\" [[package]] name = \"symlink\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a\" [[package]] name = \"syn\" version = \"0.15.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5\" dependencies = [ \"proc-macro2 0.4.30\", \"quote 0.6.13\", \"unicode-xid 0.1.0\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"unicode-ident\", ] [[package]] name = \"sync_wrapper\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8\" [[package]] name = \"synstructure\" version = \"0.12.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", \"unicode-xid 0.2.2\", ] [[package]] name = \"sys-info\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"sysctl\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8\" dependencies = [ \"bitflags\", \"byteorder\", \"libc\", \"thiserror\", \"walkdir\", ] [[package]] name = \"systemstat\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a24aec24a9312c83999a28e3ef9db7e2afd5c64bf47725b758cdc1cafd5b0bd2\" dependencies = [ \"bytesize\", \"lazy_static\", \"libc\", \"nom\", \"time 0.3.9\", \"winapi 0.3.9\", ] [[package]] name = \"tar\" version = \"0.4.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6\" dependencies = [ \"filetime\", \"libc\", \"xattr\", ] [[package]] name = \"tarpc\" version = \"0.29.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c38a012bed6fb9681d3bf71ffaa4f88f3b4b9ed3198cda6e4c8462d24d4bb80\" dependencies = [ \"anyhow\", \"fnv\", \"futures 0.3.28\", \"humantime\", \"opentelemetry\", \"pin-project\", \"rand 0.8.5\", \"serde\", \"static_assertions\", \"tarpc-plugins\", \"thiserror\", \"tokio\", \"tokio-serde\", \"tokio-util 0.6.9\", \"tracing\", \"tracing-opentelemetry\", ] [[package]] name = \"tarpc-plugins\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"tempfile\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998\" dependencies = [ \"cfg-if 1.0.0\", \"fastrand\", \"redox_syscall 0.3.5\", \"rustix\", \"windows-sys 0.45.0\", ] [[package]] name = \"termcolor\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4\" dependencies = [ \"winapi-util\", ] [[package]] name = \"termtree\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16\" [[package]] name = \"test-case\" version = \"2.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21d6cf5a7dffb3f9dceec8e6b8ca528d9bd71d36c9f074defb548ce161f598c0\" dependencies = [ \"test-case-macros\", ] [[package]] name = \"test-case-macros\" version = \"2.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e45b7bf6e19353ddd832745c8fcf77a17a93171df7151187f26623f2b75b5b26\" dependencies = [ \"cfg-if 1.0.0\", \"proc-macro-error\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"textwrap\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060\" dependencies = [ \"unicode-width\", ] [[package]] name = \"textwrap\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d\" [[package]] name = \"thiserror\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"thread-scoped\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99\" [[package]] name = \"thread_local\" version = \"1.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180\" dependencies = [ \"once_cell\", ] [[package]] name = \"tikv-jemalloc-sys\" version = \"0.4.2+5.2.1-patched.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5844e429d797c62945a566f8da4e24c7fe3fbd5d6617fd8bf7a0b7dc1ee0f22e\" dependencies = [ \"cc\", \"fs_extra\", \"libc\", ] [[package]] name = \"tikv-jemallocator\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf\" dependencies = [ \"libc\", \"tikv-jemalloc-sys\", ] [[package]] name = \"time\" version = \"0.1.43\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"time\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd\" dependencies = [ \"itoa\", \"libc\", \"num_threads\", \"time-macros\", ] [[package]] name = \"time-macros\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792\" [[package]] name = \"tiny-bip39\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d\" dependencies = [ \"anyhow\", \"hmac 0.8.1\", \"once_cell\", \"pbkdf2 0.4.0\", \"rand 0.7.3\", \"rustc-hash\", \"sha2 0.9.9\", \"thiserror\", \"unicode-normalization\", \"wasm-bindgen\", \"zeroize\", ] [[package]] name = \"tinyvec\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c\" [[package]] name = \"tokio\" version = \"1.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49\" dependencies = [ \"autocfg\", \"bytes\", \"libc\", \"memchr\", \"mio\", \"num_cpus\", \"once_cell\", \"parking_lot 0.11.2\", \"pin-project-lite\", \"signal-hook-registry\", \"tokio-macros\", \"winapi 0.3.9\", ] [[package]] name = \"tokio-io-timeout\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90c49f106be240de154571dd31fbe48acb10ba6c6dd6f6517ad603abffa42de9\" dependencies = [ \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-macros\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"tokio-native-tls\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-rustls\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6\" dependencies = [ \"rustls 0.19.1\", \"tokio\", \"webpki 0.21.4\", ] [[package]] name = \"tokio-rustls\" version = \"0.23.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e\" dependencies = [ \"rustls 0.20.8\", \"tokio\", \"webpki 0.22.0\", ] [[package]] name = \"tokio-serde\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466\" dependencies = [ \"bincode\", \"bytes\", \"educe\", \"futures-core\", \"futures-sink\", \"pin-project\", \"serde\", \"serde_json\", ] [[package]] name = \"tokio-stream\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-tungstenite\" version = \"0.17.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181\" dependencies = [ \"futures-util\", \"log\", \"rustls 0.20.8\", \"tokio\", \"tokio-rustls 0.23.3\", \"tungstenite\", \"webpki 0.22.0\", \"webpki-roots\", ] [[package]] name = \"tokio-util\" version = \"0.6.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0\" dependencies = [ \"bytes\", \"futures-core\", \"futures-io\", \"futures-sink\", \"log\", \"pin-project-lite\", \"slab\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", \"tracing\", ] [[package]] name = \"toml\" version = \"0.5.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa\" dependencies = [ \"serde\", ] [[package]] name = \"tonic\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a\" dependencies = [ \"async-stream\", \"async-trait\", \"base64 0.13.1\", \"bytes\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"hyper\", \"hyper-timeout\", \"percent-encoding 2.2.0\", \"pin-project\", \"prost 0.9.0\", \"prost-derive 0.9.0\", \"tokio\", \"tokio-rustls 0.22.0\", \"tokio-stream\", \"tokio-util 0.6.9\", \"tower\", \"tower-layer\", \"tower-service\", \"tracing\", \"tracing-futures\", ] [[package]] name = \"tonic\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb\" dependencies = [ \"async-stream\", \"async-trait\", \"axum\", \"base64 0.13.1\", \"bytes\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"hyper\", \"hyper-timeout\", \"percent-encoding 2.2.0\", \"pin-project\", \"prost 0.11.9\", \"prost-derive 0.11.9\", \"rustls-pemfile 1.0.0\", \"tokio\", \"tokio-rustls 0.23.3\", \"tokio-stream\", \"tokio-util 0.7.1\", \"tower\", \"tower-layer\", \"tower-service\", \"tracing\", \"tracing-futures\", ] [[package]] name = \"tonic-build\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757\" dependencies = [ \"proc-macro2 1.0.76\", \"prost-build 0.9.0\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"tonic-build\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4\" dependencies = [ \"prettyplease 0.1.9\", \"proc-macro2 1.0.76\", \"prost-build 0.11.4\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"tower\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c\" dependencies = [ \"futures-core\", \"futures-util\", \"indexmap\", \"pin-project\", \"pin-project-lite\", \"rand 0.8.5\", \"slab\", \"tokio\", \"tokio-util 0.7.1\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower-http\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858\" dependencies = [ \"bitflags\", \"bytes\", \"futures-core\", \"futures-util\", \"http\", \"http-body\", \"http-range-header\", \"pin-project-lite\", \"tower\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"tower-layer\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0\" [[package]] name = \"tower-service\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6\" [[package]] name = \"tracing\" version = \"0.1.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105\" dependencies = [ \"cfg-if 1.0.0\", \"log\", \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", ] [[package]] name = \"tracing-core\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4\" dependencies = [ \"lazy_static\", ] [[package]] name = \"tracing-futures\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2\" dependencies = [ \"pin-project\", \"tracing\", ] [[package]] name = \"tracing-opentelemetry\" version = \"0.17.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f9378e96a9361190ae297e7f3a8ff644aacd2897f244b1ff81f381669196fa6\" dependencies = [ \"opentelemetry\", \"tracing\", \"tracing-core\", \"tracing-subscriber\", ] [[package]] name = \"tracing-subscriber\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5312f325fe3588e277415f5a6cca1f4ccad0f248c4cd5a4bd33032d7286abc22\" dependencies = [ \"sharded-slab\", \"thread_local\", \"tracing-core\", ] [[package]] name = \"trees\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0de5f738ceab88e2491a94ddc33c3feeadfa95fedc60363ef110845df12f3878\" [[package]] name = \"try-lock\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642\" [[package]] name = \"tungstenite\" version = \"0.17.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0\" dependencies = [ \"base64 0.13.1\", \"byteorder\", \"bytes\", \"http\", \"httparse\", \"log\", \"rand 0.8.5\", \"rustls 0.20.8\", \"sha-1 0.10.0\", \"thiserror\", \"url 2.3.1\", \"utf-8\", \"webpki 0.22.0\", \"webpki-roots\", ] [[package]] name = \"typenum\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987\" [[package]] name = \"ucd-trie\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c\" [[package]] name = \"unarray\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94\" [[package]] name = \"unicase\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6\" dependencies = [ \"version_check\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f\" [[package]] name = \"unicode-ident\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7\" [[package]] name = \"unicode-normalization\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-segmentation\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99\" [[package]] name = \"unicode-width\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973\" [[package]] name = \"unicode-xid\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc\" [[package]] name = \"unicode-xid\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3\" [[package]] name = \"universal-hash\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05\" dependencies = [ \"generic-array 0.14.7\", \"subtle\", ] [[package]] name = \"unreachable\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56\" dependencies = [ \"void\", ] [[package]] name = \"unsafe-libyaml\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6\" [[package]] name = \"untrusted\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a\" [[package]] name = \"uriparse\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff\" dependencies = [ \"fnv\", \"lazy_static\", ] [[package]] name = \"url\" version = \"1.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a\" dependencies = [ \"idna 0.1.5\", \"matches\", \"percent-encoding 1.0.1\", ] [[package]] name = \"url\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643\" dependencies = [ \"form_urlencoded\", \"idna 0.3.0\", \"percent-encoding 2.2.0\", ] [[package]] name = \"utf-8\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9\" [[package]] name = \"utf8-width\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b\" [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"vec_map\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"void\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d\" [[package]] name = \"wait-timeout\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6\" dependencies = [ \"libc\", ] [[package]] name = \"walkdir\" version = \"2.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56\" dependencies = [ \"same-file\", \"winapi 0.3.9\", \"winapi-util\", ] [[package]] name = \"want\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0\" dependencies = [ \"log\", \"try-lock\", ] [[package]] name = \"wasi\" version = \"0.9.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73\" dependencies = [ \"cfg-if 1.0.0\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39\" dependencies = [ \"cfg-if 1.0.0\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258\" dependencies = [ \"quote 1.0.28\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93\" [[package]] name = \"web-sys\" version = \"0.3.55\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webpki\" version = \"0.21.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"webpki\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"webpki-roots\" version = \"0.22.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630\" dependencies = [ \"webpki 0.22.0\", ] [[package]] name = \"which\" version = \"4.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9\" dependencies = [ \"either\", \"lazy_static\", \"libc\", ] [[package]] name = \"winapi\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-build\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc\" [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows-sys\" version = \"0.32.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6\" dependencies = [ \"windows_aarch64_msvc 0.32.0\", \"windows_i686_gnu 0.32.0\", \"windows_i686_msvc 0.32.0\", \"windows_x86_64_gnu 0.32.0\", \"windows_x86_64_msvc 0.32.0\", ] [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.0\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-targets\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5\" dependencies = [ \"windows_aarch64_gnullvm 0.48.0\", \"windows_aarch64_msvc 0.48.0\", \"windows_i686_gnu 0.48.0\", \"windows_i686_msvc 0.48.0\", \"windows_x86_64_gnu 0.48.0\", \"windows_x86_64_gnullvm 0.48.0\", \"windows_x86_64_msvc 0.48.0\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.32.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3\" [[package]] name = \"windows_i686_gnu\" version = \"0.32.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241\" [[package]] name = \"windows_i686_msvc\" version = \"0.32.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.32.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.32.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a\" [[package]] name = \"winreg\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"x509-parser\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8\" dependencies = [ \"asn1-rs\", \"base64 0.13.1\", \"data-encoding\", \"der-parser\", \"lazy_static\", \"nom\", \"oid-registry\", \"rusticata-macros\", \"thiserror\", \"time 0.3.9\", ] [[package]] name = \"xattr\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c\" dependencies = [ \"libc\", ] [[package]] name = \"yaml-rust\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85\" dependencies = [ \"linked-hash-map\", ] [[package]] name = \"yasna\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c\" dependencies = [ \"time 0.3.9\", ] [[package]] name = \"zerocopy\" version = \"0.7.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be\" dependencies = [ \"zerocopy-derive\", ] [[package]] name = \"zerocopy-derive\" version = \"0.7.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 2.0.43\", ] [[package]] name = \"zeroize\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd\" dependencies = [ \"zeroize_derive\", ] [[package]] name = \"zeroize_derive\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7\" dependencies = [ \"proc-macro2 1.0.76\", \"quote 1.0.28\", \"syn 1.0.109\", \"synstructure\", ] [[package]] name = \"zstd\" version = \"0.11.2+zstd.1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4\" dependencies = [ \"zstd-safe\", ] [[package]] name = \"zstd-safe\" version = \"5.0.1+zstd.1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c12659121420dd6365c5c3de4901f97145b79651fb1d25814020ed2ed0585ae\" dependencies = [ \"libc\", \"zstd-sys\", ] [[package]] name = \"zstd-sys\" version = \"2.0.1+zstd.1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b\" dependencies = [ \"cc\", \"libc\", ] "} {"_id":"doc-en-nixpkgs-898ad080021a5fe8810000fd94e0e47e210f11f842643cde7c45f7fa512f8d14","title":"","text":" diff --git a/sdk/program/src/account_info.rs b/sdk/program/src/account_info.rs index 372370d0e15a0f2877b02ad29586e5b352438b24..3db3e9839b6535786e60be5602c03d0c909bf937 100644 --- a/sdk/program/src/account_info.rs +++ b/sdk/program/src/account_info.rs @@ -182,6 +182,7 @@ impl<'a> AccountInfo<'a> { Ok(()) } + #[rustversion::attr(since(1.72), allow(invalid_reference_casting))] pub fn assign(&self, new_owner: &Pubkey) { // Set the non-mut owner field unsafe { "} {"_id":"doc-en-nixpkgs-1e91006ac4665b728197cd096965becaec4b712fc77bf5ec0ba7484617ff43f7","title":"","text":"\"solana-gossip\" \"solana-install\" \"solana-keygen\" \"solana-ledger-tool\" \"solana-log-analyzer\" \"solana-net-shaper\" \"solana-sys-tuner\" \"rbpf-cli\" \"solana-validator\" \"solana-ledger-tool\" \"cargo-build-bpf\" \"cargo-test-bpf\" \"solana-dos\" \"solana-install-init\" \"solana-stake-accounts\" \"solana-test-validator\" \"solana-tokens\" \"solana-watchtower\" \"cargo-test-sbf\" \"cargo-build-sbf\" ] ++ [ # XXX: Ensure `solana-genesis` is built LAST! # See https://github.com/solana-labs/solana/issues/5826"} {"_id":"doc-en-nixpkgs-782ebee72c4c035de52934ebf54e07e679621e85931309cd92075bfbf6b14078","title":"","text":"] }: let version = \"1.14.23\"; sha256 = \"sha256-NUkkLzLNh8P7PFh/SVtd9JM18w3egDaaK80urGw1SSs=\"; cargoSha256 = \"sha256-7t8Quh6T2MzJWEM5Y50CgCyFfx2ZJRAdCpZyyYvJrt4=\"; version = \"1.16.27\"; sha256 = \"sha256-xd0FCSlpPJDVWOlt9rIlnSbjksmvlXJWHkvlZONd2dM=\"; inherit (darwin.apple_sdk_11_0) Libsystem; inherit (darwin.apple_sdk_11_0.frameworks) System IOKit AppKit Security; in rustPlatform.buildRustPackage rec { pname = \"solana-cli\"; inherit version cargoSha256; inherit version; src = fetchFromGitHub { owner = \"solana-labs\";"} {"_id":"doc-en-nixpkgs-ef7dba56c8aa752a2af5746278b4d3bf2790621dcb75b4b7554bb4829f2b36df","title":"","text":"inherit sha256; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"crossbeam-epoch-0.9.5\" = \"sha256-Jf0RarsgJiXiZ+ddy0vp4jQ59J9m0k3sgXhWhCdhgws=\"; \"ntapi-0.3.7\" = \"sha256-G6ZCsa3GWiI/FeGKiK9TWkmTxen7nwpXvm5FtjNtjWU=\"; }; }; patches = [ # Fix: https://github.com/solana-labs/solana/issues/34203 # From https://github.com/Homebrew/homebrew-core/pull/156930/files#diff-f27c55b86df31cd4935c956efee1be743eae0958e3850f3f9891d51bfea50b1cR76 ./account-info.patch ]; strictDeps = true; cargoBuildFlags = builtins.map (n: \"--bin=${n}\") solanaPkgs;"} {"_id":"doc-en-nixpkgs-1f15a4abcc63a4bf1132983839f2fb7a5f9ad4a94f4dbf58d9bb8bd5451bc8bd","title":"","text":"description = \"Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces. \"; homepage = \"https://solana.com\"; license = licenses.asl20; maintainers = with maintainers; [ netfox happysalada ]; maintainers = with maintainers; [ netfox happysalada aikooo7 ]; platforms = platforms.unix; };"} {"_id":"doc-en-nixpkgs-49b6b1d1d434d9581f02373b5b6878f45e11255aa38b57e251404ee5682f6fe1","title":"","text":"-e 's^addCVars^addCVars${_infixSalt}^g' -e 's^[ -z \"$crossConfig\" ]^[[ \"${builtins.toString (targetPlatform != hostPlatform)}\" || -z \"$crossConfig\" ]]^g' '' + stdenv.lib.optionalString (textFile == ./setup-hook.sh) '' cat << 'EOF' >> $out for CMD in ar as nm objcopy ranlib strip strings size ld windres do # which is not part of stdenv, but compgen will do for now if PATH=$_PATH type -p ${prefix}$CMD > /dev/null then export ''$(echo \"$CMD\" | tr \"[:lower:]\" \"[:upper:]\")=${prefix}''${CMD}; fi done EOF sed -i $out -e 's_envHooks_crossEnvHooks_g' '' + '' # NIX_ things which we don't both use and define, we revert them #asymmetric=$( # for pre in \"\" \"$\""} {"_id":"doc-en-nixpkgs-f5f9466bae2258677d1be724c6e69f58b2b36421f2df313af63db8b9415ea6dd","title":"","text":"inherit cc shell libc_bin libc_dev libc_lib binutils_bin coreutils_bin; gnugrep_bin = if nativeTools then \"\" else gnugrep; binPrefix = prefix; passthru = { inherit libc nativeTools nativeLibc nativePrefix isGNU isClang default_cxx_stdlib_compile"} {"_id":"doc-en-nixpkgs-80fe6988a4d41594c67ae3195e8cc44c8f90a358f4c8273292604a535171234b","title":"","text":"wrap ${prefix}ld.bfd ${preWrap ./ld-wrapper.sh} ${binutils_bin}/bin/${prefix}ld.bfd fi export real_cc=${prefix}cc export real_cxx=${prefix}c++ # We export environment variables pointing to the wrapped nonstandard # cmds, lest some lousy configure script use those to guess compiler # version. export named_cc=${prefix}cc export named_cxx=${prefix}c++ export default_cxx_stdlib_compile=\"${default_cxx_stdlib_compile}\" if [ -e $ccPath/${prefix}gcc ]; then wrap ${prefix}gcc ${preWrap ./cc-wrapper.sh} $ccPath/${prefix}gcc ln -s ${prefix}gcc $out/bin/${prefix}cc export real_cc=${prefix}gcc export real_cxx=${prefix}g++ export named_cc=${prefix}gcc export named_cxx=${prefix}g++ elif [ -e $ccPath/clang ]; then wrap ${prefix}clang ${preWrap ./cc-wrapper.sh} $ccPath/clang ln -s ${prefix}clang $out/bin/${prefix}cc export real_cc=clang export real_cxx=clang++ export named_cc=${prefix}clang export named_cxx=${prefix}clang++ fi if [ -e $ccPath/${prefix}g++ ]; then"} {"_id":"doc-en-nixpkgs-e109cc504c87e9fb1f3e7b8fcfed113f068ab2b311b1f5efdbbb16e2630ee315","title":"","text":" export NIX_CC=@out@ addCVars () { if [ -d $1/include ]; then export NIX_CFLAGS_COMPILE+=\" ${ccIncludeFlag:--isystem} $1/include\""} {"_id":"doc-en-nixpkgs-c83253b1190f0d001d76744b114266e134734dc32e6c96d030b3abc32e11cf1d","title":"","text":"fi if [ -z \"$crossConfig\" ]; then export CC=@real_cc@ export CXX=@real_cxx@ ENV_PREFIX=\"\" else export BUILD_CC=@real_cc@ export BUILD_CXX=@real_cxx@ ENV_PREFIX=\"BUILD_\" fi export NIX_${ENV_PREFIX}CC=@out@ export ${ENV_PREFIX}CC=@named_cc@ export ${ENV_PREFIX}CXX=@named_cxx@ for CMD in cpp ar as nm objcopy ranlib strip strings size ld windres do if PATH=$_PATH type -p \"@binPrefix@$CMD\" > /dev/null then export \"${ENV_PREFIX}${CMD^^}=@binPrefix@${CMD}\"; fi done # No local scope available for sourced files unset ENV_PREFIX "} {"_id":"doc-en-nixpkgs-dcd3e0ee69639653472b7e4c4b622da36c99fa37ecdf827f7b5492fe3400dcf0","title":"","text":" { stdenv, fetchFromGitHub, rustPlatform, cargo, cmake, sphinx, lib, prefix ? \"uutils-\" }: rustPlatform.buildRustPackage { name = \"uutils-coreutils-2018-02-09\"; src = fetchFromGitHub { owner = \"uutils\"; repo = \"coreutils\"; rev = \"f333ab26b03294a32a10c1c203a03c6b5cf8a89a\"; sha256 = \"0nkggs5nqvc1mxzzgcsqm1ahchh4ll11xh0xqmcljrr5yg1rhhzf\"; }; # too many impure/platform-dependent tests doCheck = false; cargoSha256 = \"0qv2wz1bxhm5xhzbic7cqmn8jj8fyap0s18ylia4fbwpmv89nkc5\"; makeFlags = [ \"CARGO=${cargo}/bin/cargo\" \"PREFIX=$(out)\" \"PROFILE=release\" \"INSTALLDIR_MAN=$(out)/share/man/man1\" ] ++ lib.optional (prefix != null) [ \"PROG_PREFIX=${prefix}\" ]; nativeBuildInputs = [ cmake ]; buildInputs = [ cargo sphinx ]; # empty {build,install}Phase to use defaults of `stdenv.mkDerivation` rather than rust defaults buildPhase = \"\"; installPhase = \"\"; meta = with stdenv.lib; { description = \"Cross-platform Rust rewrite of the GNU coreutils\"; longDescription = '' uutils is an attempt at writing universal (as in cross-platform) CLI utils in Rust. This repo is to aggregate the GNU coreutils rewrites. ''; homepage = https://github.com/uutils/coreutils; maintainers = with maintainers; [ ma27 ]; license = licenses.mit; platforms = platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-018cf2753499d33f9c24218a89e5f743ae8a86487c2aed971bb675a808ef72f8","title":"","text":"uudeview = callPackage ../tools/misc/uudeview { }; uutils-coreutils = callPackage ../tools/misc/uutils-coreutils { inherit (pythonPackages) sphinx; }; zabbix-cli = callPackage ../tools/misc/zabbix-cli { }; ### DEVELOPMENT / EMSCRIPTEN"} {"_id":"doc-en-nixpkgs-a069d4c022ad2d487719129c1081e6814048881df5b5e3ae5d461d4243ba95a5","title":"","text":" { lib, stdenv, fetchFromGitHub, cmake, libarcus, stb, protobuf }: { lib, stdenv, fetchFromGitHub, cmake, libarcus, stb, protobuf, fetchpatch }: stdenv.mkDerivation rec { pname = \"curaengine\";"} {"_id":"doc-en-nixpkgs-c7847da7dc460cff132af773fb35281668a44c0217f72baa5774f2b26d15df55","title":"","text":"cmakeFlags = [ \"-DCURA_ENGINE_VERSION=${version}\" ]; # TODO already fixed in master, remove in next release patches = [ (fetchpatch { url = \"https://github.com/Ultimaker/CuraEngine/commit/de60e86a6ea11cb7d121471b5dd192e5deac0f3d.patch\"; hash = \"sha256-/gT9yErIDDYAXvZ6vX5TGlwljy31K563+sqkm1UGljQ=\"; includes = [ \"src/utils/math.h\" ]; }) ]; meta = with lib; { description = \"A powerful, fast and robust engine for processing 3D models into 3D printing instruction\"; homepage = \"https://github.com/Ultimaker/CuraEngine\";"} {"_id":"doc-en-nixpkgs-7fcdc2dfb4094c6629a165172846135cd97fe1f990b512f72810bcd990c6d164","title":"","text":" { lib , stdenv , callPackage , fetchFromGitHub , testers , enableE57 ? lib.meta.availableOn stdenv.hostPlatform libe57format , cmake , curl , gdal , hdf5-cpp , LASzip , libe57format , libgeotiff , libtiff , libxml2 , openscenegraph , pkg-config , postgresql , tiledb , xercesc , zlib , zstd }: stdenv.mkDerivation (finalAttrs: { pname = \"pdal\"; version = \"2.5.6\"; src = fetchFromGitHub { owner = \"PDAL\"; repo = \"PDAL\"; rev = finalAttrs.version; sha256 = \"sha256-JKwa89c05EfZ/FxOkj8lYmw0o2EgSqafRDIV2mTpZ5E=\"; }; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ curl gdal hdf5-cpp LASzip libgeotiff libtiff libxml2 openscenegraph postgresql tiledb xercesc zlib zstd ] ++ lib.optionals enableE57 [ libe57format ]; cmakeFlags = [ \"-DBUILD_PLUGIN_E57=${if enableE57 then \"ON\" else \"OFF\"}\" \"-DBUILD_PLUGIN_HDF=ON\" \"-DBUILD_PLUGIN_PGPOINTCLOUD=ON\" \"-DBUILD_PLUGIN_TILEDB=ON\" \"-DWITH_TESTS=ON\" \"-DBUILD_PGPOINTCLOUD_TESTS=OFF\" # Plugins can probably not be made work easily: \"-DBUILD_PLUGIN_CPD=OFF\" \"-DBUILD_PLUGIN_FBX=OFF\" # Autodesk FBX SDK is gratis+proprietary; not packaged in nixpkgs \"-DBUILD_PLUGIN_GEOWAVE=OFF\" \"-DBUILD_PLUGIN_I3S=OFF\" \"-DBUILD_PLUGIN_ICEBRIDGE=OFF\" \"-DBUILD_PLUGIN_MATLAB=OFF\" \"-DBUILD_PLUGIN_MBIO=OFF\" \"-DBUILD_PLUGIN_MRSID=OFF\" \"-DBUILD_PLUGIN_NITF=OFF\" \"-DBUILD_PLUGIN_OCI=OFF\" \"-DBUILD_PLUGIN_RDBLIB=OFF\" # Riegl rdblib is proprietary; not packaged in nixpkgs \"-DBUILD_PLUGIN_RIVLIB=OFF\" ]; doCheck = true; disabledTests = [ # Tests failing due to TileDB library implementation, disabled also # by upstream CI. # See: https://github.com/PDAL/PDAL/blob/bc46bc77f595add4a6d568a1ff923d7fe20f7e74/.github/workflows/linux.yml#L81 \"pdal_io_tiledb_writer_test\" \"pdal_io_tiledb_reader_test\" \"pdal_io_tiledb_time_writer_test\" \"pdal_io_tiledb_time_reader_test\" \"pdal_io_tiledb_bit_fields_test\" \"pdal_io_e57_read_test\" \"pdal_io_e57_write_test\" \"pdal_io_stac_reader_test\" # Segfault \"pdal_io_hdf_reader_test\" # Failure \"pdal_app_plugin_test\" ]; checkPhase = '' runHook preCheck # tests are flaky and they seem to fail less often when they don't run in # parallel ctest -j 1 --output-on-failure -E '^${lib.concatStringsSep \"|\" finalAttrs.disabledTests}$' runHook postCheck ''; passthru.tests = { version = testers.testVersion { package = finalAttrs.finalPackage; command = \"pdal --version\"; version = \"pdal ${finalAttrs.finalPackage.version}\"; }; pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; }; meta = with lib; { description = \"PDAL is Point Data Abstraction Library. GDAL for point cloud data\"; homepage = \"https://pdal.io\"; license = licenses.bsd3; maintainers = teams.geospatial.members; platforms = platforms.all; pkgConfigModules = [ \"pdal\" ]; }; }) "} {"_id":"doc-en-nixpkgs-b4802220e8ab4d89597abbc63e863c087ac757fab24482d3c1900535d8190402","title":"","text":"}: let # replace with global pdal version once # https://github.com/qgis/QGIS/pull/54940 is backported pdal = callPackage ./pdal-2_5.nix { }; py = python3.override { packageOverrides = self: super: { pyqt5 = super.pyqt5.override {"} {"_id":"doc-en-nixpkgs-608b50891a1d9da054bfb8a6e280e001b5cfe5e5b0bb5ef9013150ebb982772b","title":"","text":"qtserialport qtxmlpatterns qt3d pdal # pdal zstd ] ++ lib.optional withGrass grass ++ lib.optional withWebKit qtwebkit"} {"_id":"doc-en-nixpkgs-875e296cee774edb697fa717e36a74761f78b36cadef201ba9d943120fc44b83","title":"","text":"}) ]; # PDAL is disabled until https://github.com/qgis/QGIS/pull/54940 # is backported. cmakeFlags = [ \"-DWITH_3D=True\" \"-DWITH_PDAL=TRUE\" \"-DWITH_PDAL=False\" # TODO: re-enable PDAL \"-DENABLE_TESTS=False\" ] ++ lib.optional (!withWebKit) \"-DWITH_QTWEBKIT=OFF\" ++ lib.optional withGrass (let"} {"_id":"doc-en-nixpkgs-cd29df919dc4d6ef2f508eb29da3eff46baad325b44fa09521255323a55926a9","title":"","text":"{ config, lib, pkgs, ... }: with lib; let cfg = config.services.locate; isMLocate = hasPrefix \"mlocate\" cfg.package.name; isPLocate = hasPrefix \"plocate\" cfg.package.name; isMLocate = lib.hasPrefix \"mlocate\" cfg.package.name; isPLocate = lib.hasPrefix \"plocate\" cfg.package.name; isMorPLocate = isMLocate || isPLocate; isFindutils = hasPrefix \"findutils\" cfg.package.name; isFindutils = lib.hasPrefix \"findutils\" cfg.package.name; in { imports = [ (mkRenamedOptionModule [ \"services\" \"locate\" \"period\" ] [ \"services\" \"locate\" \"interval\" ]) (mkRenamedOptionModule [ \"services\" \"locate\" \"locate\" ] [ \"services\" \"locate\" \"package\" ]) (mkRemovedOptionModule [ \"services\" \"locate\" \"includeStore\" ] \"Use services.locate.prunePaths\") (lib.mkRenamedOptionModule [ \"services\" \"locate\" \"period\" ] [ \"services\" \"locate\" \"interval\" ]) (lib.mkRenamedOptionModule [ \"services\" \"locate\" \"locate\" ] [ \"services\" \"locate\" \"package\" ]) (lib.mkRemovedOptionModule [ \"services\" \"locate\" \"includeStore\" ] \"Use services.locate.prunePaths\") ]; options.services.locate = with types; { enable = mkOption { type = bool; options.services.locate = { enable = lib.mkOption { type = lib.types.bool; default = false; description = '' If enabled, NixOS will periodically update the database of"} {"_id":"doc-en-nixpkgs-2f59a2d94590e28fbffa9c8d9ab41c5f3938cf8fff2ef21976b0eb6d44a09d77","title":"","text":"''; }; package = mkPackageOption pkgs [ \"findutils\" \"locate\" ] { package = lib.mkPackageOption pkgs [ \"findutils\" \"locate\" ] { example = \"mlocate\"; }; interval = mkOption { type = str; interval = lib.mkOption { type = lib.types.str; default = \"02:15\"; example = \"hourly\"; description = ''"} {"_id":"doc-en-nixpkgs-225b415b51bc037d8b2dd12698884ddec91c84a5a65881df80732aa9e83d4472","title":"","text":"''; }; extraFlags = mkOption { type = listOf str; extraFlags = lib.mkOption { type = lib.types.listOf lib.types.str; default = [ ]; description = '' Extra flags to pass to {command}`updatedb`. ''; }; output = mkOption { type = path; output = lib.mkOption { type = lib.types.path; default = \"/var/cache/locatedb\"; description = '' The database file to build. ''; }; localuser = mkOption { type = nullOr str; localuser = lib.mkOption { type = lib.types.nullOr lib.types.str; default = \"nobody\"; description = '' The user to search non-network directories as, using"} {"_id":"doc-en-nixpkgs-aa5306edb65f86865c82f0e8a424178ca5cf56bf5a2c747a4859b5dac53eb0b1","title":"","text":"''; }; pruneFS = mkOption { type = listOf str; pruneFS = lib.mkOption { type = lib.types.listOf lib.types.str; default = [ \"afs\" \"anon_inodefs\""} {"_id":"doc-en-nixpkgs-5f2b5ea8dee7b39e7072042646d781cb5d253135e7e70ca57b24560e89659806","title":"","text":"''; }; prunePaths = mkOption { type = listOf path; prunePaths = lib.mkOption { type = lib.types.listOf lib.types.path; default = [ \"/tmp\" \"/var/tmp\""} {"_id":"doc-en-nixpkgs-7a7860ce6f49bf965a45265cdc925d16b307430fde28cb22b1484e2163d381d0","title":"","text":"''; }; pruneNames = mkOption { type = listOf str; pruneNames = lib.mkOption { type = lib.types.listOf lib.types.str; default = lib.optionals (!isFindutils) [ \".bzr\" \".cache\" \".git\" \".hg\" \".svn\" ]; defaultText = literalMD '' defaultText = lib.literalMD '' `[ \".bzr\" \".cache\" \".git\" \".hg\" \".svn\" ]`, if supported by the locate implementation (i.e. mlocate or plocate). '';"} {"_id":"doc-en-nixpkgs-746676b1f12e1486f6d674e443680bb53aa899a0b949ccdbeb7cba5875c26f28","title":"","text":"''; }; pruneBindMounts = mkOption { type = bool; pruneBindMounts = lib.mkOption { type = lib.types.bool; default = false; description = '' Whether not to index bind mounts"} {"_id":"doc-en-nixpkgs-cb56eeb6431cbfdefe444ab236291bc9da8aaa10f0a5887925ae805a21bc50b1","title":"","text":"}; config = mkIf cfg.enable { users.groups = mkMerge [ (mkIf isMLocate { mlocate = { }; }) (mkIf isPLocate { plocate = { }; }) config = lib.mkIf cfg.enable { users.groups = lib.mkMerge [ (lib.mkIf isMLocate { mlocate = { }; }) (lib.mkIf isPLocate { plocate = { }; }) ]; security.wrappers ="} {"_id":"doc-en-nixpkgs-7490f6b8acbb855c7779025aae6094accd7a35f9441c3b39361a6ec2debdfcc0","title":"","text":"setgid = true; setuid = false; }; mlocate = mkIf isMLocate { mlocate = lib.mkIf isMLocate { group = \"mlocate\"; source = \"${cfg.package}/bin/locate\"; }; plocate = mkIf isPLocate { plocate = lib.mkIf isPLocate { group = \"plocate\"; source = \"${cfg.package}/bin/plocate\"; }; in mkIf isMorPLocate { locate = mkMerge [ common mlocate plocate ]; plocate = mkIf isPLocate (mkMerge [ common plocate ]); lib.mkIf isMorPLocate { locate = lib.mkMerge [ common mlocate plocate ]; plocate = lib.mkIf isPLocate (lib.mkMerge [ common plocate ]); }; environment.systemPackages = [ cfg.package ]; environment = { # write /etc/updatedb.conf for manual calls to `updatedb` etc.\"updatedb.conf\".text = '' PRUNEFS=\"${lib.concatStringsSep \" \" cfg.pruneFS}\" PRUNENAMES=\"${lib.concatStringsSep \" \" cfg.pruneNames}\" PRUNEPATHS=\"${lib.concatStringsSep \" \" cfg.prunePaths}\" PRUNE_BIND_MOUNTS=\"${if cfg.pruneBindMounts then \"yes\" else \"no\"}\" ''; environment.variables.LOCATE_PATH = cfg.output; systemPackages = [ cfg.package ]; environment.etc = { # write /etc/updatedb.conf for manual calls to `updatedb` \"updatedb.conf\" = { text = '' PRUNEFS=\"${lib.concatStringsSep \" \" cfg.pruneFS}\" PRUNENAMES=\"${lib.concatStringsSep \" \" cfg.pruneNames}\" PRUNEPATHS=\"${lib.concatStringsSep \" \" cfg.prunePaths}\" PRUNE_BIND_MOUNTS=\"${if cfg.pruneBindMounts then \"yes\" else \"no\"}\" ''; variables = lib.mkIf isFindutils { LOCATE_PATH = cfg.output; }; }; warnings = optional (isMorPLocate && cfg.localuser != null) warnings = lib.optional (isMorPLocate && cfg.localuser != null) \"mlocate and plocate do not support the services.locate.localuser option. updatedb will run as root. Silence this warning by setting services.locate.localuser = null.\" ++ optional (isFindutils && cfg.pruneNames != [ ]) ++ lib.optional (isFindutils && cfg.pruneNames != [ ]) \"findutils locate does not support pruning by directory component\" ++ optional (isFindutils && cfg.pruneBindMounts) ++ lib.optional (isFindutils && cfg.pruneBindMounts) \"findutils locate does not support skipping bind mounts\"; systemd.services.update-locatedb = { description = \"Update Locate Database\"; path = mkIf (!isMorPLocate) [ pkgs.su ]; path = lib.mkIf (!isMorPLocate) [ pkgs.su ]; # mlocate's updatedb takes flags via a configuration file or # on the command line, but not by environment variable."} {"_id":"doc-en-nixpkgs-1ac54c01d36a84c75254a5fcbe0eb4358b4a23d9a77444d0be2455f03f1ab24a","title":"","text":"if isMorPLocate then let toFlags = x: optional (cfg.${x} != [ ]) \"--${lib.toLower x} '${concatStringsSep \" \" cfg.${x}}'\"; args = concatLists (map toFlags [ \"pruneFS\" \"pruneNames\" \"prunePaths\" ]); lib.optional (cfg.${x} != [ ]) \"--${lib.toLower x} '${lib.concatStringsSep \" \" cfg.${x}}'\"; args = lib.concatLists (map toFlags [ \"pruneFS\" \"pruneNames\" \"prunePaths\" ]); in '' exec ${cfg.package}/bin/updatedb --output ${toString cfg.output} ${concatStringsSep \" \" args} --output ${toString cfg.output} ${lib.concatStringsSep \" \" args} --prune-bind-mounts ${if cfg.pruneBindMounts then \"yes\" else \"no\"} ${concatStringsSep \" \" cfg.extraFlags} ${lib.concatStringsSep \" \" cfg.extraFlags} '' else '' exec ${cfg.package}/bin/updatedb ${optionalString (cfg.localuser != null && !isMorPLocate) \"--localuser=${cfg.localuser}\"} --output=${toString cfg.output} ${concatStringsSep \" \" cfg.extraFlags} ${lib.optionalString (cfg.localuser != null && !isMorPLocate) \"--localuser=${cfg.localuser}\"} --output=${toString cfg.output} ${lib.concatStringsSep \" \" cfg.extraFlags} ''; environment = optionalAttrs (!isMorPLocate) { PRUNEFS = concatStringsSep \" \" cfg.pruneFS; PRUNEPATHS = concatStringsSep \" \" cfg.prunePaths; PRUNENAMES = concatStringsSep \" \" cfg.pruneNames; environment = lib.optionalAttrs (!isMorPLocate) { PRUNEFS = lib.concatStringsSep \" \" cfg.pruneFS; PRUNEPATHS = lib.concatStringsSep \" \" cfg.prunePaths; PRUNENAMES = lib.concatStringsSep \" \" cfg.pruneNames; PRUNE_BIND_MOUNTS = if cfg.pruneBindMounts then \"yes\" else \"no\"; }; serviceConfig.Nice = 19; serviceConfig.IOSchedulingClass = \"idle\"; serviceConfig.PrivateTmp = \"yes\"; serviceConfig.PrivateNetwork = \"yes\"; serviceConfig.NoNewPrivileges = \"yes\"; serviceConfig.ReadOnlyPaths = \"/\"; # Use dirOf cfg.output because mlocate creates temporary files next to # the actual database. We could specify and create them as well, # but that would make this quite brittle when they change something. # NOTE: If /var/cache does not exist, this leads to the misleading error message: # update-locatedb.service: Failed at step NAMESPACE spawning …/update-locatedb-start: No such file or directory serviceConfig.ReadWritePaths = dirOf cfg.output; serviceConfig = { Nice = 19; IOSchedulingClass = \"idle\"; PrivateTmp = \"yes\"; PrivateNetwork = \"yes\"; NoNewPrivileges = \"yes\"; ReadOnlyPaths = \"/\"; # Use dirOf cfg.output because mlocate creates temporary files next to # the actual database. We could specify and create them as well, # but that would make this quite brittle when they change something. # NOTE: If /var/cache does not exist, this leads to the misleading error message: # update-locatedb.service: Failed at step NAMESPACE spawning …/update-locatedb-start: No such file or directory ReadWritePaths = dirOf cfg.output; }; }; systemd.timers.update-locatedb = mkIf (cfg.interval != \"never\") { systemd.timers.update-locatedb = lib.mkIf (cfg.interval != \"never\") { description = \"Update timer for locate database\"; partOf = [ \"update-locatedb.service\" ]; wantedBy = [ \"timers.target\" ];"} {"_id":"doc-en-nixpkgs-5c1fed4a1830e53192eb9fca2fc30dc9cb3e837edb1174dcaa9800d7f521cf95","title":"","text":" { lib , stdenv , fetchurl , fetchPypi , python3 , makeWrapper , libtorrent-rasterbar-1_2_x , qt5 }: let libtorrent = (python3.pkgs.toPythonModule (libtorrent-rasterbar-1_2_x)).python; in stdenv.mkDerivation rec { pname = \"tribler\"; version = \"7.13.0\"; src = fetchurl { url = \"https://github.com/Tribler/tribler/releases/download/v${version}/Tribler-${version}.tar.xz\"; hash = \"sha256-j9+Kq6dOqiJCTY3vuRWGnciuwACU7L0pl73l6nkDLN4=\"; }; nativeBuildInputs = [ python3.pkgs.wrapPython makeWrapper # we had a \"copy\" of this in tribler's makeWrapper # but it went out of date and broke, so please just use it directly qt5.wrapQtAppsHook ]; buildInputs = [ python3.pkgs.python ]; pythonPath = [ libtorrent ] ++ (with python3.pkgs; [ # requirements-core.txt aiohttp aiohttp-apispec anyio chardet configobj cryptography decorator faker libnacl lz4 marshmallow netifaces networkx pony psutil pyasn1 pydantic_1 pyopenssl pyyaml sentry-sdk service-identity yappi yarl bitarray (pyipv8.overrideAttrs (p: rec { version = \"2.10.0\"; src = fetchPypi { inherit (p) pname; inherit version; hash = \"sha256-yxiXBxBiPokequm+vjsHIoG9kQnRnbsOx3mYOd8nmiU=\"; }; })) libtorrent file-read-backwards brotli human-readable # requirements.txt pillow pyqt5 #pyqt5-sip pyqtgraph pyqtwebengine ]); installPhase = '' mkdir -pv $out # Nasty hack; call wrapPythonPrograms to set program_PYTHONPATH. wrapPythonPrograms cp -prvd ./* $out/ makeWrapper ${python3.pkgs.python}/bin/python $out/bin/tribler --set _TRIBLERPATH \"$out/src\" --set PYTHONPATH $out/src/tribler-core:$out/src/tribler-common:$out/src/tribler-gui:$program_PYTHONPATH --set NO_AT_BRIDGE 1 --chdir \"$out/src\" --add-flags \"-O $out/src/run_tribler.py\" mkdir -p $out/share/applications $out/share/icons cp $out/build/debian/tribler/usr/share/applications/org.tribler.Tribler.desktop $out/share/applications/ cp $out/build/debian/tribler/usr/share/pixmaps/tribler_big.xpm $out/share/icons/tribler.xpm mkdir -p $out/share/copyright/tribler mv $out/LICENSE $out/share/copyright/tribler ''; shellHook = '' wrapPythonPrograms || true export QT_QPA_PLATFORM_PLUGIN_PATH=$(echo ${qt5.qtbase.bin}/lib/qt-*/plugins/platforms) export PYTHONPATH=./tribler-core:./tribler-common:./tribler-gui:$program_PYTHONPATH export QT_PLUGIN_PATH=\"${qt5.qtsvg.bin}/${qt5.qtbase.qtPluginPrefix}\" ''; meta = with lib; { description = \"Decentralised P2P filesharing client based on the Bittorrent protocol\"; mainProgram = \"tribler\"; homepage = \"https://www.tribler.org/\"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ xvapx viric mkg20001 ]; platforms = platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-44abee3359f74c25b1dde75568b9b577434e0b91da3e56c8f230c59e68962f73","title":"","text":" { lib, stdenv, fetchurl, fetchPypi, python3, makeWrapper, libtorrent-rasterbar-1_2_x, qt5, nix-update-script, }: let libtorrent = (python3.pkgs.toPythonModule (libtorrent-rasterbar-1_2_x)).python; in stdenv.mkDerivation (finalAttrs: { pname = \"tribler\"; version = \"7.14.0\"; src = fetchurl { url = \"https://github.com/Tribler/tribler/releases/download/v${finalAttrs.version}/Tribler-${finalAttrs.version}.tar.xz\"; hash = \"sha256-fQJOs9P4y71De/+svmD7YZ4+tm/bC3rspm7SbOHlSR4=\"; }; nativeBuildInputs = [ python3.pkgs.wrapPython makeWrapper # we had a \"copy\" of this in tribler's makeWrapper # but it went out of date and broke, so please just use it directly qt5.wrapQtAppsHook ]; buildInputs = [ python3.pkgs.python ]; pythonPath = [ libtorrent ] ++ (with python3.pkgs; [ # requirements-core.txt aiohttp aiohttp-apispec anyio chardet configobj cryptography decorator faker libnacl lz4 marshmallow netifaces networkx pony psutil pyasn1 pydantic_1 pyopenssl pyyaml sentry-sdk service-identity yappi yarl bitarray filelock (pyipv8.overrideAttrs (p: rec { version = \"2.10.0\"; src = fetchPypi { inherit (p) pname; inherit version; hash = \"sha256-yxiXBxBiPokequm+vjsHIoG9kQnRnbsOx3mYOd8nmiU=\"; }; })) file-read-backwards brotli human-readable # requirements.txt pillow pyqt5 #pyqt5-sip pyqtgraph pyqtwebengine ]); installPhase = '' mkdir -pv $out # Nasty hack; call wrapPythonPrograms to set program_PYTHONPATH. wrapPythonPrograms cp -prvd ./* $out/ makeWrapper ${python3.pkgs.python}/bin/python $out/bin/tribler --set _TRIBLERPATH \"$out/src\" --set PYTHONPATH $out/src/tribler-core:$out/src/tribler-common:$out/src/tribler-gui:$program_PYTHONPATH --set NO_AT_BRIDGE 1 --chdir \"$out/src\" --add-flags \"-O $out/src/run_tribler.py\" mkdir -p $out/share/applications $out/share/icons cp $out/build/debian/tribler/usr/share/applications/org.tribler.Tribler.desktop $out/share/applications/ cp $out/build/debian/tribler/usr/share/pixmaps/tribler_big.xpm $out/share/icons/tribler.xpm mkdir -p $out/share/copyright/tribler mv $out/LICENSE $out/share/copyright/tribler ''; shellHook = '' wrapPythonPrograms || true export QT_QPA_PLATFORM_PLUGIN_PATH=$(echo ${qt5.qtbase.bin}/lib/qt-*/plugins/platforms) export PYTHONPATH=./tribler-core:./tribler-common:./tribler-gui:$program_PYTHONPATH export QT_PLUGIN_PATH=\"${qt5.qtsvg.bin}/${qt5.qtbase.qtPluginPrefix}\" ''; passthru.updateScript = nix-update-script { }; meta = { description = \"Decentralised P2P filesharing client based on the Bittorrent protocol\"; mainProgram = \"tribler\"; homepage = \"https://www.tribler.org/\"; changelog = \"https://github.com/Tribler/tribler/releases/tag/v${finalAttrs.version}\"; license = lib.licenses.lgpl21Plus; maintainers = with lib.maintainers; [ xvapx viric mkg20001 ]; platforms = lib.platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-9deb8ce9d9edd8d9974a14c2aa9b3682751a1eabb68dc43896dfcd3e97c09248","title":"","text":"tremc = callPackage ../applications/networking/p2p/tremc { }; tribler = callPackage ../applications/networking/p2p/tribler { }; trillian-im = callPackage ../applications/networking/instant-messengers/trillian-im { }; trojita = libsForQt5.callPackage ../applications/networking/mailreaders/trojita { };"} {"_id":"doc-en-nixpkgs-5c957d784d60c6e9f0f1817e1948383e05bb6f80d2e254cd4e6136d188b897f0","title":"","text":" diff --git a/build.gradle b/build.gradle index c206e2f..b1fda33 100644 --- a/build.gradle +++ b/build.gradle @@ -69,19 +69,7 @@ launch4j { messagesInstanceAlreadyExists=\"Stirling-PDF is already running.\" } -spotless { - java { - target project.fileTree('src/main/java') - googleJavaFormat('1.19.1').aosp().reorderImports(false) - - importOrder('java', 'javax', 'org', 'com', 'net', 'io') - toggleOffOn() - trimTrailingWhitespace() - indentWithSpaces() - endWithNewline() - } -} dependencies { //security updates @@ -163,9 +151,6 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.28' } -tasks.withType(JavaCompile) { - dependsOn 'spotlessApply' -} compileJava { options.compilerArgs << '-parameters' } "} {"_id":"doc-en-nixpkgs-b5ddbae7d6a4b6fa9d33e53dd126d33c64a12be60da97605525ea2939a7c0146","title":"","text":" diff --git a/build.gradle b/build.gradle index 7025b2b..d063da3 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,11 @@ repositories { } +tasks.withType(AbstractArchiveTask) { + preserveFileTimestamps = false + reproducibleFileOrder = true +} + licenseReport { renderers = [new JsonReportRenderer()] "} {"_id":"doc-en-nixpkgs-39225556abfe2901fbd3bd846e0112920cf445d4230d453f660623fe4e402b5a","title":"","text":" { lib, stdenv, fetchFromGitHub, substituteAll, gradle_7, perl, makeWrapper, jre, }: stdenv.mkDerivation (finalAttrs: { pname = \"stirling-pdf\"; version = \"0.22.3\"; src = fetchFromGitHub { owner = \"Stirling-Tools\"; repo = \"Stirling-PDF\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-8zXTapFAXw4+KLLirxBeEBmqNw6ILFHtbsaBSP3Ehyg=\"; }; patches = [ # disable spotless because it tries to fetch files not in the FOD # and also because it slows down the build process ./disable-spotless.patch # remove timestamp from the header of a generated .properties file ./remove-props-file-timestamp.patch # use gradle's built-in method of zeroing out timestamps, # because stripJavaArchivesHook can't patch signed JAR files ./fix-jar-timestamp.patch # set the FOD as the only repository gradle can resolve from (substituteAll { src = ./use-fod-maven-repo.patch; inherit (finalAttrs) deps; }) ]; # fake build to pre-download deps into fixed-output derivation deps = stdenv.mkDerivation { name = \"${finalAttrs.pname}-${finalAttrs.version}-deps\"; inherit (finalAttrs) src; patches = [ ./disable-spotless.patch ]; nativeBuildInputs = [ gradle_7 perl ]; buildPhase = '' runHook preBuild export GRADLE_USER_HOME=$(mktemp -d) gradle --no-daemon --console=plain build runHook postBuild ''; # perl code mavenizes pathes (com.squareup.okio/okio/1.13.0/a9283170b7305c8d92d25aff02a6ab7e45d06cbe/okio-1.13.0.jar -> com/squareup/okio/okio/1.13.0/okio-1.13.0.jar) installPhase = '' runHook preInstall find $GRADLE_USER_HOME/caches/modules-2 -type f -regex '.*.(jar|pom)' | perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/s]+))$# ($x = $2) =~ tr|.|/|; \"install -Dm444 $1 $out/$x/$3/$4/$5\" #e' | sh # Mimic existence of okio-3.6.0.jar, originally known as okio-jvm-3.6.0 (and renamed). # Gradle doesn't detect such renames and only fetches the latter. # Whenever this package gets updated, please check if this hack is obsolete. ln -s $out/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar $out/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar runHook postInstall ''; outputHashAlgo = \"sha256\"; outputHashMode = \"recursive\"; outputHash = \"sha256-zUzKSa7zuIoXE77Hk/Xr5iMF4CEumV9horW2BTFRdtE=\"; }; nativeBuildInputs = [ gradle_7 makeWrapper ]; buildPhase = '' runHook preBuild export GRADLE_USER_HOME=$(mktemp -d) gradle --offline --no-daemon --console=plain build runHook postBuild ''; installPhase = '' runHook preInstall install -Dm644 build/libs/Stirling-PDF-*.jar $out/share/stirling-pdf/Stirling-PDF.jar makeWrapper ${jre}/bin/java $out/bin/Stirling-PDF --add-flags \"-jar $out/share/stirling-pdf/Stirling-PDF.jar\" runHook postInstall ''; meta = { changelog = \"https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/${finalAttrs.src.rev}\"; description = \"A locally hosted web application that allows you to perform various operations on PDF files\"; homepage = \"https://github.com/Stirling-Tools/Stirling-PDF\"; license = lib.licenses.gpl3Only; mainProgram = \"Stirling-PDF\"; maintainers = with lib.maintainers; [ tomasajt ]; platforms = jre.meta.platforms; sourceProvenance = with lib.sourceTypes; [ fromSource binaryBytecode # deps ]; }; }) "} {"_id":"doc-en-nixpkgs-1d5f079f05842ff26eec7820751ef98b1233b714c09aad7e90d31b895e80bda3","title":"","text":" diff --git a/build.gradle b/build.gradle index e12cbd3..094a219 100644 --- a/build.gradle +++ b/build.gradle @@ -173,6 +173,7 @@ task writeVersion { def props = new Properties() props.setProperty('version', version) props.store(propsFile.newWriter(), null) + propsFile.text = propsFile.readLines().tail().join('n') } swaggerhubUpload { "} {"_id":"doc-en-nixpkgs-8d653d61b8bfd3301b41c83b468f0c17d7958819f7d13df27619d7209a64183e","title":"","text":" diff --git a/build.gradle b/build.gradle index c206e2f..cdaddf7 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ version = '0.22.3' sourceCompatibility = '17' repositories { - mavenCentral() + maven { url '@deps@' } } diff --git a/settings.gradle b/settings.gradle index f813993..2c87f3c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,7 @@ +pluginManagement { + repositories { + maven { url '@deps@' } + } +} + rootProject.name = 'Stirling-PDF' "} {"_id":"doc-en-nixpkgs-97aa90d2bbe875741d260787cb1fafa668daada7faf7adb971d7ec26307a506b","title":"","text":", curl , cython , fetchFromGitHub , fetchpatch , git , IOKit , jsoncpp"} {"_id":"doc-en-nixpkgs-22025098a8b9e01c0f81b280a4aa4666cc49ffbf81aebab8e925503abddafb12","title":"","text":"# MKL: , mklSupport ? true }: }@inputs: let inherit (cudaPackagesGoogle) backendStdenv cudatoolkit cudaFlags cudnn nccl; inherit (cudaPackagesGoogle) autoAddOpenGLRunpathHook cudaFlags cudaVersion cudnn nccl; pname = \"jaxlib\"; version = \"0.4.24\"; # It's necessary to consistently use backendStdenv when building with CUDA # support, otherwise we get libstdc++ errors downstream stdenv = throw \"Use effectiveStdenv instead\"; effectiveStdenv = if cudaSupport then cudaPackagesGoogle.backendStdenv else inputs.stdenv; meta = with lib; { description = \"JAX is Autograd and XLA, brought together for high-performance machine learning research.\"; homepage = \"https://github.com/google/jax\";"} {"_id":"doc-en-nixpkgs-ecc7450e1a40e047a578f5378e8af42b5c8f1095be8c3d90f87412fc818db6b7","title":"","text":"# however even with that fix applied, it doesn't work for everyone: # https://github.com/NixOS/nixpkgs/pull/184395#issuecomment-1207287129 # NOTE: We always build with NCCL; if it is unsupported, then our build is broken. broken = stdenv.isDarwin || nccl.meta.unsupported; broken = effectiveStdenv.isDarwin || nccl.meta.unsupported; }; cudatoolkit_joined = symlinkJoin { name = \"${cudatoolkit.name}-merged\"; paths = [ cudatoolkit.lib cudatoolkit.out ] ++ lib.optionals (lib.versionOlder cudatoolkit.version \"11\") [ # for some reason some of the required libs are in the targets/x86_64-linux # directory; not sure why but this works around it \"${cudatoolkit}/targets/${stdenv.system}\" # These are necessary at build time and run time. cuda_libs_joined = symlinkJoin { name = \"cuda-joined\"; paths = with cudaPackagesGoogle; [ cuda_cudart.lib # libcudart.so cuda_cudart.static # libcudart_static.a cuda_cupti.lib # libcupti.so libcublas.lib # libcublas.so libcufft.lib # libcufft.so libcurand.lib # libcurand.so libcusolver.lib # libcusolver.so libcusparse.lib # libcusparse.so ]; }; # These are only necessary at build time. cuda_build_deps_joined = symlinkJoin { name = \"cuda-build-deps-joined\"; paths = with cudaPackagesGoogle; [ cuda_libs_joined # Binaries cudaPackagesGoogle.cuda_nvcc.bin # nvcc # Headers cuda_cccl.dev # block_load.cuh cuda_cudart.dev # cuda.h cuda_cupti.dev # cupti.h cuda_nvcc.dev # See https://github.com/google/jax/issues/19811 cuda_nvml_dev # nvml.h cuda_nvtx.dev # nvToolsExt.h libcublas.dev # cublas_api.h libcufft.dev # cufft.h libcurand.dev # curand.h libcusolver.dev # cusolver_common.h libcusparse.dev # cusparse.h ]; }; cudatoolkit_cc_joined = symlinkJoin { name = \"${cudatoolkit.cc.name}-merged\"; backend_cc_joined = symlinkJoin { name = \"cuda-cc-joined\"; paths = [ backendStdenv.cc effectiveStdenv.cc binutils.bintools # for ar, dwp, nm, objcopy, objdump, strip ]; };"} {"_id":"doc-en-nixpkgs-aec296900dc7a500d700457d7a84f99abd23b8af6343764bb8bd381d9cedd73b","title":"","text":"arch = # KeyError: ('Linux', 'arm64') if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.linuxArch == \"arm64\" then \"aarch64\" else stdenv.hostPlatform.linuxArch; if effectiveStdenv.hostPlatform.isLinux && effectiveStdenv.hostPlatform.linuxArch == \"arm64\" then \"aarch64\" else effectiveStdenv.hostPlatform.linuxArch; xla = effectiveStdenv.mkDerivation { pname = \"xla-src\"; version = \"unstable\"; src = fetchFromGitHub { owner = \"openxla\"; repo = \"xla\"; # Update this according to https://github.com/google/jax/blob/jaxlib-v${version}/third_party/xla/workspace.bzl. rev = \"12eee889e1f2ad41e27d7b0e970cb92d282d3ec5\"; hash = \"sha256-68kjjgwYjRlcT0TVJo9BN6s+WTkdu5UMJqQcfHpBT90=\"; }; patches = [ # Resolves \"could not convert ‘result’ from ‘SmallVector<[...],6>’ to # ‘SmallVector<[...],4>’\" compilation error. See https://github.com/google/jax/issues/19814#issuecomment-1945141259. (fetchpatch { url = \"https://github.com/openxla/xla/commit/7a614cd346594fc7ea2fe75570c9c53a4a444f60.patch\"; hash = \"sha256-RtuQTH8wzNiJcOtISLhf+gMlH1gg8hekvxEB+4wX6BM=\"; }) ]; dontBuild = true; # This is necessary for patchShebangs to know the right path to use. nativeBuildInputs = [ python ]; # Main culprits we're targeting are third_party/tsl/third_party/gpus/crosstool/clang/bin/*.tpl postPatch = '' patchShebangs . ''; installPhase = '' cp -r . $out ''; }; bazel-build = buildBazelPackage rec { name = \"bazel-build-${pname}-${version}\";"} {"_id":"doc-en-nixpkgs-8714bc105d1b64f25599e31f388e3cecab71d6bc2e73404a24c7fc950a86cf46","title":"","text":"wheel build which ] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals effectiveStdenv.isDarwin [ cctools ];"} {"_id":"doc-en-nixpkgs-bdc59ac5f2865a4582f3f9aa97d19c27b7f620ed13285826b36e0b9c04d92151","title":"","text":"six snappy zlib ] ++ lib.optionals cudaSupport [ cudatoolkit cudnn ] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals effectiveStdenv.isDarwin [ IOKit ] ++ lib.optionals (!stdenv.isDarwin) [ ] ++ lib.optionals (!effectiveStdenv.isDarwin) [ nsync ]; # We don't want to be quite so picky regarding bazel version postPatch = '' rm -f .bazelversion '';"} {"_id":"doc-en-nixpkgs-c95b9e15a11139ca213cf0bc5a1f7986d21d1169f3dc510b00bd6910c6420b4b","title":"","text":"removeRulesCC = false; GCC_HOST_COMPILER_PREFIX = lib.optionalString cudaSupport \"${cudatoolkit_cc_joined}/bin\"; GCC_HOST_COMPILER_PATH = lib.optionalString cudaSupport \"${cudatoolkit_cc_joined}/bin/gcc\"; GCC_HOST_COMPILER_PREFIX = lib.optionalString cudaSupport \"${backend_cc_joined}/bin\"; GCC_HOST_COMPILER_PATH = lib.optionalString cudaSupport \"${backend_cc_joined}/bin/gcc\"; # The version is automatically set to \".dev\" if this variable is not set. # https://github.com/google/jax/commit/e01f2617b85c5bdffc5ffb60b3d8d8ca9519a1f3 JAXLIB_RELEASE = \"1\"; preConfigure = '' # dummy ldconfig mkdir dummy-ldconfig echo \"#!${stdenv.shell}\" > dummy-ldconfig/ldconfig chmod +x dummy-ldconfig/ldconfig export PATH=\"$PWD/dummy-ldconfig:$PATH\" cat < ./.jax_configure.bazelrc build --strategy=Genrule=standalone build --repo_env PYTHON_BIN_PATH=\"${python}/bin/python\" build --action_env=PYENV_ROOT build --python_path=\"${python}/bin/python\" build --distinct_host_configuration=false build --define PROTOBUF_INCLUDE_PATH=\"${pkgs.protobuf}/include\" '' + lib.optionalString (stdenv.hostPlatform.avxSupport && stdenv.hostPlatform.isUnix) '' build --config=avx_posix '' + lib.optionalString mklSupport '' build --config=mkl_open_source_only '' + lib.optionalString cudaSupport '' build --action_env CUDA_TOOLKIT_PATH=\"${cudatoolkit_joined}\" build --action_env CUDNN_INSTALL_PATH=\"${cudnn}\" build --action_env TF_CUDA_PATHS=\"${cudatoolkit_joined},${cudnn},${nccl}\" build --action_env TF_CUDA_VERSION=\"${lib.versions.majorMinor cudatoolkit.version}\" build --action_env TF_CUDNN_VERSION=\"${lib.versions.major cudnn.version}\" build:cuda --action_env TF_CUDA_COMPUTE_CAPABILITIES=\"${builtins.concatStringsSep \",\" cudaFlags.realArches}\" '' + '' CFG ''; preConfigure = # Dummy ldconfig to work around \"Can't open cache file /nix/store/-glibc-2.38-44/etc/ld.so.cache\" error '' mkdir dummy-ldconfig echo \"#!${effectiveStdenv.shell}\" > dummy-ldconfig/ldconfig chmod +x dummy-ldconfig/ldconfig export PATH=\"$PWD/dummy-ldconfig:$PATH\" '' + # Construct .jax_configure.bazelrc. See https://github.com/google/jax/blob/b9824d7de3cb30f1df738cc42e486db3e9d915ff/build/build.py#L259-L345 # for more info. We assume # * `cpu = None` # * `enable_nccl = True` # * `target_cpu_features = \"release\"` # * `rocm_amdgpu_targets = None` # * `enable_rocm = False` # * `build_gpu_plugin = False` # * `use_clang = False` (Should we use `effectiveStdenv.cc.isClang` instead?) # # Note: We should try just running https://github.com/google/jax/blob/ceb198582b62b9e6f6bdf20ab74839b0cf1db16e/build/build.py#L259-L266 # instead of duplicating the logic here. Perhaps we can leverage the # `--configure_only` flag (https://github.com/google/jax/blob/ceb198582b62b9e6f6bdf20ab74839b0cf1db16e/build/build.py#L544-L548)? '' cat < ./.jax_configure.bazelrc build --strategy=Genrule=standalone build --repo_env PYTHON_BIN_PATH=\"${python}/bin/python\" build --action_env=PYENV_ROOT build --python_path=\"${python}/bin/python\" build --distinct_host_configuration=false build --define PROTOBUF_INCLUDE_PATH=\"${pkgs.protobuf}/include\" '' + lib.optionalString cudaSupport '' build --config=cuda build --action_env CUDA_TOOLKIT_PATH=\"${cuda_build_deps_joined}\" build --action_env CUDNN_INSTALL_PATH=\"${cudnn}\" build --action_env TF_CUDA_PATHS=\"${cuda_build_deps_joined},${cudnn},${nccl}\" build --action_env TF_CUDA_VERSION=\"${lib.versions.majorMinor cudaVersion}\" build --action_env TF_CUDNN_VERSION=\"${lib.versions.major cudnn.version}\" build:cuda --action_env TF_CUDA_COMPUTE_CAPABILITIES=\"${builtins.concatStringsSep \",\" cudaFlags.realArches}\" '' + # Note that upstream conditions this on `wheel_cpu == \"x86_64\"`. We just # rely on `effectiveStdenv.hostPlatform.avxSupport` instead. So far so # good. See https://github.com/google/jax/blob/b9824d7de3cb30f1df738cc42e486db3e9d915ff/build/build.py#L322 # for upstream's version. lib.optionalString (effectiveStdenv.hostPlatform.avxSupport && effectiveStdenv.hostPlatform.isUnix) '' build --config=avx_posix '' + lib.optionalString mklSupport '' build --config=mkl_open_source_only '' + '' CFG ''; # Make sure Bazel knows about our configuration flags during fetching so that the # relevant dependencies can be downloaded. bazelFlags = [ \"-c opt\" ] ++ lib.optionals stdenv.cc.isClang [ # See https://bazel.build/external/advanced#overriding-repositories for # information on --override_repository flag. \"--override_repository=xla=${xla}\" ] ++ lib.optionals effectiveStdenv.cc.isClang [ # bazel depends on the compiler frontend automatically selecting these flags based on file # extension but our clang doesn't. # https://github.com/NixOS/nixpkgs/issues/150655 \"--cxxopt=-x\" \"--cxxopt=c++\" \"--host_cxxopt=-x\" \"--host_cxxopt=c++\" \"--cxxopt=-x\" \"--cxxopt=c++\" \"--host_cxxopt=-x\" \"--host_cxxopt=c++\" ]; # We intentionally overfetch so we can share the fetch derivation across all the different configurations"} {"_id":"doc-en-nixpkgs-5c23f4ccf07b654a50a0b9a77fa9307a44dd07c1deda048fe5a8a2d03ae5855c","title":"","text":"bazelTargets = [ bazelRunTarget \"@mkl_dnn_v1//:mkl_dnn\" ]; bazelFlags = bazelFlags ++ [ \"--config=avx_posix\" \"--config=mkl_open_source_only\" ] ++ lib.optionals cudaSupport [ # ideally we'd add this unconditionally too, but it doesn't work on darwin # we make this conditional on `cudaSupport` instead of the system, so that the hash for both # the cuda and the non-cuda deps can be computed on linux, since a lot of contributors don't # have access to darwin machines \"--config=cuda\" ] ++ [ \"--config=mkl_open_source_only\" ]; sha256 = (if cudaSupport then { x86_64-linux = \"sha256-c0avcURLAYNiLASjIeu5phXX3ze5TR812SW5SCG/iwk=\"; x86_64-linux = \"sha256-IEKoHjCOtKZKvU/DUUjbvXldORFJuyO1R3F6CZZDXxM=\"; } else { x86_64-linux = \"sha256-1hrQ9ehFy3vBJxKNUzi/T0l+eZxo26Th7i5VRd/9U+0=\"; aarch64-linux = \"sha256-3QVYJOj1lNHgYVV9rOzVdfhq5q6GDwpcWCjKNrSZ4aU=\"; }).${stdenv.system} or (throw \"jaxlib: unsupported system: ${stdenv.system}\"); x86_64-linux = \"sha256-IE4+Tk4llo85u3NjakvY04tPw4R1bidyecPpQ4gknR8=\"; aarch64-linux = \"sha256-NehnpA4m+Fynvh0S6WKy/v9ab81487NE9ahvbS70wjY=\"; }).${effectiveStdenv.system} or (throw \"jaxlib: unsupported system: ${effectiveStdenv.system}\"); }; buildAttrs = { outputs = [ \"out\" ]; TF_SYSTEM_LIBS = lib.concatStringsSep \",\" (tf_system_libs ++ lib.optionals (!stdenv.isDarwin) [ TF_SYSTEM_LIBS = lib.concatStringsSep \",\" (tf_system_libs ++ lib.optionals (!effectiveStdenv.isDarwin) [ \"nsync\" # fails to build on darwin ]); # Note: we cannot do most of this patching at `patch` phase as the deps are not available yet. # 1) Link protobuf from nixpkgs (through TF_SYSTEM_LIBS when using gcc) to prevent crashes on # loading multiple extensions in the same python program due to duplicate protobuf DBs. # 2) Patch python path in the compiler driver. preBuild = lib.optionalString cudaSupport '' patchShebangs ../output/external/xla/third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc.tpl '' + lib.optionalString stdenv.isDarwin '' # Framework search paths aren't added by bintools hook # https://github.com/NixOS/nixpkgs/pull/41914 # Note: we cannot do most of this patching at `patch` phase as the deps # are not available yet. Framework search paths aren't added by bintools # hook. See https://github.com/NixOS/nixpkgs/pull/41914. preBuild = lib.optionalString effectiveStdenv.isDarwin '' export NIX_LDFLAGS+=\" -F${IOKit}/Library/Frameworks\" substituteInPlace ../output/external/rules_cc/cc/private/toolchain/osx_cc_wrapper.sh.tpl --replace \"/usr/bin/install_name_tool\" \"${cctools}/bin/install_name_tool\""} {"_id":"doc-en-nixpkgs-b2565fa8f56f57be0e800e1565ade9287bb97e3178a6474843a9c2762904c466","title":"","text":"inherit meta; }; platformTag = if stdenv.hostPlatform.isLinux then if effectiveStdenv.hostPlatform.isLinux then \"manylinux2014_${arch}\" else if stdenv.system == \"x86_64-darwin\" then else if effectiveStdenv.system == \"x86_64-darwin\" then \"macosx_10_9_${arch}\" else if stdenv.system == \"aarch64-darwin\" then else if effectiveStdenv.system == \"aarch64-darwin\" then \"macosx_11_0_${arch}\" else throw \"Unsupported target platform: ${stdenv.hostPlatform}\"; else throw \"Unsupported target platform: ${effectiveStdenv.hostPlatform}\"; in buildPythonPackage {"} {"_id":"doc-en-nixpkgs-2e3346afcd392a070ad71d119277f063082ee7f8f78b8167ea518fa4556706f0","title":"","text":"let cp = \"cp${builtins.replaceStrings [\".\"] [\"\"] python.pythonVersion}\"; in \"${bazel-build}/jaxlib-${version}-${cp}-${cp}-${platformTag}.whl\"; # Note that cudatoolkit is necessary since jaxlib looks for \"ptxas\" in $PATH. # See https://github.com/NixOS/nixpkgs/pull/164176#discussion_r828801621 for # more info. # Note that jaxlib looks for \"ptxas\" in $PATH. See https://github.com/NixOS/nixpkgs/pull/164176#discussion_r828801621 # for more info. postInstall = lib.optionalString cudaSupport '' mkdir -p $out/bin ln -s ${cudatoolkit}/bin/ptxas $out/bin/ptxas ln -s ${cudaPackagesGoogle.cuda_nvcc.bin}/bin/ptxas $out/bin/ptxas find $out -type f ( -name '*.so' -or -name '*.so.*' ) | while read lib; do addOpenGLRunpath \"$lib\" patchelf --set-rpath \"${cudatoolkit}/lib:${cudatoolkit.lib}/lib:${cudnn}/lib:${nccl}/lib:$(patchelf --print-rpath \"$lib\")\" \"$lib\" patchelf --add-rpath \"${lib.makeLibraryPath [cuda_libs_joined cudnn nccl]}\" \"$lib\" done ''; nativeBuildInputs = lib.optional cudaSupport addOpenGLRunpath; nativeBuildInputs = lib.optionals cudaSupport [ autoAddOpenGLRunpathHook ]; propagatedBuildInputs = [ absl-py"} {"_id":"doc-en-nixpkgs-40213e24391656435ec058d8c1a5314f1746f05fa34fd57ab96901204367d73e","title":"","text":"{ stdenv, lib, fetchurl, makeWrapper, which, zlib, libGL, glib, xorg, libxkbcommon , xdg-utils, libXrender, fontconfig, freetype, systemd, libpulseaudio , cairo, gdk-pixbuf, gtk3, pixman # For glewinfo , libXmu, libXi, libXext }:"} {"_id":"doc-en-nixpkgs-691f70ad85261f4c268aef89a4800ef031e26b8b66b2b4b77adb5a16b59b197e","title":"","text":"freetype systemd libpulseaudio cairo gdk-pixbuf gtk3 pixman ]; libPath = lib.makeLibraryPath packages; in"} {"_id":"doc-en-nixpkgs-3e5d08777dcc64b9a4bb8bcb9737bdc6e12e2930fc71f2383c56a9f16af03df2","title":"","text":"sha256 = \"sha256-CS1A9udt47bhgnYJqqkCG3z4XaPVHmz417VTsY2ccOA=\"; }; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ which xdg-utils ]; nativeBuildInputs = [ makeWrapper which xdg-utils ]; unpackPhase = '' mkdir -p phony-home $out/share/applications"} {"_id":"doc-en-nixpkgs-2e56f166d33d21551c1659dc87570b8456b5b99af15c222e53e8e75081e26cee","title":"","text":"patchExecutable genymotion patchExecutable player patchExecutable qemu/x86_64/bin/qemu-img patchExecutable qemu/x86_64/bin/qemu-system-x86_64 patchTool adb patchTool aapt"} {"_id":"doc-en-nixpkgs-52957970b830deac9b7d4c3f25f973c01a0deb3b207869cc0e0d1de286999c6e","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"addr2line\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3\" dependencies = [ \"gimli 0.27.3\", ] [[package]] name = \"addr2line\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb\" dependencies = [ \"gimli 0.28.0\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"ahash\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f\" dependencies = [ \"cfg-if\", \"once_cell\", \"version_check\", ] [[package]] name = \"aho-corasick\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783\" dependencies = [ \"memchr\", ] [[package]] name = \"aliasable\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd\" [[package]] name = \"allocator-api2\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5\" [[package]] name = \"ambient-authority\" version = \"0.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b\" [[package]] name = \"anyhow\" version = \"1.0.75\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6\" [[package]] name = \"arbitrary\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e\" [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711\" [[package]] name = \"async-trait\" version = \"0.1.73\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", ] [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"backtrace\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837\" dependencies = [ \"addr2line 0.21.0\", \"cc\", \"cfg-if\", \"libc\", \"miniz_oxide\", \"object 0.32.1\", \"rustc-demangle\", ] [[package]] name = \"base64\" version = \"0.21.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2\" [[package]] name = \"base64-simd\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195\" dependencies = [ \"outref\", \"vsimd\", ] [[package]] name = \"bincode\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\" dependencies = [ \"serde\", ] [[package]] name = \"bindgen\" version = \"0.59.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8\" dependencies = [ \"bitflags 1.3.2\", \"cexpr\", \"clang-sys\", \"lazy_static\", \"lazycell\", \"peeking_take_while\", \"proc-macro2\", \"quote\", \"regex\", \"rustc-hash\", \"shlex\", ] [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635\" [[package]] name = \"bitvec\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c\" dependencies = [ \"funty\", \"radium\", \"tap\", \"wyz\", ] [[package]] name = \"bumpalo\" version = \"3.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1\" [[package]] name = \"bytemuck\" version = \"1.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6\" [[package]] name = \"bytemuck_derive\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", ] [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"bytes\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223\" [[package]] name = \"cap-fs-ext\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b779b2d0a001c125b4584ad586268fb4b92d957bff8d26d7fe0dd78283faa814\" dependencies = [ \"cap-primitives\", \"cap-std\", \"io-lifetimes 2.0.2\", \"windows-sys\", ] [[package]] name = \"cap-primitives\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bf30c373a3bee22c292b1b6a7a26736a38376840f1af3d2d806455edf8c3899\" dependencies = [ \"ambient-authority\", \"fs-set-times\", \"io-extras\", \"io-lifetimes 2.0.2\", \"ipnet\", \"maybe-owned\", \"rustix 0.38.12\", \"windows-sys\", \"winx\", ] [[package]] name = \"cap-rand\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"577de6cff7c2a47d6b13efe5dd28bf116bd7f8f7db164ea95b7cc2640711f522\" dependencies = [ \"ambient-authority\", \"rand\", ] [[package]] name = \"cap-std\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"84bade423fa6403efeebeafe568fdb230e8c590a275fba2ba978dd112efcf6e9\" dependencies = [ \"cap-primitives\", \"io-extras\", \"io-lifetimes 2.0.2\", \"rustix 0.38.12\", ] [[package]] name = \"cap-time-ext\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8f52b3c8f4abfe3252fd0a071f3004aaa3b18936ec97bdbd8763ce03aff6247\" dependencies = [ \"cap-primitives\", \"once_cell\", \"rustix 0.38.12\", \"winx\", ] [[package]] name = \"cc\" version = \"1.0.83\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0\" dependencies = [ \"libc\", ] [[package]] name = \"cexpr\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766\" dependencies = [ \"nom\", ] [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"clang-sys\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f\" dependencies = [ \"glob\", \"libc\", \"libloading\", ] [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa\" [[package]] name = \"cosmic-text\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0b68966c2543609f8d92f9d33ac3b719b2a67529b0c6c0b3e025637b477eef9\" dependencies = [ \"aliasable\", \"fontdb\", \"libm\", \"log\", \"rangemap\", \"rustybuzz\", \"sys-locale\", \"unicode-bidi\", \"unicode-linebreak\", \"unicode-script\", \"unicode-segmentation\", ] [[package]] name = \"cpp_demangle\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f\" dependencies = [ \"cfg-if\", ] [[package]] name = \"cranelift-bforest\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d7348010242a23d0285e5f852f13b07f9540a50f13ab6e92fd047b88490bf5ee\" dependencies = [ \"cranelift-entity\", ] [[package]] name = \"cranelift-codegen\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38849e3b19bc9a6dbf8bc188876b76e6ba288089a5567be573de50f44801375c\" dependencies = [ \"bumpalo\", \"cranelift-bforest\", \"cranelift-codegen-meta\", \"cranelift-codegen-shared\", \"cranelift-control\", \"cranelift-entity\", \"cranelift-isle\", \"gimli 0.27.3\", \"hashbrown 0.13.2\", \"log\", \"regalloc2\", \"smallvec\", \"target-lexicon\", ] [[package]] name = \"cranelift-codegen-meta\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3de51da572e65cb712a47b7413c50208cac61a4201560038de929d9a7f4fadf\" dependencies = [ \"cranelift-codegen-shared\", ] [[package]] name = \"cranelift-codegen-shared\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d75f869ae826055a5064d4a400abde7806eb86d89765dbae51d42846df23121a\" [[package]] name = \"cranelift-control\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdf6631316ad6ccfd60055740ad25326330d31407a983a454e45c5a62f64d101\" dependencies = [ \"arbitrary\", ] [[package]] name = \"cranelift-entity\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d1d6a38935ee64551a7c8da4cc759fdcaba1d951ec56336737c0459ed5a05d2\" dependencies = [ \"serde\", ] [[package]] name = \"cranelift-frontend\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba73c410c2d52e28fc4b49aab955a1c2f58580ff37a3b0641e23bccd6049e4b5\" dependencies = [ \"cranelift-codegen\", \"log\", \"smallvec\", \"target-lexicon\", ] [[package]] name = \"cranelift-isle\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61acaa7646020e0444bb3a22d212a5bae0e3b3969b18e1276a037ccd6493a8fd\" [[package]] name = \"cranelift-native\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"543f52ef487498253ebe5df321373c5c314da74ada0e92f13451b6f887194f87\" dependencies = [ \"cranelift-codegen\", \"libc\", \"target-lexicon\", ] [[package]] name = \"cranelift-wasm\" version = \"0.99.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"788c27f41f31a50a9a3546b91253ad9495cd54df0d6533b3f3dcb4fb7a988f69\" dependencies = [ \"cranelift-codegen\", \"cranelift-entity\", \"cranelift-frontend\", \"itertools\", \"log\", \"smallvec\", \"wasmparser 0.110.0\", \"wasmtime-types\", ] [[package]] name = \"crc32fast\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200\" dependencies = [ \"cfg-if\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef\" dependencies = [ \"cfg-if\", \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7\" dependencies = [ \"autocfg\", \"cfg-if\", \"crossbeam-utils\", \"memoffset 0.9.0\", \"scopeguard\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294\" dependencies = [ \"cfg-if\", ] [[package]] name = \"debugid\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d\" dependencies = [ \"uuid\", ] [[package]] name = \"deranged\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946\" [[package]] name = \"dirs\" version = \"4.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059\" dependencies = [ \"dirs-sys\", ] [[package]] name = \"dirs-sys\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6\" dependencies = [ \"libc\", \"redox_users\", \"winapi\", ] [[package]] name = \"doc-comment\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10\" [[package]] name = \"either\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07\" [[package]] name = \"encoding_rs\" version = \"0.8.33\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1\" dependencies = [ \"cfg-if\", ] [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"errno\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1\" dependencies = [ \"errno-dragonfly\", \"libc\", \"winapi\", ] [[package]] name = \"errno\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd\" dependencies = [ \"errno-dragonfly\", \"libc\", \"windows-sys\", ] [[package]] name = \"errno-dragonfly\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"evdev\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bed59fcc8cfd6b190814a509018388462d3b203cf6dd10db5c00087e72a83f3\" dependencies = [ \"bitvec\", \"cfg-if\", \"libc\", \"nix 0.23.2\", \"thiserror\", ] [[package]] name = \"fallible-iterator\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7\" [[package]] name = \"fd-lock\" version = \"4.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b0377f1edc77dbd1118507bc7a66e4ab64d2b90c66f90726dc801e73a8c68f9\" dependencies = [ \"cfg-if\", \"rustix 0.38.12\", \"windows-sys\", ] [[package]] name = \"fdeflate\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"flate2\" version = \"1.0.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"fontdb\" version = \"0.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af8d8cbea8f21307d7e84bca254772981296f058a1d36b461bf4d83a7499fc9e\" dependencies = [ \"log\", \"memmap2\", \"slotmap\", \"tinyvec\", \"ttf-parser\", ] [[package]] name = \"form_urlencoded\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"fs-set-times\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd738b84894214045e8414eaded76359b4a5773f0a0a56b16575110739cdcf39\" dependencies = [ \"io-lifetimes 2.0.2\", \"rustix 0.38.12\", \"windows-sys\", ] [[package]] name = \"funty\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c\" [[package]] name = \"futures\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c\" [[package]] name = \"futures-io\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964\" [[package]] name = \"futures-macro\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", ] [[package]] name = \"futures-sink\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e\" [[package]] name = \"futures-task\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65\" [[package]] name = \"futures-util\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533\" dependencies = [ \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"fxhash\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c\" dependencies = [ \"byteorder\", ] [[package]] name = \"fxprof-processed-profile\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd\" dependencies = [ \"bitflags 2.4.0\", \"debugid\", \"fxhash\", \"serde\", \"serde_json\", ] [[package]] name = \"getrandom\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427\" dependencies = [ \"cfg-if\", \"libc\", \"wasi\", ] [[package]] name = \"gif\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"gimli\" version = \"0.27.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e\" dependencies = [ \"fallible-iterator\", \"indexmap 1.9.3\", \"stable_deref_trait\", ] [[package]] name = \"gimli\" version = \"0.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0\" [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"h2\" version = \"0.3.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833\" dependencies = [ \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http\", \"indexmap 1.9.3\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"hashbrown\" version = \"0.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e\" dependencies = [ \"ahash\", ] [[package]] name = \"hashbrown\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a\" dependencies = [ \"ahash\", \"allocator-api2\", ] [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b\" [[package]] name = \"http\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[package]] name = \"http-body\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1\" dependencies = [ \"bytes\", \"http\", \"pin-project-lite\", ] [[package]] name = \"httparse\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904\" [[package]] name = \"httpdate\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\" [[package]] name = \"hyper\" version = \"0.14.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"socket2 0.4.9\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[package]] name = \"hyper-rustls\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97\" dependencies = [ \"futures-util\", \"http\", \"hyper\", \"rustls\", \"tokio\", \"tokio-rustls\", ] [[package]] name = \"id-arena\" version = \"2.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005\" [[package]] name = \"idna\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"image\" version = \"0.24.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"gif\", \"jpeg-decoder\", \"num-rational\", \"num-traits\", \"png\", \"tiff\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown 0.12.3\", ] [[package]] name = \"indexmap\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d\" dependencies = [ \"equivalent\", \"hashbrown 0.14.0\", \"serde\", ] [[package]] name = \"io-extras\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d3c230ee517ee76b1cc593b52939ff68deda3fae9e41eca426c6b4993df51c4\" dependencies = [ \"io-lifetimes 2.0.2\", \"windows-sys\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2\" dependencies = [ \"hermit-abi\", \"libc\", \"windows-sys\", ] [[package]] name = \"io-lifetimes\" version = \"2.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c\" [[package]] name = \"ipnet\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6\" [[package]] name = \"is-docker\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3\" dependencies = [ \"once_cell\", ] [[package]] name = \"is-terminal\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b\" dependencies = [ \"hermit-abi\", \"rustix 0.38.12\", \"windows-sys\", ] [[package]] name = \"is-wsl\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5\" dependencies = [ \"is-docker\", \"once_cell\", ] [[package]] name = \"itertools\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38\" [[package]] name = \"jpeg-decoder\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e\" [[package]] name = \"js-sys\" version = \"0.3.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lazycell\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\" [[package]] name = \"leb128\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67\" [[package]] name = \"libc\" version = \"0.2.147\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3\" [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if\", \"winapi\", ] [[package]] name = \"libm\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4\" [[package]] name = \"libproc\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b799ad155d75ce914c467ee5627b62247c20d4aedbd446f821484cebf3cded7\" dependencies = [ \"bindgen\", \"errno 0.2.8\", \"libc\", ] [[package]] name = \"linux-raw-sys\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519\" [[package]] name = \"linux-raw-sys\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128\" [[package]] name = \"livesplit-auto-splitting\" version = \"0.1.0\" source = \"git+https://github.com/LiveSplit/livesplit-core#c487b50359835dbd35aead866c12e91e96ecc303\" dependencies = [ \"anyhow\", \"async-trait\", \"proc-maps\", \"read-process-memory\", \"slotmap\", \"snafu\", \"sysinfo\", \"time\", \"wasi-common\", \"wasmtime\", \"wasmtime-wasi\", \"windows-sys\", ] [[package]] name = \"livesplit-core\" version = \"0.13.0\" source = \"git+https://github.com/LiveSplit/livesplit-core#c487b50359835dbd35aead866c12e91e96ecc303\" dependencies = [ \"base64-simd\", \"bytemuck\", \"bytemuck_derive\", \"cfg-if\", \"cosmic-text\", \"hashbrown 0.14.0\", \"image\", \"itoa\", \"libc\", \"libm\", \"livesplit-auto-splitting\", \"livesplit-hotkey\", \"livesplit-title-abbreviations\", \"log\", \"memchr\", \"serde\", \"serde_derive\", \"serde_json\", \"simdutf8\", \"smallstr\", \"snafu\", \"time\", \"tiny-skia\", \"tiny-skia-path\", \"tokio\", \"unicase\", \"windows-sys\", ] [[package]] name = \"livesplit-hotkey\" version = \"0.7.0\" source = \"git+https://github.com/LiveSplit/livesplit-core#c487b50359835dbd35aead866c12e91e96ecc303\" dependencies = [ \"bitflags 2.4.0\", \"cfg-if\", \"crossbeam-channel\", \"evdev\", \"mio\", \"nix 0.27.1\", \"promising-future\", \"serde\", \"windows-sys\", \"x11-dl\", ] [[package]] name = \"livesplit-title-abbreviations\" version = \"0.3.0\" source = \"git+https://github.com/LiveSplit/livesplit-core#c487b50359835dbd35aead866c12e91e96ecc303\" dependencies = [ \"unicase\", ] [[package]] name = \"log\" version = \"0.4.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f\" dependencies = [ \"serde\", ] [[package]] name = \"mach\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa\" dependencies = [ \"libc\", ] [[package]] name = \"mach2\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8\" dependencies = [ \"libc\", ] [[package]] name = \"maybe-owned\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4\" [[package]] name = \"memchr\" version = \"2.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c\" [[package]] name = \"memfd\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e\" dependencies = [ \"rustix 0.37.23\", ] [[package]] name = \"memmap2\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c\" dependencies = [ \"autocfg\", ] [[package]] name = \"mime\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\" [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"mio\" version = \"0.8.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2\" dependencies = [ \"libc\", \"wasi\", \"windows-sys\", ] [[package]] name = \"nix\" version = \"0.23.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c\" dependencies = [ \"bitflags 1.3.2\", \"cc\", \"cfg-if\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.27.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053\" dependencies = [ \"bitflags 2.4.0\", \"cfg-if\", \"libc\", ] [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"ntapi\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4\" dependencies = [ \"winapi\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43\" dependencies = [ \"hermit-abi\", \"libc\", ] [[package]] name = \"num_threads\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44\" dependencies = [ \"libc\", ] [[package]] name = \"object\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1\" dependencies = [ \"crc32fast\", \"hashbrown 0.13.2\", \"indexmap 1.9.3\", \"memchr\", ] [[package]] name = \"object\" version = \"0.32.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0\" dependencies = [ \"memchr\", ] [[package]] name = \"obs\" version = \"0.1.0\" [[package]] name = \"obs-livesplit-one\" version = \"0.1.0\" dependencies = [ \"anyhow\", \"livesplit-core\", \"log\", \"obs\", \"open\", \"percent-encoding\", \"quick-xml\", \"reqwest\", \"serde\", \"serde_derive\", \"serde_json\", \"shlex\", ] [[package]] name = \"once_cell\" version = \"1.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d\" [[package]] name = \"open\" version = \"5.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8\" dependencies = [ \"is-wsl\", \"libc\", \"pathdiff\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"outref\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a\" [[package]] name = \"paste\" version = \"1.0.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c\" [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"peeking_take_while\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099\" [[package]] name = \"percent-encoding\" version = \"2.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94\" [[package]] name = \"pin-project-lite\" version = \"0.2.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"pkg-config\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964\" [[package]] name = \"png\" version = \"0.17.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide\", ] [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"proc-macro2\" version = \"1.0.66\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"proc-maps\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d17946c951c8e8c4233375fdbfc212b215bd14ea1b18388eae8c95bb03a0174\" dependencies = [ \"anyhow\", \"libc\", \"libproc\", \"mach2\", \"winapi\", ] [[package]] name = \"promising-future\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44ba461c1b8785e502867026d893fa52801faccfbfe59efdae7da4b9094b4ce2\" dependencies = [ \"threadpool\", ] [[package]] name = \"psm\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874\" dependencies = [ \"cc\", ] [[package]] name = \"pulldown-cmark\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998\" dependencies = [ \"bitflags 1.3.2\", \"memchr\", \"unicase\", ] [[package]] name = \"quick-xml\" version = \"0.30.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956\" dependencies = [ \"memchr\", \"serde\", ] [[package]] name = \"quote\" version = \"1.0.33\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"radium\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09\" [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"rangemap\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b9283c6b06096b47afc7109834fdedab891175bb5241ee5d4f7d2546549f263\" [[package]] name = \"rayon\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d\" dependencies = [ \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-utils\", \"num_cpus\", ] [[package]] name = \"read-process-memory\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8497683b2f0b6887786f1928c118f26ecc6bb3d78bbb6ed23e8e7ba110af3bb0\" dependencies = [ \"libc\", \"log\", \"mach\", \"winapi\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b\" dependencies = [ \"getrandom\", \"redox_syscall\", \"thiserror\", ] [[package]] name = \"regalloc2\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b4dcbd3a2ae7fb94b5813fa0e957c6ab51bf5d0a8ee1b69e0c2d0f1e6eb8485\" dependencies = [ \"hashbrown 0.13.2\", \"log\", \"rustc-hash\", \"slice-group-by\", \"smallvec\", ] [[package]] name = \"regex\" version = \"1.9.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata\", \"regex-syntax\", ] [[package]] name = \"regex-automata\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da\" [[package]] name = \"reqwest\" version = \"0.11.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1\" dependencies = [ \"base64\", \"bytes\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"hyper\", \"hyper-rustls\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls\", \"rustls-native-certs\", \"rustls-pemfile\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"tokio\", \"tokio-rustls\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winreg\", ] [[package]] name = \"ring\" version = \"0.16.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc\" dependencies = [ \"cc\", \"libc\", \"once_cell\", \"spin\", \"untrusted\", \"web-sys\", \"winapi\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustix\" version = \"0.37.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06\" dependencies = [ \"bitflags 1.3.2\", \"errno 0.3.3\", \"io-lifetimes 1.0.11\", \"libc\", \"linux-raw-sys 0.3.8\", \"windows-sys\", ] [[package]] name = \"rustix\" version = \"0.38.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdf14a7a466ce88b5eac3da815b53aefc208ce7e74d1c263aabb04d88c4abeb1\" dependencies = [ \"bitflags 2.4.0\", \"errno 0.3.3\", \"itoa\", \"libc\", \"linux-raw-sys 0.4.7\", \"once_cell\", \"windows-sys\", ] [[package]] name = \"rustls\" version = \"0.21.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8\" dependencies = [ \"log\", \"ring\", \"rustls-webpki\", \"sct\", ] [[package]] name = \"rustls-native-certs\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00\" dependencies = [ \"openssl-probe\", \"rustls-pemfile\", \"schannel\", \"security-framework\", ] [[package]] name = \"rustls-pemfile\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2\" dependencies = [ \"base64\", ] [[package]] name = \"rustls-webpki\" version = \"0.101.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"rustybuzz\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82eea22c8f56965eeaf3a209b3d24508256c7b920fb3b6211b8ba0f7c0583250\" dependencies = [ \"bitflags 1.3.2\", \"bytemuck\", \"libm\", \"smallvec\", \"ttf-parser\", \"unicode-bidi-mirroring\", \"unicode-ccc\", \"unicode-general-category\", \"unicode-script\", ] [[package]] name = \"ryu\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741\" [[package]] name = \"schannel\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88\" dependencies = [ \"windows-sys\", ] [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"sct\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4\" dependencies = [ \"ring\", \"untrusted\", ] [[package]] name = \"security-framework\" version = \"2.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"semver\" version = \"1.0.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918\" [[package]] name = \"serde\" version = \"1.0.188\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.188\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", ] [[package]] name = \"serde_json\" version = \"1.0.106\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_urlencoded\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd\" dependencies = [ \"form_urlencoded\", \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"shellexpand\" version = \"2.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4\" dependencies = [ \"dirs\", ] [[package]] name = \"shlex\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380\" [[package]] name = \"simd-adler32\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe\" [[package]] name = \"simdutf8\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a\" [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"slice-group-by\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7\" [[package]] name = \"slotmap\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342\" dependencies = [ \"version_check\", ] [[package]] name = \"smallstr\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"63b1aefdf380735ff8ded0b15f31aab05daf1f70216c01c02a12926badd1df9d\" dependencies = [ \"smallvec\", ] [[package]] name = \"smallvec\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9\" [[package]] name = \"snafu\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6\" dependencies = [ \"doc-comment\", \"snafu-derive\", ] [[package]] name = \"snafu-derive\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf\" dependencies = [ \"heck\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"socket2\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"socket2\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877\" dependencies = [ \"libc\", \"windows-sys\", ] [[package]] name = \"spin\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d\" [[package]] name = \"sptr\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a\" [[package]] name = \"stable_deref_trait\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3\" [[package]] name = \"strict-num\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731\" [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"sys-locale\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0\" dependencies = [ \"libc\", ] [[package]] name = \"sysinfo\" version = \"0.29.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5\" dependencies = [ \"cfg-if\", \"core-foundation-sys\", \"libc\", \"ntapi\", \"once_cell\", \"rayon\", \"winapi\", ] [[package]] name = \"system-interface\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27ce32341b2c0b70c144bbf35627fdc1ef18c76ced5e5e7b3ee8b5ba6b2ab6a0\" dependencies = [ \"bitflags 2.4.0\", \"cap-fs-ext\", \"cap-std\", \"fd-lock\", \"io-lifetimes 2.0.2\", \"rustix 0.38.12\", \"windows-sys\", \"winx\", ] [[package]] name = \"tap\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369\" [[package]] name = \"target-lexicon\" version = \"0.12.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a\" [[package]] name = \"thiserror\" version = \"1.0.48\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.48\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", ] [[package]] name = \"threadpool\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa\" dependencies = [ \"num_cpus\", ] [[package]] name = \"tiff\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211\" dependencies = [ \"flate2\", \"jpeg-decoder\", \"weezl\", ] [[package]] name = \"time\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48\" dependencies = [ \"deranged\", \"libc\", \"num_threads\", \"serde\", \"time-core\", ] [[package]] name = \"time-core\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb\" [[package]] name = \"tiny-skia\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4e37fdc219ee3d551882d24dc5e4df5f72fd9723cbca1ffaa57f7348bf7a47d\" dependencies = [ \"arrayref\", \"arrayvec\", \"bytemuck\", \"cfg-if\", \"log\", \"tiny-skia-path\", ] [[package]] name = \"tiny-skia-path\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93a323d1de20dad9bc8b32daf57702c585ce76e80792d8151de1fc9dfc8d1ca7\" dependencies = [ \"arrayref\", \"bytemuck\", \"libm\", \"strict-num\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.32.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9\" dependencies = [ \"backtrace\", \"bytes\", \"libc\", \"mio\", \"num_cpus\", \"pin-project-lite\", \"socket2 0.5.3\", \"windows-sys\", ] [[package]] name = \"tokio-rustls\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081\" dependencies = [ \"rustls\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", \"tracing\", ] [[package]] name = \"tower-service\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52\" [[package]] name = \"tracing\" version = \"0.1.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8\" dependencies = [ \"cfg-if\", \"log\", \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", ] [[package]] name = \"tracing-core\" version = \"0.1.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a\" dependencies = [ \"once_cell\", ] [[package]] name = \"try-lock\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed\" [[package]] name = \"ttf-parser\" version = \"0.19.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33\" [[package]] name = \"unicase\" version = \"2.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89\" dependencies = [ \"version_check\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460\" [[package]] name = \"unicode-bidi-mirroring\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694\" [[package]] name = \"unicode-ccc\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1\" [[package]] name = \"unicode-general-category\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7\" [[package]] name = \"unicode-ident\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c\" [[package]] name = \"unicode-linebreak\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f\" [[package]] name = \"unicode-normalization\" version = \"0.1.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-script\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc\" [[package]] name = \"unicode-segmentation\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36\" [[package]] name = \"unicode-xid\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c\" [[package]] name = \"untrusted\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a\" [[package]] name = \"url\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", ] [[package]] name = \"uuid\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"vsimd\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64\" [[package]] name = \"want\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e\" dependencies = [ \"try-lock\", ] [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasi-cap-std-sync\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cef338a20bd9e5e469a37b192b2a954c4dde83ea896c8eaf45df8c84cdf7be5\" dependencies = [ \"anyhow\", \"async-trait\", \"cap-fs-ext\", \"cap-rand\", \"cap-std\", \"cap-time-ext\", \"fs-set-times\", \"io-extras\", \"io-lifetimes 2.0.2\", \"is-terminal\", \"once_cell\", \"rustix 0.38.12\", \"system-interface\", \"tracing\", \"wasi-common\", \"windows-sys\", ] [[package]] name = \"wasi-common\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb9c753bdf98fdc592fc729bda2248996f5dd1be71f4e01bf8c08225acb7b6bb\" dependencies = [ \"anyhow\", \"bitflags 2.4.0\", \"cap-rand\", \"cap-std\", \"io-extras\", \"log\", \"rustix 0.38.12\", \"thiserror\", \"tracing\", \"wasmtime\", \"wiggle\", \"windows-sys\", ] [[package]] name = \"wasm-bindgen\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.31\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.87\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1\" [[package]] name = \"wasm-encoder\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41763f20eafed1399fff1afb466496d3a959f58241436cfdc17e3f5ca954de16\" dependencies = [ \"leb128\", ] [[package]] name = \"wasmparser\" version = \"0.110.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dfcdb72d96f01e6c85b6bf20102e7423bdbaad5c337301bab2bbf253d26413c\" dependencies = [ \"indexmap 2.0.0\", \"semver\", ] [[package]] name = \"wasmparser\" version = \"0.112.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e986b010f47fcce49cf8ea5d5f9e5d2737832f12b53ae8ae785bbe895d0877bf\" dependencies = [ \"indexmap 2.0.0\", \"semver\", ] [[package]] name = \"wasmprinter\" version = \"0.2.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34ddf5892036cd4b780d505eff1194a0cbc10ed896097656fdcea3744b5e7c2f\" dependencies = [ \"anyhow\", \"wasmparser 0.112.0\", ] [[package]] name = \"wasmtime\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e38ee12eaafb34198cce001e2ea0a83d3884db5cf8e3af08864f108a2fb57c85\" dependencies = [ \"anyhow\", \"async-trait\", \"bincode\", \"bumpalo\", \"cfg-if\", \"encoding_rs\", \"fxprof-processed-profile\", \"indexmap 2.0.0\", \"libc\", \"log\", \"object 0.31.1\", \"once_cell\", \"paste\", \"psm\", \"rayon\", \"serde\", \"serde_json\", \"target-lexicon\", \"wasm-encoder\", \"wasmparser 0.110.0\", \"wasmtime-component-macro\", \"wasmtime-component-util\", \"wasmtime-cranelift\", \"wasmtime-environ\", \"wasmtime-fiber\", \"wasmtime-jit\", \"wasmtime-runtime\", \"wasmtime-winch\", \"windows-sys\", ] [[package]] name = \"wasmtime-asm-macros\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82313f9dce6f64dd08a7b51bef57411741b7eaef6b4611f77b91b6213a99808b\" dependencies = [ \"cfg-if\", ] [[package]] name = \"wasmtime-component-macro\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2b6da03d55c656066ebc93d27ce54de11fcd2d3157e7490c6196a65aa1e9bc0\" dependencies = [ \"anyhow\", \"proc-macro2\", \"quote\", \"syn 2.0.31\", \"wasmtime-component-util\", \"wasmtime-wit-bindgen\", \"wit-parser\", ] [[package]] name = \"wasmtime-component-util\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b54327f9ce6a46c6841c43d93c4fa366cd0beb0f075743b120d31a3d6afe34fd\" [[package]] name = \"wasmtime-cranelift\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76d52e14e5453e82708816e992140c59e511bbf7c0868ee654100e2792483f56\" dependencies = [ \"anyhow\", \"cranelift-codegen\", \"cranelift-control\", \"cranelift-entity\", \"cranelift-frontend\", \"cranelift-native\", \"cranelift-wasm\", \"gimli 0.27.3\", \"log\", \"object 0.31.1\", \"target-lexicon\", \"thiserror\", \"wasmparser 0.110.0\", \"wasmtime-cranelift-shared\", \"wasmtime-environ\", \"wasmtime-versioned-export-macros\", ] [[package]] name = \"wasmtime-cranelift-shared\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ddb7f34fff5b4a01aa2e55373fceb1b59d5f981abca44afdd63d7dd39689047\" dependencies = [ \"anyhow\", \"cranelift-codegen\", \"cranelift-control\", \"cranelift-native\", \"gimli 0.27.3\", \"object 0.31.1\", \"target-lexicon\", \"wasmtime-environ\", ] [[package]] name = \"wasmtime-environ\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad336809866b743410ac86ec0bdc34899d6f1af5d3deed97188e90503ff527d7\" dependencies = [ \"anyhow\", \"cranelift-entity\", \"gimli 0.27.3\", \"indexmap 2.0.0\", \"log\", \"object 0.31.1\", \"serde\", \"target-lexicon\", \"thiserror\", \"wasm-encoder\", \"wasmparser 0.110.0\", \"wasmprinter\", \"wasmtime-component-util\", \"wasmtime-types\", ] [[package]] name = \"wasmtime-fiber\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcc69f0a316db37482ebc83669236ea7c943d0b49a1a23f763061c9fc9d07d0b\" dependencies = [ \"cc\", \"cfg-if\", \"rustix 0.38.12\", \"wasmtime-asm-macros\", \"wasmtime-versioned-export-macros\", \"windows-sys\", ] [[package]] name = \"wasmtime-jit\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2004b30ea1ad9fd288bce54af19ef08281250e1087f0b5ffc6ca06bacd821edb\" dependencies = [ \"addr2line 0.20.0\", \"anyhow\", \"bincode\", \"cfg-if\", \"cpp_demangle\", \"gimli 0.27.3\", \"log\", \"object 0.31.1\", \"rustc-demangle\", \"rustix 0.38.12\", \"serde\", \"target-lexicon\", \"wasmtime-environ\", \"wasmtime-jit-icache-coherence\", \"wasmtime-runtime\", \"windows-sys\", ] [[package]] name = \"wasmtime-jit-debug\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"54aa8081162b13a96f47ab40f9aa03fc02dad38ee10b1418243ac8517c5af6d3\" dependencies = [ \"once_cell\", \"wasmtime-versioned-export-macros\", ] [[package]] name = \"wasmtime-jit-icache-coherence\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2922462d01f5c112bbc4e6eb95ee68447a6031c0b90cc2ad69b890060b3842d9\" dependencies = [ \"cfg-if\", \"libc\", \"windows-sys\", ] [[package]] name = \"wasmtime-runtime\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"536c34c4abbe22c40f631067b57ca14d719faf3f63ae0d504014a4d15a4b980b\" dependencies = [ \"anyhow\", \"cc\", \"cfg-if\", \"encoding_rs\", \"indexmap 2.0.0\", \"libc\", \"log\", \"mach\", \"memfd\", \"memoffset 0.9.0\", \"paste\", \"rand\", \"rustix 0.38.12\", \"sptr\", \"wasm-encoder\", \"wasmtime-asm-macros\", \"wasmtime-environ\", \"wasmtime-fiber\", \"wasmtime-jit-debug\", \"wasmtime-versioned-export-macros\", \"windows-sys\", ] [[package]] name = \"wasmtime-types\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec6f1e74eb5ef817043b243eae37cc0e424c256c4069ab2c5afd9f3fe91a12ee\" dependencies = [ \"cranelift-entity\", \"serde\", \"thiserror\", \"wasmparser 0.110.0\", ] [[package]] name = \"wasmtime-versioned-export-macros\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39ca36fa6cad8ef885bc27d7d50c8b1cb7da0534251188a824f4953b07875703\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", ] [[package]] name = \"wasmtime-wasi\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"269f4f2192b18037729b617eadb512e95510f1b0cd8fb4990aef286c9bb3dfb9\" dependencies = [ \"anyhow\", \"async-trait\", \"bitflags 2.4.0\", \"bytes\", \"cap-fs-ext\", \"cap-rand\", \"cap-std\", \"cap-time-ext\", \"fs-set-times\", \"futures\", \"io-extras\", \"libc\", \"once_cell\", \"rustix 0.38.12\", \"system-interface\", \"thiserror\", \"tokio\", \"tracing\", \"wasi-cap-std-sync\", \"wasi-common\", \"wasmtime\", \"wiggle\", \"windows-sys\", ] [[package]] name = \"wasmtime-winch\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9d016c3f1d0c8ac905bfda51936cb6dae040e0d8edc75b7a1ef9f21773a19f6\" dependencies = [ \"anyhow\", \"cranelift-codegen\", \"gimli 0.27.3\", \"object 0.31.1\", \"target-lexicon\", \"wasmparser 0.110.0\", \"wasmtime-cranelift-shared\", \"wasmtime-environ\", \"winch-codegen\", ] [[package]] name = \"wasmtime-wit-bindgen\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbd55caadebae32cf18541e5077b3f042a171bb9988ea0040d0569f26a63227d\" dependencies = [ \"anyhow\", \"heck\", \"indexmap 2.0.0\", \"wit-parser\", ] [[package]] name = \"wast\" version = \"35.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68\" dependencies = [ \"leb128\", ] [[package]] name = \"web-sys\" version = \"0.3.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"weezl\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb\" [[package]] name = \"wiggle\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"166189cd49163adc9a1e2a33b33625eb934d06e518c318905c3a5140d9bc1d45\" dependencies = [ \"anyhow\", \"async-trait\", \"bitflags 2.4.0\", \"thiserror\", \"tracing\", \"wasmtime\", \"wiggle-macro\", ] [[package]] name = \"wiggle-generate\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a67571bd77bff962190744adb29e72a1157d30e8d34fbb2c1c7b0ad7627be020\" dependencies = [ \"anyhow\", \"heck\", \"proc-macro2\", \"quote\", \"shellexpand\", \"syn 2.0.31\", \"witx\", ] [[package]] name = \"wiggle-macro\" version = \"12.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5677f7d740bc41f9f6af4a6a719a07fbe1aa8ec66e0ec1ca4d3617f2b27d5361\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.31\", \"wiggle-generate\", ] [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"winch-codegen\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38e6f2f344ec89998f047d0aa3aec77088eb8e33c91f5efdd191b140fda6fa40\" dependencies = [ \"anyhow\", \"cranelift-codegen\", \"gimli 0.27.3\", \"regalloc2\", \"smallvec\", \"target-lexicon\", \"wasmparser 0.110.0\", \"wasmtime-environ\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets\", ] [[package]] name = \"windows-targets\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\" dependencies = [ \"windows_aarch64_gnullvm\", \"windows_aarch64_msvc\", \"windows_i686_gnu\", \"windows_i686_msvc\", \"windows_x86_64_gnu\", \"windows_x86_64_gnullvm\", \"windows_x86_64_msvc\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\" [[package]] name = \"winreg\" version = \"0.50.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1\" dependencies = [ \"cfg-if\", \"windows-sys\", ] [[package]] name = \"winx\" version = \"0.36.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"357bb8e2932df531f83b052264b050b81ba0df90ee5a59b2d1d3949f344f81e5\" dependencies = [ \"bitflags 2.4.0\", \"windows-sys\", ] [[package]] name = \"wit-parser\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"541efa2046e544de53a9da1e2f6299e63079840360c9e106f1f8275a97771318\" dependencies = [ \"anyhow\", \"id-arena\", \"indexmap 2.0.0\", \"log\", \"pulldown-cmark\", \"semver\", \"unicode-xid\", \"url\", ] [[package]] name = \"witx\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b\" dependencies = [ \"anyhow\", \"log\", \"thiserror\", \"wast\", ] [[package]] name = \"wyz\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed\" dependencies = [ \"tap\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] "} {"_id":"doc-en-nixpkgs-3046aeed5ade18fc6a034250c708d7f709685d48d0430f87fe02f9c17e4b4de1","title":"","text":"rustPlatform.buildRustPackage rec { pname = \"obs-livesplit-one\"; version = \"0.2.0\"; version = \"0.3.4\"; src = fetchFromGitHub { owner = \"CryZe\"; owner = \"LiveSplit\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-C1u4z7iQUETM84kf6S6obw+C0ox8J9gMJoVP3/3ZoYw=\"; sha256 = \"sha256-3B3P1PlzIlpVqHJMKWpEnWXGgD/IaiWM1FVKn0BtRj0=\"; }; cargoHash = \"sha256-mQ0TR4DL4bA5u4IL3RY9aLxU5G6qQ5W5xuNadiXGeB0=\"; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"livesplit-auto-splitting-0.1.0\" = \"sha256-/xQEVJH6m6nH5Z1kuOPEElOcOqJmiG9Q8cOx0e6p3Wc=\"; }; }; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ fontconfig obs-studio ];"} {"_id":"doc-en-nixpkgs-63b3d5f2ab2d0441dbdf4f4f65bbb87597aeb28b5f678cc0a98b77463c40df9b","title":"","text":"meta = with lib; { description = \"OBS Studio plugin for adding LiveSplit One as a source\"; homepage = \"https://github.com/CryZe/obs-livesplit-one\"; homepage = \"https://github.com/LiveSplit/obs-livesplit-one\"; license = with licenses; [ asl20 mit ]; maintainers = [ maintainers.Bauke ]; platforms = obs-studio.meta.platforms;"} {"_id":"doc-en-nixpkgs-2032ddce9a6551315cfb2a64ca1d7eaa97ca80b1e3084b4fc2c7d37a681f09f8","title":"","text":", which , xdg-user-dirs , zlib # Affects final license , withAngrylionRdpPlus ? false }: let"} {"_id":"doc-en-nixpkgs-c5ca21ddb96d7a3d00e885418f7e28530263ea1f22a5f21e1021fb181fc4b47f","title":"","text":"# mupen64plus-input-gca is written in Rust, so we can't build it with # everything else. \"-DNO_RUST=ON\" \"-DUSE_ANGRYLION=${lib.boolToString withAngrylionRdpPlus}\" ]; qtWrapperArgs = lib.optionals stdenv.isLinux ["} {"_id":"doc-en-nixpkgs-44d1912459e6159089462d4ffd37d0e750ab7e141640371c21632cdb6476b37f","title":"","text":"Rosalie's Mupen GUI is a free and open-source mupen64plus front-end written in C++. It offers a simple-to-use user interface. ''; license = licenses.gpl3; license = if withAngrylionRdpPlus then licenses.unfree else licenses.gpl3Only; platforms = platforms.linux; mainProgram = \"RMG\"; maintainers = with maintainers; [ slam-bert ];"} {"_id":"doc-en-nixpkgs-b388247e9a13f5b0fb7d76a1d0d4ee4dadfaa4aa28e41ef0039367948051a715","title":"","text":", enableSdl2 ? false, SDL2, SDL2_image, SDL2_sound, SDL2_mixer, SDL2_ttf }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"angband\"; version = \"4.2.5\"; src = fetchFromGitHub { owner = \"angband\"; repo = \"angband\"; rev = version; sha256 = \"sha256-XH2FUTJJaH5TqV2UD1CKKAXE4CRAb6zfg1UQ79a15k0=\"; rev = finalAttrs.version; hash = \"sha256-XH2FUTJJaH5TqV2UD1CKKAXE4CRAb6zfg1UQ79a15k0=\"; }; nativeBuildInputs = [ autoreconfHook ]; buildInputs = [ ncurses5 ] ++ lib.optionals enableSdl2 ["} {"_id":"doc-en-nixpkgs-0c3f7c0e75bdbb7c5b6bf1aeaa1baf8cdae93aa42c6faca846d10341c9a1e484","title":"","text":"description = \"A single-player roguelike dungeon exploration game\"; maintainers = [ maintainers.kenran ]; license = licenses.gpl2; platforms = platforms.unix; }; } }) "} {"_id":"doc-en-nixpkgs-cbfd0672c6a3e5d9037bbe7a6e46021d0f13d6ccaa324d3e03247a5c7bee1979","title":"","text":", gitUpdater }: let mkDerivation rec { pname = \"gitqlient\"; version = \"1.5.0\"; version = \"1.6.2\"; main_src = fetchFromGitHub { src = fetchFromGitHub { owner = \"francescmm\"; repo = pname; repo = \"gitqlient\"; rev = \"v${version}\"; sha256 = \"sha256-Mq29HbmPABrRIJjWC5AAKIOKbGngeJdkZkWeJw8BFuw=\"; }; aux_src = fetchFromGitHub rec { owner = \"francescmm\"; repo = \"AuxiliarCustomWidgets\"; rev = \"835f538b4a79e4d6bb70eef37a32103e7b2a1fd1\"; sha256 = \"sha256-b1gb/7UcLS6lI92dBfTenGXA064t4dZufs3S9lu/lQA=\"; name = repo; }; qlogger_src = fetchFromGitHub rec { owner = \"francescmm\"; repo = \"QLogger\"; rev = \"d1ed24e080521a239d5d5e2c2347fe211f0f3e4f\"; sha256 = \"sha256-NVlFYmm7IIkf8LhQrAYXil9kH6DFq1XjOEHQiIWmER4=\"; name = repo; }; qpinnabletab_src = fetchFromGitHub rec { owner = \"francescmm\"; repo = \"QPinnableTabWidget\"; rev = \"cc937794e910d0452f0c07b4961c6014a7358831\"; sha256 = \"sha256-2KzzBv/s2t665axeBxWrn8aCMQQArQLlUBOAlVhU+wE=\"; name = repo; fetchSubmodules = true; hash = \"sha256-fHrsDEHEUgQYkZdnSzJ/+gTsV0eX8tOqSlr7vNH6LVs=\"; }; git_src = fetchFromGitHub rec { owner = \"francescmm\"; repo = \"git\"; rev = \"b62750f4da4b133faff49e6f53950d659b18c948\"; sha256 = \"sha256-4FqA+kkHd0TqD6ZuB4CbJ+IhOtQG9uWN+qhSAT0dXGs=\"; name = repo; }; in mkDerivation rec { inherit pname version; srcs = [ main_src aux_src qlogger_src qpinnabletab_src git_src ]; sourceRoot = main_src.name; nativeBuildInputs = [ qmake"} {"_id":"doc-en-nixpkgs-ade7941af257569c694b46244e0922a61a03792f356d716739c2c74e8479941d","title":"","text":"qtwebengine ]; postUnpack = '' for dep in AuxiliarCustomWidgets QPinnableTabWidget QLogger git; do rmdir \"${main_src.name}/src/$dep\" ln -sf \"../../$dep\" \"${main_src.name}/src/$dep\" done ''; qmakeFlags = [ \"GitQlient.pro\" ];"} {"_id":"doc-en-nixpkgs-9f4c521196e32440a90548c946e9cd0fa0eeed711e74bec9bf51b42e35dfe7e5","title":"","text":" { lib, stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { pname = \"await\"; version = \"0.999\"; src = fetchFromGitHub { owner = \"slavaGanzin\"; repo = \"await\"; rev = \"v${version}\"; hash = \"sha256-z178TKA0x6UnpBQaA8dig2FLeJKGxPndfvwtmylAD90=\"; }; buildPhase = '' runHook preBuild $CC await.c -o await -l pthread runHook postBuild ''; installPhase = '' runHook preInstall install -Dm755 await -t $out/bin install -Dm444 LICENSE -t $out/share/licenses/await install -Dm444 README.md -t $out/share/doc/await runHook postInstall ''; meta = with lib; { description = \"Small binary that runs a list of commands in parallel and awaits termination\"; homepage = \"https://await-cli.app\"; license = licenses.mit; maintainers = with maintainers; [ chewblacka ]; platforms = platforms.all; mainProgram = \"await\"; }; } "} {"_id":"doc-en-nixpkgs-cdd326efaa592733e7019db1ca15b01ae508712a019000a7e90312c48be2879b","title":"","text":"\"test_settings_restored\" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = \"py.test plugin for testing of Django applications\"; homepage = \"https://pytest-django.readthedocs.org/en/latest/\";"} {"_id":"doc-en-nixpkgs-c05a6cf7090f84ff1a49308f2b7513cff14c7dff8dae982469598bd0e666e206","title":"","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"golink\"; version = \"0-unstable-2024-01-26\"; src = fetchFromGitHub { owner = \"tailscale\"; repo = \"golink\"; # https://github.com/tailscale/golink/issues/104 rev = \"d9de913fb174ec2569a15b6e2dbe5cb6e4a0a853\"; hash = \"sha256-w6jRbajEQkOrBqxDnQreSmSB5DNL9flWjloShiIBM+M=\"; }; vendorHash = \"sha256-R/o3csZC/M9nm0k5STL7AhbG5J4LtdxqKaVjM/9ggW8=\"; ldflags = [ \"-s\" \"-w\" ]; meta = with lib; { description = \"A private shortlink service for tailnets\"; homepage = \"https://github.com/tailscale/golink\"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; mainProgram = \"golink\"; }; } "} {"_id":"doc-en-nixpkgs-3b3665a140d598cb8810929cdde7b84d25da200e140049b06e7b212df1860898","title":"","text":"{ lib, stdenv, fetchFromGitHub , fetchpatch , addOpenGLRunpath , wrapGAppsHook , cmake"} {"_id":"doc-en-nixpkgs-dbe7003eeaa656890c0e02f853f47250244277ac2cf6180588118401f173a92c","title":"","text":"# > The following imported targets are referenced, but are missing: # > SPIRV-Tools-opt ./cmakelists.patch # Remove on next release # https://github.com/cemu-project/Cemu/pull/1076 (fetchpatch { url = \"https://github.com/cemu-project/Cemu/commit/72aacbdcecc064ea7c3b158c433e4803496ac296.patch\"; hash = \"sha256-x+ZVqXgGRSv0VYwJAX35C1p7PnmCHS7iEO+4k8j0/ug=\"; }) ]; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-7ea2d8012ad814dfe53db4cbcfb48dd76743c5331593a0b774a48da636b08378","title":"","text":", gmp , libGL , libGLU , libSM , mpfr , proj , python3"} {"_id":"doc-en-nixpkgs-a88a02382d95e6c363464ef1497721449261208c354adb55ffce4f2c88e6a506","title":"","text":"gmp libGL libGLU libSM mpfr proj python"} {"_id":"doc-en-nixpkgs-e6778e80ae20ac322080138ac39147a9f477b5fb7af961de82ff4053ef489ca8","title":"","text":"clang_38 = llvmPackages_38.clang; clang_37 = llvmPackages_37.clang; clang_35 = wrapCC llvmPackages_35.clang; clang_34 = wrapCC llvmPackages_34.clang; clang_34 = (wrapCC llvmPackages_34.clang).override { # Default cc-wrapper's hardening flags don't work with clang-3.4, # so just remove it entirely for this wrapper. extraBuildCommands = '' :> $out/nix-support/add-hardening.sh ''; }; clang-tools = callPackage ../development/tools/clang-tools { };"} {"_id":"doc-en-nixpkgs-34bd58c89e6700a3b1c2db05fbd22bc349fa602a92a38c5ed984552cf4fcb25f","title":"","text":"systemd.services.gitlab-db-config = { after = [ \"gitlab-config.service\" \"gitlab-postgresql.service\" \"postgresql.service\" ]; bindsTo = [ \"gitlab-config.service\" ] ++ optional (cfg.databaseHost == \"\") \"postgresql.service\" ++ optional databaseActuallyCreateLocally \"gitlab-postgresql.service\"; wants = optional (cfg.databaseHost == \"\") \"postgresql.service\" ++ optional databaseActuallyCreateLocally \"gitlab-postgresql.service\"; bindsTo = [ \"gitlab-config.service\" ]; wantedBy = [ \"gitlab.target\" ]; partOf = [ \"gitlab.target\" ]; serviceConfig = {"} {"_id":"doc-en-nixpkgs-c79d95dafdfb5ebbb000ffc8c3f9004890eb03a8468b25bf2de1abd294b9acff","title":"","text":"\"gitlab-db-config.service\" ]; bindsTo = [ \"redis-gitlab.service\" \"gitlab-config.service\" \"gitlab-db-config.service\" ] ++ optional (cfg.databaseHost == \"\") \"postgresql.service\"; ]; wants = [ \"redis-gitlab.service\" ] ++ optional (cfg.databaseHost == \"\") \"postgresql.service\"; wantedBy = [ \"gitlab.target\" ]; partOf = [ \"gitlab.target\" ]; environment = gitlabEnv // (optionalAttrs cfg.sidekiq.memoryKiller.enable {"} {"_id":"doc-en-nixpkgs-beafbfa9803eebb9ec75737362c99a8e19ef059af8242445bd01fafd3bf34b89","title":"","text":"\"gitlab-db-config.service\" ]; bindsTo = [ \"redis-gitlab.service\" \"gitlab-config.service\" \"gitlab-db-config.service\" ] ++ optional (cfg.databaseHost == \"\") \"postgresql.service\"; ]; wants = [ \"redis-gitlab.service\" ] ++ optional (cfg.databaseHost == \"\") \"postgresql.service\"; requiredBy = [ \"gitlab.target\" ]; partOf = [ \"gitlab.target\" ]; environment = gitlabEnv;"} {"_id":"doc-en-nixpkgs-65ebac00d08ee42c365881e034bf88a06fabc98c12ad5562561798581a98d56a","title":"","text":"gitlab.systemctl(\"start gitlab-backup.service\") gitlab.wait_for_unit(\"gitlab-backup.service\") gitlab.wait_for_file(\"${nodes.gitlab.services.gitlab.statePath}/backup/dump_gitlab_backup.tar\") gitlab.systemctl(\"stop postgresql.service gitlab.target\") gitlab.systemctl(\"stop postgresql.service gitlab-config.service gitlab.target\") gitlab.succeed( \"find ${nodes.gitlab.services.gitlab.statePath} -mindepth 1 -maxdepth 1 -not -name backup -execdir rm -r {} +\" )"} {"_id":"doc-en-nixpkgs-5735572fd977ae069d1f3621aeb145d6d5b107c2a1bdbbe3ea4b34796ff9ed85","title":"","text":"# this should not run because /etc is mounted via a systemd mount unit # instead. To a large extent this mimics what composefs does. Because # it's relatively simple, however, we avoid the composefs dependency. if [[ ! $IN_NIXOS_SYSTEMD_STAGE1 ]]; then # Since this script is not idempotent, it should not run when etc hasn't # changed. if [[ ! $IN_NIXOS_SYSTEMD_STAGE1 ]] && [[ \"${config.system.build.etc}/etc\" != \"$(readlink -f /run/current-system/etc)\" ]]; then echo \"remounting /etc...\" tmpMetadataMount=$(mktemp --directory)"} {"_id":"doc-en-nixpkgs-9e6dfb07990620d0a76523858a7c2f542b4273ab8d0988cf810d4f3e3fc24487","title":"","text":"}; testScript = '' machine.succeed(\"findmnt --kernel --type overlay /etc\") machine.fail(\"stat /etc/newgen\") with subtest(\"/etc is mounted as an overlay\"): machine.succeed(\"findmnt --kernel --type overlay /etc\") machine.succeed(\"/run/current-system/specialisation/new-generation/bin/switch-to-configuration switch\") with subtest(\"switching to the same generation\"): machine.succeed(\"/run/current-system/bin/switch-to-configuration test\") assert machine.succeed(\"cat /etc/newgen\") == \"newgen\" with subtest(\"switching to a new generation\"): machine.fail(\"stat /etc/newgen\") machine.succeed(\"/run/current-system/specialisation/new-generation/bin/switch-to-configuration switch\") assert machine.succeed(\"cat /etc/newgen\") == \"newgen\" ''; }"} {"_id":"doc-en-nixpkgs-b9d58dc007743384136169b147c7db6c21ceb5e07d0941443ff23b5fa1576deb","title":"","text":"}; testScript = '' machine.succeed(\"findmnt --kernel --type overlay /etc\") machine.fail(\"stat /etc/newgen\") machine.succeed(\"echo -n 'mutable' > /etc/mutable\") with subtest(\"/etc is mounted as an overlay\"): machine.succeed(\"findmnt --kernel --type overlay /etc\") machine.succeed(\"/run/current-system/specialisation/new-generation/bin/switch-to-configuration switch\") with subtest(\"switching to the same generation\"): machine.succeed(\"/run/current-system/bin/switch-to-configuration test\") assert machine.succeed(\"cat /etc/newgen\") == \"newgen\" assert machine.succeed(\"cat /etc/mutable\") == \"mutable\" with subtest(\"switching to a new generation\"): machine.fail(\"stat /etc/newgen\") machine.succeed(\"echo -n 'mutable' > /etc/mutable\") machine.succeed(\"/run/current-system/specialisation/new-generation/bin/switch-to-configuration switch\") assert machine.succeed(\"cat /etc/newgen\") == \"newgen\" assert machine.succeed(\"cat /etc/mutable\") == \"mutable\" ''; }"} {"_id":"doc-en-nixpkgs-3288c5b4fc368a908c8567739c6798715c00de33f84783d53ada5045be6b2d4b","title":"","text":", stdenv , buildPythonPackage , fetchPypi , setuptools , click , mock , pytestCheckHook"} {"_id":"doc-en-nixpkgs-a21dc7d87138d900a578c83d6caa40bfc69917152b51de8226569dfc73892911","title":"","text":"buildPythonPackage rec { pname = \"google-auth-oauthlib\"; version = \"1.1.0\"; format = \"setuptools\"; version = \"1.2.0\"; pyproject = true; disabled = pythonOlder \"3.6\"; src = fetchPypi { inherit pname version; hash = \"sha256-g+qMOwiB5FN5C6/0RI6KYRKsh3jR3p2gtoAQuEOTevs=\"; hash = \"sha256-KS0tN4M0nysHNKCgIHseHjIqwZPCwJ2PfGE/t8xQHqg=\"; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-auth requests-oauthlib ]; passthru.optional-dependencies = { tool = [ click ]; }; nativeCheckInputs = [ click mock pytestCheckHook ]; ] ++ passthru.optional-dependencies.tool; disabledTests = lib.optionals stdenv.isDarwin [ # This test fails if the hostname is not associated with an IP (e.g., in `/etc/hosts`)."} {"_id":"doc-en-nixpkgs-6d87b224e813c5abe61d120f8fc62117341fdcb48485262ea3f76d77bfae7d8f","title":"","text":"]; meta = with lib; { changelog = \"https://github.com/googleapis/google-auth-library-python-oauthlib/blob/v${version}/CHANGELOG.md\"; description = \"Google Authentication Library: oauthlib integration\"; homepage = \"https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib\"; license = licenses.asl20; mainProgram = \"google-oauthlib-tool\"; maintainers = with maintainers; [ terlar ]; }; }"} {"_id":"doc-en-nixpkgs-6e1da07cc68ba20ea7a94acfa6c189800549f065c48fa788185eb8c032316ea7","title":"","text":", buildPythonPackage , cachetools , cryptography , fetchpatch , fetchPypi , flask , freezegun"} {"_id":"doc-en-nixpkgs-bc36d0e930dded734320804305c11fd893e231f48877fb653e6217725b9fe754","title":"","text":", requests , responses , rsa , six , urllib3 , setuptools }: buildPythonPackage rec { pname = \"google-auth\"; version = \"2.21.0\"; format = \"setuptools\"; version = \"2.27.0\"; pyproject = true; disabled = pythonOlder \"3.6\"; disabled = pythonOlder \"3.7\"; src = fetchPypi { inherit pname version; hash = \"sha256-so6ASOV3J+fPDlvY5ydrISrvR2ZUoJURNUqoJ1O0XGY=\"; hash = \"sha256-6GOlbMwtjvqD33qAJyYB5DSH+ppyijdiBchsJqrvqCE=\"; }; patches = [ # Although the migration to urllib3-2.0.0 is incomplete, # the discussion in the following PR has addressed the concerns. # https://github.com/googleapis/google-auth-library-python/pull/1290 (fetchpatch { name = \"support-urllib3_2.patch\"; url = \"https://github.com/googleapis/google-auth-library-python/commit/9ed006d02d7c9de3e6898ee819648c2fd3367c1d.patch\"; hash = \"sha256-64g0GzZeyO8l/s1jqfsogr8pTOBbG9xfp/UeVZNA4q8=\"; includes = [ \"google/auth/transport/urllib3.py\" ]; }) nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ cachetools pyasn1-modules rsa six urllib3 ]; passthru.optional-dependencies = {"} {"_id":"doc-en-nixpkgs-4396b0039c98b6a344672e6a95d81c79eb1a8bcdd68dd2afff9c58ea611449ad","title":"","text":"pyopenssl ]; pyopenssl = [ cryptography pyopenssl ]; reauth = ["} {"_id":"doc-en-nixpkgs-3823b2be315f03d337d0a2b0b565468421aa4f745ca6cd2a0b9858b4e2258ffa","title":"","text":"pytestCheckHook responses ] ++ passthru.optional-dependencies.aiohttp # `cryptography` is still required on `aarch64-darwin` for `tests/crypt/*` ++ (if (stdenv.isDarwin && stdenv.isAarch64) then [ cryptography ] else passthru.optional-dependencies.enterprise_cert) ++ passthru.optional-dependencies.enterprise_cert ++ passthru.optional-dependencies.reauth; pythonImportsCheck = ["} {"_id":"doc-en-nixpkgs-cca4a6bbb8502acc840c9e928b6dcde5939da390017d1cba0a4cede66b9d7e28","title":"","text":"buildPythonPackage rec { pname = \"tensorboard\"; version = \"2.15.1\"; version = \"2.16.0\"; format = \"wheel\"; disabled = pythonOlder \"3.6\"; disabled = pythonOlder \"3.9\"; src = fetchPypi { inherit pname version format; dist = \"py3\"; python = \"py3\"; hash = \"sha256-xGwdHPE6RYxCmGiniyUx2P9faCBY1p7AhAsLx6OPHA8=\"; hash = \"sha256-JjuQmiAJyzp52qar5kwXhcwxfCWlTk2y/stkKf/FTFg=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-9e2b446354b56cffad996187e4b999ad08a72130e93e79a67f7afc6167373143","title":"","text":"]; meta = with lib; { changelog = \"https://github.com/tensorflow/tensorboard/blob/${version}/RELEASE.md\"; description = \"TensorFlow's Visualization Toolkit\"; homepage = \"https://www.tensorflow.org/\"; license = licenses.asl20; mainProgram = \"tensorboard\"; maintainers = with maintainers; [ abbradar ]; }; }"} {"_id":"doc-en-nixpkgs-729a5a87a8d07b176945dbd25095525ee348f869323b49d2ecbe1a279779a54b","title":"","text":", makeWrapper , netperf , nixosTests , python3 , python3Packages , stdenv , zip }: python3.pkgs.buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = \"bcc\"; version = \"0.31.0\";"} {"_id":"doc-en-nixpkgs-7d333afd24ca14694b7b73accf8431a06bf1c60540cd34d33a0fb9f166da396e","title":"","text":"./fix-deadlock-detector-import.patch ]; propagatedBuildInputs = [ python3.pkgs.netaddr ]; propagatedBuildInputs = [ python3Packages.netaddr ]; nativeBuildInputs = [ bison cmake flex llvmPackages.llvm.dev makeWrapper python3.pkgs.setuptools python3Packages.setuptools zip ];"} {"_id":"doc-en-nixpkgs-103191d77bcfac1988397c504044f9d40e0f4c1444cc1582502931cb4b5fecd7","title":"","text":"preInstall = '' # required for setuptool during install export PYTHONPATH=$out/${python3.sitePackages}:$PYTHONPATH export PYTHONPATH=$out/${python3Packages.python.sitePackages}:$PYTHONPATH ''; postInstall = '' mkdir -p $out/bin $out/share"} {"_id":"doc-en-nixpkgs-4543d6565acebf8d4471df77addcd4e0a506b7a1a8ae2014933c639ceec5a7cb","title":"","text":"bbox = callPackage ../development/python-modules/bbox { }; bcc = toPythonModule (pkgs.bcc.override { python3Packages = self; }); bc-detect-secrets = callPackage ../development/python-modules/bc-detect-secrets { }; bc-jsonpath-ng = callPackage ../development/python-modules/bc-jsonpath-ng { };"} {"_id":"doc-en-nixpkgs-c3e2cff4907009f61086c66065c3554c7a102f896ff6d06907f2352305d6bb79","title":"","text":"fullName = \"Unspecified free software license\"; }; fsl11Mit = { fullName = \"Functional Source License, Version 1.1, MIT Future License\"; url = \"https://fsl.software/FSL-1.1-MIT.template.md\"; free = false; redistributable = true; }; ftl = { spdxId = \"FTL\"; fullName = \"Freetype Project License\";"} {"_id":"doc-en-nixpkgs-faa7a75805b20bd55b12a6cc4a0cb23cd10b0352ad05073e13de20d93791500c","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"addr2line\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"aes\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0\" dependencies = [ \"cfg-if\", \"cipher\", \"cpufeatures\", ] [[package]] name = \"ahash\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9\" dependencies = [ \"getrandom 0.2.12\", \"once_cell\", \"version_check\", ] [[package]] name = \"ahash\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011\" dependencies = [ \"cfg-if\", \"once_cell\", \"version_check\", \"zerocopy\", ] [[package]] name = \"aho-corasick\" version = \"1.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916\" dependencies = [ \"memchr\", ] [[package]] name = \"alloc-no-stdlib\" version = \"2.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3\" [[package]] name = \"alloc-stdlib\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece\" dependencies = [ \"alloc-no-stdlib\", ] [[package]] name = \"allocator-api2\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5\" [[package]] name = \"android-tzdata\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0\" [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"anstream\" version = \"0.6.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b\" dependencies = [ \"anstyle\", \"anstyle-parse\", \"anstyle-query\", \"anstyle-wincon\", \"colorchoice\", \"is_terminal_polyfill\", \"utf8parse\", ] [[package]] name = \"anstyle\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b\" [[package]] name = \"anstyle-parse\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4\" dependencies = [ \"utf8parse\", ] [[package]] name = \"anstyle-query\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"anstyle-wincon\" version = \"3.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7\" dependencies = [ \"anstyle\", \"windows-sys 0.52.0\", ] [[package]] name = \"anyhow\" version = \"1.0.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da\" [[package]] name = \"arc-swap\" version = \"1.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457\" [[package]] name = \"arrayvec\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711\" [[package]] name = \"async-broadcast\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b\" dependencies = [ \"event-listener 2.5.3\", \"futures-core\", ] [[package]] name = \"async-channel\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3\" dependencies = [ \"concurrent-queue\", \"event-listener 5.2.0\", \"event-listener-strategy 0.5.1\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-executor\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a\" dependencies = [ \"async-task\", \"concurrent-queue\", \"fastrand 2.1.0\", \"futures-lite 2.3.0\", \"slab\", ] [[package]] name = \"async-fs\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06\" dependencies = [ \"async-lock 2.8.0\", \"autocfg\", \"blocking\", \"futures-lite 1.13.0\", ] [[package]] name = \"async-io\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af\" dependencies = [ \"async-lock 2.8.0\", \"autocfg\", \"cfg-if\", \"concurrent-queue\", \"futures-lite 1.13.0\", \"log\", \"parking\", \"polling 2.8.0\", \"rustix 0.37.27\", \"slab\", \"socket2 0.4.10\", \"waker-fn\", ] [[package]] name = \"async-io\" version = \"2.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884\" dependencies = [ \"async-lock 3.3.0\", \"cfg-if\", \"concurrent-queue\", \"futures-io\", \"futures-lite 2.3.0\", \"parking\", \"polling 3.6.0\", \"rustix 0.38.32\", \"slab\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"async-lock\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b\" dependencies = [ \"event-listener 2.5.3\", ] [[package]] name = \"async-lock\" version = \"3.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b\" dependencies = [ \"event-listener 4.0.3\", \"event-listener-strategy 0.4.0\", \"pin-project-lite\", ] [[package]] name = \"async-process\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88\" dependencies = [ \"async-io 1.13.0\", \"async-lock 2.8.0\", \"async-signal\", \"blocking\", \"cfg-if\", \"event-listener 3.1.0\", \"futures-lite 1.13.0\", \"rustix 0.38.32\", \"windows-sys 0.48.0\", ] [[package]] name = \"async-recursion\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"async-signal\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5\" dependencies = [ \"async-io 2.3.2\", \"async-lock 2.8.0\", \"atomic-waker\", \"cfg-if\", \"futures-core\", \"futures-io\", \"rustix 0.38.32\", \"signal-hook-registry\", \"slab\", \"windows-sys 0.48.0\", ] [[package]] name = \"async-stream\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51\" dependencies = [ \"async-stream-impl\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-stream-impl\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"async-task\" version = \"4.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799\" [[package]] name = \"async-trait\" version = \"0.1.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"atk\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd\" dependencies = [ \"atk-sys\", \"bitflags 1.3.2\", \"glib\", \"libc\", ] [[package]] name = \"atk-sys\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"atomic-waker\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0\" [[package]] name = \"autocfg\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80\" [[package]] name = \"axum\" version = \"0.6.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf\" dependencies = [ \"async-trait\", \"axum-core\", \"bitflags 1.3.2\", \"bytes\", \"futures-util\", \"http 0.2.12\", \"http-body 0.4.6\", \"hyper 0.14.28\", \"itoa 1.0.11\", \"matchit\", \"memchr\", \"mime\", \"percent-encoding\", \"pin-project-lite\", \"rustversion\", \"serde\", \"sync_wrapper\", \"tower\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"axum-core\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c\" dependencies = [ \"async-trait\", \"bytes\", \"futures-util\", \"http 0.2.12\", \"http-body 0.4.6\", \"mime\", \"rustversion\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"backoff\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1\" dependencies = [ \"getrandom 0.2.12\", \"instant\", \"rand 0.8.5\", ] [[package]] name = \"backtrace\" version = \"0.3.72\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if\", \"libc\", \"miniz_oxide\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base16ct\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf\" [[package]] name = \"base64\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\" [[package]] name = \"base64\" version = \"0.21.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567\" [[package]] name = \"base64\" version = \"0.22.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6\" [[package]] name = \"base64ct\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b\" [[package]] name = \"bincode\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\" dependencies = [ \"serde\", ] [[package]] name = \"bit_field\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1\" [[package]] name = \"bitvec\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c\" dependencies = [ \"funty\", \"radium\", \"tap\", \"wyz\", ] [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array\", ] [[package]] name = \"blocking\" version = \"1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118\" dependencies = [ \"async-channel\", \"async-lock 3.3.0\", \"async-task\", \"fastrand 2.1.0\", \"futures-io\", \"futures-lite 2.3.0\", \"piper\", \"tracing\", ] [[package]] name = \"borsh\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0901fc8eb0aca4c83be0106d6f2db17d86a08dfc2c25f0e84464bf381158add6\" dependencies = [ \"borsh-derive\", \"cfg_aliases 0.1.1\", ] [[package]] name = \"borsh-derive\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51670c3aa053938b0ee3bd67c3817e471e626151131b934038e83c5bf8de48f5\" dependencies = [ \"once_cell\", \"proc-macro-crate 3.1.0\", \"proc-macro2\", \"quote\", \"syn 2.0.58\", \"syn_derive\", ] [[package]] name = \"brotli\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391\" dependencies = [ \"alloc-no-stdlib\", \"alloc-stdlib\", \"brotli-decompressor\", ] [[package]] name = \"brotli-decompressor\" version = \"2.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f\" dependencies = [ \"alloc-no-stdlib\", \"alloc-stdlib\", ] [[package]] name = \"bstr\" version = \"1.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706\" dependencies = [ \"memchr\", \"regex-automata 0.4.6\", \"serde\", ] [[package]] name = \"bumpalo\" version = \"3.15.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa\" [[package]] name = \"byte-unit\" version = \"5.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e\" dependencies = [ \"rust_decimal\", \"serde\", \"utf8-width\", ] [[package]] name = \"bytecheck\" version = \"0.6.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2\" dependencies = [ \"bytecheck_derive\", \"ptr_meta\", \"simdutf8\", ] [[package]] name = \"bytecheck_derive\" version = \"0.6.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"bytemuck\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15\" [[package]] name = \"byteorder\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\" [[package]] name = \"bytes\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9\" dependencies = [ \"serde\", ] [[package]] name = \"bzip2\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8\" dependencies = [ \"bzip2-sys\", \"libc\", ] [[package]] name = \"bzip2-sys\" version = \"0.1.11+1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", ] [[package]] name = \"cairo-rs\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc\" dependencies = [ \"bitflags 1.3.2\", \"cairo-sys-rs\", \"glib\", \"libc\", \"thiserror\", ] [[package]] name = \"cairo-sys-rs\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"cargo_toml\" version = \"0.15.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838\" dependencies = [ \"serde\", \"toml 0.7.8\", ] [[package]] name = \"cc\" version = \"1.0.98\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f\" dependencies = [ \"jobserver\", \"libc\", \"once_cell\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cfb\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f\" dependencies = [ \"byteorder\", \"fnv\", \"uuid\", ] [[package]] name = \"cfg-expr\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7\" dependencies = [ \"smallvec\", ] [[package]] name = \"cfg-expr\" version = \"0.15.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d\" dependencies = [ \"smallvec\", \"target-lexicon\", ] [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cfg_aliases\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e\" [[package]] name = \"cfg_aliases\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724\" [[package]] name = \"chrono\" version = \"0.4.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401\" dependencies = [ \"android-tzdata\", \"iana-time-zone\", \"js-sys\", \"num-traits\", \"serde\", \"wasm-bindgen\", \"windows-targets 0.52.4\", ] [[package]] name = \"cipher\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad\" dependencies = [ \"crypto-common\", \"inout\", ] [[package]] name = \"clap\" version = \"4.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0\" dependencies = [ \"clap_builder\", ] [[package]] name = \"clap_builder\" version = \"4.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4\" dependencies = [ \"anstream\", \"anstyle\", \"clap_lex\", \"strsim 0.11.1\", ] [[package]] name = \"clap_lex\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce\" [[package]] name = \"clru\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807\" [[package]] name = \"cocoa\" version = \"0.24.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"cocoa-foundation\", \"core-foundation\", \"core-graphics\", \"foreign-types\", \"libc\", \"objc\", ] [[package]] name = \"cocoa-foundation\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"core-foundation\", \"core-graphics-types\", \"libc\", \"objc\", ] [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"colorchoice\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422\" [[package]] name = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"concurrent-queue\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"console-api\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787\" dependencies = [ \"futures-core\", \"prost\", \"prost-types\", \"tonic\", \"tracing-core\", ] [[package]] name = \"console-subscriber\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e\" dependencies = [ \"console-api\", \"crossbeam-channel\", \"crossbeam-utils\", \"futures-task\", \"hdrhistogram\", \"humantime\", \"prost-types\", \"serde\", \"serde_json\", \"thread_local\", \"tokio\", \"tokio-stream\", \"tonic\", \"tracing\", \"tracing-core\", \"tracing-subscriber\", ] [[package]] name = \"const-oid\" version = \"0.9.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8\" [[package]] name = \"constant_time_eq\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc\" [[package]] name = \"convert_case\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e\" [[package]] name = \"core-foundation\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f\" [[package]] name = \"core-graphics\" version = \"0.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-graphics-types\", \"foreign-types\", \"libc\", ] [[package]] name = \"core-graphics-types\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"libc\", ] [[package]] name = \"cpufeatures\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504\" dependencies = [ \"libc\", ] [[package]] name = \"crc32fast\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d\" dependencies = [ \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345\" [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"crypto-bigint\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76\" dependencies = [ \"generic-array\", \"rand_core 0.6.4\", \"subtle\", \"zeroize\", ] [[package]] name = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"cssparser\" version = \"0.27.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a\" dependencies = [ \"cssparser-macros\", \"dtoa-short\", \"itoa 0.4.8\", \"matches\", \"phf 0.8.0\", \"proc-macro2\", \"quote\", \"smallvec\", \"syn 1.0.109\", ] [[package]] name = \"cssparser-macros\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331\" dependencies = [ \"quote\", \"syn 2.0.58\", ] [[package]] name = \"ctor\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c\" dependencies = [ \"quote\", \"syn 2.0.58\", ] [[package]] name = \"curve25519-dalek\" version = \"4.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"curve25519-dalek-derive\", \"digest\", \"fiat-crypto\", \"platforms\", \"rustc_version\", \"subtle\", ] [[package]] name = \"curve25519-dalek-derive\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"darling\" version = \"0.20.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391\" dependencies = [ \"darling_core\", \"darling_macro\", ] [[package]] name = \"darling_core\" version = \"0.20.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f\" dependencies = [ \"fnv\", \"ident_case\", \"proc-macro2\", \"quote\", \"strsim 0.10.0\", \"syn 2.0.58\", ] [[package]] name = \"darling_macro\" version = \"0.20.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f\" dependencies = [ \"darling_core\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"der\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0\" dependencies = [ \"const-oid\", \"zeroize\", ] [[package]] name = \"deranged\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4\" dependencies = [ \"powerfmt\", \"serde\", ] [[package]] name = \"derivative\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"derive_more\" version = \"0.99.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321\" dependencies = [ \"convert_case\", \"proc-macro2\", \"quote\", \"rustc_version\", \"syn 1.0.109\", ] [[package]] name = \"deser-hjson\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30e1ab99fef4d11b2de312a0650bbf312fb48aa11a00084f35b27bf8c57d4cad\" dependencies = [ \"serde\", ] [[package]] name = \"diff\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8\" [[package]] name = \"diffy\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e616e59155c92257e84970156f506287853355f58cd4a6eb167385722c32b790\" dependencies = [ \"nu-ansi-term\", ] [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer\", \"const-oid\", \"crypto-common\", \"subtle\", ] [[package]] name = \"dirs\" version = \"4.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059\" dependencies = [ \"dirs-sys 0.3.7\", ] [[package]] name = \"dirs\" version = \"5.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225\" dependencies = [ \"dirs-sys 0.4.1\", ] [[package]] name = \"dirs-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1\" dependencies = [ \"cfg-if\", \"dirs-sys-next\", ] [[package]] name = \"dirs-sys\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6\" dependencies = [ \"libc\", \"redox_users\", \"winapi 0.3.9\", ] [[package]] name = \"dirs-sys\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c\" dependencies = [ \"libc\", \"option-ext\", \"redox_users\", \"windows-sys 0.48.0\", ] [[package]] name = \"dirs-sys-next\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d\" dependencies = [ \"libc\", \"redox_users\", \"winapi 0.3.9\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"dtoa\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653\" [[package]] name = \"dtoa-short\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74\" dependencies = [ \"dtoa\", ] [[package]] name = \"dunce\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b\" [[package]] name = \"ecdsa\" version = \"0.16.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca\" dependencies = [ \"der\", \"digest\", \"elliptic-curve\", \"rfc6979\", \"signature\", \"spki\", ] [[package]] name = \"ed25519\" version = \"2.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53\" dependencies = [ \"signature\", ] [[package]] name = \"ed25519-dalek\" version = \"2.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871\" dependencies = [ \"curve25519-dalek\", \"ed25519\", \"sha2\", \"subtle\", ] [[package]] name = \"either\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a\" [[package]] name = \"elliptic-curve\" version = \"0.13.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47\" dependencies = [ \"base16ct\", \"crypto-bigint\", \"digest\", \"ff\", \"generic-array\", \"group\", \"pkcs8\", \"rand_core 0.6.4\", \"sec1\", \"subtle\", \"zeroize\", ] [[package]] name = \"embed-resource\" version = \"2.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d\" dependencies = [ \"cc\", \"memchr\", \"rustc_version\", \"toml 0.8.13\", \"vswhom\", \"winreg 0.52.0\", ] [[package]] name = \"embed_plist\" version = \"1.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7\" [[package]] name = \"encoding_rs\" version = \"0.8.33\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1\" dependencies = [ \"cfg-if\", ] [[package]] name = \"enumflags2\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d\" dependencies = [ \"enumflags2_derive\", \"serde\", ] [[package]] name = \"enumflags2_derive\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"errno\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1\" dependencies = [ \"errno-dragonfly\", \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"errno\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"errno-dragonfly\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"event-listener\" version = \"2.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0\" [[package]] name = \"event-listener\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener\" version = \"4.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener\" version = \"5.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener-strategy\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3\" dependencies = [ \"event-listener 4.0.3\", \"pin-project-lite\", ] [[package]] name = \"event-listener-strategy\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3\" dependencies = [ \"event-listener 5.2.0\", \"pin-project-lite\", ] [[package]] name = \"exr\" version = \"1.72.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4\" dependencies = [ \"bit_field\", \"flume\", \"half\", \"lebe\", \"miniz_oxide\", \"rayon-core\", \"smallvec\", \"zune-inflate\", ] [[package]] name = \"fallible-iterator\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7\" [[package]] name = \"fallible-streaming-iterator\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a\" [[package]] name = \"faster-hex\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183\" [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"fastrand\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a\" [[package]] name = \"fdeflate\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"fern\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee\" dependencies = [ \"log\", ] [[package]] name = \"ff\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449\" dependencies = [ \"rand_core 0.6.4\", \"subtle\", ] [[package]] name = \"fiat-crypto\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f\" [[package]] name = \"field-offset\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f\" dependencies = [ \"memoffset 0.9.1\", \"rustc_version\", ] [[package]] name = \"file-id\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9\" dependencies = [ \"windows-sys 0.48.0\", ] [[package]] name = \"filetime\" version = \"0.2.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall 0.4.1\", \"windows-sys 0.52.0\", ] [[package]] name = \"flate2\" version = \"1.0.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"flume\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181\" dependencies = [ \"spin 0.9.8\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"form_urlencoded\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"fsevent-sys\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2\" dependencies = [ \"libc\", ] [[package]] name = \"fslock\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"funty\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c\" [[package]] name = \"futf\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843\" dependencies = [ \"mac\", \"new_debug_unreachable\", ] [[package]] name = \"futures\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d\" [[package]] name = \"futures-executor\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1\" [[package]] name = \"futures-lite\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce\" dependencies = [ \"fastrand 1.9.0\", \"futures-core\", \"futures-io\", \"memchr\", \"parking\", \"pin-project-lite\", \"waker-fn\", ] [[package]] name = \"futures-lite\" version = \"2.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5\" dependencies = [ \"fastrand 2.1.0\", \"futures-core\", \"futures-io\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"futures-macro\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"futures-sink\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5\" [[package]] name = \"futures-task\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004\" [[package]] name = \"futures-timer\" version = \"3.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24\" [[package]] name = \"futures-util\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"fxhash\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c\" dependencies = [ \"byteorder\", ] [[package]] name = \"gdk\" version = \"0.15.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8\" dependencies = [ \"bitflags 1.3.2\", \"cairo-rs\", \"gdk-pixbuf\", \"gdk-sys\", \"gio\", \"glib\", \"libc\", \"pango\", ] [[package]] name = \"gdk-pixbuf\" version = \"0.15.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a\" dependencies = [ \"bitflags 1.3.2\", \"gdk-pixbuf-sys\", \"gio\", \"glib\", \"libc\", ] [[package]] name = \"gdk-pixbuf-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7\" dependencies = [ \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"gdk-sys\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88\" dependencies = [ \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"pkg-config\", \"system-deps 6.2.0\", ] [[package]] name = \"gdkwayland-sys\" version = \"0.15.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2\" dependencies = [ \"gdk-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pkg-config\", \"system-deps 6.2.0\", ] [[package]] name = \"gdkx11-sys\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178\" dependencies = [ \"gdk-sys\", \"glib-sys\", \"libc\", \"system-deps 6.2.0\", \"x11\", ] [[package]] name = \"generator\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e\" dependencies = [ \"cc\", \"libc\", \"log\", \"rustversion\", \"windows 0.48.0\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"typenum\", \"version_check\", \"zeroize\", ] [[package]] name = \"getrandom\" version = \"0.1.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce\" dependencies = [ \"cfg-if\", \"libc\", \"wasi 0.9.0+wasi-snapshot-preview1\", ] [[package]] name = \"getrandom\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5\" dependencies = [ \"cfg-if\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", ] [[package]] name = \"gif\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"gimli\" version = \"0.29.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd\" [[package]] name = \"gio\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b\" dependencies = [ \"bitflags 1.3.2\", \"futures-channel\", \"futures-core\", \"futures-io\", \"gio-sys\", \"glib\", \"libc\", \"once_cell\", \"thiserror\", ] [[package]] name = \"gio-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 6.2.0\", \"winapi 0.3.9\", ] [[package]] name = \"git2\" version = \"0.18.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70\" dependencies = [ \"bitflags 2.5.0\", \"libc\", \"libgit2-sys\", \"log\", \"openssl-probe\", \"openssl-sys\", \"url\", ] [[package]] name = \"git2-hooks\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9dbf7f731ce1bcf0c6578738cb6cad3232eca69c0508da3d084b5cf95e3a38bf\" dependencies = [ \"git2\", \"log\", \"shellexpand\", \"thiserror\", ] [[package]] name = \"gitbutler-cli\" version = \"0.0.0\" dependencies = [ \"anyhow\", \"chrono\", \"clap\", \"gitbutler-core\", \"pager\", ] [[package]] name = \"gitbutler-core\" version = \"0.0.0\" dependencies = [ \"anyhow\", \"async-trait\", \"backtrace\", \"bstr\", \"diffy\", \"dirs 5.0.1\", \"filetime\", \"fslock\", \"futures\", \"git2\", \"git2-hooks\", \"gitbutler-git\", \"gitbutler-testsupport\", \"gix\", \"glob\", \"hex\", \"itertools 0.13.0\", \"lazy_static\", \"log\", \"md5\", \"once_cell\", \"pretty_assertions\", \"rand 0.8.5\", \"regex\", \"reqwest 0.12.4\", \"resolve-path\", \"rusqlite\", \"serde\", \"serde_json\", \"sha2\", \"ssh-key\", \"ssh2\", \"strum\", \"tempfile\", \"thiserror\", \"tokio\", \"toml 0.8.13\", \"tracing\", \"url\", \"urlencoding\", \"uuid\", \"walkdir\", \"zip\", ] [[package]] name = \"gitbutler-git\" version = \"0.0.0\" dependencies = [ \"futures\", \"nix 0.29.0\", \"rand 0.8.5\", \"serde\", \"sysinfo\", \"thiserror\", \"tokio\", \"uuid\", \"winapi 0.3.9\", \"windows-named-pipe\", ] [[package]] name = \"gitbutler-tauri\" version = \"0.0.0\" dependencies = [ \"anyhow\", \"async-trait\", \"backtrace\", \"console-subscriber\", \"dirs 5.0.1\", \"futures\", \"git2\", \"gitbutler-core\", \"gitbutler-testsupport\", \"gitbutler-watcher\", \"log\", \"nonzero_ext\", \"once_cell\", \"open 5.1.3\", \"pretty_assertions\", \"reqwest 0.12.4\", \"serde\", \"serde_json\", \"tauri\", \"tauri-build\", \"tauri-plugin-context-menu\", \"tauri-plugin-log\", \"tauri-plugin-single-instance\", \"tauri-plugin-store\", \"tauri-plugin-window-state\", \"tempfile\", \"thiserror\", \"tokio\", \"tracing\", \"tracing-appender\", \"tracing-subscriber\", ] [[package]] name = \"gitbutler-testsupport\" version = \"0.0.0\" dependencies = [ \"anyhow\", \"git2\", \"gitbutler-core\", \"once_cell\", \"pretty_assertions\", \"tempfile\", ] [[package]] name = \"gitbutler-watcher\" version = \"0.0.0\" dependencies = [ \"anyhow\", \"backoff\", \"crossbeam-channel\", \"deser-hjson\", \"file-id\", \"futures\", \"gitbutler-core\", \"gitbutler-watcher\", \"gix\", \"itertools 0.13.0\", \"mock_instant\", \"notify\", \"parking_lot 0.12.3\", \"pretty_assertions\", \"rand 0.8.5\", \"rstest\", \"serde\", \"thiserror\", \"tokio\", \"tokio-util\", \"tracing\", \"walkdir\", ] [[package]] name = \"gix\" version = \"0.63.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"984c5018adfa7a4536ade67990b3ebc6e11ab57b3d6cd9968de0947ca99b4b06\" dependencies = [ \"gix-actor\", \"gix-attributes\", \"gix-command\", \"gix-commitgraph\", \"gix-config\", \"gix-date\", \"gix-diff\", \"gix-dir\", \"gix-discover\", \"gix-features\", \"gix-filter\", \"gix-fs\", \"gix-glob\", \"gix-hash\", \"gix-hashtable\", \"gix-ignore\", \"gix-index\", \"gix-lock\", \"gix-macros\", \"gix-object\", \"gix-odb\", \"gix-pack\", \"gix-path\", \"gix-pathspec\", \"gix-ref\", \"gix-refspec\", \"gix-revision\", \"gix-revwalk\", \"gix-sec\", \"gix-submodule\", \"gix-tempfile\", \"gix-trace\", \"gix-traverse\", \"gix-url\", \"gix-utils\", \"gix-validate\", \"gix-worktree\", \"once_cell\", \"parking_lot 0.12.3\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gix-actor\" version = \"0.31.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d69c59d392c7e6c94385b6fd6089d6df0fe945f32b4357687989f3aee253cd7f\" dependencies = [ \"bstr\", \"gix-date\", \"gix-utils\", \"itoa 1.0.11\", \"thiserror\", \"winnow 0.6.5\", ] [[package]] name = \"gix-attributes\" version = \"0.22.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eefb48f42eac136a4a0023f49a54ec31be1c7a9589ed762c45dcb9b953f7ecc8\" dependencies = [ \"bstr\", \"gix-glob\", \"gix-path\", \"gix-quote\", \"gix-trace\", \"kstring\", \"smallvec\", \"thiserror\", \"unicode-bom\", ] [[package]] name = \"gix-bitmap\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae\" dependencies = [ \"thiserror\", ] [[package]] name = \"gix-chunk\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52\" dependencies = [ \"thiserror\", ] [[package]] name = \"gix-command\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c22e086314095c43ffe5cdc5c0922d5439da4fd726f3b0438c56147c34dc225\" dependencies = [ \"bstr\", \"gix-path\", \"gix-trace\", \"shell-words\", ] [[package]] name = \"gix-commitgraph\" version = \"0.24.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f7b102311085da4af18823413b5176d7c500fb2272eaf391cfa8635d8bcb12c4\" dependencies = [ \"bstr\", \"gix-chunk\", \"gix-features\", \"gix-hash\", \"memmap2\", \"thiserror\", ] [[package]] name = \"gix-config\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fafe42957e11d98e354a66b6bd70aeea00faf2f62dd11164188224a507c840\" dependencies = [ \"bstr\", \"gix-config-value\", \"gix-features\", \"gix-glob\", \"gix-path\", \"gix-ref\", \"gix-sec\", \"memchr\", \"once_cell\", \"smallvec\", \"thiserror\", \"unicode-bom\", \"winnow 0.6.5\", ] [[package]] name = \"gix-config-value\" version = \"0.14.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbd06203b1a9b33a78c88252a625031b094d9e1b647260070c25b09910c0a804\" dependencies = [ \"bitflags 2.5.0\", \"bstr\", \"gix-path\", \"libc\", \"thiserror\", ] [[package]] name = \"gix-date\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"367ee9093b0c2b04fd04c5c7c8b6a1082713534eab537597ae343663a518fa99\" dependencies = [ \"bstr\", \"itoa 1.0.11\", \"thiserror\", \"time\", ] [[package]] name = \"gix-diff\" version = \"0.44.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"40b9bd8b2d07b6675a840b56a6c177d322d45fa082672b0dad8f063b25baf0a4\" dependencies = [ \"bstr\", \"gix-hash\", \"gix-object\", \"thiserror\", ] [[package]] name = \"gix-dir\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60c99f8c545abd63abe541d20ab6cda347de406c0a3f1c80aadc12d9b0e94974\" dependencies = [ \"bstr\", \"gix-discover\", \"gix-fs\", \"gix-ignore\", \"gix-index\", \"gix-object\", \"gix-path\", \"gix-pathspec\", \"gix-trace\", \"gix-utils\", \"gix-worktree\", \"thiserror\", ] [[package]] name = \"gix-discover\" version = \"0.32.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc27c699b63da66b50d50c00668bc0b7e90c3a382ef302865e891559935f3dbf\" dependencies = [ \"bstr\", \"dunce\", \"gix-fs\", \"gix-hash\", \"gix-path\", \"gix-ref\", \"gix-sec\", \"thiserror\", ] [[package]] name = \"gix-features\" version = \"0.38.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69\" dependencies = [ \"crc32fast\", \"flate2\", \"gix-hash\", \"gix-trace\", \"gix-utils\", \"libc\", \"once_cell\", \"prodash\", \"sha1_smol\", \"thiserror\", \"walkdir\", ] [[package]] name = \"gix-filter\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00ce6ea5ac8fca7adbc63c48a1b9e0492c222c386aa15f513405f1003f2f4ab2\" dependencies = [ \"bstr\", \"encoding_rs\", \"gix-attributes\", \"gix-command\", \"gix-hash\", \"gix-object\", \"gix-packetline-blocking\", \"gix-path\", \"gix-quote\", \"gix-trace\", \"gix-utils\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gix-fs\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3338ff92a2164f5209f185ec0cd316f571a72676bb01d27e22f2867ba69f77a\" dependencies = [ \"fastrand 2.1.0\", \"gix-features\", \"gix-utils\", ] [[package]] name = \"gix-glob\" version = \"0.16.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c2a29ad0990cf02c48a7aac76ed0dbddeb5a0d070034b83675cc3bbf937eace4\" dependencies = [ \"bitflags 2.5.0\", \"bstr\", \"gix-features\", \"gix-path\", ] [[package]] name = \"gix-hash\" version = \"0.14.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e\" dependencies = [ \"faster-hex\", \"thiserror\", ] [[package]] name = \"gix-hashtable\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242\" dependencies = [ \"gix-hash\", \"hashbrown 0.14.3\", \"parking_lot 0.12.3\", ] [[package]] name = \"gix-ignore\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"640dbeb4f5829f9fc14d31f654a34a0350e43a24e32d551ad130d99bf01f63f1\" dependencies = [ \"bstr\", \"gix-glob\", \"gix-path\", \"gix-trace\", \"unicode-bom\", ] [[package]] name = \"gix-index\" version = \"0.33.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d8c5a5f1c58edcbc5692b174cda2703aba82ed17d7176ff4c1752eb48b1b167\" dependencies = [ \"bitflags 2.5.0\", \"bstr\", \"filetime\", \"fnv\", \"gix-bitmap\", \"gix-features\", \"gix-fs\", \"gix-hash\", \"gix-lock\", \"gix-object\", \"gix-traverse\", \"gix-utils\", \"gix-validate\", \"hashbrown 0.14.3\", \"itoa 1.0.11\", \"libc\", \"memmap2\", \"rustix 0.38.32\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gix-lock\" version = \"14.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d\" dependencies = [ \"gix-tempfile\", \"gix-utils\", \"thiserror\", ] [[package]] name = \"gix-macros\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"999ce923619f88194171a67fb3e6d613653b8d4d6078b529b15a765da0edcc17\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"gix-object\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fe2dc4a41191c680c942e6ebd630c8107005983c4679214fdb1007dcf5ae1df\" dependencies = [ \"bstr\", \"gix-actor\", \"gix-date\", \"gix-features\", \"gix-hash\", \"gix-utils\", \"gix-validate\", \"itoa 1.0.11\", \"smallvec\", \"thiserror\", \"winnow 0.6.5\", ] [[package]] name = \"gix-odb\" version = \"0.61.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e92b9790e2c919166865d0825b26cc440a387c175bed1b43a2fa99c0e9d45e98\" dependencies = [ \"arc-swap\", \"gix-date\", \"gix-features\", \"gix-fs\", \"gix-hash\", \"gix-object\", \"gix-pack\", \"gix-path\", \"gix-quote\", \"parking_lot 0.12.3\", \"tempfile\", \"thiserror\", ] [[package]] name = \"gix-pack\" version = \"0.51.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a8da51212dbff944713edb2141ed7e002eea326b8992070374ce13a6cb610b3\" dependencies = [ \"clru\", \"gix-chunk\", \"gix-features\", \"gix-hash\", \"gix-hashtable\", \"gix-object\", \"gix-path\", \"gix-tempfile\", \"memmap2\", \"parking_lot 0.12.3\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gix-packetline-blocking\" version = \"0.17.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c31d42378a3d284732e4d589979930d0d253360eccf7ec7a80332e5ccb77e14a\" dependencies = [ \"bstr\", \"faster-hex\", \"gix-trace\", \"thiserror\", ] [[package]] name = \"gix-path\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23623cf0f475691a6d943f898c4d0b89f5c1a2a64d0f92bce0e0322ee6528783\" dependencies = [ \"bstr\", \"gix-trace\", \"home\", \"once_cell\", \"thiserror\", ] [[package]] name = \"gix-pathspec\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a76cab098dc10ba2d89f634f66bf196dea4d7db4bf10b75c7a9c201c55a2ee19\" dependencies = [ \"bitflags 2.5.0\", \"bstr\", \"gix-attributes\", \"gix-config-value\", \"gix-glob\", \"gix-path\", \"thiserror\", ] [[package]] name = \"gix-quote\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff\" dependencies = [ \"bstr\", \"gix-utils\", \"thiserror\", ] [[package]] name = \"gix-ref\" version = \"0.44.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e\" dependencies = [ \"gix-actor\", \"gix-date\", \"gix-features\", \"gix-fs\", \"gix-hash\", \"gix-lock\", \"gix-object\", \"gix-path\", \"gix-tempfile\", \"gix-utils\", \"gix-validate\", \"memmap2\", \"thiserror\", \"winnow 0.6.5\", ] [[package]] name = \"gix-refspec\" version = \"0.23.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dde848865834a54fe4d9b4573f15d0e9a68eaf3d061b42d3ed52b4b8acf880b2\" dependencies = [ \"bstr\", \"gix-hash\", \"gix-revision\", \"gix-validate\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gix-revision\" version = \"0.27.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"63e08f8107ed1f93a83bcfbb4c38084c7cb3f6cd849793f1d5eec235f9b13b2b\" dependencies = [ \"bstr\", \"gix-date\", \"gix-hash\", \"gix-hashtable\", \"gix-object\", \"gix-revwalk\", \"gix-trace\", \"thiserror\", ] [[package]] name = \"gix-revwalk\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4181db9cfcd6d1d0fd258e91569dbb61f94cb788b441b5294dd7f1167a3e788f\" dependencies = [ \"gix-commitgraph\", \"gix-date\", \"gix-hash\", \"gix-hashtable\", \"gix-object\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gix-sec\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fddc27984a643b20dd03e97790555804f98cf07404e0e552c0ad8133266a79a1\" dependencies = [ \"bitflags 2.5.0\", \"gix-path\", \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"gix-submodule\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"921cd49924ac14b6611b22e5fb7bbba74d8780dc7ad26153304b64d1272460ac\" dependencies = [ \"bstr\", \"gix-config\", \"gix-path\", \"gix-pathspec\", \"gix-refspec\", \"gix-url\", \"thiserror\", ] [[package]] name = \"gix-tempfile\" version = \"14.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3b0e276cd08eb2a22e9f286a4f13a222a01be2defafa8621367515375644b99\" dependencies = [ \"gix-fs\", \"libc\", \"once_cell\", \"parking_lot 0.12.3\", \"tempfile\", ] [[package]] name = \"gix-trace\" version = \"0.1.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e\" [[package]] name = \"gix-traverse\" version = \"0.39.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f20cb69b63eb3e4827939f42c05b7756e3488ef49c25c412a876691d568ee2a0\" dependencies = [ \"bitflags 2.5.0\", \"gix-commitgraph\", \"gix-date\", \"gix-hash\", \"gix-hashtable\", \"gix-object\", \"gix-revwalk\", \"smallvec\", \"thiserror\", ] [[package]] name = \"gix-url\" version = \"0.27.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0db829ebdca6180fbe32be7aed393591df6db4a72dbbc0b8369162390954d1cf\" dependencies = [ \"bstr\", \"gix-features\", \"gix-path\", \"home\", \"thiserror\", \"url\", ] [[package]] name = \"gix-utils\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc\" dependencies = [ \"bstr\", \"fastrand 2.1.0\", \"unicode-normalization\", ] [[package]] name = \"gix-validate\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf\" dependencies = [ \"bstr\", \"thiserror\", ] [[package]] name = \"gix-worktree\" version = \"0.34.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53f6b7de83839274022aff92157d7505f23debf739d257984a300a35972ca94e\" dependencies = [ \"bstr\", \"gix-attributes\", \"gix-features\", \"gix-fs\", \"gix-glob\", \"gix-hash\", \"gix-ignore\", \"gix-index\", \"gix-object\", \"gix-path\", \"gix-validate\", ] [[package]] name = \"glib\" version = \"0.15.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d\" dependencies = [ \"bitflags 1.3.2\", \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-task\", \"glib-macros\", \"glib-sys\", \"gobject-sys\", \"libc\", \"once_cell\", \"smallvec\", \"thiserror\", ] [[package]] name = \"glib-macros\" version = \"0.15.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a\" dependencies = [ \"anyhow\", \"heck 0.4.1\", \"proc-macro-crate 1.3.1\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"glib-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4\" dependencies = [ \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"globset\" version = \"0.4.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1\" dependencies = [ \"aho-corasick\", \"bstr\", \"log\", \"regex-automata 0.4.6\", \"regex-syntax 0.8.3\", ] [[package]] name = \"gobject-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a\" dependencies = [ \"glib-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"group\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63\" dependencies = [ \"ff\", \"rand_core 0.6.4\", \"subtle\", ] [[package]] name = \"gtk\" version = \"0.15.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0\" dependencies = [ \"atk\", \"bitflags 1.3.2\", \"cairo-rs\", \"field-offset\", \"futures-channel\", \"gdk\", \"gdk-pixbuf\", \"gio\", \"glib\", \"gtk-sys\", \"gtk3-macros\", \"libc\", \"once_cell\", \"pango\", \"pkg-config\", ] [[package]] name = \"gtk-sys\" version = \"0.15.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84\" dependencies = [ \"atk-sys\", \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gdk-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"pango-sys\", \"system-deps 6.2.0\", ] [[package]] name = \"gtk3-macros\" version = \"0.15.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d\" dependencies = [ \"anyhow\", \"proc-macro-crate 1.3.1\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"h2\" version = \"0.3.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8\" dependencies = [ \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http 0.2.12\", \"indexmap 2.2.6\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[package]] name = \"h2\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069\" dependencies = [ \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"futures-util\", \"http 1.1.0\", \"indexmap 2.2.6\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[package]] name = \"half\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e\" dependencies = [ \"cfg-if\", \"crunchy\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" dependencies = [ \"ahash 0.7.8\", ] [[package]] name = \"hashbrown\" version = \"0.14.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604\" dependencies = [ \"ahash 0.8.11\", \"allocator-api2\", ] [[package]] name = \"hashlink\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7\" dependencies = [ \"hashbrown 0.14.3\", ] [[package]] name = \"hdrhistogram\" version = \"7.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d\" dependencies = [ \"base64 0.21.7\", \"byteorder\", \"flate2\", \"nom\", \"num-traits\", ] [[package]] name = \"heck\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c\" dependencies = [ \"unicode-segmentation\", ] [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"heck\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\" [[package]] name = \"hermit-abi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024\" [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"hmac\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e\" dependencies = [ \"digest\", ] [[package]] name = \"home\" version = \"0.5.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"html5ever\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7\" dependencies = [ \"log\", \"mac\", \"markup5ever\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"http\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1\" dependencies = [ \"bytes\", \"fnv\", \"itoa 1.0.11\", ] [[package]] name = \"http\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258\" dependencies = [ \"bytes\", \"fnv\", \"itoa 1.0.11\", ] [[package]] name = \"http-body\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2\" dependencies = [ \"bytes\", \"http 0.2.12\", \"pin-project-lite\", ] [[package]] name = \"http-body\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643\" dependencies = [ \"bytes\", \"http 1.1.0\", ] [[package]] name = \"http-body-util\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d\" dependencies = [ \"bytes\", \"futures-core\", \"http 1.1.0\", \"http-body 1.0.0\", \"pin-project-lite\", ] [[package]] name = \"http-range\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573\" [[package]] name = \"httparse\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904\" [[package]] name = \"httpdate\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\" [[package]] name = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"hyper\" version = \"0.14.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-core\", \"futures-util\", \"h2 0.3.26\", \"http 0.2.12\", \"http-body 0.4.6\", \"httparse\", \"httpdate\", \"itoa 1.0.11\", \"pin-project-lite\", \"socket2 0.5.6\", \"tokio\", \"tower-service\", \"tracing\", \"want\", ] [[package]] name = \"hyper\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"h2 0.4.4\", \"http 1.1.0\", \"http-body 1.0.0\", \"httparse\", \"itoa 1.0.11\", \"pin-project-lite\", \"smallvec\", \"tokio\", \"want\", ] [[package]] name = \"hyper-timeout\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1\" dependencies = [ \"hyper 0.14.28\", \"pin-project-lite\", \"tokio\", \"tokio-io-timeout\", ] [[package]] name = \"hyper-tls\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905\" dependencies = [ \"bytes\", \"hyper 0.14.28\", \"native-tls\", \"tokio\", \"tokio-native-tls\", ] [[package]] name = \"hyper-tls\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0\" dependencies = [ \"bytes\", \"http-body-util\", \"hyper 1.2.0\", \"hyper-util\", \"native-tls\", \"tokio\", \"tokio-native-tls\", \"tower-service\", ] [[package]] name = \"hyper-util\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"http 1.1.0\", \"http-body 1.0.0\", \"hyper 1.2.0\", \"pin-project-lite\", \"socket2 0.5.6\", \"tokio\", \"tower\", \"tower-service\", \"tracing\", ] [[package]] name = \"iana-time-zone\" version = \"0.1.60\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows-core\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f\" dependencies = [ \"cc\", ] [[package]] name = \"ico\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae\" dependencies = [ \"byteorder\", \"png\", ] [[package]] name = \"ident_case\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39\" [[package]] name = \"idna\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"ignore\" version = \"0.4.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1\" dependencies = [ \"crossbeam-deque\", \"globset\", \"log\", \"memchr\", \"regex-automata 0.4.6\", \"same-file\", \"walkdir\", \"winapi-util\", ] [[package]] name = \"image\" version = \"0.24.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"exr\", \"gif\", \"jpeg-decoder\", \"num-traits\", \"png\", \"qoi\", \"tiff\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown 0.12.3\", \"serde\", ] [[package]] name = \"indexmap\" version = \"2.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26\" dependencies = [ \"equivalent\", \"hashbrown 0.14.3\", \"serde\", ] [[package]] name = \"infer\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc\" dependencies = [ \"cfb\", ] [[package]] name = \"inotify\" version = \"0.9.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff\" dependencies = [ \"bitflags 1.3.2\", \"inotify-sys\", \"libc\", ] [[package]] name = \"inotify-sys\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb\" dependencies = [ \"libc\", ] [[package]] name = \"inout\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5\" dependencies = [ \"generic-array\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2\" dependencies = [ \"hermit-abi\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"ipnet\" version = \"2.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3\" [[package]] name = \"is-docker\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3\" dependencies = [ \"once_cell\", ] [[package]] name = \"is-wsl\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5\" dependencies = [ \"is-docker\", \"once_cell\", ] [[package]] name = \"is_terminal_polyfill\" version = \"1.70.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800\" [[package]] name = \"itertools\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57\" dependencies = [ \"either\", ] [[package]] name = \"itertools\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4\" [[package]] name = \"itoa\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b\" [[package]] name = \"javascriptcore-rs\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c\" dependencies = [ \"bitflags 1.3.2\", \"glib\", \"javascriptcore-rs-sys\", ] [[package]] name = \"javascriptcore-rs-sys\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 5.0.0\", ] [[package]] name = \"jni\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c\" dependencies = [ \"cesu8\", \"combine\", \"jni-sys\", \"log\", \"thiserror\", \"walkdir\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"jobserver\" version = \"0.1.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e\" dependencies = [ \"libc\", ] [[package]] name = \"jpeg-decoder\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0\" dependencies = [ \"rayon\", ] [[package]] name = \"js-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"json-patch\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6\" dependencies = [ \"serde\", \"serde_json\", \"thiserror\", \"treediff\", ] [[package]] name = \"kernel32-sys\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d\" dependencies = [ \"winapi 0.2.8\", \"winapi-build\", ] [[package]] name = \"kqueue\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c\" dependencies = [ \"kqueue-sys\", \"libc\", ] [[package]] name = \"kqueue-sys\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b\" dependencies = [ \"bitflags 1.3.2\", \"libc\", ] [[package]] name = \"kstring\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747\" dependencies = [ \"static_assertions\", ] [[package]] name = \"kuchikiki\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8\" dependencies = [ \"cssparser\", \"html5ever\", \"indexmap 1.9.3\", \"matches\", \"selectors\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" dependencies = [ \"spin 0.5.2\", ] [[package]] name = \"lebe\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8\" [[package]] name = \"libc\" version = \"0.2.155\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c\" [[package]] name = \"libgit2-sys\" version = \"0.16.2+1.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8\" dependencies = [ \"cc\", \"libc\", \"libssh2-sys\", \"libz-sys\", \"openssl-sys\", \"pkg-config\", ] [[package]] name = \"libm\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058\" [[package]] name = \"libredox\" version = \"0.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8\" dependencies = [ \"bitflags 2.5.0\", \"libc\", \"redox_syscall 0.4.1\", ] [[package]] name = \"libsqlite3-sys\" version = \"0.26.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326\" dependencies = [ \"cc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"libssh2-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee\" dependencies = [ \"cc\", \"libc\", \"libz-sys\", \"openssl-sys\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"libz-sys\" version = \"1.1.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"line-wrap\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e\" [[package]] name = \"linux-raw-sys\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519\" [[package]] name = \"linux-raw-sys\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c\" [[package]] name = \"lock_api\" version = \"0.4.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c\" dependencies = [ \"value-bag\", ] [[package]] name = \"loom\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5\" dependencies = [ \"cfg-if\", \"generator\", \"scoped-tls\", \"serde\", \"serde_json\", \"tracing\", \"tracing-subscriber\", ] [[package]] name = \"mac\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4\" [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"markup5ever\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016\" dependencies = [ \"log\", \"phf 0.10.1\", \"phf_codegen 0.10.0\", \"string_cache\", \"string_cache_codegen\", \"tendril\", ] [[package]] name = \"matchers\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558\" dependencies = [ \"regex-automata 0.1.10\", ] [[package]] name = \"matches\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5\" [[package]] name = \"matchit\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94\" [[package]] name = \"md5\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771\" [[package]] name = \"memchr\" version = \"2.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d\" [[package]] name = \"memmap2\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a\" dependencies = [ \"autocfg\", ] [[package]] name = \"mime\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\" [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"mio\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c\" dependencies = [ \"libc\", \"log\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"windows-sys 0.48.0\", ] [[package]] name = \"mock_instant\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9366861eb2a2c436c20b12c8dbec5f798cea6b47ad99216be0282942e2c81ea0\" [[package]] name = \"native-tls\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"ndk\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4\" dependencies = [ \"bitflags 1.3.2\", \"jni-sys\", \"ndk-sys\", \"num_enum\", \"thiserror\", ] [[package]] name = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[package]] name = \"ndk-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97\" dependencies = [ \"jni-sys\", ] [[package]] name = \"new_debug_unreachable\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086\" [[package]] name = \"nix\" version = \"0.26.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.7.1\", ] [[package]] name = \"nix\" version = \"0.29.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46\" dependencies = [ \"bitflags 2.5.0\", \"cfg-if\", \"cfg_aliases 0.2.1\", \"libc\", \"memoffset 0.9.1\", ] [[package]] name = \"nodrop\" version = \"0.1.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb\" [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"nonzero_ext\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21\" [[package]] name = \"notify\" version = \"6.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d\" dependencies = [ \"bitflags 2.5.0\", \"crossbeam-channel\", \"filetime\", \"fsevent-sys\", \"inotify\", \"kqueue\", \"libc\", \"log\", \"mio\", \"walkdir\", \"windows-sys 0.48.0\", ] [[package]] name = \"ntapi\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"nu-ansi-term\" version = \"0.46.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84\" dependencies = [ \"overload\", \"winapi 0.3.9\", ] [[package]] name = \"num-bigint-dig\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151\" dependencies = [ \"byteorder\", \"lazy_static\", \"libm\", \"num-integer\", \"num-iter\", \"num-traits\", \"rand 0.8.5\", \"smallvec\", \"zeroize\", ] [[package]] name = \"num-conv\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9\" [[package]] name = \"num-integer\" version = \"0.1.46\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f\" dependencies = [ \"num-traits\", ] [[package]] name = \"num-iter\" version = \"0.1.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a\" dependencies = [ \"autocfg\", \"libm\", ] [[package]] name = \"num_cpus\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43\" dependencies = [ \"hermit-abi\", \"libc\", ] [[package]] name = \"num_enum\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799\" dependencies = [ \"proc-macro-crate 1.3.1\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"num_threads\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9\" dependencies = [ \"libc\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", \"objc_exception\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc_exception\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4\" dependencies = [ \"cc\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"object\" version = \"0.35.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"open\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8\" dependencies = [ \"pathdiff\", \"windows-sys 0.42.0\", ] [[package]] name = \"open\" version = \"5.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2eb49fbd5616580e9974662cb96a3463da4476e649a7e4b258df0de065db0657\" dependencies = [ \"is-wsl\", \"libc\", \"pathdiff\", ] [[package]] name = \"openssl\" version = \"0.10.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f\" dependencies = [ \"bitflags 2.5.0\", \"cfg-if\", \"foreign-types\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"openssl-src\" version = \"300.2.3+3.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843\" dependencies = [ \"cc\", ] [[package]] name = \"openssl-sys\" version = \"0.9.102\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2\" dependencies = [ \"cc\", \"libc\", \"openssl-src\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"option-ext\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d\" [[package]] name = \"ordered-stream\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50\" dependencies = [ \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"os_info\" version = \"3.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092\" dependencies = [ \"log\", \"serde\", \"windows-sys 0.52.0\", ] [[package]] name = \"overload\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39\" [[package]] name = \"p256\" version = \"0.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b\" dependencies = [ \"ecdsa\", \"elliptic-curve\", \"primeorder\", \"sha2\", ] [[package]] name = \"p384\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209\" dependencies = [ \"ecdsa\", \"elliptic-curve\", \"primeorder\", \"sha2\", ] [[package]] name = \"p521\" version = \"0.13.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2\" dependencies = [ \"base16ct\", \"ecdsa\", \"elliptic-curve\", \"primeorder\", \"rand_core 0.6.4\", \"sha2\", ] [[package]] name = \"pager\" version = \"0.16.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2599211a5c97fbbb1061d3dc751fa15f404927e4846e07c643287d6d1f462880\" dependencies = [ \"errno 0.2.8\", \"libc\", ] [[package]] name = \"pango\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f\" dependencies = [ \"bitflags 1.3.2\", \"glib\", \"libc\", \"once_cell\", \"pango-sys\", ] [[package]] name = \"pango-sys\" version = \"0.15.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa\" dependencies = [ \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 6.2.0\", ] [[package]] name = \"parking\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae\" [[package]] name = \"parking_lot\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99\" dependencies = [ \"instant\", \"lock_api\", \"parking_lot_core 0.8.6\", ] [[package]] name = \"parking_lot\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27\" dependencies = [ \"lock_api\", \"parking_lot_core 0.9.9\", ] [[package]] name = \"parking_lot_core\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc\" dependencies = [ \"cfg-if\", \"instant\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"winapi 0.3.9\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall 0.4.1\", \"smallvec\", \"windows-targets 0.48.5\", ] [[package]] name = \"password-hash\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700\" dependencies = [ \"base64ct\", \"rand_core 0.6.4\", \"subtle\", ] [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"pbkdf2\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917\" dependencies = [ \"digest\", \"hmac\", \"password-hash\", \"sha2\", ] [[package]] name = \"pem-rfc7468\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412\" dependencies = [ \"base64ct\", ] [[package]] name = \"percent-encoding\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e\" [[package]] name = \"phf\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12\" dependencies = [ \"phf_macros 0.8.0\", \"phf_shared 0.8.0\", \"proc-macro-hack\", ] [[package]] name = \"phf\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259\" dependencies = [ \"phf_shared 0.10.0\", ] [[package]] name = \"phf\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc\" dependencies = [ \"phf_macros 0.11.2\", \"phf_shared 0.11.2\", ] [[package]] name = \"phf_codegen\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815\" dependencies = [ \"phf_generator 0.8.0\", \"phf_shared 0.8.0\", ] [[package]] name = \"phf_codegen\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd\" dependencies = [ \"phf_generator 0.10.0\", \"phf_shared 0.10.0\", ] [[package]] name = \"phf_generator\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526\" dependencies = [ \"phf_shared 0.8.0\", \"rand 0.7.3\", ] [[package]] name = \"phf_generator\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6\" dependencies = [ \"phf_shared 0.10.0\", \"rand 0.8.5\", ] [[package]] name = \"phf_generator\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0\" dependencies = [ \"phf_shared 0.11.2\", \"rand 0.8.5\", ] [[package]] name = \"phf_macros\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c\" dependencies = [ \"phf_generator 0.8.0\", \"phf_shared 0.8.0\", \"proc-macro-hack\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"phf_macros\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b\" dependencies = [ \"phf_generator 0.11.2\", \"phf_shared 0.11.2\", \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"phf_shared\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7\" dependencies = [ \"siphasher\", ] [[package]] name = \"phf_shared\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096\" dependencies = [ \"siphasher\", ] [[package]] name = \"phf_shared\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b\" dependencies = [ \"siphasher\", ] [[package]] name = \"pin-project\" version = \"1.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"piper\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4\" dependencies = [ \"atomic-waker\", \"fastrand 2.1.0\", \"futures-io\", ] [[package]] name = \"pkcs1\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f\" dependencies = [ \"der\", \"pkcs8\", \"spki\", ] [[package]] name = \"pkcs8\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7\" dependencies = [ \"der\", \"spki\", ] [[package]] name = \"pkg-config\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec\" [[package]] name = \"platforms\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7\" [[package]] name = \"plist\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9\" dependencies = [ \"base64 0.21.7\", \"indexmap 2.2.6\", \"line-wrap\", \"quick-xml\", \"serde\", \"time\", ] [[package]] name = \"png\" version = \"0.17.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide\", ] [[package]] name = \"polling\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce\" dependencies = [ \"autocfg\", \"bitflags 1.3.2\", \"cfg-if\", \"concurrent-queue\", \"libc\", \"log\", \"pin-project-lite\", \"windows-sys 0.48.0\", ] [[package]] name = \"polling\" version = \"3.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6\" dependencies = [ \"cfg-if\", \"concurrent-queue\", \"hermit-abi\", \"pin-project-lite\", \"rustix 0.38.32\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"powerfmt\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\" [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"precomputed-hash\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c\" [[package]] name = \"pretty_assertions\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66\" dependencies = [ \"diff\", \"yansi\", ] [[package]] name = \"primeorder\" version = \"0.13.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6\" dependencies = [ \"elliptic-curve\", ] [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit 0.19.15\", ] [[package]] name = \"proc-macro-crate\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284\" dependencies = [ \"toml_edit 0.21.1\", ] [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2\", \"quote\", \"version_check\", ] [[package]] name = \"proc-macro-hack\" version = \"0.5.20+deprecated\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068\" [[package]] name = \"proc-macro2\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"prodash\" version = \"28.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79\" [[package]] name = \"prost\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a\" dependencies = [ \"bytes\", \"prost-derive\", ] [[package]] name = \"prost-derive\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e\" dependencies = [ \"anyhow\", \"itertools 0.11.0\", \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"prost-types\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e\" dependencies = [ \"prost\", ] [[package]] name = \"ptr_meta\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1\" dependencies = [ \"ptr_meta_derive\", ] [[package]] name = \"ptr_meta_derive\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"qoi\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001\" dependencies = [ \"bytemuck\", ] [[package]] name = \"quick-xml\" version = \"0.31.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33\" dependencies = [ \"memchr\", ] [[package]] name = \"quote\" version = \"1.0.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"radium\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09\" [[package]] name = \"rand\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03\" dependencies = [ \"getrandom 0.1.16\", \"libc\", \"rand_chacha 0.2.2\", \"rand_core 0.5.1\", \"rand_hc\", \"rand_pcg\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha 0.3.1\", \"rand_core 0.6.4\", ] [[package]] name = \"rand_chacha\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402\" dependencies = [ \"ppv-lite86\", \"rand_core 0.5.1\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core 0.6.4\", ] [[package]] name = \"rand_core\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19\" dependencies = [ \"getrandom 0.1.16\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom 0.2.12\", ] [[package]] name = \"rand_hc\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c\" dependencies = [ \"rand_core 0.5.1\", ] [[package]] name = \"rand_pcg\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429\" dependencies = [ \"rand_core 0.5.1\", ] [[package]] name = \"raw-window-handle\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9\" [[package]] name = \"rayon\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2\" dependencies = [ \"crossbeam-deque\", \"crossbeam-utils\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4\" dependencies = [ \"getrandom 0.2.12\", \"libredox\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata 0.4.6\", \"regex-syntax 0.8.3\", ] [[package]] name = \"regex-automata\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\" dependencies = [ \"regex-syntax 0.6.29\", ] [[package]] name = \"regex-automata\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax 0.8.3\", ] [[package]] name = \"regex-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"regex-syntax\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56\" [[package]] name = \"relative-path\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2\" [[package]] name = \"rend\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c\" dependencies = [ \"bytecheck\", ] [[package]] name = \"reqwest\" version = \"0.11.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62\" dependencies = [ \"base64 0.21.7\", \"bytes\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2 0.3.26\", \"http 0.2.12\", \"http-body 0.4.6\", \"hyper 0.14.28\", \"hyper-tls 0.5.0\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls-pemfile 1.0.4\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"sync_wrapper\", \"system-configuration\", \"tokio\", \"tokio-native-tls\", \"tokio-util\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"wasm-streams\", \"web-sys\", \"winreg 0.50.0\", ] [[package]] name = \"reqwest\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10\" dependencies = [ \"base64 0.22.1\", \"bytes\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2 0.4.4\", \"http 1.1.0\", \"http-body 1.0.0\", \"http-body-util\", \"hyper 1.2.0\", \"hyper-tls 0.6.0\", \"hyper-util\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls-pemfile 2.1.2\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"sync_wrapper\", \"system-configuration\", \"tokio\", \"tokio-native-tls\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winreg 0.52.0\", ] [[package]] name = \"resolve-path\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"321e5e41b3b192dab6f1e75b9deacb6688b4b8c5e68906a78e8f43e7c2887bb5\" dependencies = [ \"dirs 4.0.0\", ] [[package]] name = \"rfc6979\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2\" dependencies = [ \"hmac\", \"subtle\", ] [[package]] name = \"rfd\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea\" dependencies = [ \"block\", \"dispatch\", \"glib-sys\", \"gobject-sys\", \"gtk-sys\", \"js-sys\", \"lazy_static\", \"log\", \"objc\", \"objc-foundation\", \"objc_id\", \"raw-window-handle\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"windows 0.37.0\", ] [[package]] name = \"rkyv\" version = \"0.7.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0\" dependencies = [ \"bitvec\", \"bytecheck\", \"bytes\", \"hashbrown 0.12.3\", \"ptr_meta\", \"rend\", \"rkyv_derive\", \"seahash\", \"tinyvec\", \"uuid\", ] [[package]] name = \"rkyv_derive\" version = \"0.7.44\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"rsa\" version = \"0.9.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc\" dependencies = [ \"const-oid\", \"digest\", \"num-bigint-dig\", \"num-integer\", \"num-traits\", \"pkcs1\", \"pkcs8\", \"rand_core 0.6.4\", \"sha2\", \"signature\", \"spki\", \"subtle\", \"zeroize\", ] [[package]] name = \"rstest\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27059f51958c5f8496a6f79511e7c0ac396dd815dc8894e9b6e2efb5779cf6f0\" dependencies = [ \"futures\", \"futures-timer\", \"rstest_macros\", \"rustc_version\", ] [[package]] name = \"rstest_macros\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6132d64df104c0b3ea7a6ad7766a43f587bd773a4a9cf4cd59296d426afaf3a\" dependencies = [ \"cfg-if\", \"glob\", \"proc-macro-crate 3.1.0\", \"proc-macro2\", \"quote\", \"regex\", \"relative-path\", \"rustc_version\", \"syn 2.0.58\", \"unicode-ident\", ] [[package]] name = \"rusqlite\" version = \"0.29.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2\" dependencies = [ \"bitflags 2.5.0\", \"fallible-iterator\", \"fallible-streaming-iterator\", \"hashlink\", \"libsqlite3-sys\", \"smallvec\", ] [[package]] name = \"rust_decimal\" version = \"1.35.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a\" dependencies = [ \"arrayvec\", \"borsh\", \"bytes\", \"num-traits\", \"rand 0.8.5\", \"rkyv\", \"serde\", \"serde_json\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.37.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2\" dependencies = [ \"bitflags 1.3.2\", \"errno 0.3.8\", \"io-lifetimes\", \"libc\", \"linux-raw-sys 0.3.8\", \"windows-sys 0.48.0\", ] [[package]] name = \"rustix\" version = \"0.38.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89\" dependencies = [ \"bitflags 2.5.0\", \"errno 0.3.8\", \"libc\", \"linux-raw-sys 0.4.13\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustls-pemfile\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c\" dependencies = [ \"base64 0.21.7\", ] [[package]] name = \"rustls-pemfile\" version = \"2.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d\" dependencies = [ \"base64 0.22.1\", \"rustls-pki-types\", ] [[package]] name = \"rustls-pki-types\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"beb461507cee2c2ff151784c52762cf4d9ff6a61f3e80968600ed24fa837fa54\" [[package]] name = \"rustversion\" version = \"1.0.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4\" [[package]] name = \"ryu\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1\" [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"schannel\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"seahash\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b\" [[package]] name = \"sec1\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc\" dependencies = [ \"base16ct\", \"der\", \"generic-array\", \"pkcs8\", \"subtle\", \"zeroize\", ] [[package]] name = \"security-framework\" version = \"2.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"selectors\" version = \"0.22.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe\" dependencies = [ \"bitflags 1.3.2\", \"cssparser\", \"derive_more\", \"fxhash\", \"log\", \"matches\", \"phf 0.8.0\", \"phf_codegen 0.8.0\", \"precomputed-hash\", \"servo_arc\", \"smallvec\", \"thin-slice\", ] [[package]] name = \"semver\" version = \"1.0.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca\" dependencies = [ \"serde\", ] [[package]] name = \"serde\" version = \"1.0.203\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.203\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"serde_json\" version = \"1.0.117\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3\" dependencies = [ \"indexmap 2.2.6\", \"itoa 1.0.11\", \"ryu\", \"serde\", ] [[package]] name = \"serde_repr\" version = \"0.1.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"serde_spanned\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0\" dependencies = [ \"serde\", ] [[package]] name = \"serde_urlencoded\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd\" dependencies = [ \"form_urlencoded\", \"itoa 1.0.11\", \"ryu\", \"serde\", ] [[package]] name = \"serde_with\" version = \"3.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a\" dependencies = [ \"base64 0.21.7\", \"chrono\", \"hex\", \"indexmap 1.9.3\", \"indexmap 2.2.6\", \"serde\", \"serde_derive\", \"serde_json\", \"serde_with_macros\", \"time\", ] [[package]] name = \"serde_with_macros\" version = \"3.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655\" dependencies = [ \"darling\", \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"serialize-to-javascript\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb\" dependencies = [ \"serde\", \"serde_json\", \"serialize-to-javascript-impl\", ] [[package]] name = \"serialize-to-javascript-impl\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"servo_arc\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432\" dependencies = [ \"nodrop\", \"stable_deref_trait\", ] [[package]] name = \"sha1\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sha1_smol\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012\" [[package]] name = \"sha2\" version = \"0.10.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sharded-slab\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6\" dependencies = [ \"lazy_static\", ] [[package]] name = \"shell-words\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde\" [[package]] name = \"shellexpand\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b\" dependencies = [ \"dirs 5.0.1\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1\" dependencies = [ \"libc\", ] [[package]] name = \"signature\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de\" dependencies = [ \"digest\", \"rand_core 0.6.4\", ] [[package]] name = \"simd-adler32\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe\" [[package]] name = \"simdutf8\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a\" [[package]] name = \"siphasher\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d\" [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67\" [[package]] name = \"socket2\" version = \"0.4.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"socket2\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"soup2\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0\" dependencies = [ \"bitflags 1.3.2\", \"gio\", \"glib\", \"libc\", \"once_cell\", \"soup2-sys\", ] [[package]] name = \"soup2-sys\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf\" dependencies = [ \"bitflags 1.3.2\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"libc\", \"system-deps 5.0.0\", ] [[package]] name = \"spin\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d\" [[package]] name = \"spin\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\" dependencies = [ \"lock_api\", ] [[package]] name = \"spki\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d\" dependencies = [ \"base64ct\", \"der\", ] [[package]] name = \"ssh-cipher\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f\" dependencies = [ \"cipher\", \"ssh-encoding\", ] [[package]] name = \"ssh-encoding\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15\" dependencies = [ \"base64ct\", \"pem-rfc7468\", \"sha2\", ] [[package]] name = \"ssh-key\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca9b366a80cf18bb6406f4cf4d10aebfb46140a8c0c33f666a144c5c76ecbafc\" dependencies = [ \"ed25519-dalek\", \"p256\", \"p384\", \"p521\", \"rand_core 0.6.4\", \"rsa\", \"sec1\", \"sha2\", \"signature\", \"ssh-cipher\", \"ssh-encoding\", \"subtle\", \"zeroize\", ] [[package]] name = \"ssh2\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7fe461910559f6d5604c3731d00d2aafc4a83d1665922e280f42f9a168d5455\" dependencies = [ \"bitflags 1.3.2\", \"libc\", \"libssh2-sys\", \"parking_lot 0.11.2\", ] [[package]] name = \"stable_deref_trait\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3\" [[package]] name = \"state\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b\" dependencies = [ \"loom\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"string_cache\" version = \"0.8.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b\" dependencies = [ \"new_debug_unreachable\", \"once_cell\", \"parking_lot 0.12.3\", \"phf_shared 0.10.0\", \"precomputed-hash\", \"serde\", ] [[package]] name = \"string_cache_codegen\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988\" dependencies = [ \"phf_generator 0.10.0\", \"phf_shared 0.10.0\", \"proc-macro2\", \"quote\", ] [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"strsim\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\" [[package]] name = \"strum\" version = \"0.26.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29\" dependencies = [ \"strum_macros\", ] [[package]] name = \"strum_macros\" version = \"0.26.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946\" dependencies = [ \"heck 0.4.1\", \"proc-macro2\", \"quote\", \"rustversion\", \"syn 2.0.58\", ] [[package]] name = \"subtle\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc\" [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.58\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn_derive\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b\" dependencies = [ \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"sync_wrapper\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160\" [[package]] name = \"sys-locale\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee\" dependencies = [ \"js-sys\", \"libc\", \"wasm-bindgen\", \"web-sys\", \"windows-sys 0.45.0\", ] [[package]] name = \"sysinfo\" version = \"0.30.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae\" dependencies = [ \"cfg-if\", \"core-foundation-sys\", \"libc\", \"ntapi\", \"once_cell\", \"rayon\", \"windows 0.52.0\", ] [[package]] name = \"system-configuration\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"system-configuration-sys\", ] [[package]] name = \"system-configuration-sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"system-deps\" version = \"5.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e\" dependencies = [ \"cfg-expr 0.9.1\", \"heck 0.3.3\", \"pkg-config\", \"toml 0.5.11\", \"version-compare 0.0.11\", ] [[package]] name = \"system-deps\" version = \"6.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331\" dependencies = [ \"cfg-expr 0.15.7\", \"heck 0.4.1\", \"pkg-config\", \"toml 0.8.13\", \"version-compare 0.1.1\", ] [[package]] name = \"tao\" version = \"0.16.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26a794e476ce829420b58059f4ac23c2b991dab2ee552be740f931aea95ae9c8\" dependencies = [ \"bitflags 1.3.2\", \"cairo-rs\", \"cc\", \"cocoa\", \"core-foundation\", \"core-graphics\", \"crossbeam-channel\", \"dispatch\", \"gdk\", \"gdk-pixbuf\", \"gdk-sys\", \"gdkwayland-sys\", \"gdkx11-sys\", \"gio\", \"glib\", \"glib-sys\", \"gtk\", \"image\", \"instant\", \"jni\", \"lazy_static\", \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-sys\", \"objc\", \"once_cell\", \"parking_lot 0.12.3\", \"png\", \"raw-window-handle\", \"scopeguard\", \"serde\", \"tao-macros\", \"unicode-segmentation\", \"uuid\", \"windows 0.39.0\", \"windows-implement\", \"x11-dl\", ] [[package]] name = \"tao-macros\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"tap\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369\" [[package]] name = \"tar\" version = \"0.4.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb\" dependencies = [ \"filetime\", \"libc\", \"xattr\", ] [[package]] name = \"target-lexicon\" version = \"0.12.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f\" [[package]] name = \"tauri\" version = \"1.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"047aefcc7721bfb8024a9bc39d4719112262610502de7a224fa62c4570cd78d4\" dependencies = [ \"anyhow\", \"bytes\", \"cocoa\", \"dirs-next\", \"dunce\", \"embed_plist\", \"encoding_rs\", \"flate2\", \"futures-util\", \"glib\", \"glob\", \"gtk\", \"heck 0.5.0\", \"http 0.2.12\", \"ignore\", \"indexmap 1.9.3\", \"objc\", \"once_cell\", \"open 3.2.0\", \"os_info\", \"percent-encoding\", \"rand 0.8.5\", \"raw-window-handle\", \"regex\", \"reqwest 0.11.27\", \"rfd\", \"semver\", \"serde\", \"serde_json\", \"serde_repr\", \"serialize-to-javascript\", \"state\", \"sys-locale\", \"tar\", \"tauri-macros\", \"tauri-runtime\", \"tauri-runtime-wry\", \"tauri-utils\", \"tempfile\", \"thiserror\", \"tokio\", \"url\", \"uuid\", \"webkit2gtk\", \"webview2-com\", \"windows 0.39.0\", ] [[package]] name = \"tauri-build\" version = \"1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab30cba12974d0f9b09794f61e72cad6da2142d3ceb81e519321bab86ce53312\" dependencies = [ \"anyhow\", \"cargo_toml\", \"dirs-next\", \"heck 0.5.0\", \"json-patch\", \"semver\", \"serde\", \"serde_json\", \"tauri-utils\", \"tauri-winres\", \"walkdir\", ] [[package]] name = \"tauri-codegen\" version = \"1.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1554c5857f65dbc377cefb6b97c8ac77b1cb2a90d30d3448114d5d6b48a77fc\" dependencies = [ \"base64 0.21.7\", \"brotli\", \"ico\", \"json-patch\", \"plist\", \"png\", \"proc-macro2\", \"quote\", \"regex\", \"semver\", \"serde\", \"serde_json\", \"sha2\", \"tauri-utils\", \"thiserror\", \"time\", \"uuid\", \"walkdir\", ] [[package]] name = \"tauri-macros\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"277abf361a3a6993ec16bcbb179de0d6518009b851090a01adfea12ac89fa875\" dependencies = [ \"heck 0.4.1\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"tauri-codegen\", \"tauri-utils\", ] [[package]] name = \"tauri-plugin-context-menu\" version = \"0.7.1\" source = \"git+https://github.com/c2r0b/tauri-plugin-context-menu?branch=main#d8dcbcb944cf43eb946e65116ca358ee81f4f838\" dependencies = [ \"cocoa\", \"dispatch\", \"gdk\", \"glib\", \"gtk\", \"image\", \"lazy_static\", \"libc\", \"objc\", \"serde\", \"tauri\", \"time\", \"winapi 0.3.9\", ] [[package]] name = \"tauri-plugin-log\" version = \"0.0.0\" source = \"git+https://github.com/tauri-apps/plugins-workspace?branch=v1#5e3900e682e13f3759b439116ae2f77a6d389ca2\" dependencies = [ \"byte-unit\", \"fern\", \"log\", \"serde\", \"serde_json\", \"serde_repr\", \"tauri\", \"time\", ] [[package]] name = \"tauri-plugin-single-instance\" version = \"0.0.0\" source = \"git+https://github.com/tauri-apps/plugins-workspace?branch=v1#5e3900e682e13f3759b439116ae2f77a6d389ca2\" dependencies = [ \"log\", \"serde\", \"serde_json\", \"tauri\", \"thiserror\", \"windows-sys 0.52.0\", \"zbus\", ] [[package]] name = \"tauri-plugin-store\" version = \"0.0.0\" source = \"git+https://github.com/tauri-apps/plugins-workspace?branch=v1#5e3900e682e13f3759b439116ae2f77a6d389ca2\" dependencies = [ \"log\", \"serde\", \"serde_json\", \"tauri\", \"thiserror\", ] [[package]] name = \"tauri-plugin-window-state\" version = \"0.1.1\" source = \"git+https://github.com/tauri-apps/plugins-workspace?branch=v1#5e3900e682e13f3759b439116ae2f77a6d389ca2\" dependencies = [ \"bincode\", \"bitflags 2.5.0\", \"log\", \"serde\", \"serde_json\", \"tauri\", \"thiserror\", ] [[package]] name = \"tauri-runtime\" version = \"0.14.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf2d0652aa2891ff3e9caa2401405257ea29ab8372cce01f186a5825f1bd0e76\" dependencies = [ \"gtk\", \"http 0.2.12\", \"http-range\", \"rand 0.8.5\", \"raw-window-handle\", \"serde\", \"serde_json\", \"tauri-utils\", \"thiserror\", \"url\", \"uuid\", \"webview2-com\", \"windows 0.39.0\", ] [[package]] name = \"tauri-runtime-wry\" version = \"0.14.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"067c56fc153b3caf406d7cd6de4486c80d1d66c0f414f39e94cb2f5543f6445f\" dependencies = [ \"cocoa\", \"gtk\", \"percent-encoding\", \"rand 0.8.5\", \"raw-window-handle\", \"tauri-runtime\", \"tauri-utils\", \"uuid\", \"webkit2gtk\", \"webview2-com\", \"windows 0.39.0\", \"wry\", ] [[package]] name = \"tauri-utils\" version = \"1.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"450b17a7102e5d46d4bdabae0d1590fd27953e704e691fc081f06c06d2253b35\" dependencies = [ \"brotli\", \"ctor\", \"dunce\", \"glob\", \"heck 0.5.0\", \"html5ever\", \"infer\", \"json-patch\", \"kuchikiki\", \"log\", \"memchr\", \"phf 0.11.2\", \"proc-macro2\", \"quote\", \"semver\", \"serde\", \"serde_json\", \"serde_with\", \"thiserror\", \"url\", \"walkdir\", \"windows-version\", ] [[package]] name = \"tauri-winres\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb\" dependencies = [ \"embed-resource\", \"toml 0.7.8\", ] [[package]] name = \"tempfile\" version = \"3.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1\" dependencies = [ \"cfg-if\", \"fastrand 2.1.0\", \"rustix 0.38.32\", \"windows-sys 0.52.0\", ] [[package]] name = \"tendril\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0\" dependencies = [ \"futf\", \"mac\", \"utf-8\", ] [[package]] name = \"thin-slice\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c\" [[package]] name = \"thiserror\" version = \"1.0.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"thread_local\" version = \"1.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c\" dependencies = [ \"cfg-if\", \"once_cell\", ] [[package]] name = \"tiff\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e\" dependencies = [ \"flate2\", \"jpeg-decoder\", \"weezl\", ] [[package]] name = \"time\" version = \"0.3.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749\" dependencies = [ \"deranged\", \"itoa 1.0.11\", \"libc\", \"num-conv\", \"num_threads\", \"powerfmt\", \"serde\", \"time-core\", \"time-macros\", ] [[package]] name = \"time-core\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3\" [[package]] name = \"time-macros\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774\" dependencies = [ \"num-conv\", \"time-core\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.38.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a\" dependencies = [ \"backtrace\", \"bytes\", \"libc\", \"mio\", \"num_cpus\", \"parking_lot 0.12.3\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2 0.5.6\", \"tokio-macros\", \"tracing\", \"windows-sys 0.48.0\", ] [[package]] name = \"tokio-io-timeout\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf\" dependencies = [ \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-macros\" version = \"2.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"tokio-native-tls\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-stream\" version = \"0.1.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"toml\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234\" dependencies = [ \"serde\", ] [[package]] name = \"toml\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.19.15\", ] [[package]] name = \"toml\" version = \"0.8.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.22.13\", ] [[package]] name = \"toml_datetime\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421\" dependencies = [ \"indexmap 2.2.6\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow 0.5.40\", ] [[package]] name = \"toml_edit\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1\" dependencies = [ \"indexmap 2.2.6\", \"toml_datetime\", \"winnow 0.5.40\", ] [[package]] name = \"toml_edit\" version = \"0.22.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c\" dependencies = [ \"indexmap 2.2.6\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow 0.6.5\", ] [[package]] name = \"tonic\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e\" dependencies = [ \"async-stream\", \"async-trait\", \"axum\", \"base64 0.21.7\", \"bytes\", \"h2 0.3.26\", \"http 0.2.12\", \"http-body 0.4.6\", \"hyper 0.14.28\", \"hyper-timeout\", \"percent-encoding\", \"pin-project\", \"prost\", \"tokio\", \"tokio-stream\", \"tower\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c\" dependencies = [ \"futures-core\", \"futures-util\", \"indexmap 1.9.3\", \"pin-project\", \"pin-project-lite\", \"rand 0.8.5\", \"slab\", \"tokio\", \"tokio-util\", \"tower-layer\", \"tower-service\", \"tracing\", ] [[package]] name = \"tower-layer\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0\" [[package]] name = \"tower-service\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52\" [[package]] name = \"tracing\" version = \"0.1.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef\" dependencies = [ \"log\", \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-appender\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf\" dependencies = [ \"crossbeam-channel\", \"thiserror\", \"time\", \"tracing-subscriber\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"tracing-core\" version = \"0.1.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54\" dependencies = [ \"once_cell\", \"valuable\", ] [[package]] name = \"tracing-log\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3\" dependencies = [ \"log\", \"once_cell\", \"tracing-core\", ] [[package]] name = \"tracing-subscriber\" version = \"0.3.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b\" dependencies = [ \"matchers\", \"nu-ansi-term\", \"once_cell\", \"regex\", \"sharded-slab\", \"smallvec\", \"thread_local\", \"tracing\", \"tracing-core\", \"tracing-log\", ] [[package]] name = \"treediff\" version = \"4.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d127780145176e2b5d16611cc25a900150e86e9fd79d3bde6ff3a37359c9cb5\" dependencies = [ \"serde_json\", ] [[package]] name = \"try-lock\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b\" [[package]] name = \"typenum\" version = \"1.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\" [[package]] name = \"uds_windows\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9\" dependencies = [ \"memoffset 0.9.1\", \"tempfile\", \"winapi 0.3.9\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75\" [[package]] name = \"unicode-bom\" version = \"2.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217\" [[package]] name = \"unicode-ident\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b\" [[package]] name = \"unicode-normalization\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-segmentation\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202\" [[package]] name = \"url\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", \"serde\", ] [[package]] name = \"urlencoding\" version = \"2.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da\" [[package]] name = \"utf-8\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9\" [[package]] name = \"utf8-width\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3\" [[package]] name = \"utf8parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a\" [[package]] name = \"uuid\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0\" dependencies = [ \"getrandom 0.2.12\", \"rand 0.8.5\", \"serde\", ] [[package]] name = \"valuable\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d\" [[package]] name = \"value-bag\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74797339c3b98616c009c7c3eb53a0ce41e85c8ec66bd3db96ed132d20cfdee8\" [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"version-compare\" version = \"0.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b\" [[package]] name = \"version-compare\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"vswhom\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b\" dependencies = [ \"libc\", \"vswhom-sys\", ] [[package]] name = \"vswhom-sys\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"waker-fn\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690\" [[package]] name = \"walkdir\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"want\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e\" dependencies = [ \"try-lock\", ] [[package]] name = \"wasi\" version = \"0.9.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.58\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.42\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96\" [[package]] name = \"wasm-streams\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129\" dependencies = [ \"futures-util\", \"js-sys\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", ] [[package]] name = \"web-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webkit2gtk\" version = \"0.18.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370\" dependencies = [ \"bitflags 1.3.2\", \"cairo-rs\", \"gdk\", \"gdk-sys\", \"gio\", \"gio-sys\", \"glib\", \"glib-sys\", \"gobject-sys\", \"gtk\", \"gtk-sys\", \"javascriptcore-rs\", \"libc\", \"once_cell\", \"soup2\", \"webkit2gtk-sys\", ] [[package]] name = \"webkit2gtk-sys\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3\" dependencies = [ \"atk-sys\", \"bitflags 1.3.2\", \"cairo-sys-rs\", \"gdk-pixbuf-sys\", \"gdk-sys\", \"gio-sys\", \"glib-sys\", \"gobject-sys\", \"gtk-sys\", \"javascriptcore-rs-sys\", \"libc\", \"pango-sys\", \"pkg-config\", \"soup2-sys\", \"system-deps 6.2.0\", ] [[package]] name = \"webview2-com\" version = \"0.19.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178\" dependencies = [ \"webview2-com-macros\", \"webview2-com-sys\", \"windows 0.39.0\", \"windows-implement\", ] [[package]] name = \"webview2-com-macros\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"webview2-com-sys\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7\" dependencies = [ \"regex\", \"serde\", \"serde_json\", \"thiserror\", \"windows 0.39.0\", \"windows-bindgen\", \"windows-metadata\", ] [[package]] name = \"weezl\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082\" [[package]] name = \"winapi\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-build\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc\" [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596\" dependencies = [ \"winapi 0.3.9\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647\" dependencies = [ \"windows_aarch64_msvc 0.37.0\", \"windows_i686_gnu 0.37.0\", \"windows_i686_msvc 0.37.0\", \"windows_x86_64_gnu 0.37.0\", \"windows_x86_64_msvc 0.37.0\", ] [[package]] name = \"windows\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a\" dependencies = [ \"windows-implement\", \"windows_aarch64_msvc 0.39.0\", \"windows_i686_gnu 0.39.0\", \"windows_i686_msvc 0.39.0\", \"windows_x86_64_gnu 0.39.0\", \"windows_x86_64_msvc 0.39.0\", ] [[package]] name = \"windows\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be\" dependencies = [ \"windows-core\", \"windows-targets 0.52.4\", ] [[package]] name = \"windows-bindgen\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41\" dependencies = [ \"windows-metadata\", \"windows-tokens\", ] [[package]] name = \"windows-core\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9\" dependencies = [ \"windows-targets 0.52.4\", ] [[package]] name = \"windows-implement\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7\" dependencies = [ \"syn 1.0.109\", \"windows-tokens\", ] [[package]] name = \"windows-metadata\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278\" [[package]] name = \"windows-named-pipe\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"808ba65b3d86cc5465971ad08ee3850e197cc8d5719277611fabb27827c02388\" dependencies = [ \"kernel32-sys\", \"winapi 0.2.8\", ] [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-sys\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\" dependencies = [ \"windows-targets 0.52.4\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-targets\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\" dependencies = [ \"windows_aarch64_gnullvm 0.48.5\", \"windows_aarch64_msvc 0.48.5\", \"windows_i686_gnu 0.48.5\", \"windows_i686_msvc 0.48.5\", \"windows_x86_64_gnu 0.48.5\", \"windows_x86_64_gnullvm 0.48.5\", \"windows_x86_64_msvc 0.48.5\", ] [[package]] name = \"windows-targets\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b\" dependencies = [ \"windows_aarch64_gnullvm 0.52.4\", \"windows_aarch64_msvc 0.52.4\", \"windows_i686_gnu 0.52.4\", \"windows_i686_msvc 0.52.4\", \"windows_x86_64_gnu 0.52.4\", \"windows_x86_64_gnullvm 0.52.4\", \"windows_x86_64_msvc 0.52.4\", ] [[package]] name = \"windows-tokens\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597\" [[package]] name = \"windows-version\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75aa004c988e080ad34aff5739c39d0312f4684699d6d71fc8a198d057b8b9b4\" dependencies = [ \"windows-targets 0.52.4\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675\" [[package]] name = \"windows_i686_gnu\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1\" [[package]] name = \"windows_i686_gnu\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\" [[package]] name = \"windows_i686_gnu\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3\" [[package]] name = \"windows_i686_msvc\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c\" [[package]] name = \"windows_i686_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\" [[package]] name = \"windows_i686_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8\" [[package]] name = \"winnow\" version = \"0.5.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876\" dependencies = [ \"memchr\", ] [[package]] name = \"winnow\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8\" dependencies = [ \"memchr\", ] [[package]] name = \"winreg\" version = \"0.50.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"winreg\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"wry\" version = \"0.24.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ad85d0e067359e409fcb88903c3eac817c392e5d638258abfb3da5ad8ba6fc4\" dependencies = [ \"base64 0.13.1\", \"block\", \"cocoa\", \"core-graphics\", \"crossbeam-channel\", \"dunce\", \"gdk\", \"gio\", \"glib\", \"gtk\", \"html5ever\", \"http 0.2.12\", \"kuchikiki\", \"libc\", \"log\", \"objc\", \"objc_id\", \"once_cell\", \"serde\", \"serde_json\", \"sha2\", \"soup2\", \"tao\", \"thiserror\", \"url\", \"webkit2gtk\", \"webkit2gtk-sys\", \"webview2-com\", \"windows 0.39.0\", \"windows-implement\", ] [[package]] name = \"wyz\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed\" dependencies = [ \"tap\", ] [[package]] name = \"x11\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e\" dependencies = [ \"libc\", \"pkg-config\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"xattr\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f\" dependencies = [ \"libc\", \"linux-raw-sys 0.4.13\", \"rustix 0.38.32\", ] [[package]] name = \"xdg-home\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e\" dependencies = [ \"libc\", \"winapi 0.3.9\", ] [[package]] name = \"yansi\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec\" [[package]] name = \"zbus\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6\" dependencies = [ \"async-broadcast\", \"async-executor\", \"async-fs\", \"async-io 1.13.0\", \"async-lock 2.8.0\", \"async-process\", \"async-recursion\", \"async-task\", \"async-trait\", \"blocking\", \"byteorder\", \"derivative\", \"enumflags2\", \"event-listener 2.5.3\", \"futures-core\", \"futures-sink\", \"futures-util\", \"hex\", \"nix 0.26.4\", \"once_cell\", \"ordered-stream\", \"rand 0.8.5\", \"serde\", \"serde_repr\", \"sha1\", \"static_assertions\", \"tracing\", \"uds_windows\", \"winapi 0.3.9\", \"xdg-home\", \"zbus_macros\", \"zbus_names\", \"zvariant\", ] [[package]] name = \"zbus_macros\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5\" dependencies = [ \"proc-macro-crate 1.3.1\", \"proc-macro2\", \"quote\", \"regex\", \"syn 1.0.109\", \"zvariant_utils\", ] [[package]] name = \"zbus_names\" version = \"2.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d\" dependencies = [ \"serde\", \"static_assertions\", \"zvariant\", ] [[package]] name = \"zerocopy\" version = \"0.7.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be\" dependencies = [ \"zerocopy-derive\", ] [[package]] name = \"zerocopy-derive\" version = \"0.7.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"zeroize\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d\" [[package]] name = \"zip\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261\" dependencies = [ \"aes\", \"byteorder\", \"bzip2\", \"constant_time_eq\", \"crc32fast\", \"crossbeam-utils\", \"flate2\", \"hmac\", \"pbkdf2\", \"sha1\", \"time\", \"zstd\", ] [[package]] name = \"zstd\" version = \"0.11.2+zstd.1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4\" dependencies = [ \"zstd-safe\", ] [[package]] name = \"zstd-safe\" version = \"5.0.2+zstd.1.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db\" dependencies = [ \"libc\", \"zstd-sys\", ] [[package]] name = \"zstd-sys\" version = \"2.0.10+zstd.1.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa\" dependencies = [ \"cc\", \"pkg-config\", ] [[package]] name = \"zune-inflate\" version = \"0.2.54\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"zvariant\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db\" dependencies = [ \"byteorder\", \"enumflags2\", \"libc\", \"serde\", \"static_assertions\", \"zvariant_derive\", ] [[package]] name = \"zvariant_derive\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9\" dependencies = [ \"proc-macro-crate 1.3.1\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"zvariant_utils\", ] [[package]] name = \"zvariant_utils\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] "} {"_id":"doc-en-nixpkgs-ad8ce360352b9e21345ae0ec30459e105689860f31d00ec1b4dc3ef994c406eb","title":"","text":" { lib, rustPlatform, buildGoModule, stdenv, fetchFromGitHub, pnpm_9, wrapGAppsHook3, cargo-tauri, darwin, desktop-file-utils, esbuild, git, glib-networking, jq, nodejs, pkg-config, libsoup, moreutils, openssl, webkitgtk, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = \"gitbutler\"; version = \"0.12.2\"; src = fetchFromGitHub { owner = \"gitbutlerapp\"; repo = \"gitbutler\"; rev = \"release/${version}\"; hash = \"sha256-m2hvcnY2h4DYtM4ME+dxmwnmUh768CHSoAq5VsKl6Sk=\"; }; # deactivate the upstream updater in tauri configuration # TODO: use `tauri build`'s `--config` flag with the release configuration instead of manually merging # them. it doesn't seem to like using paths currently, even though it should. postPatch = '' jq --slurp \".[0] * .[1] | .tauri.updater.active = false\" crates/gitbutler-tauri/tauri.conf{,.release}.json | sponge crates/gitbutler-tauri/tauri.conf.json ''; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"tauri-plugin-context-menu-0.7.1\" = \"sha256-vKfq20hrFLmfoXO94D8HwAE3UdGcuqVZf3+tOBhLqj0=\"; \"tauri-plugin-log-0.0.0\" = \"sha256-Mf2/cnKotd751ZcSHfiSLNe2nxBfo4dMBdoCwQhe7yI=\"; }; }; pnpmDeps = pnpm_9.fetchDeps { inherit pname version src; hash = \"sha256-+4SPDvhpvR1bjwTcyLO3HeBuZGL3P03OaEnOvcX9t9c=\"; }; nativeBuildInputs = [ cargo-tauri desktop-file-utils jq moreutils nodejs pkg-config pnpm_9.configHook wrapGAppsHook3 ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ glib-networking libsoup webkitgtk ] ++ lib.optionals stdenv.isDarwin ( with darwin.apple_sdk.frameworks; [ AppKit CoreServices Security WebKit ] ); env = { # `pnpm`'s `fetchDeps` and `configHook` uses a specific version of pnpm, not upstream's COREPACK_ENABLE_STRICT = 0; # we depend on nightly features RUSTC_BOOTSTRAP = 1; # we also need to have `tracing` support in `tokio` for `console-subscriber` RUSTFLAGS = \"--cfg tokio_unstable\"; tauriBundle = { Linux = \"deb\"; Darwin = \"app\"; } .${stdenv.hostPlatform.uname.system} or (throw \"No tauri bundle available for ${stdenv.hostPlatform.uname.system}\"); ESBUILD_BINARY_PATH = lib.getExe ( esbuild.override { buildGoModule = args: buildGoModule ( args // rec { version = \"0.18.20\"; src = fetchFromGitHub { owner = \"evanw\"; repo = \"esbuild\"; rev = \"v${version}\"; hash = \"sha256-mED3h+mY+4H465m02ewFK/BgA1i/PQ+ksUNxBlgpUoI=\"; }; vendorHash = \"sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=\"; } ); } ); }; buildPhase = '' runHook preBuild cargo tauri build --bundles \"$tauriBundle\" runHook postBuild ''; installPhase = '' runHook preInstall '' + lib.optionalString stdenv.isDarwin '' mkdir -p $out/bin cp -r target/release/bundle/macos $out/Applications mv $out/Applications/GitButler.app/Contents/MacOS/GitButler $out/bin/git-butler ln -s $out/bin/git-butler $out/Applications/GitButler.app/Contents/MacOS/GitButler '' + lib.optionalString stdenv.isLinux '' cp -r target/release/bundle/\"$tauriBundle\"/*/data/usr $out desktop-file-edit --set-comment \"A Git client for simultaneous branches on top of your existing workflow.\" --set-key=\"Keywords\" --set-value=\"git;\" --set-key=\"StartupWMClass\" --set-value=\"GitButler\" $out/share/applications/git-butler.desktop '' + '' runHook postInstall ''; # the `gitbutler-git` crate's checks do not support release mode checkType = \"debug\"; nativeCheckInputs = [ git ]; passthru = { updateScript = nix-update-script { extraArgs = [ \"--version-regex\" \"release/(.*)\" ]; }; }; meta = { description = \"Git client for simultaneous branches on top of your existing workflow\"; homepage = \"https://gitbutler.com\"; changelog = \"https://github.com/gitbutlerapp/gitbutler/releases/tag/release/${version}\"; mainProgram = \"git-butler\"; license = lib.licenses.fsl11Mit; maintainers = with lib.maintainers; [ getchoo ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; } "} {"_id":"doc-en-nixpkgs-fea41f35ff05eba59e11be447fafc18c2f01152ddc2c39eabbfb31fe7a91ac34","title":"","text":" { lib, stdenv, fetchgit, build2, }: stdenv.mkDerivation (finalAttrs: { pname = \"libstudxml\"; version = \"1.1.0-b.10+2\"; src = fetchgit { url = \"https://git.codesynthesis.com/libstudxml/libstudxml.git\"; rev = \"v${finalAttrs.version}\"; hash = \"sha256-OsjMhQ3u/wLhOay7qg9sQMEhnAOdrO30dsKQ8aDWUOo=\"; }; outputs = [ \"out\" \"dev\" \"doc\" ]; nativeBuildInputs = [ build2 ]; # lib files are not marked as executable by default postInstall = '' chmod +x \"$out\"/lib/* ''; meta = { description = \"A streaming XML pull parser and streaming XML serializer implementation for modern, standard C++\"; homepage = \"https://www.codesynthesis.com/projects/libstudxml/\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ tomasajt ]; platforms = lib.platforms.all; }; }) "} {"_id":"doc-en-nixpkgs-fdfd4eb47d3bfe50d3635bd2f8a73d2bf9f82fff342bbbf858d343f044878e3b","title":"","text":"let makeCurlImpersonate = { name, target }: stdenv.mkDerivation rec { pname = \"curl-impersonate-${name}\"; version = \"0.5.4\"; version = \"0.6.1\"; src = fetchFromGitHub { owner = \"lwthiker\"; repo = \"curl-impersonate\"; rev = \"v${version}\"; hash = \"sha256-LBGWFal2szqgURIBCLB84kHWpdpt5quvBBZu6buGj2A=\"; hash = \"sha256-ExmEhjJC8FPzx08RuKOhRxKgJ4Dh+ElEl+OUHzRCzZc=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-bdcebaae44b43da966a24066f0efa1f29fafb62a49d75d9f7eb5c6d040a3e6df","title":"","text":"inherit (passthru.deps.\"boringssl.zip\") name; src = passthru.deps.\"boringssl.zip\"; vendorHash = \"sha256-ISmRdumckvSu7hBXrjvs5ZApShDiGLdD3T5B0fJ1x2Q=\"; vendorHash = \"sha256-SNUsBiKOGWmkRdTVABVrlbLAVMfu0Q9IgDe+kFC5vXs=\"; nativeBuildInputs = [ unzip ];"} {"_id":"doc-en-nixpkgs-ab30a2c97ea9f8c559a30829e5bc47de855f74e458f8f66285c94b29fd9a263d","title":"","text":"{ fetchurl }: { \"curl-7.84.0.tar.xz\" = fetchurl { url = \"https://curl.se/download/curl-7.84.0.tar.xz\"; hash = \"sha256-LRGLQ/VHv+W66AbY1HtOWW6lslpsHwgK70n7zYF8Xbg=\"; \"curl-8.1.1.tar.xz\" = fetchurl { url = \"https://curl.se/download/curl-8.1.1.tar.xz\"; hash = \"sha256-CKlI4GGSlkVZfB73GU4HswiyIIT/A/p0ALRl5sBRSeU=\"; }; \"brotli-1.0.9.tar.gz\" = fetchurl {"} {"_id":"doc-en-nixpkgs-36c5f70e588a0de3e1fb51f8cea993043a854d5eaeb644aa4cbef7f7fea4a2ac","title":"","text":"hash = \"sha256-+ejYHQQFumbRgVKa9CozVPg4yTkJX/mZMNpqqc32/kY=\"; }; \"nss-3.87.tar.gz\" = fetchurl { url = \"https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_87_RTM/src/nss-3.87-with-nspr-4.35.tar.gz\"; hash = \"sha256-63DqC1jc5pqkkOnp/s0TKn1kTh2j1jHhYzdqDcwRoCI=\"; \"nss-3.92.tar.gz\" = fetchurl { url = \"https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_92_RTM/src/nss-3.92-with-nspr-4.35.tar.gz\"; hash = \"sha256-IcF2v/+27IQLX5hcf48BRoL0ovtVsGkkc0Fy1cBIbcU=\"; }; \"boringssl.zip\" = fetchurl { url = \"https://github.com/google/boringssl/archive/3a667d10e94186fd503966f5638e134fe9fb4080.zip\"; hash = \"sha256-HsDIkd1x5IH49fUF07dJaabMIMsQygW+NI7GneULpA8=\"; url = \"https://github.com/google/boringssl/archive/1b7fdbd9101dedc3e0aa3fcf4ff74eacddb34ecc.zip\"; hash = \"sha256-daVVQvpxkuEL/8/+QtLOJkdO+ECYZE3P4qJmDjV1GM0=\"; }; \"nghttp2-1.46.0.tar.bz2\" = fetchurl { url = \"https://github.com/nghttp2/nghttp2/releases/download/v1.46.0/nghttp2-1.46.0.tar.bz2\"; hash = \"sha256-moKXjIcAcbdp8n0riBkct3/clFpRwdaFx/YafhP8Ryk=\"; \"nghttp2-1.56.0.tar.bz2\" = fetchurl { url = \"https://github.com/nghttp2/nghttp2/releases/download/v1.56.0/nghttp2-1.56.0.tar.bz2\"; hash = \"sha256-L13Nv1d6LfUTokZGRUhMw10uTQczZT1jGTrlHbQd70E=\"; }; }"} {"_id":"doc-en-nixpkgs-27fc73c207fc98f8094b461ccb097b91387b4659f686f03d354ca138e89b01a0","title":"","text":", imagemagick , mesa , libdrm , flutter , flutter316 , pulseaudio , makeDesktopItem , gnome"} {"_id":"doc-en-nixpkgs-7cafb18b24fd14f9dc8b51c7a144f3378c353275a37e1a71932c2f68a78c8147","title":"","text":"libwebrtcRpath = lib.makeLibraryPath [ mesa libdrm ]; pubspecLock = lib.importJSON ./pubspec.lock.json; in flutter.buildFlutterApplication (rec { flutter316.buildFlutterApplication (rec { pname = \"fluffychat-${targetFlutterPlatform}\"; version = \"1.17.1\";"} {"_id":"doc-en-nixpkgs-18d81377a82047d48558d8b134c1076d2605c5e33f775fc148dfc32e6d66748d","title":"","text":" diff --git a/dev/bots/prepare_package.dart b/dev/bots/prepare_package.dart index 9f33a22cc3..c46255742c 100644 --- a/dev/bots/prepare_package.dart +++ b/dev/bots/prepare_package.dart @@ -602,7 +602,7 @@ class ArchiveCreator { Future _runGit(List args, {Directory? workingDirectory}) { return _processRunner.runProcess( - ['git', ...args], + ['git', '--git-dir', '.git', ...args], workingDirectory: workingDirectory ?? flutterRoot, ); } diff --git a/packages/flutter_tools/lib/src/commands/downgrade.dart b/packages/flutter_tools/lib/src/commands/downgrade.dart index a58b75c009..02da0daeb7 100644 --- a/packages/flutter_tools/lib/src/commands/downgrade.dart +++ b/packages/flutter_tools/lib/src/commands/downgrade.dart @@ -120,7 +120,7 @@ class DowngradeCommand extends FlutterCommand { // Detect unknown versions. final ProcessUtils processUtils = _processUtils!; final RunResult parseResult = await processUtils.run([ - 'git', 'describe', '--tags', lastFlutterVersion, + 'git', '--git-dir', '.git', 'describe', '--tags', lastFlutterVersion, ], workingDirectory: workingDirectory); if (parseResult.exitCode != 0) { throwToolExit('Failed to parse version for downgrade:n${parseResult.stderr}'); @@ -192,7 +192,7 @@ class DowngradeCommand extends FlutterCommand { continue; } final RunResult parseResult = await _processUtils!.run([ - 'git', 'describe', '--tags', sha, + 'git', '--git-dir', '.git', 'describe', '--tags', sha, ], workingDirectory: workingDirectory); if (parseResult.exitCode == 0) { buffer.writeln('Channel \"${getNameForChannel(channel)}\" was previously on: ${parseResult.stdout}.'); diff --git a/packages/flutter_tools/lib/src/version.dart b/packages/flutter_tools/lib/src/version.dart index 0702b35e7e..36b2a95b65 100644 --- a/packages/flutter_tools/lib/src/version.dart +++ b/packages/flutter_tools/lib/src/version.dart @@ -407,7 +407,7 @@ abstract class FlutterVersion { /// wrapper that does that. @visibleForTesting static List gitLog(List args) { - return ['git', '-c', 'log.showSignature=false', 'log'] + args; + return ['git', '--git-dir','.git', '-c', 'log.showSignature=false', 'log'] + args; } } @@ -559,7 +559,7 @@ class _FlutterVersionGit extends FlutterVersion { String? get repositoryUrl { if (_repositoryUrl == null) { final String gitChannel = _runGit( - 'git rev-parse --abbrev-ref --symbolic $kGitTrackingUpstream', + 'git --git-dir .git rev-parse --abbrev-ref --symbolic $kGitTrackingUpstream', globals.processUtils, flutterRoot, ); @@ -567,7 +567,7 @@ class _FlutterVersionGit extends FlutterVersion { if (slash != -1) { final String remote = gitChannel.substring(0, slash); _repositoryUrl = _runGit( - 'git ls-remote --get-url $remote', + 'git --git-dir .git ls-remote --get-url $remote', globals.processUtils, flutterRoot, ); @@ -952,7 +952,7 @@ class GitTagVersion { } // find all tags attached to the given [gitRef] final List tags = _runGit( - 'git tag --points-at $gitRef', processUtils, workingDirectory).trim().split('n'); + 'git --git-dir .git tag --points-at $gitRef', processUtils, workingDirectory).trim().split('n'); // Check first for a stable tag final RegExp stableTagPattern = RegExp(r'^d+.d+.d+$'); @@ -973,7 +973,7 @@ class GitTagVersion { // recent tag and number of commits past. return parse( _runGit( - 'git describe --match *.*.* --long --tags $gitRef', + 'git --git-dir .git describe --match *.*.* --long --tags $gitRef', processUtils, workingDirectory, ) "} {"_id":"doc-en-nixpkgs-7d5b3e20be3b0416f79c3a6617c1998f0831867fed26e5759c8de792611ee794","title":"","text":" { \"version\": \"3.19.0\", \"engineVersion\": \"04817c99c9fd4956f27505204f7e344335810aed\", \"dartVersion\": \"3.3.0\", \"dartHash\": { \"x86_64-linux\": \"sha256-wUg8GpieBD84LkrqfbZ6goHKgq+ZNJFzN8DMMmHJTns=\", \"aarch64-linux\": \"sha256-s/RiVtOLtTtA1CAcYi/okothRO/0Ph+s9eogL84V6zc=\", \"x86_64-darwin\": \"sha256-aseeiQkv8/9yuAVMn2nxL7tNjfK2H9zM+GtXBvV6R3E=\", \"aarch64-darwin\": \"sha256-A6Ru36rYKf+IyUTB6LZkzl+hj1fJmuMJedltiSSxtF0=\" }, \"flutterHash\": \"sha256-rIPveNuzNEvWhO/1aY0hFfmJbsV3hTm6fTfLH6pWZ7c=\", \"artifactHashes\": { \"android\": { \"aarch64-darwin\": \"sha256-U1DFJZDf7m7WL3cOHeAWa0D01nO5Trsd/EUZFbU2iY0=\", \"aarch64-linux\": \"sha256-ACQdmNgU52jWmp9BWOzSdPEkEigXts16/pYVgbBM11k=\", \"x86_64-darwin\": \"sha256-U1DFJZDf7m7WL3cOHeAWa0D01nO5Trsd/EUZFbU2iY0=\", \"x86_64-linux\": \"sha256-ACQdmNgU52jWmp9BWOzSdPEkEigXts16/pYVgbBM11k=\" }, \"fuchsia\": { \"aarch64-darwin\": \"sha256-eu0BERdz53CkSexbpu3KA7O6Q4g0s9SGD3t1Snsk3Fk=\", \"aarch64-linux\": \"sha256-eu0BERdz53CkSexbpu3KA7O6Q4g0s9SGD3t1Snsk3Fk=\", \"x86_64-darwin\": \"sha256-eu0BERdz53CkSexbpu3KA7O6Q4g0s9SGD3t1Snsk3Fk=\", \"x86_64-linux\": \"sha256-eu0BERdz53CkSexbpu3KA7O6Q4g0s9SGD3t1Snsk3Fk=\" }, \"ios\": { \"aarch64-darwin\": \"sha256-nMtIjyLeDNLERmjU8CCtmGrCckG5uXnu53zvKPEii9g=\", \"aarch64-linux\": \"sha256-nMtIjyLeDNLERmjU8CCtmGrCckG5uXnu53zvKPEii9g=\", \"x86_64-darwin\": \"sha256-nMtIjyLeDNLERmjU8CCtmGrCckG5uXnu53zvKPEii9g=\", \"x86_64-linux\": \"sha256-nMtIjyLeDNLERmjU8CCtmGrCckG5uXnu53zvKPEii9g=\" }, \"linux\": { \"aarch64-darwin\": \"sha256-XqrkmbUjNvcVSoHQlGK75JsxHEcsSrzBplRtx8xNrIU=\", \"aarch64-linux\": \"sha256-XqrkmbUjNvcVSoHQlGK75JsxHEcsSrzBplRtx8xNrIU=\", \"x86_64-darwin\": \"sha256-J3J+gE0nSOnhMEo7mjVLCxdZtaBrWsQHr6xfBdvHamU=\", \"x86_64-linux\": \"sha256-J3J+gE0nSOnhMEo7mjVLCxdZtaBrWsQHr6xfBdvHamU=\" }, \"macos\": { \"aarch64-darwin\": \"sha256-PJ1y+yZEHgB74rJAtnTZKgn6R9m4p5eiwVap6QkLx/Q=\", \"aarch64-linux\": \"sha256-PJ1y+yZEHgB74rJAtnTZKgn6R9m4p5eiwVap6QkLx/Q=\", \"x86_64-darwin\": \"sha256-PJ1y+yZEHgB74rJAtnTZKgn6R9m4p5eiwVap6QkLx/Q=\", \"x86_64-linux\": \"sha256-PJ1y+yZEHgB74rJAtnTZKgn6R9m4p5eiwVap6QkLx/Q=\" }, \"universal\": { \"aarch64-darwin\": \"sha256-GgvIuqvGPjxx6V2Mz1/TK8c6p8Frc3XKbWCgsduFhWU=\", \"aarch64-linux\": \"sha256-SwgsbQECd1uqU11V6jKZ0hf1NZRBiC3xZuIf3cthFz0=\", \"x86_64-darwin\": \"sha256-q8Kn9F1w1zavq/LFvPITaWSRdCkAOKi3olDVoHpeu5g=\", \"x86_64-linux\": \"sha256-iDV57cKmDL0eUqtJ28RO+Xwomzwnaet4g30gVUXv8jY=\" }, \"web\": { \"aarch64-darwin\": \"sha256-mttYf65rooXs3ctkaXrJsz4mGY2t4zqXZZ/R16EoCYw=\", \"aarch64-linux\": \"sha256-mttYf65rooXs3ctkaXrJsz4mGY2t4zqXZZ/R16EoCYw=\", \"x86_64-darwin\": \"sha256-mttYf65rooXs3ctkaXrJsz4mGY2t4zqXZZ/R16EoCYw=\", \"x86_64-linux\": \"sha256-mttYf65rooXs3ctkaXrJsz4mGY2t4zqXZZ/R16EoCYw=\" }, \"windows\": { \"aarch64-darwin\": \"sha256-/ZQwetr5gqhrvLF7/Sl/9mmi9oAg9k3s7poqVk57GIA=\", \"aarch64-linux\": \"sha256-/ZQwetr5gqhrvLF7/Sl/9mmi9oAg9k3s7poqVk57GIA=\", \"x86_64-darwin\": \"sha256-/ZQwetr5gqhrvLF7/Sl/9mmi9oAg9k3s7poqVk57GIA=\", \"x86_64-linux\": \"sha256-/ZQwetr5gqhrvLF7/Sl/9mmi9oAg9k3s7poqVk57GIA=\" } }, \"pubspecLock\": { \"packages\": { \"_fe_analyzer_shared\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"_fe_analyzer_shared\", \"sha256\": \"36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"65.0.0\" }, \"analyzer\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"analyzer\", \"sha256\": \"dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.3.0\" }, \"archive\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"archive\", \"sha256\": \"80e5141fafcb3361653ce308776cfd7d45e6e9fbb429e14eec571382c0c5fecb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.3.2\" }, \"args\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"args\", \"sha256\": \"eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.2\" }, \"async\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"async\", \"sha256\": \"947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.11.0\" }, \"boolean_selector\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"boolean_selector\", \"sha256\": \"6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.1\" }, \"browser_launcher\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"browser_launcher\", \"sha256\": \"6ee4c6b1f68a42e769ef6e663c4f56708522f7bce9d2ab6e308a37b612ffa4ec\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.1\" }, \"built_collection\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"built_collection\", \"sha256\": \"376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.1.1\" }, \"built_value\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"built_value\", \"sha256\": \"c9aabae0718ec394e5bc3c7272e6bb0dc0b32201a08fe185ec1d8401d3e39309\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"8.8.1\" }, \"checked_yaml\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"checked_yaml\", \"sha256\": \"feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.3\" }, \"cli_config\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"cli_config\", \"sha256\": \"65c7830649e1f8247660f1b783effb460255d6e2c1ac94eb823cf1f84e59b288\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.1.2\" }, \"clock\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"clock\", \"sha256\": \"cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.1\" }, \"collection\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"collection\", \"sha256\": \"ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.18.0\" }, \"completion\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"completion\", \"sha256\": \"f11b7a628e6c42b9edc9b0bc3aa490e2d930397546d2f794e8e1325909d11c60\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.1\" }, \"convert\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"convert\", \"sha256\": \"0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.1\" }, \"coverage\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"coverage\", \"sha256\": \"8acabb8306b57a409bf4c83522065672ee13179297a6bb0cb9ead73948df7c76\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.7.2\" }, \"crypto\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"crypto\", \"sha256\": \"ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.3\" }, \"csslib\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"csslib\", \"sha256\": \"706b5707578e0c1b4b7550f64078f0a0f19dec3f50a178ffae7006b0a9ca58fb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.0\" }, \"dap\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"dap\", \"sha256\": \"1dc9a11bc60836b151672d3edb6a56a18383ecf122e56eaf5837b32c81641aeb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.0\" }, \"dds\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"dds\", \"sha256\": \"436bf46d0bf15ec750098fbf4d43e90210873ea615aee14611bfd593ae52ddd8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.0+1\" }, \"dds_service_extensions\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"dds_service_extensions\", \"sha256\": \"c41b86e0c7c496b39d10448f1e4bcd2dbabc29c4cce2bd6d864d57a837ab94b2\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.6.2\" }, \"devtools_shared\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"devtools_shared\", \"sha256\": \"7f173edabb97ac7c7815ae6b08dc18733504e62651eb0ab4216559e173164df1\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.0.3\" }, \"dwds\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"dwds\", \"sha256\": \"7ae2b39e73f959e572fa5efabf3606b0c9863a39067a869ac3ea593ace901280\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"23.0.0+1\" }, \"extension_discovery\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"extension_discovery\", \"sha256\": \"20735622d0763865f9d94c3ecdce4441174530870760253e9d364fb4f3da8688\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.0\" }, \"fake_async\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"fake_async\", \"sha256\": \"511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.3.1\" }, \"file\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"file\", \"sha256\": \"5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"7.0.0\" }, \"file_testing\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"file_testing\", \"sha256\": \"0aaadb4025bd350403f4308ad6c4cea953278d9407814b8342558e4946840fb5\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.0\" }, \"fixnum\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"fixnum\", \"sha256\": \"25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.0\" }, \"flutter_template_images\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"flutter_template_images\", \"sha256\": \"fd3e55af73c577b9e3f88d4080d3e366cb5c8ef3fbd50b94dfeca56bb0235df6\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.2.0\" }, \"frontend_server_client\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"frontend_server_client\", \"sha256\": \"408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.2.0\" }, \"glob\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"glob\", \"sha256\": \"0e7014b3b7d4dac1ca4d6114f82bf1782ee86745b9b42a92c9289c23d8a0ab63\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.2\" }, \"graphs\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"graphs\", \"sha256\": \"aedc5a15e78fc65a6e23bcd927f24c64dd995062bcd1ca6eda65a3cff92a4d19\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.3.1\" }, \"html\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"html\", \"sha256\": \"3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.15.4\" }, \"http\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"http\", \"sha256\": \"5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.13.6\" }, \"http_multi_server\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"http_multi_server\", \"sha256\": \"97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.2.1\" }, \"http_parser\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"http_parser\", \"sha256\": \"2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.0.2\" }, \"intl\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"intl\", \"sha256\": \"3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.18.1\" }, \"io\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"io\", \"sha256\": \"2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.4\" }, \"js\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"js\", \"sha256\": \"f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.6.7\" }, \"json_annotation\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"json_annotation\", \"sha256\": \"b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.8.1\" }, \"json_rpc_2\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"json_rpc_2\", \"sha256\": \"5e469bffa23899edacb7b22787780068d650b106a21c76db3c49218ab7ca447e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.2\" }, \"logging\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"logging\", \"sha256\": \"623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.0\" }, \"matcher\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"matcher\", \"sha256\": \"d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.12.16+1\" }, \"meta\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"meta\", \"sha256\": \"d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.11.0\" }, \"mime\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"mime\", \"sha256\": \"e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.4\" }, \"multicast_dns\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"multicast_dns\", \"sha256\": \"316cc47a958d4bd3c67bd238fe8b44fdfb6133bad89cb191c0c3bd3edb14e296\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.3.2+6\" }, \"mustache_template\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"mustache_template\", \"sha256\": \"a46e26f91445bfb0b60519be280555b06792460b27b19e2b19ad5b9740df5d1c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.0\" }, \"native_assets_builder\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"native_assets_builder\", \"sha256\": \"15076b8010eb1ab2a01c1b4bee6abd0174f40f2151406466119b69b398071df4\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.3.0\" }, \"native_assets_cli\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"native_assets_cli\", \"sha256\": \"3119600043214157fb54f4ef05717a82a7858f35625fe767799c60f3039361c8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.3.2\" }, \"native_stack_traces\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"native_stack_traces\", \"sha256\": \"c797830b9910d13b0f4e70ddef15cde034214fe3bdb8092c4ea5ffad2f74013f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.5.6\" }, \"node_preamble\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"node_preamble\", \"sha256\": \"6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.0.2\" }, \"package_config\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"package_config\", \"sha256\": \"1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.0\" }, \"path\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"path\", \"sha256\": \"087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.9.0\" }, \"petitparser\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"petitparser\", \"sha256\": \"c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.0.2\" }, \"platform\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"platform\", \"sha256\": \"12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.4\" }, \"pool\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"pool\", \"sha256\": \"20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.5.1\" }, \"process\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"process\", \"sha256\": \"21e54fd2faf1b5bdd5102afd25012184a6793927648ea81eea80552ac9405b32\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.0.2\" }, \"pub_semver\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"pub_semver\", \"sha256\": \"40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.4\" }, \"pubspec_parse\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"pubspec_parse\", \"sha256\": \"c63b2876e58e194e4b0828fcb080ad0e06d051cb607a6be51a9e084f47cb9367\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.3\" }, \"shelf\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"shelf\", \"sha256\": \"ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.4.1\" }, \"shelf_packages_handler\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"shelf_packages_handler\", \"sha256\": \"89f967eca29607c933ba9571d838be31d67f53f6e4ee15147d5dc2934fee1b1e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.2\" }, \"shelf_proxy\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"shelf_proxy\", \"sha256\": \"a71d2307f4393211930c590c3d2c00630f6c5a7a77edc1ef6436dfd85a6a7ee3\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.4\" }, \"shelf_static\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"shelf_static\", \"sha256\": \"a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.2\" }, \"shelf_web_socket\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"shelf_web_socket\", \"sha256\": \"9ca081be41c60190ebcb4766b2486a7d50261db7bd0f5d9615f2d653637a84c1\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.4\" }, \"source_map_stack_trace\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"source_map_stack_trace\", \"sha256\": \"84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.1\" }, \"source_maps\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"source_maps\", \"sha256\": \"708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.10.12\" }, \"source_span\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"source_span\", \"sha256\": \"53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.10.0\" }, \"sse\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"sse\", \"sha256\": \"8168874cdbd42c36ea118ba9f88a656ad97f604f28c976c61cb6d5b281c5319c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.1.4\" }, \"stack_trace\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"stack_trace\", \"sha256\": \"73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.11.1\" }, \"standard_message_codec\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"standard_message_codec\", \"sha256\": \"fc7dd712d191b7e33196a0ecf354c4573492bb95995e7166cb6f73b047f9cae0\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.0.1+4\" }, \"stream_channel\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"stream_channel\", \"sha256\": \"ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.2\" }, \"string_scanner\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"string_scanner\", \"sha256\": \"556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.0\" }, \"sync_http\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"sync_http\", \"sha256\": \"7f0cd72eca000d2e026bcd6f990b81d0ca06022ef4e32fb257b30d3d1014a961\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.3.1\" }, \"term_glyph\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"term_glyph\", \"sha256\": \"a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.1\" }, \"test\": { \"dependency\": \"direct dev\", \"description\": { \"name\": \"test\", \"sha256\": \"a1f7595805820fcc05e5c52e3a231aedd0b72972cb333e8c738a8b1239448b6f\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.24.9\" }, \"test_api\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"test_api\", \"sha256\": \"5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.6.1\" }, \"test_core\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"test_core\", \"sha256\": \"a757b14fc47507060a162cc2530d9a4a2f92f5100a952c7443b5cad5ef5b106a\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.5.9\" }, \"typed_data\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"typed_data\", \"sha256\": \"facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.3.2\" }, \"unified_analytics\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"unified_analytics\", \"sha256\": \"fbcb0ad896a15c1ddea7ec45e8bfc92a894490e5792e07b74b2e6e992f4c77f8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"5.8.0\" }, \"usage\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"usage\", \"sha256\": \"0bdbde65a6e710343d02a56552eeaefd20b735e04bfb6b3ee025b6b22e8d0e15\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"4.1.1\" }, \"uuid\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"uuid\", \"sha256\": \"648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.7\" }, \"vm_service\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"vm_service\", \"sha256\": \"b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"13.0.0\" }, \"vm_service_interface\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"vm_service_interface\", \"sha256\": \"a1897b14842d58ca75de00ccaec6d0bdc9806b4c3560d781ef61dc6851a66f76\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.0.0\" }, \"vm_snapshot_analysis\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"vm_snapshot_analysis\", \"sha256\": \"5a79b9fbb6be2555090f55b03b23907e75d44c3fd7bdd88da09848aa5a1914c8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.7.6\" }, \"watcher\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"watcher\", \"sha256\": \"3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.1.0\" }, \"web\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"web\", \"sha256\": \"edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"0.4.0\" }, \"web_socket_channel\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"web_socket_channel\", \"sha256\": \"045ec2137c27bf1a32e6ffa0e734d532a6677bf9016a0d1a406c54e499ff945b\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.4.1\" }, \"webdriver\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"webdriver\", \"sha256\": \"003d7da9519e1e5f329422b36c4dcdf18d7d2978d1ba099ea4e45ba490ed845e\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.0.3\" }, \"webkit_inspection_protocol\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"webkit_inspection_protocol\", \"sha256\": \"87d3f2333bb240704cd3f1c6b5b7acd8a10e7f0bc28c28dcf14e782014f4a572\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"1.2.1\" }, \"xml\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"xml\", \"sha256\": \"b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"6.5.0\" }, \"yaml\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"yaml\", \"sha256\": \"75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"3.1.2\" }, \"yaml_edit\": { \"dependency\": \"direct main\", \"description\": { \"name\": \"yaml_edit\", \"sha256\": \"1579d4a0340a83cf9e4d580ea51a16329c916973bffd5bd4b45e911b25d46bfd\", \"url\": \"https://pub.dev\" }, \"source\": \"hosted\", \"version\": \"2.1.1\" } }, \"sdks\": { \"dart\": \">=3.3.0-91.0.dev <4.0.0\" } } } "} {"_id":"doc-en-nixpkgs-2343771c2b97b7807f33953785d92df48f7c144ae39ce7544232f22552a11028","title":"","text":" diff --git a/bin/internal/shared.sh b/bin/internal/shared.sh index 75d9d3013e..657ad3cb78 100644 --- a/bin/internal/shared.sh +++ b/bin/internal/shared.sh @@ -245,7 +245,7 @@ function shared::execute() { # and will corrupt each others' downloads. # # SHARED_NAME itself is prepared by the caller script. - upgrade_flutter 7< \"$SHARED_NAME\" + # upgrade_flutter 7< \"$SHARED_NAME\" BIN_NAME=\"$(basename \"$PROG_NAME\")\" case \"$BIN_NAME\" in "} {"_id":"doc-en-nixpkgs-d9cf303d0ff58dfee926f5e783affbb167505c3caea365953536a8f1c83042f7","title":"","text":"flutterPackages = recurseIntoAttrs (callPackage ../development/compilers/flutter { }); flutter = flutterPackages.stable; flutter319 = flutterPackages.v3_19; flutter316 = flutterPackages.v3_16; flutter313 = flutterPackages.v3_13;"} {"_id":"doc-en-nixpkgs-dc33a13ba79cf124e9e514c09dd6ccde48aa9f6ad3de0a04121a11ce225b1efb","title":"","text":"\"network-online.target\" \"lxcfs.service\" \"incus.socket\" ]; ] ++ lib.optional config.virtualisation.vswitch.enable \"ovs-vswitchd.service\"; requires = [ \"lxcfs.service\" \"incus.socket\" ]; ] ++ lib.optional config.virtualisation.vswitch.enable \"ovs-vswitchd.service\"; wants = [ \"network-online.target\" ]; path = lib.mkIf config.boot.zfs.enabled [ path = lib.optional config.boot.zfs.enabled [ config.boot.zfs.package \"${config.boot.zfs.package}/lib/udev\" ]; ] ++ lib.optional config.virtualisation.vswitch.enable config.virtualisation.vswitch.package; environment = lib.mkMerge [ { # Override Path to the LXC template configuration directory"} {"_id":"doc-en-nixpkgs-1e6ab7b6d2da7cecaa73c3d2fb2ecd9b71ea889e3ad3c855f7668bb1708ebf5c","title":"","text":"boot.initrd.systemd.enable = true; }; }; lxd-to-incus = import ./lxd-to-incus.nix { inherit system pkgs; }; openvswitch = import ./openvswitch.nix { inherit system pkgs; }; preseed = import ./preseed.nix { inherit system pkgs; }; socket-activated = import ./socket-activated.nix { inherit system pkgs; }; ui = import ./ui.nix {inherit system pkgs;};"} {"_id":"doc-en-nixpkgs-75c3e8df2c34fb92ad4aa16f3140273b9dbbd47dd43fc0e722643dfc785315d3","title":"","text":" import ../make-test-python.nix ({ pkgs, lib, ... } : { name = \"incus-openvswitch\"; meta = { maintainers = lib.teams.lxc.members; }; nodes.machine = { lib, ... }: { virtualisation = { incus.enable = true; vswitch.enable = true; incus.preseed = { networks = [ { name = \"nixostestbr0\"; type = \"bridge\"; config = { \"bridge.driver\" = \"openvswitch\"; \"ipv4.address\" = \"10.0.100.1/24\"; \"ipv4.nat\" = \"true\"; }; } ]; profiles = [ { name = \"nixostest_default\"; devices = { eth0 = { name = \"eth0\"; network = \"nixostestbr0\"; type = \"nic\"; }; root = { path = \"/\"; pool = \"default\"; size = \"35GiB\"; type = \"disk\"; }; }; } ]; storage_pools = [ { name = \"nixostest_pool\"; driver = \"dir\"; } ]; }; }; networking.nftables.enable = true; }; testScript = '' machine.wait_for_unit(\"incus.service\") machine.wait_for_unit(\"incus-preseed.service\") with subtest(\"Verify openvswitch bridge\"): machine.succeed(\"incus network info nixostestbr0\") with subtest(\"Verify openvswitch bridge\"): machine.succeed(\"ovs-vsctl br-exists nixostestbr0\") ''; }) "} {"_id":"doc-en-nixpkgs-5baa2e87372c7fa457e541fb7bbf2b5520c514e826c5ec45d425601e3c63701b","title":"","text":"{ lib , stdenv , fetchzip , fetchurl , makeDesktopItem , copyDesktopItems , buildFHSEnv , alsa-lib , freetype"} {"_id":"doc-en-nixpkgs-7b9c1346dce3bbe5c0ef5185664feb7feb5735ee31efd548f24876eba478d4a2","title":"","text":"let pname = \"decent-sampler\"; version = \"1.9.4\"; version = \"1.10.0\"; icon = fetchurl { url = \"https://archive.org/download/ds-256/DS256.png\"; hash = \"sha256-SV8zY5QJ6uRSrLuGTmT1zwGoIIXCV9GD2ZNiqK+i1Bc=\"; }; decent-sampler = stdenv.mkDerivation { inherit pname version; src = fetchzip { # dropbox link: https://www.dropbox.com/sh/dwyry6xpy5uut07/AABBJ84bjTTSQWzXGG5TOQpfa # dropbox links: https://www.dropbox.com/sh/dwyry6xpy5uut07/AABBJ84bjTTSQWzXGG5TOQpfa url = \"https://archive.org/download/decent-sampler-linux-static-download-mirror/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz\"; hash = \"sha256-lTp/mukCwLNyeTcBT68eqa7aD0o11Bylbd93A5VCILU=\"; hash = \"sha256-KYCf/F2/ziuXDHim4FPZQBARiSywvQDJBzKbHua+3SM=\"; }; nativeBuildInputs = [ copyDesktopItems ]; desktopItems = [ (makeDesktopItem { type = \"Application\"; name = \"decent-sampler\"; desktopName = \"Decent Sampler\"; comment = \"DecentSampler player\"; icon = \"decent-sampler\"; exec = \"decent-sampler\"; categories = [ \"Audio\" \"AudioVideo\" ]; }) ]; installPhase = '' runHook preInstall install -Dm755 DecentSampler $out/bin/decent-sampler install -Dm755 DecentSampler.so -t $out/lib/vst install -d \"$out/lib/vst3\" && cp -r \"DecentSampler.vst3\" $out/lib/vst3 install -Dm444 ${icon} $out/share/pixmaps/decent-sampler.png runHook postInstall '';"} {"_id":"doc-en-nixpkgs-b6c82185334afea7184d6ef82611b04a4436951fcd5dc9d2dba333850c2dbdbd","title":"","text":"in buildFHSEnv { inherit pname version; inherit (decent-sampler) pname version; targetPkgs = pkgs: [ alsa-lib"} {"_id":"doc-en-nixpkgs-e89e1a13a1a2f48a579b3e8b21b5c7b8c0ce60dd606b3b15c9c8ea860bd9bccb","title":"","text":"runScript = \"decent-sampler\"; extraInstallCommands = '' cp -r ${decent-sampler}/lib $out/lib cp -r ${decent-sampler}/share $out/share ''; meta = with lib; { description = \"An audio sample player\"; longDescription = ''"} {"_id":"doc-en-nixpkgs-3a853359b4d8fecdbc1dccb9b86c98e19b0b6012cf2d1bc77281c3f3d8af3f9e","title":"","text":"{ lib , buildPythonPackage , cairocffi , cython , cython_3 , fetchPypi , igraph , leidenalg"} {"_id":"doc-en-nixpkgs-d891775870b7eb60f86eed00240ee7939a5f520288447caf0593912cf1e109a7","title":"","text":", poetry-core , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , scipy , setuptools , spacy"} {"_id":"doc-en-nixpkgs-bd5d46fbab7850767d1cb853be7777185eba9b3f25de16b1c9697e6a3510b340","title":"","text":"buildPythonPackage rec { pname = \"textnets\"; version = \"0.9.3\"; version = \"0.9.4\"; format = \"pyproject\"; disabled = pythonOlder \"3.8\"; src = fetchPypi { inherit pname version; hash = \"sha256-fx2S43IqpSMsfJow26jB/D27dyUFQ1PlXP1rbUIZPPQ=\"; hash = \"sha256-4154ytzo1QpwhKA1BkVMss9fNIkysnClW/yfSVlX33M=\"; }; nativeBuildInputs = [ cython pythonRelaxDepsHook cython_3 poetry-core setuptools ]; pythonRelaxDeps = [ \"igraph\" \"leidenalg\" ]; propagatedBuildInputs = [ cairocffi igraph"} {"_id":"doc-en-nixpkgs-c64de6f8cf085030bc3c5db66d65bc87159eab5b32c92b4397a3d1ad76b575cb","title":"","text":"\"textnets\" ]; # Enables the package to find the cythonized .so files during testing. See #255262 preCheck = '' rm -r textnets ''; disabledTests = [ # Test fails: A warning is triggered because of a deprecation notice by pandas. # TODO: Try to re-enable it when pandas is updated to 2.1.1 \"test_corpus_czech\" # Test fails: Throws a UserWarning asking the user to install `textnets[fca]`. \"test_context\" ]; meta = with lib; {"} {"_id":"doc-en-nixpkgs-102c76f37b2c85fb58072635f5dcb0c6b3092a53a4ebb612cfc553e1215d89b8","title":"","text":"serviceConfig = { User = \"searx\"; Group = \"searx\"; ExecStart = \"${cfg.package}/bin/searx-run\"; ExecStart = lib.getExe cfg.package; } // optionalAttrs (cfg.environmentFile != null) { EnvironmentFile = builtins.toPath cfg.environmentFile; }; environment = {"} {"_id":"doc-en-nixpkgs-fe286086b78299de21a20003f557b403d3ba39607a3fc8b3eaadf9270606de04","title":"","text":"}; # fancy setup: run in uWSGI and use nginx as proxy nodes.fancy = { ... }: { nodes.fancy = { config, ... }: { imports = [ ../modules/profiles/minimal.nix ]; services.searx = {"} {"_id":"doc-en-nixpkgs-3dfd362d8029a4649c8f84a4b320c5ba17d67395ba9c55e2e57a5623b7146970","title":"","text":"include ${pkgs.nginx}/conf/uwsgi_params; uwsgi_pass unix:/run/searx/uwsgi.sock; ''; locations.\"/searx/static/\".alias = \"${pkgs.searx}/share/static/\"; locations.\"/searx/static/\".alias = \"${config.services.searx.package}/share/static/\"; }; # allow nginx access to the searx socket"} {"_id":"doc-en-nixpkgs-c3f491223c5e6ae8a0272bdb323e60b88669c5629dd8f22cc7837c966be50862","title":"","text":"\"${pkgs.curl}/bin/curl --fail http://localhost/searx >&2\" ) fancy.succeed( \"${pkgs.curl}/bin/curl --fail http://localhost/searx/static/themes/oscar/js/bootstrap.min.js >&2\" \"${pkgs.curl}/bin/curl --fail http://localhost/searx/static/themes/simple/js/leaflet.js >&2\" ) ''; })"} {"_id":"doc-en-nixpkgs-79eb098b029ae34327f48a9aca56c359606e4346a4a6a081e0b7c18085446163","title":"","text":"homepage = \"https://github.com/searxng/searxng\"; description = \"A fork of Searx, a privacy-respecting, hackable metasearch engine\"; license = licenses.agpl3Plus; mainProgram = \"searxng-run\"; maintainers = with maintainers; [ SuperSandro2000 _999eagle ]; }; })"} {"_id":"doc-en-nixpkgs-2303fe3913be810cde8f54971170340f00ed39dbca1c20b693f6a116bdcd448d","title":"","text":"''; }; grammarly-languageserver = prev.grammarly-languageserver.override (old: { meta = old.meta // { # requires EOL Node.js 16 # https://github.com/znck/grammarly/issues/334 broken = true; }; }); graphql-language-service-cli = prev.graphql-language-service-cli.override { nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ]; postInstall = ''"} {"_id":"doc-en-nixpkgs-ddf81db670a69789e15bd55c0cf7bce4f5c07e766fd0ee195a57d2a670838a4c","title":"","text":"Thanks a lot if you do! List of open PRs: https://github.com/NixOS/nixpkgs/pulls Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions Reviewing guidelines: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#reviewing-contributions --> ---"} {"_id":"doc-en-nixpkgs-fb18268f269e0aaa9939af63c10fef2ae671fdfa17c7e953adb1db762cdb9f74","title":"","text":" { lib , stdenv , fetchFromGitHub , cmake , pkg-config , cairo , hyprlang , librsvg , libzip , nix-update-script }: stdenv.mkDerivation (finalAttrs: { pname = \"hyprcursor\"; version = \"0.1.4\"; src = fetchFromGitHub { owner = \"hyprwm\"; repo = \"hyprcursor\"; rev = \"refs/tags/v${finalAttrs.version}\"; hash = \"sha256-m5I69a5t+xXxNMQrFuzKgPR6nrFiWDEDnEqlVwTy4C4=\"; }; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ cairo hyprlang librsvg libzip ]; outputs = [ \"out\" \"dev\" \"lib\" ]; passthru.updateScript = nix-update-script { }; meta = { homepage = \"https://github.com/hyprwm/hyprcursor\"; description = \"The hyprland cursor format, library and utilities\"; changelog = \"https://github.com/hyprwm/hyprcursor/releases/tag/v${finalAttrs.version}\"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ iynaix ]; mainProgram = \"hyprcursor-util\"; platforms = lib.platforms.linux; }; }) "} {"_id":"doc-en-nixpkgs-6a27a9e1fb46b5f0a5af49bc8ca50635a3f0deadb91ad2788081b10885172194","title":"","text":"import ./generic.nix ( rec { version = \"3.4.2\"; version = \"3.4.4\"; testing = false; preConfigure = ''"} {"_id":"doc-en-nixpkgs-e00dc59845e74ab8e99262056dcb40aa53278eb0e8c5a41d19bdea9358415807","title":"","text":"src = fetchurl { url = \"mirror://kernel/linux/kernel/v3.x/${if testing then \"testing/\" else \"\"}linux-${version}.tar.xz\"; sha256 = \"0pd96g1qcp2wgdnvk79hljjrpr6xjk0159lks47n181a3yirzf4x\"; sha256 = \"0l4h7amhsmgpnii8rgwi32nd7ajsifk2xckjd39pfzwdifacw5yw\"; }; config = configWithPlatform stdenv.platform;"} {"_id":"doc-en-nixpkgs-2f539d2bea5bc91d27c016e69a5c301982ab1de0690496dfa989dc807489c559","title":"","text":", gccForLibs ? if useCcForLibs then cc else null , fortify-headers ? null , includeFortifyHeaders ? null # https://github.com/NixOS/nixpkgs/issues/295322 # should -march flag be used , disableMarch ? false }: with lib;"} {"_id":"doc-en-nixpkgs-aded372ee0a9489d3116bb00570f4bf135276210936bfd47bd030ed5f07f8946","title":"","text":"# TODO: aarch64-darwin has mcpu incompatible with gcc + optionalString ((targetPlatform ? gcc.arch) && !isClang && !(stdenv.isDarwin && stdenv.isAarch64) && isGccArchSupported targetPlatform.gcc.arch) '' isGccArchSupported targetPlatform.gcc.arch && !disableMarch) '' echo \"-march=${targetPlatform.gcc.arch}\" >> $out/nix-support/cc-cflags-before ''"} {"_id":"doc-en-nixpkgs-2909b03a1e3a2f2c91eb346b27da85bb0e264e83c5480567d8a49439bc90ec7a","title":"","text":"+ optionalString isClang '' # Escape twice: once for this script, once for the one it gets substituted into. export march=${lib.escapeShellArg (lib.optionalString (targetPlatform ? gcc.arch) (lib.optionalString (targetPlatform ? gcc.arch && !disableMarch) (lib.escapeShellArg \"-march=${targetPlatform.gcc.arch}\"))} export defaultTarget=${targetPlatform.config} substituteAll ${./add-clang-cc-cflags-before.sh} $out/nix-support/add-local-cc-cflags-before.sh"} {"_id":"doc-en-nixpkgs-0d676b211605ce6a0e5e4abf471d85ce972556082ef8df2e14be702f6ce50fb1","title":"","text":"# # The following selects the correct Clang version, matching the version # used in Swift, and applies the same libc overrides as `apple_sdk.stdenv`. clang = if pkgs.stdenv.isDarwin clang = let # https://github.com/NixOS/nixpkgs/issues/295322 clangNoMarch = swiftLlvmPackages.clang.override { disableMarch = true; }; in if pkgs.stdenv.isDarwin then swiftLlvmPackages.clang.override rec { clangNoMarch.override rec { libc = apple_sdk.Libsystem; bintools = pkgs.bintools.override { inherit libc; }; # Ensure that Swift’s internal clang uses the same libc++ and libc++abi as the"} {"_id":"doc-en-nixpkgs-a37d745354540f826f8bb6a955ab2551688fbfeb938f9c57038b83ab5d679902","title":"","text":"]; } else swiftLlvmPackages.clang; clangNoMarch; # Overrides that create a useful environment for swift packages, allowing # packaging with `swiftPackages.callPackage`. These are similar to"} {"_id":"doc-en-nixpkgs-2d94f7a59229ca413aa5ffaf4bba663b259d0672eea1a477390d10eccd7a4e0b","title":"","text":", gccForLibs ? if useCcForLibs then cc else null , fortify-headers ? null , includeFortifyHeaders ? null # https://github.com/NixOS/nixpkgs/issues/295322 # should -march flag be used , disableMarch ? false }: assert nativeTools -> !propagateDoc && nativePrefix != \"\";"} {"_id":"doc-en-nixpkgs-0d16af2e42cb36eee2744e5c48b6dc6556905037f5f893459b067adabc94f9ed","title":"","text":"# TODO: aarch64-darwin has mcpu incompatible with gcc + optionalString ((targetPlatform ? gcc.arch) && !isClang && !(stdenv.isDarwin && stdenv.isAarch64) && isGccArchSupported targetPlatform.gcc.arch && !disableMarch) '' isGccArchSupported targetPlatform.gcc.arch) '' echo \"-march=${targetPlatform.gcc.arch}\" >> $out/nix-support/cc-cflags-before ''"} {"_id":"doc-en-nixpkgs-8bd0b3d89993dff5ebed4c198ed9b38df573a5e602ea04fccbb2808fe3742e28","title":"","text":"+ optionalString isClang '' # Escape twice: once for this script, once for the one it gets substituted into. export march=${escapeShellArg (optionalString (targetPlatform ? gcc.arch && !disableMarch) (optionalString (targetPlatform ? gcc.arch) (escapeShellArg \"-march=${targetPlatform.gcc.arch}\"))} export defaultTarget=${targetPlatform.config} substituteAll ${./add-clang-cc-cflags-before.sh} $out/nix-support/add-local-cc-cflags-before.sh"} {"_id":"doc-en-nixpkgs-be57a3205726b7263f66856a895a00106b207e004dad51ca08c77142c612e57d","title":"","text":"# # The following selects the correct Clang version, matching the version # used in Swift, and applies the same libc overrides as `apple_sdk.stdenv`. clang = let # https://github.com/NixOS/nixpkgs/issues/295322 clangNoMarch = swiftLlvmPackages.clang.override { disableMarch = true; }; in if pkgs.stdenv.isDarwin clang = if pkgs.stdenv.isDarwin then clangNoMarch.override rec { swiftLlvmPackages.clang.override rec { libc = apple_sdk.Libsystem; bintools = pkgs.bintools.override { inherit libc; }; # Ensure that Swift’s internal clang uses the same libc++ and libc++abi as the"} {"_id":"doc-en-nixpkgs-cf1bbe4aa22750347179a6ced326fee2e0d17ccf8421cfcc965750c0723c9a95","title":"","text":"inherit (llvmPackages) libcxx; } else clangNoMarch; swiftLlvmPackages.clang; # Overrides that create a useful environment for swift packages, allowing # packaging with `swiftPackages.callPackage`. These are similar to"} {"_id":"doc-en-nixpkgs-83e5be9a48b8aceaa5220eb35a698842d272965e2b5f0d5576b8fb63193af512","title":"","text":"source $cc_wrapper/nix-support/add-local-cc-cflags-before.sh fi # May need to transform the triple injected by the above. for ((i = 1; i < ${#extraBefore[@]}; i++)); do if [[ \"${extraBefore[i]}\" = -target ]]; then for ((i=0; i < ${#extraBefore[@]}; i++));do case \"${extraBefore[i]}\" in -target) i=$((i + 1)) # On Darwin only, need to change 'aarch64' to 'arm64'. extraBefore[i]=\"${extraBefore[i]/aarch64-apple-/arm64-apple-}\" # On Darwin, Swift requires the triple to be annotated with a version. # TODO: Assumes macOS. extraBefore[i]=\"${extraBefore[i]/-apple-darwin/-apple-macosx${MACOSX_DEPLOYMENT_TARGET:-11.0}}\" break fi ;; -march=*) [[ i -gt 0 && ${extraBefore[i-1]} == -Xcc ]] && continue extraBefore=( \"${extraBefore[@]:0:i}\" -Xcc \"${extraBefore[@]:i:${#extraBefore[@]}}\" ) i=$((i + 1)) ;; esac done # As a very special hack, if the arguments are just `-v', then don't"} {"_id":"doc-en-nixpkgs-be0cf6a03654e68c14d4b78a31895c6e69084ffa57acbc7f43c58532b69628e4","title":"","text":"fingerprint = \"E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F\"; }]; }; mksafavi = { name = \"MK Safavi\"; email = \"mksafavi@gmail.com\"; github = \"mksafavi\"; githubId = 50653293; }; mktip = { email = \"mo.issa.ok+nix@gmail.com\"; github = \"mktip\";"} {"_id":"doc-en-nixpkgs-2ca9f2e854a5f38ec196c750e50c415692df6cbff8acac9f36c288fdad05ed2c","title":"","text":" { lib , stdenv , fetchFromGitLab , meson , ninja , pkg-config , gst_all_1 , wrapGAppsHook4 , appstream-glib , gtk4 , libadwaita , desktop-file-utils , libGL }: stdenv.mkDerivation rec { pname = \"livi\"; version = \"0.0.6\"; src = fetchFromGitLab { owner = \"guidog\"; repo = \"livi\"; domain = \"gitlab.gnome.org\"; rev = \"v${version}\"; sha256 = \"sha256-DaIbBCJT4Da5noW6Q5z1yzTZ256HNqrvdXgwSY7p/D8=\"; }; nativeBuildInputs = [ meson ninja pkg-config wrapGAppsHook4 appstream-glib desktop-file-utils ]; buildInputs = [ gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gtk4 libadwaita libGL ]; strictDeps = true; meta = with lib; { homepage = \"https://gitlab.gnome.org/guidog/livi\"; description = \"A small video player targeting mobile devices (also named μPlayer)\"; license = licenses.gpl3Plus; platforms = platforms.linux; mainProgram = \"livi\"; maintainers = with maintainers; [ mksafavi ]; }; } "} {"_id":"doc-en-nixpkgs-5a3cb4a74ba7cf4d7aaf9040f2897c8e1b0723f8abb6e6c937350e01e833a637","title":"","text":" { lib , mpv-unwrapped , ocl-icd , ... { lib, mpv-unwrapped, ocl-icd, }: mpv-unwrapped.wrapper {"} {"_id":"doc-en-nixpkgs-1de70e7cf1701f860c1cb5e9e4138cae1a8d9abbea55f0cb6fb56afa03d25c63","title":"","text":" { stdenv , buildFHSEnv , writeShellScriptBin , fetchurl , callPackage , makeDesktopItem , copyDesktopItems , ffmpeg , glibc , jq , lib , libmediainfo , libsForQt5 , libusb1 , ocl-icd , p7zip , patchelf , socat , vapoursynth , xdg-utils , xorg , zenity { stdenv, buildFHSEnv, writeShellScriptBin, fetchurl, callPackage, makeDesktopItem, copyDesktopItems, ffmpeg, glibc, jq, lib, libmediainfo, libsForQt5, libusb1, ocl-icd, p7zip, patchelf, socat, vapoursynth, xdg-utils, xorg, zenity, }: let mpvForSVP = callPackage ./mpv.nix { };"} {"_id":"doc-en-nixpkgs-f7f9e885cf807ff949a0c74e0f6ecaa658d940d65df6ac0c4795c5dcdd20f643","title":"","text":"svp-dist = stdenv.mkDerivation rec { pname = \"svp-dist\"; version = \"4.5.210-2\"; version = \"4.6.263\"; src = fetchurl { url = \"https://www.svp-team.com/files/svp4-linux.${version}.tar.bz2\"; hash = \"sha256-dY9uQ9jzTHiN2XSnOrXtHD11IIJW6t9BUzGGQFfZ+yg=\"; sha256 = \"sha256-HyRDVFHVmTan/Si3QjGQpC3za30way10d0Hk79oXG98=\"; }; nativeBuildInputs = [ p7zip patchelf ]; nativeBuildInputs = [ p7zip patchelf ]; dontFixup = true; unpackPhase = ''"} {"_id":"doc-en-nixpkgs-8d36e0288779376c9aaee1273e676858f2d5db46ab229e31d631703e07548682","title":"","text":"desktopName = \"SVP 4 Linux\"; genericName = \"Real time frame interpolation\"; icon = \"svp-manager4\"; categories = [ \"AudioVideo\" \"Player\" \"Video\" ]; mimeTypes = [ \"video/x-msvideo\" \"video/x-matroska\" \"video/webm\" \"video/mpeg\" \"video/mp4\" ]; categories = [ \"AudioVideo\" \"Player\" \"Video\" ]; mimeTypes = [ \"video/x-msvideo\" \"video/x-matroska\" \"video/webm\" \"video/mpeg\" \"video/mp4\" ]; terminal = false; startupNotify = true; }) ]; meta = with lib; { mainProgram = \"SVPManager\"; description = \"SmoothVideo Project 4 (SVP4) converts any video to 60 fps (and even higher) and performs this in real time right in your favorite video player\"; homepage = \"https://www.svp-team.com/wiki/SVP:Linux\"; platforms = [ \"x86_64-linux\" ];"} {"_id":"doc-en-nixpkgs-de310b88d64fa188174eb43f4c5c0ab796f2577241d821601c5dda8f5a65a537","title":"","text":"description = \"TUI and CLI for the BitTorrent client Transmission\"; homepage = \"https://github.com/rndusr/stig\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ doronbehar ]; # Too many broken tests, and it fails to launch broken = true; maintainers = with maintainers; [ ]; }; }"} {"_id":"doc-en-nixpkgs-aadcaa1a47d0bd19280ccebecccc64464fc4d33a9f209938be02673436f3c986","title":"","text":"{ lib , stdenv , fetchFromGitHub , python310Packages , testers"} {"_id":"doc-en-nixpkgs-f161d15c7d91efbf8ad17d782f62aff9540fe6a184fec55cb1da6142486b4f0f","title":"","text":"pname = \"stig\"; # This project has a different concept for pre release / alpha, # Read the project's README for details: https://github.com/rndusr/stig#stig version = \"0.12.8a0\"; version = \"0.12.10a0\"; src = fetchFromGitHub { owner = \"rndusr\"; repo = \"stig\"; rev = \"v${version}\"; sha256 = \"sha256-vfmuA6DqWvAygcS6N+qX1h+Ag+P4eOwm41DhAFZR3r8=\"; sha256 = \"sha256-lSFI4/DxWl17KFgLXZ7c5nW/e5IUGN7s8Gm6wTM5ZWg=\"; }; propagatedBuildInputs = with python310Packages; ["} {"_id":"doc-en-nixpkgs-792b769ac3dab775da4729501af0c1e19bdcc4ae0163a95d8f786fdf7b668d52","title":"","text":"version = \"stig version ${version}\"; }; # https://github.com/rndusr/stig/issues/214#issuecomment-1995651219 dontUsePytestCheck = true; meta = with lib; { description = \"TUI and CLI for the BitTorrent client Transmission\"; homepage = \"https://github.com/rndusr/stig\"; license = licenses.gpl3Plus; # Too many broken tests, and it fails to launch broken = true; maintainers = with maintainers; [ ]; }; }"} {"_id":"doc-en-nixpkgs-39ed4d6b6bdde0eb534c34f89e05b77dd04fd0057afd9c72457da4172e1ca3bb","title":"","text":", enableQt ? true , callPackage , qtwayland , fetchPypi }: let version = \"4.5.3\"; version = \"4.5.4\"; python = python3.override { self = python; packageOverrides = self: super: { # Pin ledger-bitcoin to 0.2.1 ledger-bitcoin = super.ledger-bitcoin.overridePythonAttrs (oldAttrs: rec { version = \"0.2.1\"; format = \"pyproject\"; src = fetchPypi { pname = \"ledger_bitcoin\"; inherit version; hash = \"sha256-AWl/q2MzzspNIo6yf30S92PgM/Ygsb+1lJsg7Asztso=\"; }; }); }; }; libsecp256k1_name = if stdenv.isLinux then \"libsecp256k1.so.{v}\""} {"_id":"doc-en-nixpkgs-3055ae46192fcb99fd8b0b5354b6d058c2484d763c5f45f50cd7387a1aef638a","title":"","text":"owner = \"spesmilo\"; repo = \"electrum\"; rev = version; sha256 = \"sha256-Lr6ynHAbyaiaxYAWU5j5Wh5acxO5HkP1/jpnFrL4j68=\"; sha256 = \"sha256-fDu2PlEQOF7ftlS6dYw15S2XiAx+D/bng4zC9ELj6uk=\"; postFetch = '' mv $out ./all"} {"_id":"doc-en-nixpkgs-ff0b706e889dbc067e31538b2e3a27b6617914e35c6b9792ad7e33019558cab2","title":"","text":"in python3.pkgs.buildPythonApplication { python.pkgs.buildPythonApplication { pname = \"electrum\"; inherit version; src = fetchurl { url = \"https://download.electrum.org/${version}/Electrum-${version}.tar.gz\"; sha256 = \"sha256-kej0msc7SB+51ad5xZrT8MMEY5rfYOGqum6RO1gBH5s=\"; sha256 = \"sha256-lDuwXhOjcbCx8x/oIoigrklDwCbhn1trf5lDf/X/1Qc=\"; }; postUnpack = ''"} {"_id":"doc-en-nixpkgs-deec6f3b856d1dd3787c876da85d41c87747a2082097ee4696570e22e8af79eb","title":"","text":"nativeBuildInputs = lib.optionals enableQt [ wrapQtAppsHook ]; buildInputs = lib.optional (stdenv.isLinux && enableQt) qtwayland; propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python.pkgs; [ aiohttp aiohttp-socks aiorpcx"} {"_id":"doc-en-nixpkgs-30df22044dfd42b7541e3166b27763bb21afff877bc1fa234ece39afd7738afe","title":"","text":"ckcc-protocol keepkey trezor bitbox02 cbor pyserial ] ++ lib.optionals enableQt [ pyqt5 qdarkstyle ]; checkInputs = with python3.pkgs; lib.optionals enableQt [ checkInputs = with python.pkgs; lib.optionals enableQt [ pyqt6 ];"} {"_id":"doc-en-nixpkgs-7a76dad68833509244636ade2b52cc8b714f86c3ec33960db8c37b746630492c","title":"","text":"wrapQtApp $out/bin/electrum ''; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook pyaes pycryptodomex ]; nativeCheckInputs = with python.pkgs; [ pytestCheckHook pyaes pycryptodomex ]; pytestFlagsArray = [ \"tests\" ];"} {"_id":"doc-en-nixpkgs-ba6b229a4c5c77dce165753b18be6f4289477d6c115cd6e1f92721acbc7b9402","title":"","text":"changelog = \"https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES\"; license = licenses.mit; platforms = platforms.all; maintainers = with maintainers; [ joachifm np prusnak ]; maintainers = with maintainers; [ joachifm np prusnak chewblacka ]; mainProgram = \"electrum\"; }; }"} {"_id":"doc-en-nixpkgs-844b7054d56cee7db541902a6b31c021bc939fbc67023ad103ee0455527a5c87","title":"","text":"pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ disabledTests = [ # Time based \"test_decode_threads\" ] ++ lib.optionals stdenv.isDarwin [ # https://github.com/bigcat88/pillow_heif/issues/89 # not reproducible in nixpkgs \"test_opencv_crash\""} {"_id":"doc-en-nixpkgs-b40196008818dc3b1f56330774b97f38159a42566e4739568afea05dfc3071b3","title":"","text":", sndio , libjack2 , speechd , removeReferencesTo }: ## configurability of the wrapper itself"} {"_id":"doc-en-nixpkgs-ed13bea8cbe33f1c51e8f33aeb400cffbe57ed89e47231aed336ca059e83ae23","title":"","text":"}; })); nativeBuildInputs = [ makeWrapper lndir jq ]; nativeBuildInputs = [ makeWrapper lndir jq removeReferencesTo ]; buildInputs = [ browser.gtk3 ];"} {"_id":"doc-en-nixpkgs-5bb1238480c3e50218f984b2d3b1cdf72d117cc1a3c188997a97f9ee6c4a3986","title":"","text":"passthru = { unwrapped = browser; }; disallowedRequisites = [ stdenv.cc ]; postInstall = '' find \"$out\" -type f -exec remove-references-to -t ${stdenv.cc} '{}' + ''; meta = browser.meta // { inherit (browser.meta) description; mainProgram = launcherName;"} {"_id":"doc-en-nixpkgs-9fdbb647b7be480151c0778a8c125f62d03371ab040433f17745db0fe3c1aeda","title":"","text":"in stdenv.mkDerivation rec { pname = \"koreader\"; version = \"2023.04\"; version = \"2024.03.1\"; src = if stdenv.isAarch64 then fetchurl { url = \"https://github.com/koreader/koreader/releases/download/v${version}/koreader-${version}-arm64.deb\"; sha256 = \"sha256-uuspjno0750hQMIB5HEhbV63wCna2izKOHEGIg/X0bU=\"; hash = \"sha256-9Bu+mWfJuPaH5nV71JMrcGipiZWfcf19KfVauCW92+I=\"; } else fetchurl { url = \"https://github.com/koreader/koreader/releases/download/v${version}/koreader-${version}-amd64.deb\"; sha256 = \"sha256-tRUeRB1+UcWT49dchN0YDvd0L5n1YRdtMSFc8yy6m5o=\"; hash = \"sha256-EZ3iqp0A2BZwI343nvvp71RGQx6FPesUBy4Lha4Yz4U=\"; }; src_repo = fetchFromGitHub {"} {"_id":"doc-en-nixpkgs-8ff740b735e38a9cd88c3f7c10e583178d50d82be6ff23a385ea0ca5bab7f267","title":"","text":"owner = \"koreader\"; rev = \"v${version}\"; fetchSubmodules = true; sha256 = \"sha256-c3j6hs0W0H2jDg6JVfU6ov7r7kucbqrQqf9PAvYBcJ0=\"; sha256 = \"sha256-gHn1xqBc7M9wkek1Ja1gry8TKIuUxQP8T45x3z2S4uc=\"; }; sourceRoot = \".\";"} {"_id":"doc-en-nixpkgs-febe1480864b84e315bb76a0f5d5154dd2cf8459be159d23aee12a9b8e7884ce","title":"","text":"libsamplerate, cdrdao, cdrtools, cdparanoia, dvdplusrwtools, libburn, libdvdcss, normalize, sox, transcode,"} {"_id":"doc-en-nixpkgs-8fdcc78806709c8f115a09bf84e6601c9baa4d4b5d70a5ee93908302de31637f","title":"","text":"]; qtWrapperArgs = [ \"--prefix PATH ':' ${lib.makeBinPath [ \"--prefix PATH : ${lib.makeBinPath [ cdrdao cdrtools dvdplusrwtools"} {"_id":"doc-en-nixpkgs-ad2494050847d7ceb7cffa017b5e05201abe0e8a034d75a1d00b036634c2ae78","title":"","text":"vcdimager flac ]}\" # FIXME: this should really be done with patchelf --add-rpath, but it breaks the binary somehow \"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ cdparanoia libdvdcss ]}\" ]; meta.mainProgram = \"k3b\"; }"} {"_id":"doc-en-nixpkgs-d467ff8beadddc8891d07728cd0237077b236fbd646616e691394073c3c9bf55","title":"","text":"githubId = 1162118; name = \"Harald Gliebe\"; }; hakan-demirli = { email = \"ehdemirli@proton.me\"; github = \"hakan-demirli\"; githubId = 78746991; name = \"Emre Hakan Demirli\"; }; hakuch = { email = \"hakuch@gmail.com\"; github = \"hakuch\";"} {"_id":"doc-en-nixpkgs-213872e56a86af685b3a213b7e28499bd1831b2ea5e07319c62182452e25dc2b","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"ab_glyph\" version = \"0.2.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2e53b0a3d5760cd2ba9b787ae0c6440ad18ee294ff71b05e3381c900a7d16cfd\" dependencies = [ \"ab_glyph_rasterizer\", \"owned_ttf_parser\", ] [[package]] name = \"ab_glyph_rasterizer\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046\" [[package]] name = \"accesskit\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74a4b14f3d99c1255dcba8f45621ab1a2e7540a0009652d33989005a4d0bfc6b\" dependencies = [ \"enumn\", \"serde\", ] [[package]] name = \"accesskit_consumer\" version = \"0.16.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c17cca53c09fbd7288667b22a201274b9becaa27f0b91bf52a526db95de45e6\" dependencies = [ \"accesskit\", ] [[package]] name = \"accesskit_macos\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd3b6ae1eabbfbced10e840fd3fce8a93ae84f174b3e4ba892ab7bcb42e477a7\" dependencies = [ \"accesskit\", \"accesskit_consumer\", \"objc2 0.3.0-beta.3.patch-leaks.3\", \"once_cell\", ] [[package]] name = \"accesskit_unix\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09f46c18d99ba61ad7123dd13eeb0c104436ab6af1df6a1cd8c11054ed394a08\" dependencies = [ \"accesskit\", \"accesskit_consumer\", \"async-channel\", \"async-once-cell\", \"atspi\", \"futures-lite 1.13.0\", \"once_cell\", \"serde\", \"zbus 3.15.2\", ] [[package]] name = \"accesskit_windows\" version = \"0.15.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"afcae27ec0974fc7c3b0b318783be89fd1b2e66dd702179fe600166a38ff4a0b\" dependencies = [ \"accesskit\", \"accesskit_consumer\", \"once_cell\", \"paste\", \"static_assertions\", \"windows\", ] [[package]] name = \"accesskit_winit\" version = \"0.16.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5284218aca17d9e150164428a0ebc7b955f70e3a9a78b4c20894513aabf98a67\" dependencies = [ \"accesskit\", \"accesskit_macos\", \"accesskit_unix\", \"accesskit_windows\", \"winit\", ] [[package]] name = \"addr2line\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"ahash\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011\" dependencies = [ \"cfg-if\", \"getrandom\", \"once_cell\", \"serde\", \"version_check\", \"zerocopy\", ] [[package]] name = \"aho-corasick\" version = \"1.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916\" dependencies = [ \"memchr\", ] [[package]] name = \"android-activity\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289\" dependencies = [ \"android-properties\", \"bitflags 2.5.0\", \"cc\", \"cesu8\", \"jni\", \"jni-sys\", \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-sys\", \"num_enum\", \"thiserror\", ] [[package]] name = \"android-properties\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04\" [[package]] name = \"android-tzdata\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0\" [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"ansi_term\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2\" dependencies = [ \"winapi\", ] [[package]] name = \"anstream\" version = \"0.6.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b\" dependencies = [ \"anstyle\", \"anstyle-parse\", \"anstyle-query\", \"anstyle-wincon\", \"colorchoice\", \"is_terminal_polyfill\", \"utf8parse\", ] [[package]] name = \"anstyle\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b\" [[package]] name = \"anstyle-parse\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4\" dependencies = [ \"utf8parse\", ] [[package]] name = \"anstyle-query\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"anstyle-wincon\" version = \"3.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19\" dependencies = [ \"anstyle\", \"windows-sys 0.52.0\", ] [[package]] name = \"anyhow\" version = \"1.0.86\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da\" [[package]] name = \"arboard\" version = \"3.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89\" dependencies = [ \"clipboard-win\", \"log\", \"objc2 0.5.2\", \"objc2-app-kit\", \"objc2-foundation\", \"parking_lot\", \"x11rb\", ] [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711\" [[package]] name = \"as-raw-xcb-connection\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b\" [[package]] name = \"ashpd\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093\" dependencies = [ \"enumflags2\", \"futures-channel\", \"futures-util\", \"rand\", \"serde\", \"serde_repr\", \"tokio\", \"url\", \"zbus 4.2.2\", ] [[package]] name = \"async-broadcast\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b\" dependencies = [ \"event-listener 2.5.3\", \"futures-core\", ] [[package]] name = \"async-broadcast\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb\" dependencies = [ \"event-listener 5.3.1\", \"event-listener-strategy 0.5.2\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-channel\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a\" dependencies = [ \"concurrent-queue\", \"event-listener-strategy 0.5.2\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-executor\" version = \"1.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0\" dependencies = [ \"async-task\", \"concurrent-queue\", \"fastrand 2.1.0\", \"futures-lite 2.3.0\", \"slab\", ] [[package]] name = \"async-fs\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06\" dependencies = [ \"async-lock 2.8.0\", \"autocfg\", \"blocking\", \"futures-lite 1.13.0\", ] [[package]] name = \"async-io\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af\" dependencies = [ \"async-lock 2.8.0\", \"autocfg\", \"cfg-if\", \"concurrent-queue\", \"futures-lite 1.13.0\", \"log\", \"parking\", \"polling 2.8.0\", \"rustix 0.37.27\", \"slab\", \"socket2 0.4.10\", \"waker-fn\", ] [[package]] name = \"async-io\" version = \"2.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884\" dependencies = [ \"async-lock 3.3.0\", \"cfg-if\", \"concurrent-queue\", \"futures-io\", \"futures-lite 2.3.0\", \"parking\", \"polling 3.7.0\", \"rustix 0.38.34\", \"slab\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"async-lock\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b\" dependencies = [ \"event-listener 2.5.3\", ] [[package]] name = \"async-lock\" version = \"3.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b\" dependencies = [ \"event-listener 4.0.3\", \"event-listener-strategy 0.4.0\", \"pin-project-lite\", ] [[package]] name = \"async-once-cell\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb\" [[package]] name = \"async-process\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88\" dependencies = [ \"async-io 1.13.0\", \"async-lock 2.8.0\", \"async-signal\", \"blocking\", \"cfg-if\", \"event-listener 3.1.0\", \"futures-lite 1.13.0\", \"rustix 0.38.34\", \"windows-sys 0.48.0\", ] [[package]] name = \"async-process\" version = \"2.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a53fc6301894e04a92cb2584fedde80cb25ba8e02d9dc39d4a87d036e22f397d\" dependencies = [ \"async-channel\", \"async-io 2.3.2\", \"async-lock 3.3.0\", \"async-signal\", \"async-task\", \"blocking\", \"cfg-if\", \"event-listener 5.3.1\", \"futures-lite 2.3.0\", \"rustix 0.38.34\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"async-recursion\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"async-signal\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda\" dependencies = [ \"async-io 2.3.2\", \"async-lock 3.3.0\", \"atomic-waker\", \"cfg-if\", \"futures-core\", \"futures-io\", \"rustix 0.38.34\", \"signal-hook-registry\", \"slab\", \"windows-sys 0.52.0\", ] [[package]] name = \"async-task\" version = \"4.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de\" [[package]] name = \"async-trait\" version = \"0.1.80\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"atomic-waker\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0\" [[package]] name = \"atspi\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca\" dependencies = [ \"atspi-common\", \"atspi-connection\", \"atspi-proxies\", ] [[package]] name = \"atspi-common\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5\" dependencies = [ \"enumflags2\", \"serde\", \"static_assertions\", \"zbus 3.15.2\", \"zbus_names 2.6.1\", \"zvariant 3.15.2\", ] [[package]] name = \"atspi-connection\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939\" dependencies = [ \"atspi-common\", \"atspi-proxies\", \"futures-lite 1.13.0\", \"zbus 3.15.2\", ] [[package]] name = \"atspi-proxies\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52\" dependencies = [ \"atspi-common\", \"serde\", \"zbus 3.15.2\", ] [[package]] name = \"atty\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\" dependencies = [ \"hermit-abi 0.1.19\", \"libc\", \"winapi\", ] [[package]] name = \"autocfg\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0\" [[package]] name = \"backtrace\" version = \"0.3.71\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if\", \"libc\", \"miniz_oxide\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base64\" version = \"0.21.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567\" [[package]] name = \"base64\" version = \"0.22.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6\" [[package]] name = \"beef\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1\" [[package]] name = \"bincode\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\" dependencies = [ \"serde\", ] [[package]] name = \"bindgen\" version = \"0.69.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0\" dependencies = [ \"bitflags 2.5.0\", \"cexpr\", \"clang-sys\", \"itertools 0.12.1\", \"lazy_static\", \"lazycell\", \"log\", \"prettyplease\", \"proc-macro2\", \"quote\", \"regex\", \"rustc-hash\", \"shlex\", \"syn 2.0.66\", \"which\", ] [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1\" dependencies = [ \"serde\", ] [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array\", ] [[package]] name = \"block-sys\" version = \"0.1.0-beta.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146\" dependencies = [ \"objc-sys 0.2.0-beta.2\", ] [[package]] name = \"block-sys\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7\" dependencies = [ \"objc-sys 0.3.5\", ] [[package]] name = \"block2\" version = \"0.2.0-alpha.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42\" dependencies = [ \"block-sys 0.1.0-beta.1\", \"objc2-encode 2.0.0-pre.2\", ] [[package]] name = \"block2\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68\" dependencies = [ \"block-sys 0.2.1\", \"objc2 0.4.1\", ] [[package]] name = \"block2\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f\" dependencies = [ \"objc2 0.5.2\", ] [[package]] name = \"blocking\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea\" dependencies = [ \"async-channel\", \"async-task\", \"futures-io\", \"futures-lite 2.3.0\", \"piper\", ] [[package]] name = \"bumpalo\" version = \"3.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c\" [[package]] name = \"bytemuck\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5\" dependencies = [ \"bytemuck_derive\", ] [[package]] name = \"bytemuck_derive\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"byteorder\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\" [[package]] name = \"bytes\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9\" [[package]] name = \"bytesize\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc\" [[package]] name = \"calloop\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298\" dependencies = [ \"bitflags 2.5.0\", \"log\", \"polling 3.7.0\", \"rustix 0.38.34\", \"slab\", \"thiserror\", ] [[package]] name = \"calloop-wayland-source\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02\" dependencies = [ \"calloop\", \"rustix 0.38.34\", \"wayland-backend\", \"wayland-client\", ] [[package]] name = \"camino\" version = \"1.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239\" dependencies = [ \"serde\", ] [[package]] name = \"cc\" version = \"1.0.98\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f\" dependencies = [ \"jobserver\", \"libc\", \"once_cell\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cexpr\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766\" dependencies = [ \"nom\", ] [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cfg_aliases\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e\" [[package]] name = \"cgl\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff\" dependencies = [ \"libc\", ] [[package]] name = \"chrono\" version = \"0.4.38\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401\" dependencies = [ \"android-tzdata\", \"iana-time-zone\", \"js-sys\", \"num-traits\", \"wasm-bindgen\", \"windows-targets 0.52.5\", ] [[package]] name = \"clang-sys\" version = \"1.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f803f94ecf597339c7a34eed2036ef83f86aaba937f001f7c5b5e251f043f1f9\" dependencies = [ \"glob\", \"libc\", \"libloading\", ] [[package]] name = \"clap\" version = \"4.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0\" dependencies = [ \"clap_builder\", \"clap_derive\", ] [[package]] name = \"clap_builder\" version = \"4.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4\" dependencies = [ \"anstream\", \"anstyle\", \"clap_lex\", \"strsim\", ] [[package]] name = \"clap_derive\" version = \"4.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64\" dependencies = [ \"heck 0.5.0\", \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"clap_lex\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce\" [[package]] name = \"clipboard-win\" version = \"5.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad\" dependencies = [ \"error-code\", ] [[package]] name = \"cocoa\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"cocoa-foundation\", \"core-foundation\", \"core-graphics\", \"foreign-types 0.5.0\", \"libc\", \"objc\", ] [[package]] name = \"cocoa-foundation\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"core-foundation\", \"core-graphics-types\", \"libc\", \"objc\", ] [[package]] name = \"codespan\" version = \"0.12.0\" source = \"git+https://gitlab.com/spade-lang/codespan.git?branch=master#a5656af9ed33460258fd1921bc6bede1ba0fb00e\" dependencies = [ \"codespan-reporting\", \"serde\", ] [[package]] name = \"codespan-reporting\" version = \"0.12.0\" source = \"git+https://gitlab.com/spade-lang/codespan.git?branch=master#a5656af9ed33460258fd1921bc6bede1ba0fb00e\" dependencies = [ \"serde\", \"termcolor\", \"unicode-width\", ] [[package]] name = \"color-eyre\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5\" dependencies = [ \"backtrace\", \"color-spantrace\", \"eyre\", \"indenter\", \"once_cell\", \"owo-colors\", \"tracing-error\", ] [[package]] name = \"color-spantrace\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2\" dependencies = [ \"once_cell\", \"owo-colors\", \"tracing-core\", \"tracing-error\", ] [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"colorchoice\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422\" [[package]] name = \"colored\" version = \"1.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a5f741c91823341bebf717d4c71bda820630ce065443b58bd1b7451af008355\" dependencies = [ \"is-terminal\", \"lazy_static\", \"winapi\", ] [[package]] name = \"colored\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8\" dependencies = [ \"lazy_static\", \"windows-sys 0.48.0\", ] [[package]] name = \"combine\" version = \"4.6.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"concurrent-queue\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"config\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be\" dependencies = [ \"lazy_static\", \"nom\", \"pathdiff\", \"serde\", \"toml\", ] [[package]] name = \"console_error_panic_hook\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc\" dependencies = [ \"cfg-if\", \"wasm-bindgen\", ] [[package]] name = \"convert_case\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e\" [[package]] name = \"core-foundation\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f\" [[package]] name = \"core-graphics\" version = \"0.23.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-graphics-types\", \"foreign-types 0.5.0\", \"libc\", ] [[package]] name = \"core-graphics-types\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"libc\", ] [[package]] name = \"cpufeatures\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504\" dependencies = [ \"libc\", ] [[package]] name = \"crc32fast\" version = \"1.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d\" dependencies = [ \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80\" [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"cursor-icon\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991\" [[package]] name = \"deranged\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4\" dependencies = [ \"powerfmt\", ] [[package]] name = \"derivative\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"derive-where\" version = \"1.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"derive_more\" version = \"0.99.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321\" dependencies = [ \"convert_case\", \"proc-macro2\", \"quote\", \"rustc_version\", \"syn 1.0.109\", ] [[package]] name = \"diff\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8\" [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer\", \"crypto-common\", ] [[package]] name = \"directories\" version = \"5.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35\" dependencies = [ \"dirs-sys\", ] [[package]] name = \"dirs-sys\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c\" dependencies = [ \"libc\", \"option-ext\", \"redox_users\", \"windows-sys 0.48.0\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"dlib\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412\" dependencies = [ \"libloading\", ] [[package]] name = \"downcast-rs\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2\" [[package]] name = \"dssim\" version = \"3.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"602609b3cbc9836fecf7311edd130b8cd6c04302b1923dd0fc9589ea221bfa6d\" dependencies = [ \"crossbeam-channel\", \"dssim-core\", \"getopts\", \"imgref\", \"load_image\", \"lodepng\", \"ordered-channel\", \"rayon\", \"rgb\", ] [[package]] name = \"dssim-core\" version = \"3.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c074fca6cdf5e3faaaf03f71e29cd5d92ea533b1432cf78910dafffc2ce872b\" dependencies = [ \"imgref\", \"itertools 0.12.1\", \"rayon\", \"rgb\", ] [[package]] name = \"dunce\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b\" [[package]] name = \"ecolor\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57539aabcdbb733b6806ef421b66dec158dc1582107ad6d51913db3600303354\" dependencies = [ \"bytemuck\", \"serde\", ] [[package]] name = \"eframe\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79c00143a1d564cf27570234c9a199cbe75dc3d43a135510fb2b93406a87ee8e\" dependencies = [ \"bytemuck\", \"cocoa\", \"egui\", \"egui-winit\", \"egui_glow\", \"glow\", \"glutin\", \"glutin-winit\", \"image 0.24.9\", \"js-sys\", \"log\", \"objc\", \"parking_lot\", \"percent-encoding\", \"raw-window-handle 0.5.2\", \"static_assertions\", \"thiserror\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"winapi\", \"winit\", ] [[package]] name = \"egui\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0bf640ed7f3bf3d14ebf00d73bacc09c886443ee84ca6494bde37953012c9e3\" dependencies = [ \"accesskit\", \"ahash\", \"epaint\", \"log\", \"nohash-hasher\", \"serde\", ] [[package]] name = \"egui-remixicon\" version = \"0.27.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"673b30730f1e0026b1596942a1fbb008a69d821562de38fd22116e6e82b2ac2c\" [[package]] name = \"egui-winit\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d95d9762056c541bd2724de02910d8bccf3af8e37689dc114b21730e64f80a0\" dependencies = [ \"accesskit_winit\", \"arboard\", \"egui\", \"log\", \"raw-window-handle 0.5.2\", \"smithay-clipboard\", \"web-time 0.2.4\", \"webbrowser\", \"winit\", ] [[package]] name = \"egui_extras\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"753c36d3e2f7a32425af5290af2e52efb3471ea3a263b87f003b5433351b0fd7\" dependencies = [ \"egui\", \"enum-map\", \"log\", \"serde\", ] [[package]] name = \"egui_glow\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb2ef815e80d117339c7d6b813f7678d23522d699ccd3243e267ef06166009b9\" dependencies = [ \"bytemuck\", \"egui\", \"glow\", \"log\", \"memoffset 0.7.1\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"egui_plot\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a159fffebf052f79d1fd26d48e68906a21fec2fce808f7c0a982ec14ed506be\" dependencies = [ \"egui\", ] [[package]] name = \"egui_skia\" version = \"0.5.0\" source = \"git+https://github.com/TheZoq2/egui_skia.git#604a092ae1c24abac940e45fb83771dfc69c6620\" dependencies = [ \"egui\", \"skia-safe\", ] [[package]] name = \"either\" version = \"1.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b\" [[package]] name = \"emath\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3ee58355767587db7ba3738930d93cad3052cd834c2b48b9ef6ef26fe4823b7e\" dependencies = [ \"bytemuck\", \"serde\", ] [[package]] name = \"encoding_rs\" version = \"0.8.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59\" dependencies = [ \"cfg-if\", ] [[package]] name = \"endi\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf\" [[package]] name = \"enum-iterator\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c280b9e6b3ae19e152d8e31cf47f18389781e119d4013a2a2bb0180e5facc635\" dependencies = [ \"enum-iterator-derive\", ] [[package]] name = \"enum-iterator-derive\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"enum-map\" version = \"2.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9\" dependencies = [ \"enum-map-derive\", \"serde\", ] [[package]] name = \"enum-map-derive\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"enumflags2\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d\" dependencies = [ \"enumflags2_derive\", \"serde\", ] [[package]] name = \"enumflags2_derive\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"enumn\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"env_filter\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea\" dependencies = [ \"log\", ] [[package]] name = \"env_logger\" version = \"0.11.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9\" dependencies = [ \"anstream\", \"anstyle\", \"env_filter\", \"log\", ] [[package]] name = \"epaint\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e638cb066bff0903bbb6143116cfd134a42279c7d68f19c0352a94f15a402de7\" dependencies = [ \"ab_glyph\", \"ahash\", \"bytemuck\", \"ecolor\", \"emath\", \"log\", \"nohash-hasher\", \"parking_lot\", \"serde\", ] [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"errno\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"error-code\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b\" [[package]] name = \"event-listener\" version = \"2.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0\" [[package]] name = \"event-listener\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener\" version = \"4.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener\" version = \"5.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener-strategy\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3\" dependencies = [ \"event-listener 4.0.3\", \"pin-project-lite\", ] [[package]] name = \"event-listener-strategy\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1\" dependencies = [ \"event-listener 5.3.1\", \"pin-project-lite\", ] [[package]] name = \"eyre\" version = \"0.6.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec\" dependencies = [ \"indenter\", \"once_cell\", ] [[package]] name = \"f128\" version = \"0.2.9\" dependencies = [ \"f128_input\", \"f128_internal\", \"libc\", \"num-traits\", ] [[package]] name = \"f128_input\" version = \"0.2.1\" dependencies = [ \"f128_internal\", ] [[package]] name = \"f128_internal\" version = \"0.2.2\" dependencies = [ \"cc\", \"libc\", \"num-traits\", ] [[package]] name = \"fallible_collections\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a88c69768c0a15262df21899142bc6df9b9b823546d4b4b9a7bc2d6c448ec6fd\" dependencies = [ \"hashbrown 0.13.2\", ] [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"fastrand\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a\" [[package]] name = \"fdeflate\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"fern\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee\" dependencies = [ \"colored 1.9.4\", \"log\", ] [[package]] name = \"filetime\" version = \"0.2.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall 0.4.1\", \"windows-sys 0.52.0\", ] [[package]] name = \"flate2\" version = \"1.0.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"fnv\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\" [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared 0.1.1\", ] [[package]] name = \"foreign-types\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965\" dependencies = [ \"foreign-types-macros\", \"foreign-types-shared 0.3.1\", ] [[package]] name = \"foreign-types-macros\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"foreign-types-shared\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b\" [[package]] name = \"form_urlencoded\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"fst-native\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"25dd6d296401ddf3c26e65a5543a1551b9e7e7f802c464444a1d7b9c0ccc4d9b\" dependencies = [ \"flate2\", \"lz4_flex\", \"num_enum\", \"tempfile\", \"thiserror\", ] [[package]] name = \"futures\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d\" [[package]] name = \"futures-executor\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1\" [[package]] name = \"futures-lite\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce\" dependencies = [ \"fastrand 1.9.0\", \"futures-core\", \"futures-io\", \"memchr\", \"parking\", \"pin-project-lite\", \"waker-fn\", ] [[package]] name = \"futures-lite\" version = \"2.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5\" dependencies = [ \"fastrand 2.1.0\", \"futures-core\", \"futures-io\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"futures-macro\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"futures-sink\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5\" [[package]] name = \"futures-task\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004\" [[package]] name = \"futures-util\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"fuzzy-matcher\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94\" dependencies = [ \"thread_local\", ] [[package]] name = \"fzcmd\" version = \"0.1.0\" dependencies = [ \"fuzzy-matcher\", \"lazy_static\", \"regex\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"gethostname\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818\" dependencies = [ \"libc\", \"windows-targets 0.48.5\", ] [[package]] name = \"getopts\" version = \"0.2.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5\" dependencies = [ \"unicode-width\", ] [[package]] name = \"getrandom\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7\" dependencies = [ \"cfg-if\", \"libc\", \"wasi\", ] [[package]] name = \"gimli\" version = \"0.28.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253\" [[package]] name = \"git2\" version = \"0.18.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70\" dependencies = [ \"bitflags 2.5.0\", \"libc\", \"libgit2-sys\", \"log\", \"url\", ] [[package]] name = \"gl_generator\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d\" dependencies = [ \"khronos_api\", \"log\", \"xml-rs\", ] [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"glow\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1\" dependencies = [ \"js-sys\", \"slotmap\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"glutin\" version = \"0.31.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"18fcd4ae4e86d991ad1300b8f57166e5be0c95ef1f63f3f5b827f8a164548746\" dependencies = [ \"bitflags 2.5.0\", \"cfg_aliases\", \"cgl\", \"core-foundation\", \"dispatch\", \"glutin_egl_sys\", \"glutin_glx_sys\", \"glutin_wgl_sys\", \"icrate\", \"libloading\", \"objc2 0.4.1\", \"once_cell\", \"raw-window-handle 0.5.2\", \"wayland-sys\", \"windows-sys 0.48.0\", \"x11-dl\", ] [[package]] name = \"glutin-winit\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ebcdfba24f73b8412c5181e56f092b5eff16671c514ce896b258a0a64bd7735\" dependencies = [ \"cfg_aliases\", \"glutin\", \"raw-window-handle 0.5.2\", \"winit\", ] [[package]] name = \"glutin_egl_sys\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77cc5623f5309ef433c3dd4ca1223195347fe62c413da8e2fdd0eb76db2d9bcd\" dependencies = [ \"gl_generator\", \"windows-sys 0.48.0\", ] [[package]] name = \"glutin_glx_sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a165fd686c10dcc2d45380b35796e577eacfd43d4660ee741ec8ebe2201b3b4f\" dependencies = [ \"gl_generator\", \"x11-dl\", ] [[package]] name = \"glutin_wgl_sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead\" dependencies = [ \"gl_generator\", ] [[package]] name = \"h2\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab\" dependencies = [ \"atomic-waker\", \"bytes\", \"fnv\", \"futures-core\", \"futures-sink\", \"http\", \"indexmap\", \"slab\", \"tokio\", \"tokio-util\", \"tracing\", ] [[package]] name = \"half\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888\" dependencies = [ \"cfg-if\", \"crunchy\", ] [[package]] name = \"hashbrown\" version = \"0.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e\" dependencies = [ \"ahash\", ] [[package]] name = \"hashbrown\" version = \"0.14.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1\" [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"heck\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\" [[package]] name = \"hermit-abi\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024\" [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"home\" version = \"0.5.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"http\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258\" dependencies = [ \"bytes\", \"fnv\", \"itoa\", ] [[package]] name = \"http-body\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643\" dependencies = [ \"bytes\", \"http\", ] [[package]] name = \"http-body-util\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d\" dependencies = [ \"bytes\", \"futures-core\", \"http\", \"http-body\", \"pin-project-lite\", ] [[package]] name = \"httparse\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904\" [[package]] name = \"httpdate\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\" [[package]] name = \"human-sort\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"140a09c9305e6d5e557e2ed7cbc68e05765a7d4213975b87cb04920689cc6219\" [[package]] name = \"hyper\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"httparse\", \"httpdate\", \"itoa\", \"pin-project-lite\", \"smallvec\", \"tokio\", \"want\", ] [[package]] name = \"hyper-tls\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0\" dependencies = [ \"bytes\", \"http-body-util\", \"hyper\", \"hyper-util\", \"native-tls\", \"tokio\", \"tokio-native-tls\", \"tower-service\", ] [[package]] name = \"hyper-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56\" dependencies = [ \"bytes\", \"futures-channel\", \"futures-util\", \"http\", \"http-body\", \"hyper\", \"pin-project-lite\", \"socket2 0.5.7\", \"tokio\", \"tower\", \"tower-service\", \"tracing\", ] [[package]] name = \"iana-time-zone\" version = \"0.1.60\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows-core\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f\" dependencies = [ \"cc\", ] [[package]] name = \"icrate\" version = \"0.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319\" dependencies = [ \"block2 0.3.0\", \"dispatch\", \"objc2 0.4.1\", ] [[package]] name = \"idna\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"image\" version = \"0.24.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"num-traits\", \"png\", ] [[package]] name = \"image\" version = \"0.25.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11\" dependencies = [ \"bytemuck\", \"byteorder\", \"num-traits\", \"png\", ] [[package]] name = \"imgref\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126\" [[package]] name = \"indenter\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683\" [[package]] name = \"indexmap\" version = \"2.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26\" dependencies = [ \"equivalent\", \"hashbrown 0.14.5\", ] [[package]] name = \"indoc\" version = \"2.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5\" [[package]] name = \"instant\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222\" dependencies = [ \"cfg-if\", ] [[package]] name = \"instruction-decoder\" version = \"0.1.0\" dependencies = [ \"toml\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2\" dependencies = [ \"hermit-abi 0.3.9\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"ipnet\" version = \"2.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3\" [[package]] name = \"is-terminal\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b\" dependencies = [ \"hermit-abi 0.3.9\", \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"is_terminal_polyfill\" version = \"1.70.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800\" [[package]] name = \"itertools\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569\" dependencies = [ \"either\", ] [[package]] name = \"itertools\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b\" [[package]] name = \"jni\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97\" dependencies = [ \"cesu8\", \"cfg-if\", \"combine\", \"jni-sys\", \"log\", \"thiserror\", \"walkdir\", \"windows-sys 0.45.0\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"jobserver\" version = \"0.1.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e\" dependencies = [ \"libc\", ] [[package]] name = \"jpeg-decoder\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0\" dependencies = [ \"rayon\", ] [[package]] name = \"js-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"khronos_api\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc\" [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lazycell\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\" [[package]] name = \"lcms2\" version = \"6.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"680ec3fa42c36e0af9ca02f20a3742a82229c7f1ee0e6754294de46a80be6f74\" dependencies = [ \"bytemuck\", \"foreign-types 0.5.0\", \"lcms2-sys\", ] [[package]] name = \"lcms2-sys\" version = \"4.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"593265f9a3172180024fb62580ee31348f31be924b19416da174ebb7fb623d2e\" dependencies = [ \"cc\", \"dunce\", \"libc\", \"pkg-config\", ] [[package]] name = \"leb128\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67\" [[package]] name = \"libc\" version = \"0.2.155\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c\" [[package]] name = \"libgit2-sys\" version = \"0.16.2+1.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8\" dependencies = [ \"cc\", \"libc\", \"libz-sys\", \"pkg-config\", ] [[package]] name = \"libloading\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19\" dependencies = [ \"cfg-if\", \"windows-targets 0.52.5\", ] [[package]] name = \"libredox\" version = \"0.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607\" dependencies = [ \"bitflags 2.5.0\", \"libc\", \"redox_syscall 0.4.1\", ] [[package]] name = \"libredox\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d\" dependencies = [ \"bitflags 2.5.0\", \"libc\", ] [[package]] name = \"libz-sys\" version = \"1.1.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"linux-raw-sys\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519\" [[package]] name = \"linux-raw-sys\" version = \"0.4.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89\" [[package]] name = \"load_image\" version = \"3.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"20c73d7e075d05bdcc5ff4cf16b35b50b2be696b93c1be1b32201fb32c35a814\" dependencies = [ \"bytemuck\", \"imgref\", \"jpeg-decoder\", \"lcms2\", \"lodepng\", \"quick-error\", \"rexif\", \"rgb\", ] [[package]] name = \"local-impl\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e36d656622c9ac5c84be07696931c71e483d27daf86914d7011d0fa6370418b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"lock_api\" version = \"0.4.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"lodepng\" version = \"3.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a42d298694b14401847de29abd44adf278b42e989e516deac7b72018400002d8\" dependencies = [ \"crc32fast\", \"fallible_collections\", \"flate2\", \"libc\", \"rgb\", ] [[package]] name = \"log\" version = \"0.4.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c\" [[package]] name = \"logos\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1\" dependencies = [ \"logos-derive\", ] [[package]] name = \"logos-codegen\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68\" dependencies = [ \"beef\", \"fnv\", \"proc-macro2\", \"quote\", \"regex-syntax 0.6.29\", \"syn 2.0.66\", ] [[package]] name = \"logos-derive\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e\" dependencies = [ \"logos-codegen\", ] [[package]] name = \"lz4_flex\" version = \"0.11.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5\" dependencies = [ \"twox-hash\", ] [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"matchers\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558\" dependencies = [ \"regex-automata 0.1.10\", ] [[package]] name = \"memchr\" version = \"2.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d\" [[package]] name = \"memmap2\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a\" dependencies = [ \"autocfg\", ] [[package]] name = \"mime\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\" [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"mio\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c\" dependencies = [ \"libc\", \"wasi\", \"windows-sys 0.48.0\", ] [[package]] name = \"native-tls\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466\" dependencies = [ \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"ndk\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7\" dependencies = [ \"bitflags 2.5.0\", \"jni-sys\", \"log\", \"ndk-sys\", \"num_enum\", \"raw-window-handle 0.5.2\", \"raw-window-handle 0.6.2\", \"thiserror\", ] [[package]] name = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[package]] name = \"ndk-sys\" version = \"0.5.0+25.2.9519653\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691\" dependencies = [ \"jni-sys\", ] [[package]] name = \"nesty\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dac700f47763ee1984f0034c1b606e84fb00002cd2fbaabdd5a5473cf9e90ef5\" [[package]] name = \"nix\" version = \"0.26.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.7.1\", ] [[package]] name = \"nix\" version = \"0.28.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4\" dependencies = [ \"bitflags 2.5.0\", \"cfg-if\", \"cfg_aliases\", \"libc\", \"memoffset 0.9.1\", ] [[package]] name = \"nohash-hasher\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451\" [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"nu-ansi-term\" version = \"0.46.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84\" dependencies = [ \"overload\", \"winapi\", ] [[package]] name = \"num\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23\" dependencies = [ \"num-bigint\", \"num-complex\", \"num-integer\", \"num-iter\", \"num-rational\", \"num-traits\", ] [[package]] name = \"num-bigint\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7\" dependencies = [ \"num-integer\", \"num-traits\", \"serde\", ] [[package]] name = \"num-complex\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495\" dependencies = [ \"num-traits\", \"serde\", ] [[package]] name = \"num-conv\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9\" [[package]] name = \"num-integer\" version = \"0.1.46\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f\" dependencies = [ \"num-traits\", ] [[package]] name = \"num-iter\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824\" dependencies = [ \"num-bigint\", \"num-integer\", \"num-traits\", \"serde\", ] [[package]] name = \"num-traits\" version = \"0.2.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_enum\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b\" dependencies = [ \"proc-macro-crate 3.1.0\", \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"num_threads\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9\" dependencies = [ \"libc\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc-sys\" version = \"0.2.0-beta.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7\" [[package]] name = \"objc-sys\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310\" [[package]] name = \"objc2\" version = \"0.3.0-beta.3.patch-leaks.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468\" dependencies = [ \"block2 0.2.0-alpha.6\", \"objc-sys 0.2.0-beta.2\", \"objc2-encode 2.0.0-pre.2\", ] [[package]] name = \"objc2\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d\" dependencies = [ \"objc-sys 0.3.5\", \"objc2-encode 3.0.0\", ] [[package]] name = \"objc2\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804\" dependencies = [ \"objc-sys 0.3.5\", \"objc2-encode 4.0.3\", ] [[package]] name = \"objc2-app-kit\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff\" dependencies = [ \"bitflags 2.5.0\", \"block2 0.5.1\", \"libc\", \"objc2 0.5.2\", \"objc2-core-data\", \"objc2-core-image\", \"objc2-foundation\", \"objc2-quartz-core\", ] [[package]] name = \"objc2-core-data\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef\" dependencies = [ \"bitflags 2.5.0\", \"block2 0.5.1\", \"objc2 0.5.2\", \"objc2-foundation\", ] [[package]] name = \"objc2-core-image\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80\" dependencies = [ \"block2 0.5.1\", \"objc2 0.5.2\", \"objc2-foundation\", \"objc2-metal\", ] [[package]] name = \"objc2-encode\" version = \"2.0.0-pre.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512\" dependencies = [ \"objc-sys 0.2.0-beta.2\", ] [[package]] name = \"objc2-encode\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666\" [[package]] name = \"objc2-encode\" version = \"4.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8\" [[package]] name = \"objc2-foundation\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8\" dependencies = [ \"bitflags 2.5.0\", \"block2 0.5.1\", \"libc\", \"objc2 0.5.2\", ] [[package]] name = \"objc2-metal\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6\" dependencies = [ \"bitflags 2.5.0\", \"block2 0.5.1\", \"objc2 0.5.2\", \"objc2-foundation\", ] [[package]] name = \"objc2-quartz-core\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a\" dependencies = [ \"bitflags 2.5.0\", \"block2 0.5.1\", \"objc2 0.5.2\", \"objc2-foundation\", \"objc2-metal\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"object\" version = \"0.32.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"openssl\" version = \"0.10.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f\" dependencies = [ \"bitflags 2.5.0\", \"cfg-if\", \"foreign-types 0.3.2\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"openssl-sys\" version = \"0.9.102\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"option-ext\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d\" [[package]] name = \"orbclient\" version = \"0.3.47\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166\" dependencies = [ \"libredox 0.0.2\", ] [[package]] name = \"ordered-channel\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f0bc569ca0974cb90125f52cf76f7b6ad3a072301beba78eb0aa4174c4964ed\" [[package]] name = \"ordered-stream\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50\" dependencies = [ \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"overload\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39\" [[package]] name = \"owned_ttf_parser\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b41438d2fc63c46c74a2203bf5ccd82c41ba04347b2fcf5754f230b167067d5\" dependencies = [ \"ttf-parser\", ] [[package]] name = \"owo-colors\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f\" [[package]] name = \"parking\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae\" [[package]] name = \"parking_lot\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27\" dependencies = [ \"lock_api\", \"parking_lot_core\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall 0.5.1\", \"smallvec\", \"windows-targets 0.52.5\", ] [[package]] name = \"paste\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a\" [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"percent-encoding\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e\" [[package]] name = \"pin-project\" version = \"1.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"piper\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf\" dependencies = [ \"atomic-waker\", \"fastrand 2.1.0\", \"futures-io\", ] [[package]] name = \"pkg-config\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec\" [[package]] name = \"png\" version = \"0.17.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide\", ] [[package]] name = \"polling\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce\" dependencies = [ \"autocfg\", \"bitflags 1.3.2\", \"cfg-if\", \"concurrent-queue\", \"libc\", \"log\", \"pin-project-lite\", \"windows-sys 0.48.0\", ] [[package]] name = \"polling\" version = \"3.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3\" dependencies = [ \"cfg-if\", \"concurrent-queue\", \"hermit-abi 0.3.9\", \"pin-project-lite\", \"rustix 0.38.34\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"pollster\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2\" [[package]] name = \"powerfmt\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\" [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"pretty_assertions\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66\" dependencies = [ \"diff\", \"yansi\", ] [[package]] name = \"prettyplease\" version = \"0.2.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e\" dependencies = [ \"proc-macro2\", \"syn 2.0.66\", ] [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit 0.19.15\", ] [[package]] name = \"proc-macro-crate\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284\" dependencies = [ \"toml_edit 0.21.1\", ] [[package]] name = \"proc-macro2\" version = \"1.0.84\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"project-root\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8bccbff07d5ed689c4087d20d7307a52ab6141edeedf487c3876a55b86cf63df\" [[package]] name = \"psm\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874\" dependencies = [ \"cc\", ] [[package]] name = \"pure-rust-locales\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1190fd18ae6ce9e137184f207593877e70f39b015040156b1e05081cdfe3733a\" [[package]] name = \"quick-error\" version = \"2.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3\" [[package]] name = \"quick-xml\" version = \"0.31.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33\" dependencies = [ \"memchr\", ] [[package]] name = \"quote\" version = \"1.0.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"raw-window-handle\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9\" [[package]] name = \"raw-window-handle\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539\" [[package]] name = \"rayon\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2\" dependencies = [ \"crossbeam-deque\", \"crossbeam-utils\", ] [[package]] name = \"redox_syscall\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e\" dependencies = [ \"bitflags 2.5.0\", ] [[package]] name = \"redox_users\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891\" dependencies = [ \"getrandom\", \"libredox 0.1.3\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata 0.4.6\", \"regex-syntax 0.8.3\", ] [[package]] name = \"regex-automata\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\" dependencies = [ \"regex-syntax 0.6.29\", ] [[package]] name = \"regex-automata\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax 0.8.3\", ] [[package]] name = \"regex-syntax\" version = \"0.6.29\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\" [[package]] name = \"regex-syntax\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56\" [[package]] name = \"reqwest\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10\" dependencies = [ \"base64 0.22.1\", \"bytes\", \"encoding_rs\", \"futures-core\", \"futures-util\", \"h2\", \"http\", \"http-body\", \"http-body-util\", \"hyper\", \"hyper-tls\", \"hyper-util\", \"ipnet\", \"js-sys\", \"log\", \"mime\", \"native-tls\", \"once_cell\", \"percent-encoding\", \"pin-project-lite\", \"rustls-pemfile\", \"serde\", \"serde_json\", \"serde_urlencoded\", \"sync_wrapper\", \"system-configuration\", \"tokio\", \"tokio-native-tls\", \"tokio-util\", \"tower-service\", \"url\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"wasm-streams\", \"web-sys\", \"winreg\", ] [[package]] name = \"rexif\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49352965b70522af9085d7a8c2a6df7494713c67ac58b9af02bcff7fb4ca1483\" dependencies = [ \"num\", ] [[package]] name = \"rfd\" version = \"0.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251\" dependencies = [ \"ashpd\", \"block\", \"dispatch\", \"js-sys\", \"log\", \"objc\", \"objc-foundation\", \"objc_id\", \"pollster\", \"raw-window-handle 0.6.2\", \"urlencoding\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"windows-sys 0.48.0\", ] [[package]] name = \"rgb\" version = \"0.8.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8\" dependencies = [ \"bytemuck\", ] [[package]] name = \"ring\" version = \"0.17.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d\" dependencies = [ \"cc\", \"cfg-if\", \"getrandom\", \"libc\", \"spin\", \"untrusted\", \"windows-sys 0.52.0\", ] [[package]] name = \"ron\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94\" dependencies = [ \"base64 0.21.7\", \"bitflags 2.5.0\", \"serde\", \"serde_derive\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.24\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.37.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2\" dependencies = [ \"bitflags 1.3.2\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys 0.3.8\", \"windows-sys 0.48.0\", ] [[package]] name = \"rustix\" version = \"0.38.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f\" dependencies = [ \"bitflags 2.5.0\", \"errno\", \"libc\", \"linux-raw-sys 0.4.14\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustls\" version = \"0.22.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432\" dependencies = [ \"log\", \"ring\", \"rustls-pki-types\", \"rustls-webpki\", \"subtle\", \"zeroize\", ] [[package]] name = \"rustls-pemfile\" version = \"2.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d\" dependencies = [ \"base64 0.22.1\", \"rustls-pki-types\", ] [[package]] name = \"rustls-pki-types\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d\" [[package]] name = \"rustls-webpki\" version = \"0.102.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e\" dependencies = [ \"ring\", \"rustls-pki-types\", \"untrusted\", ] [[package]] name = \"rustversion\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6\" [[package]] name = \"ryu\" version = \"1.0.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f\" [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"schannel\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"sctk-adwaita\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550\" dependencies = [ \"ab_glyph\", \"log\", \"memmap2\", \"smithay-client-toolkit\", \"tiny-skia\", ] [[package]] name = \"security-framework\" version = \"2.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0\" dependencies = [ \"bitflags 2.5.0\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"semver\" version = \"1.0.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b\" [[package]] name = \"serde\" version = \"1.0.203\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.203\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"serde_json\" version = \"1.0.117\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_repr\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"serde_spanned\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0\" dependencies = [ \"serde\", ] [[package]] name = \"serde_stacker\" version = \"0.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"babfccff5773ff80657f0ecf553c7c516bdc2eb16389c0918b36b73e7015276e\" dependencies = [ \"serde\", \"stacker\", ] [[package]] name = \"serde_urlencoded\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd\" dependencies = [ \"form_urlencoded\", \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"sha1\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"sharded-slab\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6\" dependencies = [ \"lazy_static\", ] [[package]] name = \"shlex\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64\" [[package]] name = \"signal-hook-registry\" version = \"1.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1\" dependencies = [ \"libc\", ] [[package]] name = \"simd-adler32\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe\" [[package]] name = \"skia-bindings\" version = \"0.69.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b4b5af96ee7d895763fa606f4531fddfb11de034217edd0c7beb9ea181efe5b\" dependencies = [ \"bindgen\", \"cc\", \"flate2\", \"heck 0.4.1\", \"lazy_static\", \"regex\", \"serde_json\", \"tar\", \"toml\", \"ureq\", ] [[package]] name = \"skia-safe\" version = \"0.69.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4a3d25acaedea0a8ed1dac52f383fc90276f5679a68e3f84c5fb7f7bde8934ff\" dependencies = [ \"bitflags 2.5.0\", \"lazy_static\", \"skia-bindings\", ] [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"slotmap\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a\" dependencies = [ \"version_check\", ] [[package]] name = \"smallvec\" version = \"1.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67\" [[package]] name = \"smithay-client-toolkit\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a\" dependencies = [ \"bitflags 2.5.0\", \"calloop\", \"calloop-wayland-source\", \"cursor-icon\", \"libc\", \"log\", \"memmap2\", \"rustix 0.38.34\", \"thiserror\", \"wayland-backend\", \"wayland-client\", \"wayland-csd-frame\", \"wayland-cursor\", \"wayland-protocols\", \"wayland-protocols-wlr\", \"wayland-scanner\", \"xkeysym\", ] [[package]] name = \"smithay-clipboard\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d\" dependencies = [ \"libc\", \"smithay-client-toolkit\", \"wayland-backend\", ] [[package]] name = \"smol_str\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead\" dependencies = [ \"serde\", ] [[package]] name = \"socket2\" version = \"0.4.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"socket2\" version = \"0.5.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"softposit\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8091c9c836e6d8cd1d510e65c4b8e7eb42b9ad876d95723cd35982e5c38f7ee1\" dependencies = [ \"num-traits\", ] [[package]] name = \"spade\" version = \"0.6.0\" dependencies = [ \"atty\", \"clap\", \"codespan\", \"codespan-reporting\", \"color-eyre\", \"colored 2.1.0\", \"indoc\", \"itertools 0.12.1\", \"logos\", \"ron\", \"serde\", \"spade-ast\", \"spade-ast-lowering\", \"spade-common\", \"spade-diagnostics\", \"spade-hir\", \"spade-hir-lowering\", \"spade-macros\", \"spade-mir\", \"spade-parser\", \"spade-typeinference\", \"spade-types\", \"spade-wordlength-inference\", \"thiserror\", \"tracing\", \"tracing-subscriber\", \"tracing-tree\", ] [[package]] name = \"spade-ast\" version = \"0.6.0\" dependencies = [ \"num\", \"spade-common\", ] [[package]] name = \"spade-ast-lowering\" version = \"0.6.0\" dependencies = [ \"itertools 0.12.1\", \"local-impl\", \"num\", \"pretty_assertions\", \"spade-ast\", \"spade-common\", \"spade-diagnostics\", \"spade-hir\", \"spade-macros\", \"spade-types\", \"tracing\", ] [[package]] name = \"spade-common\" version = \"0.6.0\" dependencies = [ \"codespan\", \"codespan-reporting\", \"logos\", \"num\", \"serde\", \"tracing\", ] [[package]] name = \"spade-diagnostics\" version = \"0.6.0\" dependencies = [ \"codespan\", \"codespan-reporting\", \"colored 2.1.0\", \"itertools 0.12.1\", \"local-impl\", \"logos\", \"spade-ast\", \"spade-common\", \"spade-macros\", \"thiserror\", \"tracing\", ] [[package]] name = \"spade-hir\" version = \"0.6.0\" dependencies = [ \"codespan-reporting\", \"colored 2.1.0\", \"itertools 0.12.1\", \"local-impl\", \"num\", \"serde\", \"spade-common\", \"spade-diagnostics\", \"spade-types\", \"tap\", \"thiserror\", \"tracing\", ] [[package]] name = \"spade-hir-lowering\" version = \"0.6.0\" dependencies = [ \"codespan\", \"codespan-reporting\", \"indoc\", \"itertools 0.12.1\", \"local-impl\", \"num\", \"serde\", \"spade-common\", \"spade-diagnostics\", \"spade-hir\", \"spade-macros\", \"spade-mir\", \"spade-typeinference\", \"spade-types\", \"spade-wordlength-inference\", \"thiserror\", \"tracing\", ] [[package]] name = \"spade-macros\" version = \"0.6.0\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"spade-mir\" version = \"0.6.0\" dependencies = [ \"codespan\", \"codespan-reporting\", \"derive-where\", \"indoc\", \"itertools 0.12.1\", \"logos\", \"nesty\", \"num\", \"serde\", \"spade-common\", \"spade-diagnostics\", \"spade-macros\", ] [[package]] name = \"spade-parser\" version = \"0.6.0\" dependencies = [ \"codespan\", \"codespan-reporting\", \"colored 2.1.0\", \"itertools 0.12.1\", \"local-impl\", \"logos\", \"num\", \"spade-ast\", \"spade-common\", \"spade-diagnostics\", \"spade-macros\", \"thiserror\", \"tracing\", ] [[package]] name = \"spade-typeinference\" version = \"0.6.0\" dependencies = [ \"codespan\", \"codespan-reporting\", \"colored 2.1.0\", \"itertools 0.12.1\", \"local-impl\", \"num\", \"serde\", \"spade-common\", \"spade-diagnostics\", \"spade-hir\", \"spade-macros\", \"spade-types\", \"thiserror\", \"tracing\", ] [[package]] name = \"spade-types\" version = \"0.6.0\" dependencies = [ \"num\", \"serde\", \"spade-common\", ] [[package]] name = \"spade-wordlength-inference\" version = \"0.6.0\" dependencies = [ \"codespan\", \"codespan-reporting\", \"colored 2.1.0\", \"local-impl\", \"num\", \"serde\", \"spade-ast\", \"spade-common\", \"spade-diagnostics\", \"spade-hir\", \"spade-macros\", \"spade-parser\", \"spade-typeinference\", \"spade-types\", \"thiserror\", \"tracing\", ] [[package]] name = \"spin\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\" [[package]] name = \"stacker\" version = \"0.1.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce\" dependencies = [ \"cc\", \"cfg-if\", \"libc\", \"psm\", \"winapi\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"strict-num\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731\" [[package]] name = \"strsim\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\" [[package]] name = \"subtle\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc\" [[package]] name = \"surfer\" version = \"0.2.0\" dependencies = [ \"base64 0.22.1\", \"bincode\", \"bytes\", \"bytesize\", \"camino\", \"chrono\", \"clap\", \"color-eyre\", \"config\", \"console_error_panic_hook\", \"derivative\", \"derive_more\", \"directories\", \"dssim\", \"eframe\", \"egui-remixicon\", \"egui_extras\", \"egui_plot\", \"egui_skia\", \"enum-iterator\", \"f128\", \"fern\", \"futures\", \"futures-core\", \"futures-util\", \"fuzzy-matcher\", \"fzcmd\", \"half\", \"http-body-util\", \"human-sort\", \"hyper\", \"hyper-util\", \"image 0.25.1\", \"instruction-decoder\", \"itertools 0.13.0\", \"lazy_static\", \"log\", \"lz4_flex\", \"num\", \"project-root\", \"pure-rust-locales\", \"rand\", \"rayon\", \"regex\", \"reqwest\", \"rfd\", \"rgb\", \"ron\", \"serde\", \"serde_json\", \"serde_stacker\", \"skia-safe\", \"softposit\", \"spade\", \"spade-common\", \"spade-hir-lowering\", \"spade-types\", \"sys-locale\", \"test-log\", \"tokio\", \"toml\", \"vergen\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"web-time 1.1.0\", \"wellen\", \"winapi\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.66\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"sync_wrapper\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160\" [[package]] name = \"sys-locale\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0\" dependencies = [ \"libc\", ] [[package]] name = \"system-configuration\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"system-configuration-sys\", ] [[package]] name = \"system-configuration-sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"tap\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369\" [[package]] name = \"tar\" version = \"0.4.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb\" dependencies = [ \"filetime\", \"libc\", \"xattr\", ] [[package]] name = \"tempfile\" version = \"3.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1\" dependencies = [ \"cfg-if\", \"fastrand 2.1.0\", \"rustix 0.38.34\", \"windows-sys 0.52.0\", ] [[package]] name = \"termcolor\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755\" dependencies = [ \"winapi-util\", ] [[package]] name = \"test-log\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3dffced63c2b5c7be278154d76b479f9f9920ed34e7574201407f0b14e2bbb93\" dependencies = [ \"env_logger\", \"test-log-macros\", \"tracing-subscriber\", ] [[package]] name = \"test-log-macros\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5999e24eaa32083191ba4e425deb75cdf25efefabe5aaccb7446dd0d4122a3f5\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"thiserror\" version = \"1.0.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.61\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"thread_local\" version = \"1.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c\" dependencies = [ \"cfg-if\", \"once_cell\", ] [[package]] name = \"time\" version = \"0.3.36\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885\" dependencies = [ \"deranged\", \"itoa\", \"libc\", \"num-conv\", \"num_threads\", \"powerfmt\", \"serde\", \"time-core\", \"time-macros\", ] [[package]] name = \"time-core\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3\" [[package]] name = \"time-macros\" version = \"0.2.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf\" dependencies = [ \"num-conv\", \"time-core\", ] [[package]] name = \"tiny-skia\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab\" dependencies = [ \"arrayref\", \"arrayvec\", \"bytemuck\", \"cfg-if\", \"log\", \"tiny-skia-path\", ] [[package]] name = \"tiny-skia-path\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93\" dependencies = [ \"arrayref\", \"bytemuck\", \"strict-num\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787\" dependencies = [ \"backtrace\", \"bytes\", \"libc\", \"mio\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2 0.5.7\", \"tokio-macros\", \"tracing\", \"windows-sys 0.48.0\", ] [[package]] name = \"tokio-macros\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"tokio-native-tls\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"toml\" version = \"0.8.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.22.13\", ] [[package]] name = \"toml_datetime\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421\" dependencies = [ \"indexmap\", \"toml_datetime\", \"winnow 0.5.40\", ] [[package]] name = \"toml_edit\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1\" dependencies = [ \"indexmap\", \"toml_datetime\", \"winnow 0.5.40\", ] [[package]] name = \"toml_edit\" version = \"0.22.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c\" dependencies = [ \"indexmap\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow 0.6.9\", ] [[package]] name = \"tower\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c\" dependencies = [ \"futures-core\", \"futures-util\", \"pin-project\", \"pin-project-lite\", \"tokio\", \"tower-layer\", \"tower-service\", ] [[package]] name = \"tower-layer\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0\" [[package]] name = \"tower-service\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52\" [[package]] name = \"tracing\" version = \"0.1.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef\" dependencies = [ \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"tracing-core\" version = \"0.1.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54\" dependencies = [ \"once_cell\", \"valuable\", ] [[package]] name = \"tracing-error\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e\" dependencies = [ \"tracing\", \"tracing-subscriber\", ] [[package]] name = \"tracing-log\" version = \"0.1.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2\" dependencies = [ \"log\", \"once_cell\", \"tracing-core\", ] [[package]] name = \"tracing-log\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3\" dependencies = [ \"log\", \"once_cell\", \"tracing-core\", ] [[package]] name = \"tracing-subscriber\" version = \"0.3.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b\" dependencies = [ \"matchers\", \"nu-ansi-term\", \"once_cell\", \"regex\", \"sharded-slab\", \"smallvec\", \"thread_local\", \"tracing\", \"tracing-core\", \"tracing-log 0.2.0\", ] [[package]] name = \"tracing-tree\" version = \"0.2.0\" source = \"git+https://github.com/jonathanmorley/tracing-tree?rev=8b97ec6e50e3f755644d1a0aaf4c45a2112607b2#8b97ec6e50e3f755644d1a0aaf4c45a2112607b2\" dependencies = [ \"ansi_term\", \"atty\", \"tracing-core\", \"tracing-log 0.1.4\", \"tracing-subscriber\", ] [[package]] name = \"try-lock\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b\" [[package]] name = \"ttf-parser\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8\" [[package]] name = \"twox-hash\" version = \"1.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675\" dependencies = [ \"cfg-if\", \"static_assertions\", ] [[package]] name = \"typenum\" version = \"1.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\" [[package]] name = \"uds_windows\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9\" dependencies = [ \"memoffset 0.9.1\", \"tempfile\", \"winapi\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75\" [[package]] name = \"unicode-ident\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b\" [[package]] name = \"unicode-normalization\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-segmentation\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202\" [[package]] name = \"unicode-width\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6\" [[package]] name = \"untrusted\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1\" [[package]] name = \"ureq\" version = \"2.9.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd\" dependencies = [ \"base64 0.22.1\", \"flate2\", \"log\", \"once_cell\", \"rustls\", \"rustls-pki-types\", \"rustls-webpki\", \"url\", \"webpki-roots\", ] [[package]] name = \"url\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", \"serde\", ] [[package]] name = \"urlencoding\" version = \"2.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da\" [[package]] name = \"utf8parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a\" [[package]] name = \"valuable\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d\" [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"vergen\" version = \"8.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525\" dependencies = [ \"anyhow\", \"cfg-if\", \"git2\", \"rustversion\", \"time\", ] [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"waker-fn\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7\" [[package]] name = \"walkdir\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"want\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e\" dependencies = [ \"try-lock\", ] [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.66\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.42\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96\" [[package]] name = \"wasm-streams\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129\" dependencies = [ \"futures-util\", \"js-sys\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", ] [[package]] name = \"wayland-backend\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40\" dependencies = [ \"cc\", \"downcast-rs\", \"rustix 0.38.34\", \"scoped-tls\", \"smallvec\", \"wayland-sys\", ] [[package]] name = \"wayland-client\" version = \"0.31.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f\" dependencies = [ \"bitflags 2.5.0\", \"rustix 0.38.34\", \"wayland-backend\", \"wayland-scanner\", ] [[package]] name = \"wayland-csd-frame\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e\" dependencies = [ \"bitflags 2.5.0\", \"cursor-icon\", \"wayland-backend\", ] [[package]] name = \"wayland-cursor\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba\" dependencies = [ \"rustix 0.38.34\", \"wayland-client\", \"xcursor\", ] [[package]] name = \"wayland-protocols\" version = \"0.31.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4\" dependencies = [ \"bitflags 2.5.0\", \"wayland-backend\", \"wayland-client\", \"wayland-scanner\", ] [[package]] name = \"wayland-protocols-plasma\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479\" dependencies = [ \"bitflags 2.5.0\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-scanner\", ] [[package]] name = \"wayland-protocols-wlr\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6\" dependencies = [ \"bitflags 2.5.0\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-scanner\", ] [[package]] name = \"wayland-scanner\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283\" dependencies = [ \"proc-macro2\", \"quick-xml\", \"quote\", ] [[package]] name = \"wayland-sys\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af\" dependencies = [ \"dlib\", \"log\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"web-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"web-time\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"web-time\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"webbrowser\" version = \"0.8.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b\" dependencies = [ \"core-foundation\", \"home\", \"jni\", \"log\", \"ndk-context\", \"objc\", \"raw-window-handle 0.5.2\", \"url\", \"web-sys\", ] [[package]] name = \"webpki-roots\" version = \"0.26.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009\" dependencies = [ \"rustls-pki-types\", ] [[package]] name = \"wellen\" version = \"0.9.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"049e8d599dba738042de478fdd1ef007f5659a36a27c69e30cec30c7fe486935\" dependencies = [ \"bytesize\", \"fst-native\", \"leb128\", \"lz4_flex\", \"memmap2\", \"num_enum\", \"rayon\", \"serde\", \"thiserror\", ] [[package]] name = \"which\" version = \"4.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7\" dependencies = [ \"either\", \"home\", \"once_cell\", \"rustix 0.38.34\", ] [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f\" dependencies = [ \"windows-implement\", \"windows-interface\", \"windows-targets 0.48.5\", ] [[package]] name = \"windows-core\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9\" dependencies = [ \"windows-targets 0.52.5\", ] [[package]] name = \"windows-implement\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"windows-interface\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-sys\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\" dependencies = [ \"windows-targets 0.52.5\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-targets\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\" dependencies = [ \"windows_aarch64_gnullvm 0.48.5\", \"windows_aarch64_msvc 0.48.5\", \"windows_i686_gnu 0.48.5\", \"windows_i686_msvc 0.48.5\", \"windows_x86_64_gnu 0.48.5\", \"windows_x86_64_gnullvm 0.48.5\", \"windows_x86_64_msvc 0.48.5\", ] [[package]] name = \"windows-targets\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb\" dependencies = [ \"windows_aarch64_gnullvm 0.52.5\", \"windows_aarch64_msvc 0.52.5\", \"windows_i686_gnu 0.52.5\", \"windows_i686_gnullvm\", \"windows_i686_msvc 0.52.5\", \"windows_x86_64_gnu 0.52.5\", \"windows_x86_64_gnullvm 0.52.5\", \"windows_x86_64_msvc 0.52.5\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\" [[package]] name = \"windows_i686_gnu\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670\" [[package]] name = \"windows_i686_gnullvm\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\" [[package]] name = \"windows_i686_msvc\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.52.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0\" [[package]] name = \"winit\" version = \"0.29.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca\" dependencies = [ \"ahash\", \"android-activity\", \"atomic-waker\", \"bitflags 2.5.0\", \"bytemuck\", \"calloop\", \"cfg_aliases\", \"core-foundation\", \"core-graphics\", \"cursor-icon\", \"icrate\", \"js-sys\", \"libc\", \"log\", \"memmap2\", \"ndk\", \"ndk-sys\", \"objc2 0.4.1\", \"once_cell\", \"orbclient\", \"percent-encoding\", \"raw-window-handle 0.5.2\", \"raw-window-handle 0.6.2\", \"redox_syscall 0.3.5\", \"rustix 0.38.34\", \"sctk-adwaita\", \"smithay-client-toolkit\", \"smol_str\", \"unicode-segmentation\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-protocols-plasma\", \"web-sys\", \"web-time 0.2.4\", \"windows-sys 0.48.0\", \"x11-dl\", \"x11rb\", \"xkbcommon-dl\", ] [[package]] name = \"winnow\" version = \"0.5.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876\" dependencies = [ \"memchr\", ] [[package]] name = \"winnow\" version = \"0.6.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86c949fede1d13936a99f14fafd3e76fd642b556dd2ce96287fbe2e0151bfac6\" dependencies = [ \"memchr\", ] [[package]] name = \"winreg\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"x11rb\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12\" dependencies = [ \"as-raw-xcb-connection\", \"gethostname\", \"libc\", \"libloading\", \"once_cell\", \"rustix 0.38.34\", \"x11rb-protocol\", ] [[package]] name = \"x11rb-protocol\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d\" [[package]] name = \"xattr\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f\" dependencies = [ \"libc\", \"linux-raw-sys 0.4.14\", \"rustix 0.38.34\", ] [[package]] name = \"xcursor\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911\" [[package]] name = \"xdg-home\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"xkbcommon-dl\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5\" dependencies = [ \"bitflags 2.5.0\", \"dlib\", \"log\", \"once_cell\", \"xkeysym\", ] [[package]] name = \"xkeysym\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621\" [[package]] name = \"xml-rs\" version = \"0.8.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193\" [[package]] name = \"yansi\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec\" [[package]] name = \"zbus\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6\" dependencies = [ \"async-broadcast 0.5.1\", \"async-executor\", \"async-fs\", \"async-io 1.13.0\", \"async-lock 2.8.0\", \"async-process 1.8.1\", \"async-recursion\", \"async-task\", \"async-trait\", \"blocking\", \"byteorder\", \"derivative\", \"enumflags2\", \"event-listener 2.5.3\", \"futures-core\", \"futures-sink\", \"futures-util\", \"hex\", \"nix 0.26.4\", \"once_cell\", \"ordered-stream\", \"rand\", \"serde\", \"serde_repr\", \"sha1\", \"static_assertions\", \"tracing\", \"uds_windows\", \"winapi\", \"xdg-home\", \"zbus_macros 3.15.2\", \"zbus_names 2.6.1\", \"zvariant 3.15.2\", ] [[package]] name = \"zbus\" version = \"4.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"989c3977a7aafa97b12b9a35d21cdcff9b0d2289762b14683f45d66b1ba6c48f\" dependencies = [ \"async-broadcast 0.7.0\", \"async-process 2.2.2\", \"async-recursion\", \"async-trait\", \"enumflags2\", \"event-listener 5.3.1\", \"futures-core\", \"futures-sink\", \"futures-util\", \"hex\", \"nix 0.28.0\", \"ordered-stream\", \"rand\", \"serde\", \"serde_repr\", \"sha1\", \"static_assertions\", \"tokio\", \"tracing\", \"uds_windows\", \"windows-sys 0.52.0\", \"xdg-home\", \"zbus_macros 4.2.2\", \"zbus_names 3.0.0\", \"zvariant 4.1.1\", ] [[package]] name = \"zbus_macros\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5\" dependencies = [ \"proc-macro-crate 1.3.1\", \"proc-macro2\", \"quote\", \"regex\", \"syn 1.0.109\", \"zvariant_utils 1.0.1\", ] [[package]] name = \"zbus_macros\" version = \"4.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fe9de53245dcf426b7be226a4217dd5e339080e5d46e64a02d6e5dcbf90fca1\" dependencies = [ \"proc-macro-crate 3.1.0\", \"proc-macro2\", \"quote\", \"syn 2.0.66\", \"zvariant_utils 2.0.0\", ] [[package]] name = \"zbus_names\" version = \"2.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d\" dependencies = [ \"serde\", \"static_assertions\", \"zvariant 3.15.2\", ] [[package]] name = \"zbus_names\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c\" dependencies = [ \"serde\", \"static_assertions\", \"zvariant 4.1.1\", ] [[package]] name = \"zerocopy\" version = \"0.7.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087\" dependencies = [ \"zerocopy-derive\", ] [[package]] name = \"zerocopy-derive\" version = \"0.7.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] [[package]] name = \"zeroize\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde\" [[package]] name = \"zvariant\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db\" dependencies = [ \"byteorder\", \"enumflags2\", \"libc\", \"serde\", \"static_assertions\", \"zvariant_derive 3.15.2\", ] [[package]] name = \"zvariant\" version = \"4.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aa6d31a02fbfb602bfde791de7fedeb9c2c18115b3d00f3a36e489f46ffbbc7\" dependencies = [ \"endi\", \"enumflags2\", \"serde\", \"static_assertions\", \"url\", \"zvariant_derive 4.1.1\", ] [[package]] name = \"zvariant_derive\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9\" dependencies = [ \"proc-macro-crate 1.3.1\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"zvariant_utils 1.0.1\", ] [[package]] name = \"zvariant_derive\" version = \"4.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"642bf1b6b6d527988b3e8193d20969d53700a36eac734d21ae6639db168701c8\" dependencies = [ \"proc-macro-crate 3.1.0\", \"proc-macro2\", \"quote\", \"syn 2.0.66\", \"zvariant_utils 2.0.0\", ] [[package]] name = \"zvariant_utils\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"zvariant_utils\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.66\", ] "} {"_id":"doc-en-nixpkgs-004bcf58e084ef52d29430b26a08721e49b4fb6b82eb7adaa47aaa8cf8117324","title":"","text":" { lib, fetchFromGitLab, rustPlatform, pkg-config, openssl, wayland, autoPatchelfHook, libxkbcommon, libGL, libX11, libXcursor, libXi, stdenv, makeWrapper, zenity, }: rustPlatform.buildRustPackage rec { pname = \"surfer\"; version = \"0.2.0\"; src = fetchFromGitLab { owner = \"surfer-project\"; repo = \"surfer\"; rev = \"v${version}\"; hash = \"sha256-C5jyWLs7fdEn2oW5BORZYazQwjXNxf8ketYFwlVkHpA\"; fetchSubmodules = true; }; nativeBuildInputs = [ pkg-config autoPatchelfHook makeWrapper ]; buildInputs = [ openssl stdenv.cc.cc.lib ]; # Wayland and X11 libs are required at runtime since winit uses dlopen runtimeDependencies = [ wayland libxkbcommon libGL libX11 libXcursor libXi ]; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"codespan-0.12.0\" = \"sha256-3F2006BR3hyhxcUTaQiOjzTEuRECKJKjIDyXonS/lrE=\"; \"egui_skia-0.5.0\" = \"sha256-dpkcIMPW+v742Ov18vjycLDwnn1JMsvbX6qdnuKOBC4=\"; \"tracing-tree-0.2.0\" = \"sha256-/JNeAKjAXmKPh0et8958yS7joORDbid9dhFB0VUAhZc=\"; }; }; # Avoid the network attempt from skia. See: https://github.com/cargo2nix/cargo2nix/issues/318 doCheck = false; postFixup = '' wrapProgram $out/bin/surfer --prefix PATH : ${lib.makeBinPath [ zenity ]} ''; meta = { description = \"Extensible and Snappy Waveform Viewer\"; homepage = \"https://surfer-project.org/\"; changelog = \"https://gitlab.com/surfer-project/surfer/-/releases/v${version}\"; license = lib.licenses.eupl12; maintainers = with lib.maintainers; [ hakan-demirli ]; platforms = lib.platforms.linux; mainProgram = \"surfer\"; }; } "} {"_id":"doc-en-nixpkgs-780434331b826492de37ed1ea5d89b35256a892f2eb46e295b95ac7604035308","title":"","text":" # This file was automatically generated by passthru.fetch-deps. # Please dont edit it manually, your changes might get overwritten! { fetchNuGet }: [ (fetchNuGet { pname = \"Castle.Core\"; version = \"5.0.0\"; sha256 = \"1f6qd0zy4s3dvi4f3sp9f3fx25rj16sib9hcha456z8i5nrlnix3\"; }) (fetchNuGet { pname = \"CsvHelper\"; version = \"30.0.1\"; sha256 = \"0v01s672zcrd3fjwzh14dihbal3apzyg3dc80k05a90ljk8yh9wl\"; }) (fetchNuGet { pname = \"dotnet-xunit\"; version = \"2.3.1\"; sha256 = \"0w1zslkig6qk6rhw6ckfy331rnbfbnxr0gdy2pxgnc8rz2fj2s54\"; }) (fetchNuGet { pname = \"Libuv\"; version = \"1.9.0\"; sha256 = \"0ag6l9h1h4knf3hy1fjfrqm6mavr9zw35i0qrnnm8la4mdbcnd0f\"; }) (fetchNuGet { pname = \"McMaster.Extensions.CommandLineUtils\"; version = \"4.0.2\"; sha256 = \"1x2a60vjq0n6mb7bfjlggbvp8vpq0m7ls5x4bwff2g2qxhw09rbv\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Ref\"; version = \"6.0.27\"; sha256 = \"11sfm0vb8grybwdfzl9y3y1v9jg94rn3fpsf0995xm1qgk57piiv\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Ref\"; version = \"7.0.16\"; sha256 = \"1nrk00w3jkb1r3m8zn7c05snan02b6s7n5s93aq2dl9kz0bm530c\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm64\"; version = \"6.0.27\"; sha256 = \"078vz7l3sw25jxkhxf646hwc1csasna4n04rjq6vcv30c9kx3lp9\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm64\"; version = \"7.0.16\"; sha256 = \"0g4zxka97q3bdc72yql296hx2laim5b4rfb8vxmknzdpzj0ydiks\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-arm64\"; version = \"8.0.2\"; sha256 = \"1bxsrlsyvia4v3fswxl9pnf9107zwf1n1hlwffyxs0kd5iq7jabr\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-x64\"; version = \"6.0.27\"; sha256 = \"0cdvdbvvbky0y60732j2n2jjycgpm2ngx38hl6zq198xm1d4g43x\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.linux-x64\"; version = \"7.0.16\"; sha256 = \"0zy1zarikg4d1g06ax3zdjvfysw2393b9fgg7xnracqi17hr38ah\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-arm64\"; version = \"6.0.27\"; sha256 = \"11l2a80xxinf08m9i6jdy0nkjpdjs9llqb8gs7x0762cnyhds7la\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-arm64\"; version = \"7.0.16\"; sha256 = \"1wgmbbn81rbqlx44hg9zqrrcmiinss1qhgfsq37vzy2i8ycyn59w\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-arm64\"; version = \"8.0.2\"; sha256 = \"0xfwnqbbzg1xb6zxlms5v1dj3jh46lh6vzfjbqxj55fj87qr73yi\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-x64\"; version = \"6.0.27\"; sha256 = \"0r7qqwkqm9lraqwc25aadbg856v006h17yj8cxmp800iz7288k07\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-x64\"; version = \"7.0.16\"; sha256 = \"1ggcy57k31bxqk6k1hsbmzxkyly9bzch7dw7fgl2yx4a439nkh54\"; }) (fetchNuGet { pname = \"Microsoft.AspNetCore.App.Runtime.osx-x64\"; version = \"8.0.2\"; sha256 = \"0ihhhsypb0f8lffl5lbm4nw0l9cwcv6dgylxbgvs10yfpvpix8av\"; }) (fetchNuGet { pname = \"Microsoft.Bcl.AsyncInterfaces\"; version = \"7.0.0\"; sha256 = \"1waiggh3g1cclc81gmjrqbh128kwfjky3z79ma4bd2ms9pa3gvfm\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.Analyzers\"; version = \"1.1.0\"; sha256 = \"08r667hj2259wbim1p3al5qxkshydykmb7nd9ygbjlg4mmydkapc\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.Common\"; version = \"1.3.0\"; sha256 = \"097qi36jhyllpqj313nxzwc64a4f65p014gaj6fz4z5jcphkkk15\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.CSharp\"; version = \"1.3.0\"; sha256 = \"0vpslncd5lk88ijb42qbp88dfrd0fg4kri44w6jpmxb3fcqazais\"; }) (fetchNuGet { pname = \"Microsoft.CodeAnalysis.VisualBasic\"; version = \"1.3.0\"; sha256 = \"186chky80rryhzh5dh8j318ghyvn1a7r2876rlyadxdrs7aqv0ll\"; }) (fetchNuGet { pname = \"Microsoft.CodeCoverage\"; version = \"17.8.0\"; sha256 = \"173wjadp3gan4x2jfjchngnc4ca4mb95h1sbb28jydfkfw0z1zvj\"; }) (fetchNuGet { pname = \"Microsoft.CSharp\"; version = \"4.0.1\"; sha256 = \"0zxc0apx1gcx361jlq8smc9pfdgmyjh6hpka8dypc9w23nlsh6yj\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.DependencyInjection\"; version = \"7.0.0\"; sha256 = \"121zs4jp8iimgbpzm3wsglhjwkc06irg1pxy8c1zcdlsg34cfq1p\"; }) (fetchNuGet { pname = \"Microsoft.Extensions.DependencyInjection.Abstractions\"; version = \"7.0.0\"; sha256 = \"181d7mp9307fs17lyy42f8cxnjwysddmpsalky4m0pqxcimnr6g7\"; }) (fetchNuGet { pname = \"Microsoft.NET.Test.Sdk\"; version = \"17.8.0\"; sha256 = \"1syvl3g0hbrcgfi9rq6pld8s8hqqww4dflf1lxn59ccddyyx0gmv\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App\"; version = \"1.0.0\"; sha256 = \"0i09cs7a7hxn9n1nx49382csvc7560j4hbxr2c8bwa69nhf2rrjp\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm64\"; version = \"6.0.27\"; sha256 = \"0p0apwm7xpwwvjl453livb8ngvc0izjp5yfpgv116vhig2mxszsa\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm64\"; version = \"7.0.16\"; sha256 = \"0wxa2mm34l32324rywns3bphxrkxm265wxck93z030klwvxdalri\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-arm64\"; version = \"8.0.2\"; sha256 = \"1pi4s9sn64cyvarba1vgb17k92ank7q95xmn7dz9zb1z9n6v19hm\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-x64\"; version = \"6.0.27\"; sha256 = \"1vglh2l7brp6qbdngiiwsjwsp3cyzbzjcjw7dwqhfk0whc7n96kg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.linux-x64\"; version = \"7.0.16\"; sha256 = \"1xiq43br5lk1xa4d4wzhdpn9lz3mixmyxggzbsf4i4q5692rv35f\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-arm64\"; version = \"6.0.27\"; sha256 = \"14zd7mgl866bhqqrcb6q3xbwrllks1nmfzhnbm8rf7h5cqqrqwbn\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-arm64\"; version = \"7.0.16\"; sha256 = \"0ln013191h2rkhm8xss4aqbb52ywp44rjfnn7pip99wdx66bkazs\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-arm64\"; version = \"8.0.2\"; sha256 = \"1v8nngksh0cp51g221bizz52jjpc4rzm1avcy5psl81ywmkwmj93\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-x64\"; version = \"6.0.27\"; sha256 = \"1kf3sm7hkqz5a4y5rb49yna10041f1h3lcqx885xlbhyb4q67gi9\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-x64\"; version = \"7.0.16\"; sha256 = \"1b8w278n8hcxysjs56ghx4pdbfall66nnmk1kx5a0my7lp7yp6xf\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Host.osx-x64\"; version = \"8.0.2\"; sha256 = \"1xlnlp4ckqn0myl5pzsqhmpall1pnbmqhb62rr7m61dy83xhvm6l\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Ref\"; version = \"6.0.27\"; sha256 = \"15fwbjq2r406fq175j2lsh4f91iiipmvaq96nsba3q2fh0c433zm\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Ref\"; version = \"7.0.16\"; sha256 = \"19lnkab2p8nkfc4jag0whkv51v3qabwdyzjk6xgj61i6s8lnnz1f\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm64\"; version = \"6.0.27\"; sha256 = \"1dxvssf7rx05bipj03g8jm36j2mmdm13sg8rdwn6aa6whbwpip0r\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm64\"; version = \"7.0.16\"; sha256 = \"1qb3pk1kgvwjc2n4kqfx4bqjmaihjf8cd9cfkqkkwmnnw9jd7f83\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-arm64\"; version = \"8.0.2\"; sha256 = \"1g2n69s8sa9ik9jhkc6xcdjcvghwr5m9glbxr1f22dbj6nw433c4\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-x64\"; version = \"6.0.27\"; sha256 = \"1j913pm78h35kvcm70276cnfvjn1r7r6jsc3jm1y0vb395qy6nfd\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.linux-x64\"; version = \"7.0.16\"; sha256 = \"1w41xwdikkyplxr1kqfn1fwjvbglgsaripgdglhdx9qdxgr3nfi3\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-arm64\"; version = \"6.0.27\"; sha256 = \"1mbjbj9c7sxw0hfq25ypv56hi9kik3vrrvr8ika3wcwv1ilpvczj\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-arm64\"; version = \"7.0.16\"; sha256 = \"0xgd5nj5nx3w3m9cbh3b6r0c2w5svxjkslwqq35w445vjhq435fz\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-arm64\"; version = \"8.0.2\"; sha256 = \"116rkq5ri5dbhp5g7zyc71ml2v92vb5bw5f3nx96llb1pqk74grh\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-x64\"; version = \"6.0.27\"; sha256 = \"0dr1y76wgkqnkjxk5m8ps2g086sn4kp3a04v0ynarw5j0cipg994\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-x64\"; version = \"7.0.16\"; sha256 = \"0mghc3ihk2j60yyrb57k200ddmhj5impl81lldpxxx9821pb0qha\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.App.Runtime.osx-x64\"; version = \"8.0.2\"; sha256 = \"0x3fsfkv2gcilhsj31pjgg2vfibq2xvqhprw3hpm4gig4c2qi4fg\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHost\"; version = \"1.0.1\"; sha256 = \"1qr4gnzlpwzv8jr7ijmdg13x2s9m35g4ma0bh18kci4ml7h9jb6a\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHostPolicy\"; version = \"1.0.1\"; sha256 = \"0vbqww1bmlkz7xq05zxykv27xdrkl6nrjhs1iiszaa9ivf7nklz1\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.DotNetHostResolver\"; version = \"1.0.1\"; sha256 = \"109zs3bqhzh6mhbf2rfpwxmpb8fq57jr7wriyylynirsqh1lnql4\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Jit\"; version = \"1.0.2\"; sha256 = \"0jaan2wmg80lr0mhgfy70kb5cqjwv1a2ikmxgd0glpcxp7wr7pag\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"1.0.1\"; sha256 = \"01al6cfxp68dscl15z7rxfw9zvhm64dncsw09a1vmdkacsa2v6lr\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Platforms\"; version = \"1.1.0\"; sha256 = \"08vh1r12g6ykjygq5d3vq09zylgb84l63k49jc4v8faw9g93iqqm\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Runtime.CoreCLR\"; version = \"1.0.2\"; sha256 = \"1hxgsjyzh7hdgd34xwpn5s2myy1b1y9ms7xhvs6mkb75wap49bpc\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Targets\"; version = \"1.0.1\"; sha256 = \"0ppdkwy6s9p7x9jix3v4402wb171cdiibq7js7i13nxpdky7074p\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Targets\"; version = \"1.1.0\"; sha256 = \"193xwf33fbm0ni3idxzbr5fdq3i2dlfgihsac9jj7whj0gd902nh\"; }) (fetchNuGet { pname = \"Microsoft.NETCore.Windows.ApiSets\"; version = \"1.0.1\"; sha256 = \"16k8chghkr25jf49banhzl839vs8n3vbfpg4wn4idi0hzjipix78\"; }) (fetchNuGet { pname = \"Microsoft.TestPlatform.ObjectModel\"; version = \"17.8.0\"; sha256 = \"0b0i7lmkrcfvim8i3l93gwqvkhhhfzd53fqfnygdqvkg6np0cg7m\"; }) (fetchNuGet { pname = \"Microsoft.TestPlatform.TestHost\"; version = \"17.8.0\"; sha256 = \"0f5jah93kjkvxwmhwb78lw11m9pkkq9fvf135hpymmmpxqbdh97q\"; }) (fetchNuGet { pname = \"Microsoft.VisualBasic\"; version = \"10.0.1\"; sha256 = \"0q6vv9qfkbwn7gz8qf1gfcn33r87m260hsxdsk838mcbqmjz6wgc\"; }) (fetchNuGet { pname = \"Microsoft.Win32.Primitives\"; version = \"4.0.1\"; sha256 = \"1n8ap0cmljbqskxpf8fjzn7kh1vvlndsa75k01qig26mbw97k2q7\"; }) (fetchNuGet { pname = \"Microsoft.Win32.Primitives\"; version = \"4.3.0\"; sha256 = \"0j0c1wj4ndj21zsgivsc24whiya605603kxrbiw6wkfdync464wq\"; }) (fetchNuGet { pname = \"Microsoft.Win32.Registry\"; version = \"4.0.0\"; sha256 = \"1spf4m9pikkc19544p29a47qnhcd885klncahz133hbnyqbkmz9k\"; }) (fetchNuGet { pname = \"NETStandard.Library\"; version = \"1.6.0\"; sha256 = \"0nmmv4yw7gw04ik8ialj3ak0j6pxa9spih67hnn1h2c38ba8h58k\"; }) (fetchNuGet { pname = \"NETStandard.Library\"; version = \"1.6.1\"; sha256 = \"1z70wvsx2d847a2cjfii7b83pjfs34q05gb037fdjikv5kbagml8\"; }) (fetchNuGet { pname = \"Newtonsoft.Json\"; version = \"13.0.3\"; sha256 = \"0xrwysmrn4midrjal8g2hr1bbg38iyisl0svamb11arqws4w2bw7\"; }) (fetchNuGet { pname = \"NSubstitute\"; version = \"5.0.0\"; sha256 = \"1iacc39nz8pzxay5fs9mzrflmr9mvwjd3lrn61yc7kmamqs87rqk\"; }) (fetchNuGet { pname = \"NuGet.Common\"; version = \"6.8.0\"; sha256 = \"0l3ij8iwy7wj6s7f93lzi9168r4wz8zyin6a08iwgk7hvq44cia1\"; }) (fetchNuGet { pname = \"NuGet.Configuration\"; version = \"6.8.0\"; sha256 = \"0x03p408smkmv1gv7pmvsia4lkn0xaj4wfrkl58pjf8bbv51y0yw\"; }) (fetchNuGet { pname = \"NuGet.Credentials\"; version = \"6.8.0\"; sha256 = \"0dypmdkibgm5d9imhjnpgpdi6kmg6cnlvc7lc9w4v7ijflril15l\"; }) (fetchNuGet { pname = \"NuGet.DependencyResolver.Core\"; version = \"6.8.0\"; sha256 = \"0da44ni1g6s3fkzmhymbcv98fcpd31bfmivq4cg90d0wiig85wvw\"; }) (fetchNuGet { pname = \"NuGet.Frameworks\"; version = \"6.5.0\"; sha256 = \"0s37d1p4md0k6d4cy6sq36f2dgkd9qfbzapxhkvi8awwh0vrynhj\"; }) (fetchNuGet { pname = \"NuGet.Frameworks\"; version = \"6.8.0\"; sha256 = \"0i2xvhgkjkjr496i3pg8hamwv6505fia45qhn7jg5m01wb3cvsjl\"; }) (fetchNuGet { pname = \"NuGet.LibraryModel\"; version = \"6.8.0\"; sha256 = \"13qn64jckc9fd7yx5nwsxpj1i9gndlks35w0bdsfy8gc791wqdy4\"; }) (fetchNuGet { pname = \"NuGet.Packaging\"; version = \"6.8.0\"; sha256 = \"031z4s905bxi94h3f0qy4j1b6jxdxgqgpkzqvvpfxch07szxcbim\"; }) (fetchNuGet { pname = \"NuGet.ProjectModel\"; version = \"6.8.0\"; sha256 = \"1619jxp12cggspnwpk2x99s6h4z7gbc6kyngkij5cjd5wwc05haj\"; }) (fetchNuGet { pname = \"NuGet.Protocol\"; version = \"6.8.0\"; sha256 = \"1d7hpdhrwv2fj7kzhqs6bp03vq9krv87jgxdhz0n9mih3zank4y0\"; }) (fetchNuGet { pname = \"NuGet.Versioning\"; version = \"6.8.0\"; sha256 = \"1sd25h46fd12ng780r02q4ijcx1imkb53kj1y2y7cwg5myh537ks\"; }) (fetchNuGet { pname = \"runtime.any.System.Collections\"; version = \"4.3.0\"; sha256 = \"0bv5qgm6vr47ynxqbnkc7i797fdi8gbjjxii173syrx14nmrkwg0\"; }) (fetchNuGet { pname = \"runtime.any.System.Diagnostics.Tools\"; version = \"4.3.0\"; sha256 = \"1wl76vk12zhdh66vmagni66h5xbhgqq7zkdpgw21jhxhvlbcl8pk\"; }) (fetchNuGet { pname = \"runtime.any.System.Diagnostics.Tracing\"; version = \"4.3.0\"; sha256 = \"00j6nv2xgmd3bi347k00m7wr542wjlig53rmj28pmw7ddcn97jbn\"; }) (fetchNuGet { pname = \"runtime.any.System.Globalization\"; version = \"4.3.0\"; sha256 = \"1daqf33hssad94lamzg01y49xwndy2q97i2lrb7mgn28656qia1x\"; }) (fetchNuGet { pname = \"runtime.any.System.Globalization.Calendars\"; version = \"4.3.0\"; sha256 = \"1ghhhk5psqxcg6w88sxkqrc35bxcz27zbqm2y5p5298pv3v7g201\"; }) (fetchNuGet { pname = \"runtime.any.System.IO\"; version = \"4.3.0\"; sha256 = \"0l8xz8zn46w4d10bcn3l4yyn4vhb3lrj2zw8llvz7jk14k4zps5x\"; }) (fetchNuGet { pname = \"runtime.any.System.Reflection\"; version = \"4.3.0\"; sha256 = \"02c9h3y35pylc0zfq3wcsvc5nqci95nrkq0mszifc0sjx7xrzkly\"; }) (fetchNuGet { pname = \"runtime.any.System.Reflection.Extensions\"; version = \"4.3.0\"; sha256 = \"0zyri97dfc5vyaz9ba65hjj1zbcrzaffhsdlpxc9bh09wy22fq33\"; }) (fetchNuGet { pname = \"runtime.any.System.Reflection.Primitives\"; version = \"4.3.0\"; sha256 = \"0x1mm8c6iy8rlxm8w9vqw7gb7s1ljadrn049fmf70cyh42vdfhrf\"; }) (fetchNuGet { pname = \"runtime.any.System.Resources.ResourceManager\"; version = \"4.3.0\"; sha256 = \"03kickal0iiby82wa5flar18kyv82s9s6d4xhk5h4bi5kfcyfjzl\"; }) (fetchNuGet { pname = \"runtime.any.System.Runtime\"; version = \"4.3.0\"; sha256 = \"1cqh1sv3h5j7ixyb7axxbdkqx6cxy00p4np4j91kpm492rf4s25b\"; }) (fetchNuGet { pname = \"runtime.any.System.Runtime.Handles\"; version = \"4.3.0\"; sha256 = \"0bh5bi25nk9w9xi8z23ws45q5yia6k7dg3i4axhfqlnj145l011x\"; }) (fetchNuGet { pname = \"runtime.any.System.Runtime.InteropServices\"; version = \"4.3.0\"; sha256 = \"0c3g3g3jmhlhw4klrc86ka9fjbl7i59ds1fadsb2l8nqf8z3kb19\"; }) (fetchNuGet { pname = \"runtime.any.System.Text.Encoding\"; version = \"4.3.0\"; sha256 = \"0aqqi1v4wx51h51mk956y783wzags13wa7mgqyclacmsmpv02ps3\"; }) (fetchNuGet { pname = \"runtime.any.System.Text.Encoding.Extensions\"; version = \"4.3.0\"; sha256 = \"0lqhgqi0i8194ryqq6v2gqx0fb86db2gqknbm0aq31wb378j7ip8\"; }) (fetchNuGet { pname = \"runtime.any.System.Threading.Tasks\"; version = \"4.3.0\"; sha256 = \"03mnvkhskbzxddz4hm113zsch1jyzh2cs450dk3rgfjp8crlw1va\"; }) (fetchNuGet { pname = \"runtime.any.System.Threading.Timer\"; version = \"4.3.0\"; sha256 = \"0aw4phrhwqz9m61r79vyfl5la64bjxj8l34qnrcwb28v49fg2086\"; }) (fetchNuGet { pname = \"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"16rnxzpk5dpbbl1x354yrlsbvwylrq456xzpsha1n9y3glnhyx9d\"; }) (fetchNuGet { pname = \"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0hkg03sgm2wyq8nqk6dbm9jh5vcq57ry42lkqdmfklrw89lsmr59\"; }) (fetchNuGet { pname = \"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0c2p354hjx58xhhz7wv6div8xpi90sc6ibdm40qin21bvi7ymcaa\"; }) (fetchNuGet { pname = \"runtime.native.System\"; version = \"4.0.0\"; sha256 = \"1ppk69xk59ggacj9n7g6fyxvzmk1g5p4fkijm0d7xqfkig98qrkf\"; }) (fetchNuGet { pname = \"runtime.native.System\"; version = \"4.3.0\"; sha256 = \"15hgf6zaq9b8br2wi1i3x0zvmk410nlmsmva9p0bbg73v6hml5k4\"; }) (fetchNuGet { pname = \"runtime.native.System.IO.Compression\"; version = \"4.1.0\"; sha256 = \"0d720z4lzyfcabmmnvh0bnj76ll7djhji2hmfh3h44sdkjnlkknk\"; }) (fetchNuGet { pname = \"runtime.native.System.IO.Compression\"; version = \"4.3.0\"; sha256 = \"1vvivbqsk6y4hzcid27pqpm5bsi6sc50hvqwbcx8aap5ifrxfs8d\"; }) (fetchNuGet { pname = \"runtime.native.System.Net.Http\"; version = \"4.0.1\"; sha256 = \"1hgv2bmbaskx77v8glh7waxws973jn4ah35zysnkxmf0196sfxg6\"; }) (fetchNuGet { pname = \"runtime.native.System.Net.Http\"; version = \"4.3.0\"; sha256 = \"1n6rgz5132lcibbch1qlf0g9jk60r0kqv087hxc0lisy50zpm7kk\"; }) (fetchNuGet { pname = \"runtime.native.System.Net.Security\"; version = \"4.0.1\"; sha256 = \"1nk4pf8vbrgf73p0skhwmzhgz1hax3j123ilhwdncr47l3x1dbhk\"; }) (fetchNuGet { pname = \"runtime.native.System.Security.Cryptography\"; version = \"4.0.0\"; sha256 = \"0k57aa2c3b10wl3hfqbgrl7xq7g8hh3a3ir44b31dn5p61iiw3z9\"; }) (fetchNuGet { pname = \"runtime.native.System.Security.Cryptography.Apple\"; version = \"4.3.0\"; sha256 = \"1b61p6gw1m02cc1ry996fl49liiwky6181dzr873g9ds92zl326q\"; }) (fetchNuGet { pname = \"runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"18pzfdlwsg2nb1jjjjzyb5qlgy6xjxzmhnfaijq5s2jw3cm3ab97\"; }) (fetchNuGet { pname = \"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0qyynf9nz5i7pc26cwhgi8j62ps27sqmf78ijcfgzab50z9g8ay3\"; }) (fetchNuGet { pname = \"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"1klrs545awhayryma6l7g2pvnp9xy4z0r1i40r80zb45q3i9nbyf\"; }) (fetchNuGet { pname = \"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple\"; version = \"4.3.0\"; sha256 = \"10yc8jdrwgcl44b4g93f1ds76b176bajd3zqi2faf5rvh1vy9smi\"; }) (fetchNuGet { pname = \"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0zcxjv5pckplvkg0r6mw3asggm7aqzbdjimhvsasb0cgm59x09l3\"; }) (fetchNuGet { pname = \"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0vhynn79ih7hw7cwjazn87rm9z9fj0rvxgzlab36jybgcpcgphsn\"; }) (fetchNuGet { pname = \"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"160p68l2c7cqmyqjwxydcvgw7lvl1cr0znkw8fp24d1by9mqc8p3\"; }) (fetchNuGet { pname = \"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"15zrc8fgd8zx28hdghcj5f5i34wf3l6bq5177075m2bc2j34jrqy\"; }) (fetchNuGet { pname = \"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"1p4dgxax6p7rlgj4q73k73rslcnz4wdcv8q2flg1s8ygwcm58ld5\"; }) (fetchNuGet { pname = \"runtime.unix.Microsoft.Win32.Primitives\"; version = \"4.3.0\"; sha256 = \"0y61k9zbxhdi0glg154v30kkq7f8646nif8lnnxbvkjpakggd5id\"; }) (fetchNuGet { pname = \"runtime.unix.System.Console\"; version = \"4.3.0\"; sha256 = \"1pfpkvc6x2if8zbdzg9rnc5fx51yllprl8zkm5npni2k50lisy80\"; }) (fetchNuGet { pname = \"runtime.unix.System.Diagnostics.Debug\"; version = \"4.3.0\"; sha256 = \"1lps7fbnw34bnh3lm31gs5c0g0dh7548wfmb8zz62v0zqz71msj5\"; }) (fetchNuGet { pname = \"runtime.unix.System.IO.FileSystem\"; version = \"4.3.0\"; sha256 = \"14nbkhvs7sji5r1saj2x8daz82rnf9kx28d3v2qss34qbr32dzix\"; }) (fetchNuGet { pname = \"runtime.unix.System.Net.Primitives\"; version = \"4.3.0\"; sha256 = \"0bdnglg59pzx9394sy4ic66kmxhqp8q8bvmykdxcbs5mm0ipwwm4\"; }) (fetchNuGet { pname = \"runtime.unix.System.Net.Sockets\"; version = \"4.3.0\"; sha256 = \"03npdxzy8gfv035bv1b9rz7c7hv0rxl5904wjz51if491mw0xy12\"; }) (fetchNuGet { pname = \"runtime.unix.System.Private.Uri\"; version = \"4.3.0\"; sha256 = \"1jx02q6kiwlvfksq1q9qr17fj78y5v6mwsszav4qcz9z25d5g6vk\"; }) (fetchNuGet { pname = \"runtime.unix.System.Runtime.Extensions\"; version = \"4.3.0\"; sha256 = \"0pnxxmm8whx38dp6yvwgmh22smknxmqs5n513fc7m4wxvs1bvi4p\"; }) (fetchNuGet { pname = \"System.AppContext\"; version = \"4.1.0\"; sha256 = \"0fv3cma1jp4vgj7a8hqc9n7hr1f1kjp541s6z0q1r6nazb4iz9mz\"; }) (fetchNuGet { pname = \"System.AppContext\"; version = \"4.3.0\"; sha256 = \"1649qvy3dar900z3g817h17nl8jp4ka5vcfmsr05kh0fshn7j3ya\"; }) (fetchNuGet { pname = \"System.Buffers\"; version = \"4.0.0\"; sha256 = \"13s659bcmg9nwb6z78971z1lr6bmh2wghxi1ayqyzl4jijd351gr\"; }) (fetchNuGet { pname = \"System.Buffers\"; version = \"4.3.0\"; sha256 = \"0fgns20ispwrfqll4q1zc1waqcmylb3zc50ys9x8zlwxh9pmd9jy\"; }) (fetchNuGet { pname = \"System.Buffers\"; version = \"4.5.1\"; sha256 = \"04kb1mdrlcixj9zh1xdi5as0k0qi8byr5mi3p3jcxx72qz93s2y3\"; }) (fetchNuGet { pname = \"System.Collections\"; version = \"4.0.11\"; sha256 = \"1ga40f5lrwldiyw6vy67d0sg7jd7ww6kgwbksm19wrvq9hr0bsm6\"; }) (fetchNuGet { pname = \"System.Collections\"; version = \"4.3.0\"; sha256 = \"19r4y64dqyrq6k4706dnyhhw7fs24kpp3awak7whzss39dakpxk9\"; }) (fetchNuGet { pname = \"System.Collections.Concurrent\"; version = \"4.0.12\"; sha256 = \"07y08kvrzpak873pmyxs129g1ch8l27zmg51pcyj2jvq03n0r0fc\"; }) (fetchNuGet { pname = \"System.Collections.Concurrent\"; version = \"4.3.0\"; sha256 = \"0wi10md9aq33jrkh2c24wr2n9hrpyamsdhsxdcnf43b7y86kkii8\"; }) (fetchNuGet { pname = \"System.Collections.Immutable\"; version = \"1.2.0\"; sha256 = \"1jm4pc666yiy7af1mcf7766v710gp0h40p228ghj6bavx7xfa38m\"; }) (fetchNuGet { pname = \"System.ComponentModel\"; version = \"4.0.1\"; sha256 = \"0v4qpmqlzyfad2kswxxj2frnaqqhz9201c3yn8fmmarx5vlzg52z\"; }) (fetchNuGet { pname = \"System.ComponentModel.Annotations\"; version = \"4.1.0\"; sha256 = \"0l6m3z6h2qjjam1rp1fzk7zz5czjjazmw78rbh72x25y6kmyn6wf\"; }) (fetchNuGet { pname = \"System.ComponentModel.Annotations\"; version = \"5.0.0\"; sha256 = \"021h7x98lblq9avm1bgpa4i31c2kgsa7zn4sqhxf39g087ar756j\"; }) (fetchNuGet { pname = \"System.Console\"; version = \"4.0.0\"; sha256 = \"0ynxqbc3z1nwbrc11hkkpw9skw116z4y9wjzn7id49p9yi7mzmlf\"; }) (fetchNuGet { pname = \"System.Console\"; version = \"4.3.0\"; sha256 = \"1flr7a9x920mr5cjsqmsy9wgnv3lvd0h1g521pdr1lkb2qycy7ay\"; }) (fetchNuGet { pname = \"System.Diagnostics.Debug\"; version = \"4.0.11\"; sha256 = \"0gmjghrqmlgzxivd2xl50ncbglb7ljzb66rlx8ws6dv8jm0d5siz\"; }) (fetchNuGet { pname = \"System.Diagnostics.Debug\"; version = \"4.3.0\"; sha256 = \"00yjlf19wjydyr6cfviaph3vsjzg3d5nvnya26i2fvfg53sknh3y\"; }) (fetchNuGet { pname = \"System.Diagnostics.DiagnosticSource\"; version = \"4.0.0\"; sha256 = \"1n6c3fbz7v8d3pn77h4v5wvsfrfg7v1c57lg3nff3cjyh597v23m\"; }) (fetchNuGet { pname = \"System.Diagnostics.DiagnosticSource\"; version = \"4.3.0\"; sha256 = \"0z6m3pbiy0qw6rn3n209rrzf9x1k4002zh90vwcrsym09ipm2liq\"; }) (fetchNuGet { pname = \"System.Diagnostics.EventLog\"; version = \"6.0.0\"; sha256 = \"08y1x2d5w2hnhkh9r1998pjc7r4qp0rmzax062abha85s11chifd\"; }) (fetchNuGet { pname = \"System.Diagnostics.FileVersionInfo\"; version = \"4.0.0\"; sha256 = \"1s5vxhy7i09bmw51kxqaiz9zaj9am8wsjyz13j85sp23z267hbv3\"; }) (fetchNuGet { pname = \"System.Diagnostics.Process\"; version = \"4.1.0\"; sha256 = \"061lrcs7xribrmq7kab908lww6kn2xn1w3rdc41q189y0jibl19s\"; }) (fetchNuGet { pname = \"System.Diagnostics.StackTrace\"; version = \"4.0.1\"; sha256 = \"0q29axqklpl36vvyni5h1cyb02lfvvkqprb9wfvcdca3181q5al2\"; }) (fetchNuGet { pname = \"System.Diagnostics.Tools\"; version = \"4.0.1\"; sha256 = \"19cknvg07yhakcvpxg3cxa0bwadplin6kyxd8mpjjpwnp56nl85x\"; }) (fetchNuGet { pname = \"System.Diagnostics.Tools\"; version = \"4.3.0\"; sha256 = \"0in3pic3s2ddyibi8cvgl102zmvp9r9mchh82ns9f0ms4basylw1\"; }) (fetchNuGet { pname = \"System.Diagnostics.Tracing\"; version = \"4.1.0\"; sha256 = \"1d2r76v1x610x61ahfpigda89gd13qydz6vbwzhpqlyvq8jj6394\"; }) (fetchNuGet { pname = \"System.Diagnostics.Tracing\"; version = \"4.3.0\"; sha256 = \"1m3bx6c2s958qligl67q7grkwfz3w53hpy7nc97mh6f7j5k168c4\"; }) (fetchNuGet { pname = \"System.Dynamic.Runtime\"; version = \"4.0.11\"; sha256 = \"1pla2dx8gkidf7xkciig6nifdsb494axjvzvann8g2lp3dbqasm9\"; }) (fetchNuGet { pname = \"System.Formats.Asn1\"; version = \"6.0.0\"; sha256 = \"1vvr7hs4qzjqb37r0w1mxq7xql2b17la63jwvmgv65s1hj00g8r9\"; }) (fetchNuGet { pname = \"System.Globalization\"; version = \"4.0.11\"; sha256 = \"070c5jbas2v7smm660zaf1gh0489xanjqymkvafcs4f8cdrs1d5d\"; }) (fetchNuGet { pname = \"System.Globalization\"; version = \"4.3.0\"; sha256 = \"1cp68vv683n6ic2zqh2s1fn4c2sd87g5hpp6l4d4nj4536jz98ki\"; }) (fetchNuGet { pname = \"System.Globalization.Calendars\"; version = \"4.0.1\"; sha256 = \"0bv0alrm2ck2zk3rz25lfyk9h42f3ywq77mx1syl6vvyncnpg4qh\"; }) (fetchNuGet { pname = \"System.Globalization.Calendars\"; version = \"4.3.0\"; sha256 = \"1xwl230bkakzzkrggy1l1lxmm3xlhk4bq2pkv790j5lm8g887lxq\"; }) (fetchNuGet { pname = \"System.Globalization.Extensions\"; version = \"4.0.1\"; sha256 = \"0hjhdb5ri8z9l93bw04s7ynwrjrhx2n0p34sf33a9hl9phz69fyc\"; }) (fetchNuGet { pname = \"System.Globalization.Extensions\"; version = \"4.3.0\"; sha256 = \"02a5zfxavhv3jd437bsncbhd2fp1zv4gxzakp1an9l6kdq1mcqls\"; }) (fetchNuGet { pname = \"System.IO\"; version = \"4.1.0\"; sha256 = \"1g0yb8p11vfd0kbkyzlfsbsp5z44lwsvyc0h3dpw6vqnbi035ajp\"; }) (fetchNuGet { pname = \"System.IO\"; version = \"4.3.0\"; sha256 = \"05l9qdrzhm4s5dixmx68kxwif4l99ll5gqmh7rqgw554fx0agv5f\"; }) (fetchNuGet { pname = \"System.IO.Abstractions\"; version = \"19.2.64\"; sha256 = \"1hgii2s97wima8cx2nabvmsg7ij6rl23x436zb9naj97kssfyxw4\"; }) (fetchNuGet { pname = \"System.IO.Abstractions.TestingHelpers\"; version = \"19.2.64\"; sha256 = \"003n5a0jxgmwlw3vk0ljkmj4vgryqyi949mblh5asxf3457zn328\"; }) (fetchNuGet { pname = \"System.IO.Compression\"; version = \"4.1.0\"; sha256 = \"0iym7s3jkl8n0vzm3jd6xqg9zjjjqni05x45dwxyjr2dy88hlgji\"; }) (fetchNuGet { pname = \"System.IO.Compression\"; version = \"4.3.0\"; sha256 = \"084zc82yi6yllgda0zkgl2ys48sypiswbiwrv7irb3r0ai1fp4vz\"; }) (fetchNuGet { pname = \"System.IO.Compression.ZipFile\"; version = \"4.0.1\"; sha256 = \"0h72znbagmgvswzr46mihn7xm7chfk2fhrp5krzkjf29pz0i6z82\"; }) (fetchNuGet { pname = \"System.IO.Compression.ZipFile\"; version = \"4.3.0\"; sha256 = \"1yxy5pq4dnsm9hlkg9ysh5f6bf3fahqqb6p8668ndy5c0lk7w2ar\"; }) (fetchNuGet { pname = \"System.IO.FileSystem\"; version = \"4.0.1\"; sha256 = \"0kgfpw6w4djqra3w5crrg8xivbanh1w9dh3qapb28q060wb9flp1\"; }) (fetchNuGet { pname = \"System.IO.FileSystem\"; version = \"4.3.0\"; sha256 = \"0z2dfrbra9i6y16mm9v1v6k47f0fm617vlb7s5iybjjsz6g1ilmw\"; }) (fetchNuGet { pname = \"System.IO.FileSystem.AccessControl\"; version = \"5.0.0\"; sha256 = \"0ixl68plva0fsj3byv76bai7vkin86s6wyzr8vcav3szl862blvk\"; }) (fetchNuGet { pname = \"System.IO.FileSystem.Primitives\"; version = \"4.0.1\"; sha256 = \"1s0mniajj3lvbyf7vfb5shp4ink5yibsx945k6lvxa96r8la1612\"; }) (fetchNuGet { pname = \"System.IO.FileSystem.Primitives\"; version = \"4.3.0\"; sha256 = \"0j6ndgglcf4brg2lz4wzsh1av1gh8xrzdsn9f0yznskhqn1xzj9c\"; }) (fetchNuGet { pname = \"System.IO.FileSystem.Watcher\"; version = \"4.0.0\"; sha256 = \"0rgfjiqz8dqy8hmbfsls4sa46ss6p9vh86cvn1vqx7zg45pf3hir\"; }) (fetchNuGet { pname = \"System.IO.MemoryMappedFiles\"; version = \"4.0.0\"; sha256 = \"1ahp27llf76ngc0fngl8zy4y1sgflzrkmxddilnd0l0cbbq1lm6m\"; }) (fetchNuGet { pname = \"System.IO.UnmanagedMemoryStream\"; version = \"4.0.1\"; sha256 = \"012g8nwbfv94rhblsb3pxn1bazfpgjiy3kmy00679gg3651b87jb\"; }) (fetchNuGet { pname = \"System.Linq\"; version = \"4.1.0\"; sha256 = \"1ppg83svb39hj4hpp5k7kcryzrf3sfnm08vxd5sm2drrijsla2k5\"; }) (fetchNuGet { pname = \"System.Linq\"; version = \"4.3.0\"; sha256 = \"1w0gmba695rbr80l1k2h4mrwzbzsyfl2z4klmpbsvsg5pm4a56s7\"; }) (fetchNuGet { pname = \"System.Linq.Expressions\"; version = \"4.1.0\"; sha256 = \"1gpdxl6ip06cnab7n3zlcg6mqp7kknf73s8wjinzi4p0apw82fpg\"; }) (fetchNuGet { pname = \"System.Linq.Expressions\"; version = \"4.3.0\"; sha256 = \"0ky2nrcvh70rqq88m9a5yqabsl4fyd17bpr63iy2mbivjs2nyypv\"; }) (fetchNuGet { pname = \"System.Linq.Parallel\"; version = \"4.0.1\"; sha256 = \"0i33x9f4h3yq26yvv6xnq4b0v51rl5z8v1bm7vk972h5lvf4apad\"; }) (fetchNuGet { pname = \"System.Linq.Queryable\"; version = \"4.0.1\"; sha256 = \"11jn9k34g245yyf260gr3ldzvaqa9477w2c5nhb1p8vjx4xm3qaw\"; }) (fetchNuGet { pname = \"System.Memory\"; version = \"4.5.4\"; sha256 = \"14gbbs22mcxwggn0fcfs1b062521azb9fbb7c113x0mq6dzq9h6y\"; }) (fetchNuGet { pname = \"System.Memory\"; version = \"4.5.5\"; sha256 = \"08jsfwimcarfzrhlyvjjid61j02irx6xsklf32rv57x2aaikvx0h\"; }) (fetchNuGet { pname = \"System.Net.Http\"; version = \"4.1.0\"; sha256 = \"1i5rqij1icg05j8rrkw4gd4pgia1978mqhjzhsjg69lvwcdfg8yb\"; }) (fetchNuGet { pname = \"System.Net.Http\"; version = \"4.3.0\"; sha256 = \"1i4gc757xqrzflbk7kc5ksn20kwwfjhw9w7pgdkn19y3cgnl302j\"; }) (fetchNuGet { pname = \"System.Net.NameResolution\"; version = \"4.0.0\"; sha256 = \"0dj3pvpv069nyia28gkl4a0fb7q33hbxz2dg25qvpah3l7pbl0qh\"; }) (fetchNuGet { pname = \"System.Net.NameResolution\"; version = \"4.3.0\"; sha256 = \"15r75pwc0rm3vvwsn8rvm2krf929mjfwliv0mpicjnii24470rkq\"; }) (fetchNuGet { pname = \"System.Net.Primitives\"; version = \"4.0.11\"; sha256 = \"10xzzaynkzkakp7jai1ik3r805zrqjxiz7vcagchyxs2v26a516r\"; }) (fetchNuGet { pname = \"System.Net.Primitives\"; version = \"4.3.0\"; sha256 = \"0c87k50rmdgmxx7df2khd9qj7q35j9rzdmm2572cc55dygmdk3ii\"; }) (fetchNuGet { pname = \"System.Net.Requests\"; version = \"4.0.11\"; sha256 = \"13mka55sa6dg6nw4zdrih44gnp8hnj5azynz47ljsh2791lz3d9h\"; }) (fetchNuGet { pname = \"System.Net.Security\"; version = \"4.0.0\"; sha256 = \"0ybyfssnm0cri37byhxnkfrzprz77nizbfj553x7s1vry2pnm5gb\"; }) (fetchNuGet { pname = \"System.Net.Sockets\"; version = \"4.1.0\"; sha256 = \"1385fvh8h29da5hh58jm1v78fzi9fi5vj93vhlm2kvqpfahvpqls\"; }) (fetchNuGet { pname = \"System.Net.Sockets\"; version = \"4.3.0\"; sha256 = \"1ssa65k6chcgi6mfmzrznvqaxk8jp0gvl77xhf1hbzakjnpxspla\"; }) (fetchNuGet { pname = \"System.Net.WebHeaderCollection\"; version = \"4.0.1\"; sha256 = \"10bxpxj80c4z00z3ksrfswspq9qqsw8jwxcbzvymzycb97m9b55q\"; }) (fetchNuGet { pname = \"System.Numerics.Vectors\"; version = \"4.1.1\"; sha256 = \"1xkzrpl700pp0l6dc9fx7cj318i596w0i0qixsbrz5v65fnhbzia\"; }) (fetchNuGet { pname = \"System.Numerics.Vectors\"; version = \"4.4.0\"; sha256 = \"0rdvma399070b0i46c4qq1h2yvjj3k013sqzkilz4bz5cwmx1rba\"; }) (fetchNuGet { pname = \"System.Numerics.Vectors\"; version = \"4.5.0\"; sha256 = \"1kzrj37yzawf1b19jq0253rcs8hsq1l2q8g69d7ipnhzb0h97m59\"; }) (fetchNuGet { pname = \"System.ObjectModel\"; version = \"4.0.12\"; sha256 = \"1sybkfi60a4588xn34nd9a58png36i0xr4y4v4kqpg8wlvy5krrj\"; }) (fetchNuGet { pname = \"System.ObjectModel\"; version = \"4.3.0\"; sha256 = \"191p63zy5rpqx7dnrb3h7prvgixmk168fhvvkkvhlazncf8r3nc2\"; }) (fetchNuGet { pname = \"System.Private.Uri\"; version = \"4.3.0\"; sha256 = \"04r1lkdnsznin0fj4ya1zikxiqr0h6r6a1ww2dsm60gqhdrf0mvx\"; }) (fetchNuGet { pname = \"System.Reflection\"; version = \"4.1.0\"; sha256 = \"1js89429pfw79mxvbzp8p3q93il6rdff332hddhzi5wqglc4gml9\"; }) (fetchNuGet { pname = \"System.Reflection\"; version = \"4.3.0\"; sha256 = \"0xl55k0mw8cd8ra6dxzh974nxif58s3k1rjv1vbd7gjbjr39j11m\"; }) (fetchNuGet { pname = \"System.Reflection.DispatchProxy\"; version = \"4.0.1\"; sha256 = \"1maglcnvm3h8bfmx3rvwg4wjda7527iqp38cg1r6vh9japrw1n0r\"; }) (fetchNuGet { pname = \"System.Reflection.Emit\"; version = \"4.0.1\"; sha256 = \"0ydqcsvh6smi41gyaakglnv252625hf29f7kywy2c70nhii2ylqp\"; }) (fetchNuGet { pname = \"System.Reflection.Emit\"; version = \"4.3.0\"; sha256 = \"11f8y3qfysfcrscjpjym9msk7lsfxkk4fmz9qq95kn3jd0769f74\"; }) (fetchNuGet { pname = \"System.Reflection.Emit.ILGeneration\"; version = \"4.0.1\"; sha256 = \"1pcd2ig6bg144y10w7yxgc9d22r7c7ww7qn1frdfwgxr24j9wvv0\"; }) (fetchNuGet { pname = \"System.Reflection.Emit.ILGeneration\"; version = \"4.3.0\"; sha256 = \"0w1n67glpv8241vnpz1kl14sy7zlnw414aqwj4hcx5nd86f6994q\"; }) (fetchNuGet { pname = \"System.Reflection.Emit.Lightweight\"; version = \"4.0.1\"; sha256 = \"1s4b043zdbx9k39lfhvsk68msv1nxbidhkq6nbm27q7sf8xcsnxr\"; }) (fetchNuGet { pname = \"System.Reflection.Emit.Lightweight\"; version = \"4.3.0\"; sha256 = \"0ql7lcakycrvzgi9kxz1b3lljd990az1x6c4jsiwcacrvimpib5c\"; }) (fetchNuGet { pname = \"System.Reflection.Extensions\"; version = \"4.0.1\"; sha256 = \"0m7wqwq0zqq9gbpiqvgk3sr92cbrw7cp3xn53xvw7zj6rz6fdirn\"; }) (fetchNuGet { pname = \"System.Reflection.Extensions\"; version = \"4.3.0\"; sha256 = \"02bly8bdc98gs22lqsfx9xicblszr2yan7v2mmw3g7hy6miq5hwq\"; }) (fetchNuGet { pname = \"System.Reflection.Metadata\"; version = \"1.3.0\"; sha256 = \"1y5m6kryhjpqqm2g3h3b6bzig13wkiw954x3b7icqjm6xypm1x3b\"; }) (fetchNuGet { pname = \"System.Reflection.Metadata\"; version = \"1.6.0\"; sha256 = \"1wdbavrrkajy7qbdblpbpbalbdl48q3h34cchz24gvdgyrlf15r4\"; }) (fetchNuGet { pname = \"System.Reflection.Primitives\"; version = \"4.0.1\"; sha256 = \"1bangaabhsl4k9fg8khn83wm6yial8ik1sza7401621jc6jrym28\"; }) (fetchNuGet { pname = \"System.Reflection.Primitives\"; version = \"4.3.0\"; sha256 = \"04xqa33bld78yv5r93a8n76shvc8wwcdgr1qvvjh959g3rc31276\"; }) (fetchNuGet { pname = \"System.Reflection.TypeExtensions\"; version = \"4.1.0\"; sha256 = \"1bjli8a7sc7jlxqgcagl9nh8axzfl11f4ld3rjqsyxc516iijij7\"; }) (fetchNuGet { pname = \"System.Reflection.TypeExtensions\"; version = \"4.3.0\"; sha256 = \"0y2ssg08d817p0vdag98vn238gyrrynjdj4181hdg780sif3ykp1\"; }) (fetchNuGet { pname = \"System.Resources.Reader\"; version = \"4.0.0\"; sha256 = \"1jafi73dcf1lalrir46manq3iy6xnxk2z7gpdpwg4wqql7dv3ril\"; }) (fetchNuGet { pname = \"System.Resources.ResourceManager\"; version = \"4.0.1\"; sha256 = \"0b4i7mncaf8cnai85jv3wnw6hps140cxz8vylv2bik6wyzgvz7bi\"; }) (fetchNuGet { pname = \"System.Resources.ResourceManager\"; version = \"4.3.0\"; sha256 = \"0sjqlzsryb0mg4y4xzf35xi523s4is4hz9q4qgdvlvgivl7qxn49\"; }) (fetchNuGet { pname = \"System.Runtime\"; version = \"4.1.0\"; sha256 = \"02hdkgk13rvsd6r9yafbwzss8kr55wnj8d5c7xjnp8gqrwc8sn0m\"; }) (fetchNuGet { pname = \"System.Runtime\"; version = \"4.3.0\"; sha256 = \"066ixvgbf2c929kgknshcxqj6539ax7b9m570cp8n179cpfkapz7\"; }) (fetchNuGet { pname = \"System.Runtime.CompilerServices.Unsafe\"; version = \"4.5.3\"; sha256 = \"1afi6s2r1mh1kygbjmfba6l4f87pi5sg13p4a48idqafli94qxln\"; }) (fetchNuGet { pname = \"System.Runtime.CompilerServices.Unsafe\"; version = \"6.0.0\"; sha256 = \"0qm741kh4rh57wky16sq4m0v05fxmkjjr87krycf5vp9f0zbahbc\"; }) (fetchNuGet { pname = \"System.Runtime.Extensions\"; version = \"4.1.0\"; sha256 = \"0rw4rm4vsm3h3szxp9iijc3ksyviwsv6f63dng3vhqyg4vjdkc2z\"; }) (fetchNuGet { pname = \"System.Runtime.Extensions\"; version = \"4.3.0\"; sha256 = \"1ykp3dnhwvm48nap8q23893hagf665k0kn3cbgsqpwzbijdcgc60\"; }) (fetchNuGet { pname = \"System.Runtime.Handles\"; version = \"4.0.1\"; sha256 = \"1g0zrdi5508v49pfm3iii2hn6nm00bgvfpjq1zxknfjrxxa20r4g\"; }) (fetchNuGet { pname = \"System.Runtime.Handles\"; version = \"4.3.0\"; sha256 = \"0sw2gfj2xr7sw9qjn0j3l9yw07x73lcs97p8xfc9w1x9h5g5m7i8\"; }) (fetchNuGet { pname = \"System.Runtime.InteropServices\"; version = \"4.1.0\"; sha256 = \"01kxqppx3dr3b6b286xafqilv4s2n0gqvfgzfd4z943ga9i81is1\"; }) (fetchNuGet { pname = \"System.Runtime.InteropServices\"; version = \"4.3.0\"; sha256 = \"00hywrn4g7hva1b2qri2s6rabzwgxnbpw9zfxmz28z09cpwwgh7j\"; }) (fetchNuGet { pname = \"System.Runtime.InteropServices.RuntimeInformation\"; version = \"4.0.0\"; sha256 = \"0glmvarf3jz5xh22iy3w9v3wyragcm4hfdr17v90vs7vcrm7fgp6\"; }) (fetchNuGet { pname = \"System.Runtime.InteropServices.RuntimeInformation\"; version = \"4.3.0\"; sha256 = \"0q18r1sh4vn7bvqgd6dmqlw5v28flbpj349mkdish2vjyvmnb2ii\"; }) (fetchNuGet { pname = \"System.Runtime.Loader\"; version = \"4.0.0\"; sha256 = \"0lpfi3psqcp6zxsjk2qyahal7zaawviimc8lhrlswhip2mx7ykl0\"; }) (fetchNuGet { pname = \"System.Runtime.Numerics\"; version = \"4.0.1\"; sha256 = \"1y308zfvy0l5nrn46mqqr4wb4z1xk758pkk8svbz8b5ij7jnv4nn\"; }) (fetchNuGet { pname = \"System.Runtime.Numerics\"; version = \"4.3.0\"; sha256 = \"19rav39sr5dky7afygh309qamqqmi9kcwvz3i0c5700v0c5cg61z\"; }) (fetchNuGet { pname = \"System.Security.AccessControl\"; version = \"5.0.0\"; sha256 = \"17n3lrrl6vahkqmhlpn3w20afgz09n7i6rv0r3qypngwi7wqdr5r\"; }) (fetchNuGet { pname = \"System.Security.Claims\"; version = \"4.0.1\"; sha256 = \"03dw0ls49bvsrffgwycyifjgz0qzr9r85skqhdyhfd51fqf398n6\"; }) (fetchNuGet { pname = \"System.Security.Claims\"; version = \"4.3.0\"; sha256 = \"0jvfn7j22l3mm28qjy3rcw287y9h65ha4m940waaxah07jnbzrhn\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Algorithms\"; version = \"4.2.0\"; sha256 = \"148s9g5dgm33ri7dnh19s4lgnlxbpwvrw2jnzllq2kijj4i4vs85\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Algorithms\"; version = \"4.3.0\"; sha256 = \"03sq183pfl5kp7gkvq77myv7kbpdnq3y0xj7vi4q1kaw54sny0ml\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Cng\"; version = \"4.2.0\"; sha256 = \"118jijz446kix20blxip0f0q8mhsh9bz118mwc2ch1p6g7facpzc\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Cng\"; version = \"4.3.0\"; sha256 = \"1k468aswafdgf56ab6yrn7649kfqx2wm9aslywjam1hdmk5yypmv\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Cng\"; version = \"5.0.0\"; sha256 = \"06hkx2za8jifpslkh491dfwzm5dxrsyxzj5lsc0achb6yzg4zqlw\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Csp\"; version = \"4.0.0\"; sha256 = \"1cwv8lqj8r15q81d2pz2jwzzbaji0l28xfrpw29kdpsaypm92z2q\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Csp\"; version = \"4.3.0\"; sha256 = \"1x5wcrddf2s3hb8j78cry7yalca4lb5vfnkrysagbn6r9x6xvrx1\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Encoding\"; version = \"4.0.0\"; sha256 = \"0a8y1a5wkmpawc787gfmnrnbzdgxmx1a14ax43jf3rj9gxmy3vk4\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Encoding\"; version = \"4.3.0\"; sha256 = \"1jr6w70igqn07k5zs1ph6xja97hxnb3mqbspdrff6cvssgrixs32\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.OpenSsl\"; version = \"4.0.0\"; sha256 = \"16sx3cig3d0ilvzl8xxgffmxbiqx87zdi8fc73i3i7zjih1a7f4q\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.OpenSsl\"; version = \"4.3.0\"; sha256 = \"0givpvvj8yc7gv4lhb6s1prq6p2c4147204a0wib89inqzd87gqc\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Pkcs\"; version = \"6.0.4\"; sha256 = \"0hh5h38pnxmlrnvs72f2hzzpz4b2caiiv6xf8y7fzdg84r3imvfr\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Primitives\"; version = \"4.0.0\"; sha256 = \"0i7cfnwph9a10bm26m538h5xcr8b36jscp9sy1zhgifksxz4yixh\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.Primitives\"; version = \"4.3.0\"; sha256 = \"0pyzncsv48zwly3lw4f2dayqswcfvdwq2nz0dgwmi7fj3pn64wby\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.ProtectedData\"; version = \"4.4.0\"; sha256 = \"1q8ljvqhasyynp94a1d7jknk946m20lkwy2c3wa8zw2pc517fbj6\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.X509Certificates\"; version = \"4.1.0\"; sha256 = \"0clg1bv55mfv5dq00m19cp634zx6inm31kf8ppbq1jgyjf2185dh\"; }) (fetchNuGet { pname = \"System.Security.Cryptography.X509Certificates\"; version = \"4.3.0\"; sha256 = \"0valjcz5wksbvijylxijjxb1mp38mdhv03r533vnx1q3ikzdav9h\"; }) (fetchNuGet { pname = \"System.Security.Principal\"; version = \"4.0.1\"; sha256 = \"1nbzdfqvzzbgsfdd5qsh94d7dbg2v4sw0yx6himyn52zf8z6007p\"; }) (fetchNuGet { pname = \"System.Security.Principal\"; version = \"4.3.0\"; sha256 = \"12cm2zws06z4lfc4dn31iqv7072zyi4m910d4r6wm8yx85arsfxf\"; }) (fetchNuGet { pname = \"System.Security.Principal.Windows\"; version = \"4.0.0\"; sha256 = \"1d3vc8i0zss9z8p4qprls4gbh7q4218l9845kclx7wvw41809k6z\"; }) (fetchNuGet { pname = \"System.Security.Principal.Windows\"; version = \"4.3.0\"; sha256 = \"00a0a7c40i3v4cb20s2cmh9csb5jv2l0frvnlzyfxh848xalpdwr\"; }) (fetchNuGet { pname = \"System.Security.Principal.Windows\"; version = \"5.0.0\"; sha256 = \"1mpk7xj76lxgz97a5yg93wi8lj0l8p157a5d50mmjy3gbz1904q8\"; }) (fetchNuGet { pname = \"System.Text.Encoding\"; version = \"4.0.11\"; sha256 = \"1dyqv0hijg265dwxg6l7aiv74102d6xjiwplh2ar1ly6xfaa4iiw\"; }) (fetchNuGet { pname = \"System.Text.Encoding\"; version = \"4.3.0\"; sha256 = \"1f04lkir4iladpp51sdgmis9dj4y8v08cka0mbmsy0frc9a4gjqr\"; }) (fetchNuGet { pname = \"System.Text.Encoding.CodePages\"; version = \"4.0.1\"; sha256 = \"00wpm3b9y0k996rm9whxprngm8l500ajmzgy2ip9pgwk0icp06y3\"; }) (fetchNuGet { pname = \"System.Text.Encoding.Extensions\"; version = \"4.0.11\"; sha256 = \"08nsfrpiwsg9x5ml4xyl3zyvjfdi4mvbqf93kjdh11j4fwkznizs\"; }) (fetchNuGet { pname = \"System.Text.Encoding.Extensions\"; version = \"4.3.0\"; sha256 = \"11q1y8hh5hrp5a3kw25cb6l00v5l5dvirkz8jr3sq00h1xgcgrxy\"; }) (fetchNuGet { pname = \"System.Text.Encodings.Web\"; version = \"7.0.0\"; sha256 = \"1151hbyrcf8kyg1jz8k9awpbic98lwz9x129rg7zk1wrs6vjlpxl\"; }) (fetchNuGet { pname = \"System.Text.Json\"; version = \"7.0.3\"; sha256 = \"0zjrnc9lshagm6kdb9bdh45dmlnkpwcpyssa896sda93ngbmj8k9\"; }) (fetchNuGet { pname = \"System.Text.RegularExpressions\"; version = \"4.1.0\"; sha256 = \"1mw7vfkkyd04yn2fbhm38msk7dz2xwvib14ygjsb8dq2lcvr18y7\"; }) (fetchNuGet { pname = \"System.Text.RegularExpressions\"; version = \"4.3.0\"; sha256 = \"1bgq51k7fwld0njylfn7qc5fmwrk2137gdq7djqdsw347paa9c2l\"; }) (fetchNuGet { pname = \"System.Threading\"; version = \"4.0.11\"; sha256 = \"19x946h926bzvbsgj28csn46gak2crv2skpwsx80hbgazmkgb1ls\"; }) (fetchNuGet { pname = \"System.Threading\"; version = \"4.3.0\"; sha256 = \"0rw9wfamvhayp5zh3j7p1yfmx9b5khbf4q50d8k5rk993rskfd34\"; }) (fetchNuGet { pname = \"System.Threading.Overlapped\"; version = \"4.0.1\"; sha256 = \"0fi79az3vmqdp9mv3wh2phblfjls89zlj6p9nc3i9f6wmfarj188\"; }) (fetchNuGet { pname = \"System.Threading.Tasks\"; version = \"4.0.11\"; sha256 = \"0nr1r41rak82qfa5m0lhk9mp0k93bvfd7bbd9sdzwx9mb36g28p5\"; }) (fetchNuGet { pname = \"System.Threading.Tasks\"; version = \"4.3.0\"; sha256 = \"134z3v9abw3a6jsw17xl3f6hqjpak5l682k2vz39spj4kmydg6k7\"; }) (fetchNuGet { pname = \"System.Threading.Tasks.Dataflow\"; version = \"4.6.0\"; sha256 = \"0a1davr71wssyn4z1hr75lk82wqa0daz0vfwkmg1fm3kckfd72k1\"; }) (fetchNuGet { pname = \"System.Threading.Tasks.Extensions\"; version = \"4.0.0\"; sha256 = \"1cb51z062mvc2i8blpzmpn9d9mm4y307xrwi65di8ri18cz5r1zr\"; }) (fetchNuGet { pname = \"System.Threading.Tasks.Extensions\"; version = \"4.3.0\"; sha256 = \"1xxcx2xh8jin360yjwm4x4cf5y3a2bwpn2ygkfkwkicz7zk50s2z\"; }) (fetchNuGet { pname = \"System.Threading.Tasks.Extensions\"; version = \"4.5.4\"; sha256 = \"0y6ncasgfcgnjrhynaf0lwpkpkmv4a07sswwkwbwb5h7riisj153\"; }) (fetchNuGet { pname = \"System.Threading.Tasks.Parallel\"; version = \"4.0.1\"; sha256 = \"114wdg32hr46dfsnns3pgs67kcha5jn47p5gg0mhxfn5vrkr2p75\"; }) (fetchNuGet { pname = \"System.Threading.Thread\"; version = \"4.0.0\"; sha256 = \"1gxxm5fl36pjjpnx1k688dcw8m9l7nmf802nxis6swdaw8k54jzc\"; }) (fetchNuGet { pname = \"System.Threading.ThreadPool\"; version = \"4.0.10\"; sha256 = \"0fdr61yjcxh5imvyf93n2m3n5g9pp54bnw2l1d2rdl9z6dd31ypx\"; }) (fetchNuGet { pname = \"System.Threading.ThreadPool\"; version = \"4.3.0\"; sha256 = \"027s1f4sbx0y1xqw2irqn6x161lzj8qwvnh2gn78ciiczdv10vf1\"; }) (fetchNuGet { pname = \"System.Threading.Timer\"; version = \"4.0.1\"; sha256 = \"15n54f1f8nn3mjcjrlzdg6q3520571y012mx7v991x2fvp73lmg6\"; }) (fetchNuGet { pname = \"System.Threading.Timer\"; version = \"4.3.0\"; sha256 = \"1nx773nsx6z5whv8kaa1wjh037id2f1cxhb69pvgv12hd2b6qs56\"; }) (fetchNuGet { pname = \"System.Xml.ReaderWriter\"; version = \"4.0.11\"; sha256 = \"0c6ky1jk5ada9m94wcadih98l6k1fvf6vi7vhn1msjixaha419l5\"; }) (fetchNuGet { pname = \"System.Xml.ReaderWriter\"; version = \"4.3.0\"; sha256 = \"0c47yllxifzmh8gq6rq6l36zzvw4kjvlszkqa9wq3fr59n0hl3s1\"; }) (fetchNuGet { pname = \"System.Xml.XDocument\"; version = \"4.0.11\"; sha256 = \"0n4lvpqzy9kc7qy1a4acwwd7b7pnvygv895az5640idl2y9zbz18\"; }) (fetchNuGet { pname = \"System.Xml.XDocument\"; version = \"4.3.0\"; sha256 = \"08h8fm4l77n0nd4i4fk2386y809bfbwqb7ih9d7564ifcxr5ssxd\"; }) (fetchNuGet { pname = \"System.Xml.XmlDocument\"; version = \"4.0.1\"; sha256 = \"0ihsnkvyc76r4dcky7v3ansnbyqjzkbyyia0ir5zvqirzan0bnl1\"; }) (fetchNuGet { pname = \"System.Xml.XPath\"; version = \"4.0.1\"; sha256 = \"0fjqgb6y66d72d5n8qq1h213d9nv2vi8mpv8p28j3m9rccmsh04m\"; }) (fetchNuGet { pname = \"System.Xml.XPath.XDocument\"; version = \"4.0.1\"; sha256 = \"1fndc70lbjvh8kxs71c7cidfm8plznd61bg4fwpiyq3mq0qg5z0z\"; }) (fetchNuGet { pname = \"TestableIO.System.IO.Abstractions\"; version = \"19.2.64\"; sha256 = \"0ayrz1n777cgjgnp4iff90z43s9w3df62r93nkxg6wkga8v0dyr5\"; }) (fetchNuGet { pname = \"TestableIO.System.IO.Abstractions.TestingHelpers\"; version = \"19.2.64\"; sha256 = \"1s4bbj48iyvc638lmadg3mhflgihjfihb448fmi1y176gvlwwxy8\"; }) (fetchNuGet { pname = \"TestableIO.System.IO.Abstractions.Wrappers\"; version = \"19.2.64\"; sha256 = \"0l2lv45mcr54b8h37bwqag9n9qbh8vyyxz88mw6pcdz2k3z475jc\"; }) (fetchNuGet { pname = \"xunit\"; version = \"2.6.2\"; sha256 = \"0g5j0xwrv9cwrx91cjb9gas3wnkcwwk8krhdzsv50vlyp71pqqgz\"; }) (fetchNuGet { pname = \"xunit.abstractions\"; version = \"2.0.3\"; sha256 = \"00wl8qksgkxld76fgir3ycc5rjqv1sqds6x8yx40927q5py74gfh\"; }) (fetchNuGet { pname = \"xunit.analyzers\"; version = \"1.6.0\"; sha256 = \"1nwrz0mxk2hk2rwwabgr0a4wa3j22qwm94xvrzci39l58hmzxpbi\"; }) (fetchNuGet { pname = \"xunit.assert\"; version = \"2.6.2\"; sha256 = \"1nxg9m8qhh05i9linap7a8bdhxnr7x2pg7piw8hh76cshx0402ql\"; }) (fetchNuGet { pname = \"xunit.core\"; version = \"2.6.2\"; sha256 = \"0q0kzjdb0hxq4bajl11pvnwl1dp47b2adqx47j30bi2llj21ihj6\"; }) (fetchNuGet { pname = \"xunit.extensibility.core\"; version = \"2.6.2\"; sha256 = \"1a27ng02piwjr3ggff4mg0r92b6rabd1339clnxzqxwcyf620q2c\"; }) (fetchNuGet { pname = \"xunit.extensibility.execution\"; version = \"2.6.2\"; sha256 = \"1lhhlrq6lzd4w61x78dhxjz1453lnipjgph8sc52izgwq9d5xp1n\"; }) (fetchNuGet { pname = \"xunit.runner.visualstudio\"; version = \"2.5.4\"; sha256 = \"0mp3z8m5l4q09lr17142hff6p05zl189cwz3iavfqk8dpspyjgvd\"; }) ] "} {"_id":"doc-en-nixpkgs-5d36afc508ef86d071981c5ea97b075126bbccd2f497d47f6bf211edcd8e64fd","title":"","text":" { lib , fetchFromGitHub , buildDotnetModule , dotnetCorePackages }: buildDotnetModule rec { pname = \"dotnet-outdated\"; version = \"4.6.0\"; src = fetchFromGitHub { owner = \"dotnet-outdated\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-U5qCM+Um8bRafrDpbI5TnSN1nQ8mQpZ5W8Jao2hdAPw=\"; }; dotnet-sdk = dotnetCorePackages.dotnet_8.sdk; dotnet-runtime = dotnetCorePackages.dotnet_8.runtime; useDotnetFromEnv = true; nugetDeps = ./deps.nix; projectFile = \"src/DotNetOutdated/DotNetOutdated.csproj\"; executables = \"dotnet-outdated\"; dotnetInstallFlags = [ \"--framework\" \"net8.0\" ]; meta = with lib; { description = \"A .NET Core global tool to display and update outdated NuGet packages in a project\"; homepage = \"https://github.com/dotnet-outdated/dotnet-outdated\"; sourceProvenance = with sourceTypes; [ fromSource # deps binaryBytecode binaryNativeCode ]; license = licenses.mit; maintainers = with maintainers; [ emilioziniades ]; mainProgram = \"dotnet-outdated\"; }; } "} {"_id":"doc-en-nixpkgs-bac0810a9b128196b8cba2c962cfeb1bba46b3e2639d85a5b9e262323d617489","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"ab_glyph\" version = \"0.2.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39\" dependencies = [ \"ab_glyph_rasterizer\", \"owned_ttf_parser\", ] [[package]] name = \"ab_glyph_rasterizer\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046\" [[package]] name = \"addr2line\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"ahash\" version = \"0.7.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47\" dependencies = [ \"getrandom\", \"once_cell\", \"version_check\", ] [[package]] name = \"ahash\" version = \"0.8.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01\" dependencies = [ \"cfg-if\", \"getrandom\", \"once_cell\", \"version_check\", \"zerocopy\", ] [[package]] name = \"aho-corasick\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04\" dependencies = [ \"memchr\", ] [[package]] name = \"aliasable\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd\" [[package]] name = \"allocator-api2\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5\" [[package]] name = \"android-activity\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39b801912a977c3fd52d80511fe1c0c8480c6f957f21ae2ce1b92ffe970cf4b9\" dependencies = [ \"android-properties\", \"bitflags 2.4.2\", \"cc\", \"cesu8\", \"jni\", \"jni-sys\", \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-sys\", \"num_enum\", \"thiserror\", ] [[package]] name = \"android-properties\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04\" [[package]] name = \"android-tzdata\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0\" [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"approx\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6\" dependencies = [ \"num-traits\", ] [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6\" [[package]] name = \"as-raw-xcb-connection\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b\" [[package]] name = \"ash\" version = \"0.37.3+1.3.251\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a\" dependencies = [ \"libloading 0.7.4\", ] [[package]] name = \"async-broadcast\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b\" dependencies = [ \"event-listener\", \"futures-core\", ] [[package]] name = \"async-channel\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35\" dependencies = [ \"concurrent-queue\", \"event-listener\", \"futures-core\", ] [[package]] name = \"async-executor\" version = \"1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb\" dependencies = [ \"async-lock\", \"async-task\", \"concurrent-queue\", \"fastrand 1.9.0\", \"futures-lite\", \"slab\", ] [[package]] name = \"async-fs\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06\" dependencies = [ \"async-lock\", \"autocfg\", \"blocking\", \"futures-lite\", ] [[package]] name = \"async-io\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af\" dependencies = [ \"async-lock\", \"autocfg\", \"cfg-if\", \"concurrent-queue\", \"futures-lite\", \"log\", \"parking\", \"polling 2.8.0\", \"rustix 0.37.19\", \"slab\", \"socket2\", \"waker-fn\", ] [[package]] name = \"async-lock\" version = \"2.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7\" dependencies = [ \"event-listener\", ] [[package]] name = \"async-process\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9\" dependencies = [ \"async-io\", \"async-lock\", \"autocfg\", \"blocking\", \"cfg-if\", \"event-listener\", \"futures-lite\", \"rustix 0.37.19\", \"signal-hook\", \"windows-sys 0.48.0\", ] [[package]] name = \"async-recursion\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"async-task\" version = \"4.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae\" [[package]] name = \"async-trait\" version = \"0.1.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"atomic-waker\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3\" [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"backtrace\" version = \"0.3.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if\", \"libc\", \"miniz_oxide 0.6.2\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base64\" version = \"0.21.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d\" [[package]] name = \"bit-set\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1\" dependencies = [ \"bit-vec\", ] [[package]] name = \"bit-vec\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb\" [[package]] name = \"bit_field\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf\" [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array\", ] [[package]] name = \"block-sys\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7\" dependencies = [ \"objc-sys\", ] [[package]] name = \"block2\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68\" dependencies = [ \"block-sys\", \"objc2\", ] [[package]] name = \"blocking\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65\" dependencies = [ \"async-channel\", \"async-lock\", \"async-task\", \"atomic-waker\", \"fastrand 1.9.0\", \"futures-lite\", \"log\", ] [[package]] name = \"bumpalo\" version = \"3.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1\" [[package]] name = \"bytemuck\" version = \"1.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea\" dependencies = [ \"bytemuck_derive\", ] [[package]] name = \"bytemuck_derive\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"byteorder\" version = \"1.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\" [[package]] name = \"bytes\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be\" [[package]] name = \"calloop\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298\" dependencies = [ \"bitflags 2.4.2\", \"log\", \"polling 3.3.2\", \"rustix 0.38.30\", \"slab\", \"thiserror\", ] [[package]] name = \"calloop-wayland-source\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02\" dependencies = [ \"calloop\", \"rustix 0.38.30\", \"wayland-backend\", \"wayland-client 0.31.2\", ] [[package]] name = \"cc\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\" dependencies = [ \"jobserver\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cfg_aliases\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e\" [[package]] name = \"cfg_aliases\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f\" [[package]] name = \"chrono\" version = \"0.4.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5\" dependencies = [ \"android-tzdata\", \"iana-time-zone\", \"js-sys\", \"num-traits\", \"serde\", \"time 0.1.45\", \"wasm-bindgen\", \"winapi\", ] [[package]] name = \"clipboard-win\" version = \"5.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c57002a5d9be777c1ef967e33674dac9ebd310d8893e4e3437b14d5f0f6372cc\" dependencies = [ \"error-code\", ] [[package]] name = \"clipboard_macos\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95\" dependencies = [ \"objc\", \"objc-foundation\", \"objc_id\", ] [[package]] name = \"clipboard_wayland\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f6364a9f7a66f2ac1a1a098aa1c7f6b686f2496c6ac5e5c0d773445df912747\" dependencies = [ \"smithay-clipboard\", ] [[package]] name = \"clipboard_x11\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"983a7010836ecd04dde2c6d27a0cb56ec5d21572177e782bdcb24a600124e921\" dependencies = [ \"thiserror\", \"x11rb 0.9.0\", ] [[package]] name = \"cocoa\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"cocoa-foundation\", \"core-foundation\", \"core-graphics\", \"foreign-types 0.5.0\", \"libc\", \"objc\", ] [[package]] name = \"cocoa-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"core-foundation\", \"core-graphics-types\", \"foreign-types 0.3.2\", \"libc\", \"objc\", ] [[package]] name = \"codespan-reporting\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e\" dependencies = [ \"termcolor\", \"unicode-width\", ] [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"com\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6\" dependencies = [ \"com_macros\", ] [[package]] name = \"com_macros\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5\" dependencies = [ \"com_macros_support\", \"proc-macro2\", \"syn 1.0.109\", ] [[package]] name = \"com_macros_support\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"concurrent-queue\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"core-foundation\" version = \"0.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa\" [[package]] name = \"core-graphics\" version = \"0.23.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-graphics-types\", \"foreign-types 0.5.0\", \"libc\", ] [[package]] name = \"core-graphics-types\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"foreign-types 0.3.2\", \"libc\", ] [[package]] name = \"cosmic-text\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75acbfb314aeb4f5210d379af45ed1ec2c98c7f1790bf57b8a4c562ac0c51b71\" dependencies = [ \"fontdb\", \"libm\", \"log\", \"rangemap\", \"rustc-hash\", \"rustybuzz\", \"self_cell\", \"swash\", \"sys-locale\", \"unicode-bidi\", \"unicode-linebreak\", \"unicode-script\", \"unicode-segmentation\", ] [[package]] name = \"cpufeatures\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1\" dependencies = [ \"libc\", ] [[package]] name = \"crc32fast\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200\" dependencies = [ \"cfg-if\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef\" dependencies = [ \"cfg-if\", \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7\" dependencies = [ \"autocfg\", \"cfg-if\", \"crossbeam-utils\", \"memoffset 0.9.0\", \"scopeguard\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"ctor\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e\" dependencies = [ \"quote\", \"syn 2.0.48\", ] [[package]] name = \"cursor-icon\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991\" [[package]] name = \"d3d12\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307\" dependencies = [ \"bitflags 2.4.2\", \"libloading 0.8.0\", \"winapi\", ] [[package]] name = \"data\" version = \"0.1.0\" dependencies = [ \"base64\", \"chrono\", \"dirs-next\", \"flate2\", \"futures\", \"iced_core\", \"irc\", \"itertools\", \"log\", \"palette\", \"rand\", \"rand_chacha\", \"seahash\", \"serde\", \"serde_json\", \"serde_yaml\", \"thiserror\", \"tokio\", \"tokio-stream\", ] [[package]] name = \"derivative\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer\", \"crypto-common\", ] [[package]] name = \"dirs-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1\" dependencies = [ \"cfg-if\", \"dirs-sys-next\", ] [[package]] name = \"dirs-sys-next\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d\" dependencies = [ \"libc\", \"redox_users\", \"winapi\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"dlib\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412\" dependencies = [ \"libloading 0.8.0\", ] [[package]] name = \"downcast-rs\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650\" [[package]] name = \"drm\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde\" dependencies = [ \"bitflags 2.4.2\", \"bytemuck\", \"drm-ffi\", \"drm-fourcc\", \"rustix 0.38.30\", ] [[package]] name = \"drm-ffi\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6\" dependencies = [ \"drm-sys\", \"rustix 0.38.30\", ] [[package]] name = \"drm-fourcc\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4\" [[package]] name = \"drm-sys\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176\" dependencies = [ \"libc\", \"linux-raw-sys 0.6.4\", ] [[package]] name = \"either\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91\" [[package]] name = \"embed-resource\" version = \"2.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80663502655af01a2902dff3f06869330782267924bf1788410b74edcd93770a\" dependencies = [ \"cc\", \"rustc_version\", \"toml\", \"vswhom\", \"winreg\", ] [[package]] name = \"enumflags2\" version = \"0.7.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2\" dependencies = [ \"enumflags2_derive\", \"serde\", ] [[package]] name = \"enumflags2_derive\" version = \"0.7.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"errno\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"error-code\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"281e452d3bad4005426416cdba5ccfd4f5c1280e10099e21db27f7c1c28347fc\" [[package]] name = \"etagere\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"306960881d6c46bd0dd6b7f07442a441418c08d0d3e63d8d080b0f64c6343e4e\" dependencies = [ \"euclid\", \"svg_fmt\", ] [[package]] name = \"euclid\" version = \"0.22.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787\" dependencies = [ \"num-traits\", ] [[package]] name = \"event-listener\" version = \"2.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0\" [[package]] name = \"exr\" version = \"1.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"279d3efcc55e19917fff7ab3ddd6c14afb6a90881a0078465196fe2f99d08c56\" dependencies = [ \"bit_field\", \"flume\", \"half\", \"lebe\", \"miniz_oxide 0.7.1\", \"rayon-core\", \"smallvec\", \"zune-inflate\", ] [[package]] name = \"fast-srgb8\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1\" [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"fastrand\" version = \"2.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5\" [[package]] name = \"fdeflate\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"fern\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee\" dependencies = [ \"log\", ] [[package]] name = \"flate2\" version = \"1.0.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743\" dependencies = [ \"crc32fast\", \"miniz_oxide 0.7.1\", ] [[package]] name = \"flume\" version = \"0.10.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577\" dependencies = [ \"futures-core\", \"futures-sink\", \"nanorand\", \"pin-project\", \"spin\", ] [[package]] name = \"fontconfig-parser\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d\" dependencies = [ \"roxmltree\", ] [[package]] name = \"fontdb\" version = \"0.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38\" dependencies = [ \"fontconfig-parser\", \"log\", \"memmap2 0.8.0\", \"slotmap\", \"tinyvec\", \"ttf-parser 0.19.0\", ] [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared 0.1.1\", ] [[package]] name = \"foreign-types\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965\" dependencies = [ \"foreign-types-macros\", \"foreign-types-shared 0.3.1\", ] [[package]] name = \"foreign-types-macros\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"foreign-types-shared\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b\" [[package]] name = \"futures\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c\" [[package]] name = \"futures-executor\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", \"num_cpus\", ] [[package]] name = \"futures-io\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964\" [[package]] name = \"futures-lite\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce\" dependencies = [ \"fastrand 1.9.0\", \"futures-core\", \"futures-io\", \"memchr\", \"parking\", \"pin-project-lite\", \"waker-fn\", ] [[package]] name = \"futures-macro\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"futures-sink\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e\" [[package]] name = \"futures-task\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65\" [[package]] name = \"futures-util\" version = \"0.3.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"gethostname\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"gethostname\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818\" dependencies = [ \"libc\", \"windows-targets 0.48.0\", ] [[package]] name = \"getrandom\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427\" dependencies = [ \"cfg-if\", \"js-sys\", \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"wasm-bindgen\", ] [[package]] name = \"gif\" version = \"0.12.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"gimli\" version = \"0.27.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4\" [[package]] name = \"gl_generator\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d\" dependencies = [ \"khronos_api\", \"log\", \"xml-rs\", ] [[package]] name = \"glam\" version = \"0.24.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad83ab008a4fa3b31dfa713dd41b5a9bdea1e94e4cf1e2fc274ffbd49b0271d3\" [[package]] name = \"glow\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1\" dependencies = [ \"js-sys\", \"slotmap\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"glutin_wgl_sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead\" dependencies = [ \"gl_generator\", ] [[package]] name = \"glyphon\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a62d0338e4056db6a73221c2fb2e30619452f6ea9651bac4110f51b0f7a7581\" dependencies = [ \"cosmic-text\", \"etagere\", \"lru\", \"wgpu\", ] [[package]] name = \"gpu-alloc\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171\" dependencies = [ \"bitflags 2.4.2\", \"gpu-alloc-types\", ] [[package]] name = \"gpu-alloc-types\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4\" dependencies = [ \"bitflags 2.4.2\", ] [[package]] name = \"gpu-allocator\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884\" dependencies = [ \"log\", \"presser\", \"thiserror\", \"winapi\", \"windows 0.52.0\", ] [[package]] name = \"gpu-descriptor\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a\" dependencies = [ \"bitflags 1.3.2\", \"gpu-descriptor-types\", \"hashbrown 0.12.3\", ] [[package]] name = \"gpu-descriptor-types\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"guillotiere\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782\" dependencies = [ \"euclid\", \"svg_fmt\", ] [[package]] name = \"half\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872\" dependencies = [ \"cfg-if\", \"crunchy\", ] [[package]] name = \"halloy\" version = \"0.1.0\" dependencies = [ \"chrono\", \"data\", \"embed-resource\", \"fern\", \"iced\", \"image\", \"log\", \"notify-rust\", \"once_cell\", \"open\", \"palette\", \"thiserror\", \"tokio\", \"unicode-segmentation\", \"uuid\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" dependencies = [ \"ahash 0.7.6\", ] [[package]] name = \"hashbrown\" version = \"0.14.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604\" dependencies = [ \"ahash 0.8.7\", \"allocator-api2\", ] [[package]] name = \"hassle-rs\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890\" dependencies = [ \"bitflags 2.4.2\", \"com\", \"libc\", \"libloading 0.8.0\", \"thiserror\", \"widestring\", \"winapi\", ] [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b\" [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"hexf-parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df\" [[package]] name = \"iana-time-zone\" version = \"0.1.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows 0.48.0\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f\" dependencies = [ \"cc\", ] [[package]] name = \"iced\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"iced_core\", \"iced_futures\", \"iced_renderer\", \"iced_widget\", \"iced_winit\", \"image\", \"thiserror\", ] [[package]] name = \"iced_core\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"bitflags 1.3.2\", \"log\", \"num-traits\", \"palette\", \"raw-window-handle\", \"smol_str\", \"thiserror\", \"web-time\", \"xxhash-rust\", ] [[package]] name = \"iced_futures\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"futures\", \"iced_core\", \"log\", \"tokio\", \"wasm-bindgen-futures\", \"wasm-timer\", ] [[package]] name = \"iced_graphics\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"bitflags 1.3.2\", \"bytemuck\", \"cosmic-text\", \"glam\", \"half\", \"iced_core\", \"iced_futures\", \"image\", \"kamadak-exif\", \"log\", \"once_cell\", \"raw-window-handle\", \"rustc-hash\", \"thiserror\", \"unicode-segmentation\", \"xxhash-rust\", ] [[package]] name = \"iced_renderer\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"iced_graphics\", \"iced_tiny_skia\", \"iced_wgpu\", \"log\", \"thiserror\", ] [[package]] name = \"iced_runtime\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"iced_core\", \"iced_futures\", \"thiserror\", ] [[package]] name = \"iced_style\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"iced_core\", \"once_cell\", \"palette\", ] [[package]] name = \"iced_tiny_skia\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"bytemuck\", \"cosmic-text\", \"iced_graphics\", \"kurbo\", \"log\", \"rustc-hash\", \"softbuffer\", \"tiny-skia\", \"xxhash-rust\", ] [[package]] name = \"iced_wgpu\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"bitflags 1.3.2\", \"bytemuck\", \"futures\", \"glam\", \"glyphon\", \"guillotiere\", \"iced_graphics\", \"log\", \"once_cell\", \"wgpu\", ] [[package]] name = \"iced_widget\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"iced_renderer\", \"iced_runtime\", \"iced_style\", \"num-traits\", \"ouroboros\", \"thiserror\", \"unicode-segmentation\", ] [[package]] name = \"iced_winit\" version = \"0.12.0\" source = \"git+https://github.com/tarkah/iced?rev=f9db8d1efe68634b7b06ce07f12ea33a3e37d79c#f9db8d1efe68634b7b06ce07f12ea33a3e37d79c\" dependencies = [ \"iced_graphics\", \"iced_runtime\", \"iced_style\", \"log\", \"thiserror\", \"tracing\", \"web-sys\", \"winapi\", \"window_clipboard\", \"winit\", ] [[package]] name = \"icrate\" version = \"0.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319\" dependencies = [ \"block2\", \"dispatch\", \"objc2\", ] [[package]] name = \"image\" version = \"0.24.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"exr\", \"gif\", \"jpeg-decoder\", \"num-rational\", \"num-traits\", \"png\", \"qoi\", \"tiff\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown 0.12.3\", ] [[package]] name = \"indexmap\" version = \"2.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b\" dependencies = [ \"equivalent\", \"hashbrown 0.14.3\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2\" dependencies = [ \"hermit-abi 0.3.2\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"irc\" version = \"0.1.0\" dependencies = [ \"bytes\", \"futures\", \"irc_proto\", \"thiserror\", \"tokio\", \"tokio-native-tls\", \"tokio-util\", ] [[package]] name = \"irc_proto\" version = \"0.1.0\" dependencies = [ \"itertools\", \"nom\", \"thiserror\", ] [[package]] name = \"is-docker\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3\" dependencies = [ \"once_cell\", ] [[package]] name = \"is-wsl\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5\" dependencies = [ \"is-docker\", \"once_cell\", ] [[package]] name = \"itertools\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38\" [[package]] name = \"jni\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97\" dependencies = [ \"cesu8\", \"cfg-if\", \"combine\", \"jni-sys\", \"log\", \"thiserror\", \"walkdir\", \"windows-sys 0.45.0\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"jobserver\" version = \"0.1.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2\" dependencies = [ \"libc\", ] [[package]] name = \"jpeg-decoder\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e\" dependencies = [ \"rayon\", ] [[package]] name = \"js-sys\" version = \"0.3.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"kamadak-exif\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077\" dependencies = [ \"mutate_once\", ] [[package]] name = \"khronos-egl\" version = \"6.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76\" dependencies = [ \"libc\", \"libloading 0.8.0\", \"pkg-config\", ] [[package]] name = \"khronos_api\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc\" [[package]] name = \"kurbo\" version = \"0.9.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b\" dependencies = [ \"arrayvec\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lebe\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8\" [[package]] name = \"libc\" version = \"0.2.152\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7\" [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if\", \"winapi\", ] [[package]] name = \"libloading\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"libm\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058\" [[package]] name = \"linux-raw-sys\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519\" [[package]] name = \"linux-raw-sys\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c\" [[package]] name = \"linux-raw-sys\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4\" [[package]] name = \"lock_api\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f\" [[package]] name = \"lru\" version = \"0.12.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"db2c024b41519440580066ba82aab04092b333e09066a5eb86c7c4890df31f22\" dependencies = [ \"hashbrown 0.14.3\", ] [[package]] name = \"mac-notification-sys\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e72d50edb17756489e79d52eb146927bec8eba9dd48faadf9ef08bca3791ad5\" dependencies = [ \"cc\", \"dirs-next\", \"objc-foundation\", \"objc_id\", \"time 0.3.23\", ] [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"memchr\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\" [[package]] name = \"memmap2\" version = \"0.5.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327\" dependencies = [ \"libc\", ] [[package]] name = \"memmap2\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed\" dependencies = [ \"libc\", ] [[package]] name = \"memmap2\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c\" dependencies = [ \"autocfg\", ] [[package]] name = \"metal\" version = \"0.27.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25\" dependencies = [ \"bitflags 2.4.2\", \"block\", \"core-graphics-types\", \"foreign-types 0.5.0\", \"log\", \"objc\", \"paste\", ] [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa\" dependencies = [ \"adler\", ] [[package]] name = \"miniz_oxide\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"mio\" version = \"0.8.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2\" dependencies = [ \"libc\", \"wasi 0.11.0+wasi-snapshot-preview1\", \"windows-sys 0.48.0\", ] [[package]] name = \"mutate_once\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b\" [[package]] name = \"naga\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8878eb410fc90853da3908aebfe61d73d26d4437ef850b70050461f939509899\" dependencies = [ \"bit-set\", \"bitflags 2.4.2\", \"codespan-reporting\", \"hexf-parse\", \"indexmap 2.2.1\", \"log\", \"num-traits\", \"rustc-hash\", \"spirv\", \"termcolor\", \"thiserror\", \"unicode-xid\", ] [[package]] name = \"nanorand\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3\" dependencies = [ \"getrandom\", ] [[package]] name = \"native-tls\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"ndk\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7\" dependencies = [ \"bitflags 2.4.2\", \"jni-sys\", \"log\", \"ndk-sys\", \"num_enum\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[package]] name = \"ndk-sys\" version = \"0.5.0+25.2.9519653\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691\" dependencies = [ \"jni-sys\", ] [[package]] name = \"nix\" version = \"0.22.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf\" dependencies = [ \"bitflags 1.3.2\", \"cc\", \"cfg-if\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.24.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.6.5\", ] [[package]] name = \"nix\" version = \"0.26.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.7.1\", \"static_assertions\", ] [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"notify-rust\" version = \"4.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bfa211d18e360f08e36c364308f394b5eb23a6629150690e109a916dc6f610e\" dependencies = [ \"log\", \"mac-notification-sys\", \"serde\", \"tauri-winrt-notification\", \"zbus\", ] [[package]] name = \"num-integer\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9\" dependencies = [ \"autocfg\", \"num-traits\", ] [[package]] name = \"num-rational\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b\" dependencies = [ \"hermit-abi 0.2.6\", \"libc\", ] [[package]] name = \"num_enum\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", \"objc_exception\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc-sys\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7c71324e4180d0899963fc83d9d241ac39e699609fc1025a850aadac8257459\" [[package]] name = \"objc2\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d\" dependencies = [ \"objc-sys\", \"objc2-encode\", ] [[package]] name = \"objc2-encode\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666\" [[package]] name = \"objc_exception\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4\" dependencies = [ \"cc\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"object\" version = \"0.30.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"open\" version = \"5.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349\" dependencies = [ \"is-wsl\", \"libc\", \"pathdiff\", ] [[package]] name = \"openssl\" version = \"0.10.55\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"foreign-types 0.3.2\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"openssl-sys\" version = \"0.9.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"orbclient\" version = \"0.3.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"221d488cd70617f1bd599ed8ceb659df2147d9393717954d82a0f5e8032a6ab1\" dependencies = [ \"redox_syscall 0.3.5\", ] [[package]] name = \"ordered-stream\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50\" dependencies = [ \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"ouroboros\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d813b7b31a82efae94bd30ffaac09aec85efc18db2d5ec3aead1a220ee954351\" dependencies = [ \"aliasable\", \"ouroboros_macro\", \"static_assertions\", ] [[package]] name = \"ouroboros_macro\" version = \"0.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a56f651b4dd45ae3ac3d260ced32eaf0620cddaae5f26c69b554a9016594726\" dependencies = [ \"heck\", \"proc-macro-error\", \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"owned_ttf_parser\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4\" dependencies = [ \"ttf-parser 0.19.0\", ] [[package]] name = \"palette\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d38e6e5ca1612e2081cc31188f08c3cba630ce4ba44709a153f1a0f38d678f2\" dependencies = [ \"approx\", \"fast-srgb8\", \"palette_derive\", \"phf\", ] [[package]] name = \"palette_derive\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e05d1c929301fee6830dafa764341118829b2535c216b0571e3821ecac5c885b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"parking\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e\" [[package]] name = \"parking_lot\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99\" dependencies = [ \"instant\", \"lock_api\", \"parking_lot_core 0.8.6\", ] [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core 0.9.7\", ] [[package]] name = \"parking_lot_core\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc\" dependencies = [ \"cfg-if\", \"instant\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"winapi\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"windows-sys 0.45.0\", ] [[package]] name = \"paste\" version = \"1.0.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c\" [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"percent-encoding\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e\" [[package]] name = \"phf\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c\" dependencies = [ \"phf_macros\", \"phf_shared\", ] [[package]] name = \"phf_generator\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf\" dependencies = [ \"phf_shared\", \"rand\", ] [[package]] name = \"phf_macros\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66\" dependencies = [ \"phf_generator\", \"phf_shared\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"phf_shared\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676\" dependencies = [ \"siphasher\", ] [[package]] name = \"pin-project\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead\" dependencies = [ \"pin-project-internal\", ] [[package]] name = \"pin-project-internal\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"pkg-config\" version = \"0.3.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964\" [[package]] name = \"png\" version = \"0.17.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide 0.7.1\", ] [[package]] name = \"polling\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce\" dependencies = [ \"autocfg\", \"bitflags 1.3.2\", \"cfg-if\", \"concurrent-queue\", \"libc\", \"log\", \"pin-project-lite\", \"windows-sys 0.48.0\", ] [[package]] name = \"polling\" version = \"3.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41\" dependencies = [ \"cfg-if\", \"concurrent-queue\", \"pin-project-lite\", \"rustix 0.38.30\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"presser\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa\" [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit\", ] [[package]] name = \"proc-macro-error\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c\" dependencies = [ \"proc-macro-error-attr\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"version_check\", ] [[package]] name = \"proc-macro-error-attr\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869\" dependencies = [ \"proc-macro2\", \"quote\", \"version_check\", ] [[package]] name = \"proc-macro2\" version = \"1.0.78\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"profiling\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2\" [[package]] name = \"qoi\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001\" dependencies = [ \"bytemuck\", ] [[package]] name = \"quick-xml\" version = \"0.23.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea\" dependencies = [ \"memchr\", ] [[package]] name = \"quick-xml\" version = \"0.31.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33\" dependencies = [ \"memchr\", ] [[package]] name = \"quote\" version = \"1.0.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"range-alloc\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab\" [[package]] name = \"rangemap\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991\" [[package]] name = \"raw-window-handle\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544\" [[package]] name = \"rayon\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d\" dependencies = [ \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-utils\", \"num_cpus\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b\" dependencies = [ \"getrandom\", \"redox_syscall 0.2.16\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78\" [[package]] name = \"renderdoc-sys\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b\" [[package]] name = \"roxmltree\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f\" [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.37.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d\" dependencies = [ \"bitflags 1.3.2\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys 0.3.8\", \"windows-sys 0.48.0\", ] [[package]] name = \"rustix\" version = \"0.38.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca\" dependencies = [ \"bitflags 2.4.2\", \"errno\", \"libc\", \"linux-raw-sys 0.4.13\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustybuzz\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2ee8fe2a8461a0854a37101fe7a1b13998d0cfa987e43248e81d2a5f4570f6fa\" dependencies = [ \"bitflags 1.3.2\", \"bytemuck\", \"libm\", \"smallvec\", \"ttf-parser 0.20.0\", \"unicode-bidi-mirroring\", \"unicode-ccc\", \"unicode-properties\", \"unicode-script\", ] [[package]] name = \"ryu\" version = \"1.0.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041\" [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"schannel\" version = \"0.1.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3\" dependencies = [ \"windows-sys 0.42.0\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\" [[package]] name = \"sctk-adwaita\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550\" dependencies = [ \"ab_glyph\", \"log\", \"memmap2 0.9.4\", \"smithay-client-toolkit 0.18.0\", \"tiny-skia\", ] [[package]] name = \"seahash\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b\" [[package]] name = \"security-framework\" version = \"2.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"self_cell\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba\" [[package]] name = \"semver\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed\" [[package]] name = \"serde\" version = \"1.0.196\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.196\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"serde_json\" version = \"1.0.99\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_repr\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f0a21fba416426ac927b1691996e82079f8b6156e920c85345f135b2e9ba2de\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"serde_spanned\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d\" dependencies = [ \"serde\", ] [[package]] name = \"serde_yaml\" version = \"0.9.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e\" dependencies = [ \"indexmap 2.2.1\", \"itoa\", \"ryu\", \"serde\", \"unsafe-libyaml\", ] [[package]] name = \"sha1\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"signal-hook\" version = \"0.3.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801\" dependencies = [ \"libc\", \"signal-hook-registry\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1\" dependencies = [ \"libc\", ] [[package]] name = \"simd-adler32\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f\" [[package]] name = \"siphasher\" version = \"0.3.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de\" [[package]] name = \"slab\" version = \"0.4.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d\" dependencies = [ \"autocfg\", ] [[package]] name = \"slotmap\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342\" dependencies = [ \"version_check\", ] [[package]] name = \"smallvec\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0\" [[package]] name = \"smithay-client-toolkit\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454\" dependencies = [ \"bitflags 1.3.2\", \"dlib\", \"lazy_static\", \"log\", \"memmap2 0.5.10\", \"nix 0.24.3\", \"pkg-config\", \"wayland-client 0.29.5\", \"wayland-cursor 0.29.5\", \"wayland-protocols 0.29.5\", ] [[package]] name = \"smithay-client-toolkit\" version = \"0.18.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f\" dependencies = [ \"bitflags 2.4.2\", \"calloop\", \"calloop-wayland-source\", \"cursor-icon\", \"libc\", \"log\", \"memmap2 0.9.4\", \"rustix 0.38.30\", \"thiserror\", \"wayland-backend\", \"wayland-client 0.31.2\", \"wayland-csd-frame\", \"wayland-cursor 0.31.1\", \"wayland-protocols 0.31.2\", \"wayland-protocols-wlr\", \"wayland-scanner 0.31.1\", \"xkeysym\", ] [[package]] name = \"smithay-clipboard\" version = \"0.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8\" dependencies = [ \"smithay-client-toolkit 0.16.0\", \"wayland-client 0.29.5\", ] [[package]] name = \"smol_str\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49\" dependencies = [ \"serde\", ] [[package]] name = \"socket2\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"softbuffer\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"071916a85d1db274b4ed57af3a14afb66bd836ae7f82ebb6f1fd3455107830d9\" dependencies = [ \"as-raw-xcb-connection\", \"bytemuck\", \"cfg_aliases 0.2.0\", \"cocoa\", \"core-graphics\", \"drm\", \"fastrand 2.0.1\", \"foreign-types 0.5.0\", \"js-sys\", \"log\", \"memmap2 0.9.4\", \"objc\", \"raw-window-handle\", \"redox_syscall 0.4.1\", \"rustix 0.38.30\", \"tiny-xlib\", \"wasm-bindgen\", \"wayland-backend\", \"wayland-client 0.31.2\", \"wayland-sys 0.31.1\", \"web-sys\", \"windows-sys 0.52.0\", \"x11rb 0.13.0\", ] [[package]] name = \"spin\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\" dependencies = [ \"lock_api\", ] [[package]] name = \"spirv\" version = \"0.3.0+sdk-1.3.268.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844\" dependencies = [ \"bitflags 2.4.2\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"strict-num\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731\" [[package]] name = \"svg_fmt\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2\" [[package]] name = \"swash\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b7c73c813353c347272919aa1af2885068b05e625e5532b43049e4f641ae77f\" dependencies = [ \"yazi\", \"zeno\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.48\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"sys-locale\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0\" dependencies = [ \"libc\", ] [[package]] name = \"tauri-winrt-notification\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f5bff1d532fead7c43324a0fa33643b8621a47ce2944a633be4cb6c0240898f\" dependencies = [ \"quick-xml 0.23.1\", \"windows 0.39.0\", ] [[package]] name = \"tempfile\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998\" dependencies = [ \"cfg-if\", \"fastrand 1.9.0\", \"redox_syscall 0.3.5\", \"rustix 0.37.19\", \"windows-sys 0.45.0\", ] [[package]] name = \"termcolor\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755\" dependencies = [ \"winapi-util\", ] [[package]] name = \"thiserror\" version = \"1.0.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.56\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"tiff\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471\" dependencies = [ \"flate2\", \"jpeg-decoder\", \"weezl\", ] [[package]] name = \"time\" version = \"0.1.45\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a\" dependencies = [ \"libc\", \"wasi 0.10.0+wasi-snapshot-preview1\", \"winapi\", ] [[package]] name = \"time\" version = \"0.3.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446\" dependencies = [ \"serde\", \"time-core\", ] [[package]] name = \"time-core\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb\" [[package]] name = \"tiny-skia\" version = \"0.11.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6a067b809476893fce6a254cf285850ff69c847e6cfbade6a20b655b6c7e80d\" dependencies = [ \"arrayref\", \"arrayvec\", \"bytemuck\", \"cfg-if\", \"log\", \"png\", \"tiny-skia-path\", ] [[package]] name = \"tiny-skia-path\" version = \"0.11.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de35e8a90052baaaf61f171680ac2f8e925a1e43ea9d2e3a00514772250e541\" dependencies = [ \"arrayref\", \"bytemuck\", \"strict-num\", ] [[package]] name = \"tiny-xlib\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4098d49269baa034a8d1eae9bd63e9fa532148d772121dace3bcd6a6c98eb6d\" dependencies = [ \"as-raw-xcb-connection\", \"ctor\", \"libloading 0.8.0\", \"tracing\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.29.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da\" dependencies = [ \"autocfg\", \"backtrace\", \"bytes\", \"libc\", \"mio\", \"num_cpus\", \"parking_lot 0.12.1\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2\", \"tokio-macros\", \"windows-sys 0.48.0\", ] [[package]] name = \"tokio-macros\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"tokio-native-tls\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-stream\" version = \"0.1.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", \"tracing\", ] [[package]] name = \"toml\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit\", ] [[package]] name = \"toml_datetime\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739\" dependencies = [ \"indexmap 1.9.3\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow\", ] [[package]] name = \"tracing\" version = \"0.1.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8\" dependencies = [ \"cfg-if\", \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.26\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"tracing-core\" version = \"0.1.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a\" dependencies = [ \"once_cell\", ] [[package]] name = \"ttf-parser\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44dcf002ae3b32cd25400d6df128c5babec3927cd1eb7ce813cfff20eb6c3746\" [[package]] name = \"ttf-parser\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4\" [[package]] name = \"typenum\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba\" [[package]] name = \"uds_windows\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d\" dependencies = [ \"tempfile\", \"winapi\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460\" [[package]] name = \"unicode-bidi-mirroring\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694\" [[package]] name = \"unicode-ccc\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1\" [[package]] name = \"unicode-ident\" version = \"1.0.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0\" [[package]] name = \"unicode-linebreak\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f\" [[package]] name = \"unicode-properties\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291\" [[package]] name = \"unicode-script\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc\" [[package]] name = \"unicode-segmentation\" version = \"1.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36\" [[package]] name = \"unicode-width\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b\" [[package]] name = \"unicode-xid\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c\" [[package]] name = \"unsafe-libyaml\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b\" [[package]] name = \"uuid\" version = \"1.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2\" dependencies = [ \"getrandom\", ] [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"vswhom\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b\" dependencies = [ \"libc\", \"vswhom-sys\", ] [[package]] name = \"vswhom-sys\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"waker-fn\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca\" [[package]] name = \"walkdir\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"wasi\" version = \"0.10.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f\" [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.48\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b\" [[package]] name = \"wasm-timer\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f\" dependencies = [ \"futures\", \"js-sys\", \"parking_lot 0.11.2\", \"pin-utils\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", ] [[package]] name = \"wayland-backend\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40\" dependencies = [ \"cc\", \"downcast-rs\", \"rustix 0.38.30\", \"scoped-tls\", \"smallvec\", \"wayland-sys 0.31.1\", ] [[package]] name = \"wayland-client\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715\" dependencies = [ \"bitflags 1.3.2\", \"downcast-rs\", \"libc\", \"nix 0.24.3\", \"scoped-tls\", \"wayland-commons\", \"wayland-scanner 0.29.5\", \"wayland-sys 0.29.5\", ] [[package]] name = \"wayland-client\" version = \"0.31.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f\" dependencies = [ \"bitflags 2.4.2\", \"rustix 0.38.30\", \"wayland-backend\", \"wayland-scanner 0.31.1\", ] [[package]] name = \"wayland-commons\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902\" dependencies = [ \"nix 0.24.3\", \"once_cell\", \"smallvec\", \"wayland-sys 0.29.5\", ] [[package]] name = \"wayland-csd-frame\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e\" dependencies = [ \"bitflags 2.4.2\", \"cursor-icon\", \"wayland-backend\", ] [[package]] name = \"wayland-cursor\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661\" dependencies = [ \"nix 0.24.3\", \"wayland-client 0.29.5\", \"xcursor\", ] [[package]] name = \"wayland-cursor\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba\" dependencies = [ \"rustix 0.38.30\", \"wayland-client 0.31.2\", \"xcursor\", ] [[package]] name = \"wayland-protocols\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6\" dependencies = [ \"bitflags 1.3.2\", \"wayland-client 0.29.5\", \"wayland-commons\", \"wayland-scanner 0.29.5\", ] [[package]] name = \"wayland-protocols\" version = \"0.31.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4\" dependencies = [ \"bitflags 2.4.2\", \"wayland-backend\", \"wayland-client 0.31.2\", \"wayland-scanner 0.31.1\", ] [[package]] name = \"wayland-protocols-plasma\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479\" dependencies = [ \"bitflags 2.4.2\", \"wayland-backend\", \"wayland-client 0.31.2\", \"wayland-protocols 0.31.2\", \"wayland-scanner 0.31.1\", ] [[package]] name = \"wayland-protocols-wlr\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6\" dependencies = [ \"bitflags 2.4.2\", \"wayland-backend\", \"wayland-client 0.31.2\", \"wayland-protocols 0.31.2\", \"wayland-scanner 0.31.1\", ] [[package]] name = \"wayland-scanner\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53\" dependencies = [ \"proc-macro2\", \"quote\", \"xml-rs\", ] [[package]] name = \"wayland-scanner\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283\" dependencies = [ \"proc-macro2\", \"quick-xml 0.31.0\", \"quote\", ] [[package]] name = \"wayland-sys\" version = \"0.29.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4\" dependencies = [ \"dlib\", \"lazy_static\", \"pkg-config\", ] [[package]] name = \"wayland-sys\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af\" dependencies = [ \"dlib\", \"log\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"web-sys\" version = \"0.3.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"web-time\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"weezl\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb\" [[package]] name = \"wgpu\" version = \"0.19.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0bfe9a310dcf2e6b85f00c46059aaeaf4184caa8e29a1ecd4b7a704c3482332d\" dependencies = [ \"arrayvec\", \"cfg-if\", \"cfg_aliases 0.1.1\", \"js-sys\", \"log\", \"naga\", \"parking_lot 0.12.1\", \"profiling\", \"raw-window-handle\", \"smallvec\", \"static_assertions\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"wgpu-core\", \"wgpu-hal\", \"wgpu-types\", ] [[package]] name = \"wgpu-core\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b15e451d4060ada0d99a64df44e4d590213496da7c4f245572d51071e8e30ed\" dependencies = [ \"arrayvec\", \"bit-vec\", \"bitflags 2.4.2\", \"cfg_aliases 0.1.1\", \"codespan-reporting\", \"indexmap 2.2.1\", \"log\", \"naga\", \"once_cell\", \"parking_lot 0.12.1\", \"profiling\", \"raw-window-handle\", \"rustc-hash\", \"smallvec\", \"thiserror\", \"web-sys\", \"wgpu-hal\", \"wgpu-types\", ] [[package]] name = \"wgpu-hal\" version = \"0.19.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3bb47856236bfafc0bc591a925eb036ac19cd987624a447ff353e7a7e7e6f72\" dependencies = [ \"android_system_properties\", \"arrayvec\", \"ash\", \"bit-set\", \"bitflags 2.4.2\", \"block\", \"cfg_aliases 0.1.1\", \"core-graphics-types\", \"d3d12\", \"glow\", \"glutin_wgl_sys\", \"gpu-alloc\", \"gpu-allocator\", \"gpu-descriptor\", \"hassle-rs\", \"js-sys\", \"khronos-egl\", \"libc\", \"libloading 0.8.0\", \"log\", \"metal\", \"naga\", \"objc\", \"once_cell\", \"parking_lot 0.12.1\", \"profiling\", \"range-alloc\", \"raw-window-handle\", \"renderdoc-sys\", \"rustc-hash\", \"smallvec\", \"thiserror\", \"wasm-bindgen\", \"web-sys\", \"wgpu-types\", \"winapi\", ] [[package]] name = \"wgpu-types\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"895fcbeb772bfb049eb80b2d6e47f6c9af235284e9703c96fc0218a42ffd5af2\" dependencies = [ \"bitflags 2.4.2\", \"js-sys\", \"web-sys\", ] [[package]] name = \"widestring\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-wsapoll\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"window_clipboard\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6a197337269a469b5b2583d65dd7dfe475fd79a525be0aa647ff6d37ac6612c\" dependencies = [ \"clipboard-win\", \"clipboard_macos\", \"clipboard_wayland\", \"clipboard_x11\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"windows\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a\" dependencies = [ \"windows_aarch64_msvc 0.39.0\", \"windows_i686_gnu 0.39.0\", \"windows_i686_msvc 0.39.0\", \"windows_x86_64_gnu 0.39.0\", \"windows_x86_64_msvc 0.39.0\", ] [[package]] name = \"windows\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f\" dependencies = [ \"windows-targets 0.48.0\", ] [[package]] name = \"windows\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be\" dependencies = [ \"windows-core\", \"windows-targets 0.52.0\", ] [[package]] name = \"windows-core\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9\" dependencies = [ \"windows-targets 0.52.0\", ] [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.0\", ] [[package]] name = \"windows-sys\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\" dependencies = [ \"windows-targets 0.52.0\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-targets\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5\" dependencies = [ \"windows_aarch64_gnullvm 0.48.0\", \"windows_aarch64_msvc 0.48.0\", \"windows_i686_gnu 0.48.0\", \"windows_i686_msvc 0.48.0\", \"windows_x86_64_gnu 0.48.0\", \"windows_x86_64_gnullvm 0.48.0\", \"windows_x86_64_msvc 0.48.0\", ] [[package]] name = \"windows-targets\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd\" dependencies = [ \"windows_aarch64_gnullvm 0.52.0\", \"windows_aarch64_msvc 0.52.0\", \"windows_i686_gnu 0.52.0\", \"windows_i686_msvc 0.52.0\", \"windows_x86_64_gnu 0.52.0\", \"windows_x86_64_gnullvm 0.52.0\", \"windows_x86_64_msvc 0.52.0\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef\" [[package]] name = \"windows_i686_gnu\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241\" [[package]] name = \"windows_i686_gnu\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313\" [[package]] name = \"windows_i686_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00\" [[package]] name = \"windows_i686_msvc\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.39.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04\" [[package]] name = \"winit\" version = \"0.29.10\" source = \"git+https://github.com/iced-rs/winit.git?rev=b91e39ece2c0d378c3b80da7f3ab50e17bb798a5#b91e39ece2c0d378c3b80da7f3ab50e17bb798a5\" dependencies = [ \"ahash 0.8.7\", \"android-activity\", \"atomic-waker\", \"bitflags 2.4.2\", \"bytemuck\", \"calloop\", \"cfg_aliases 0.1.1\", \"core-foundation\", \"core-graphics\", \"cursor-icon\", \"icrate\", \"js-sys\", \"libc\", \"log\", \"memmap2 0.9.4\", \"ndk\", \"ndk-sys\", \"objc2\", \"once_cell\", \"orbclient\", \"percent-encoding\", \"raw-window-handle\", \"redox_syscall 0.3.5\", \"rustix 0.38.30\", \"sctk-adwaita\", \"smithay-client-toolkit 0.18.0\", \"smol_str\", \"unicode-segmentation\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"wayland-backend\", \"wayland-client 0.31.2\", \"wayland-protocols 0.31.2\", \"wayland-protocols-plasma\", \"web-sys\", \"web-time\", \"windows-sys 0.48.0\", \"x11-dl\", \"x11rb 0.13.0\", \"xkbcommon-dl\", ] [[package]] name = \"winnow\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699\" dependencies = [ \"memchr\", ] [[package]] name = \"winreg\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189\" dependencies = [ \"cfg-if\", \"winapi\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"x11rb\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a\" dependencies = [ \"gethostname 0.2.3\", \"nix 0.22.3\", \"winapi\", \"winapi-wsapoll\", ] [[package]] name = \"x11rb\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a\" dependencies = [ \"as-raw-xcb-connection\", \"gethostname 0.4.3\", \"libc\", \"libloading 0.8.0\", \"once_cell\", \"rustix 0.38.30\", \"x11rb-protocol\", ] [[package]] name = \"x11rb-protocol\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34\" [[package]] name = \"xcursor\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7\" dependencies = [ \"nom\", ] [[package]] name = \"xdg-home\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd\" dependencies = [ \"nix 0.26.2\", \"winapi\", ] [[package]] name = \"xkbcommon-dl\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6924668544c48c0133152e7eec86d644a056ca3d09275eb8d5cdb9855f9d8699\" dependencies = [ \"bitflags 2.4.2\", \"dlib\", \"log\", \"once_cell\", \"xkeysym\", ] [[package]] name = \"xkeysym\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621\" [[package]] name = \"xml-rs\" version = \"0.8.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d8f380ae16a37b30e6a2cf67040608071384b1450c189e61bea3ff57cde922d\" [[package]] name = \"xxhash-rust\" version = \"0.8.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61\" [[package]] name = \"yazi\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1\" [[package]] name = \"zbus\" version = \"3.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948\" dependencies = [ \"async-broadcast\", \"async-executor\", \"async-fs\", \"async-io\", \"async-lock\", \"async-process\", \"async-recursion\", \"async-task\", \"async-trait\", \"blocking\", \"byteorder\", \"derivative\", \"enumflags2\", \"event-listener\", \"futures-core\", \"futures-sink\", \"futures-util\", \"hex\", \"nix 0.26.2\", \"once_cell\", \"ordered-stream\", \"rand\", \"serde\", \"serde_repr\", \"sha1\", \"static_assertions\", \"tracing\", \"uds_windows\", \"winapi\", \"xdg-home\", \"zbus_macros\", \"zbus_names\", \"zvariant\", ] [[package]] name = \"zbus_macros\" version = \"3.14.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"regex\", \"syn 1.0.109\", \"zvariant_utils\", ] [[package]] name = \"zbus_names\" version = \"2.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9\" dependencies = [ \"serde\", \"static_assertions\", \"zvariant\", ] [[package]] name = \"zeno\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c110ba09c9b3a43edd4803d570df0da2414fed6e822e22b976a4e3ef50860701\" [[package]] name = \"zerocopy\" version = \"0.7.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be\" dependencies = [ \"zerocopy-derive\", ] [[package]] name = \"zerocopy-derive\" version = \"0.7.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.48\", ] [[package]] name = \"zune-inflate\" version = \"0.2.54\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"zvariant\" version = \"3.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c\" dependencies = [ \"byteorder\", \"enumflags2\", \"libc\", \"serde\", \"static_assertions\", \"zvariant_derive\", ] [[package]] name = \"zvariant_derive\" version = \"3.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd\" dependencies = [ \"proc-macro-crate\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"zvariant_utils\", ] [[package]] name = \"zvariant_utils\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] "} {"_id":"doc-en-nixpkgs-a6dc1bde07b0220e5e2c2b055dd6a5f765ddfc0c308bc9a33524846335150eac","title":"","text":" { lib , stdenv , darwin , fetchFromGitHub , copyDesktopItems , makeDesktopItem , libxkbcommon , openssl , pkg-config , rustPlatform , vulkan-loader , wayland , xorg }: rustPlatform.buildRustPackage rec { pname = \"halloy\"; version = \"2024.3\"; src = fetchFromGitHub { owner = \"squidowl\"; repo = \"halloy\"; rev = \"refs/tags/${version}\"; hash = \"sha256-9yEkM65c8R71oQ0C54xZqwRh609+HSaq4Hb8izNM52A=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"iced-0.12.0\" = \"sha256-LtmAJDUMp42S4E+CjOM6Q7doAKOZkmJCN/49gsq3v/A=\"; \"winit-0.29.10\" = \"sha256-YoXJEvEhMvk3pK5EbXceVFeJEJLL6KTjiw0kBJxgHIE=\"; }; }; nativeBuildInputs = [ copyDesktopItems pkg-config ]; buildInputs = [ libxkbcommon openssl vulkan-loader xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit darwin.apple_sdk.frameworks.CoreFoundation darwin.apple_sdk.frameworks.CoreGraphics darwin.apple_sdk.frameworks.Cocoa darwin.apple_sdk.frameworks.Foundation darwin.apple_sdk.frameworks.Metal darwin.apple_sdk.frameworks.QuartzCore darwin.apple_sdk.frameworks.Security ] ++ lib.optionals stdenv.isLinux [ wayland ]; desktopItems = [ (makeDesktopItem { name = \"org.squidowl.halloy\"; desktopName = \"Halloy\"; comment = \"IRC client written in Rust\"; icon = \"org.squidowl.halloy\"; exec = pname; terminal = false; mimeTypes = [ \"x-scheme-handler/irc\" \"x-scheme-handler/ircs\" ]; categories = [ \"Network\" \"IRCClient\" ]; keywords = [ \"IM\" \"Chat\" ]; startupWMClass = \"org.squidowl.halloy\"; }) ]; postFixup = lib.optional stdenv.isLinux ( let rpathWayland = lib.makeLibraryPath [ wayland vulkan-loader libxkbcommon ]; in '' rpath=$(patchelf --print-rpath $out/bin/halloy) patchelf --set-rpath \"$rpath:${rpathWayland}\" $out/bin/halloy ''); postInstall = '' install -Dm644 assets/linux/org.squidowl.halloy.png $out/share/icons/hicolor/128x128/apps/org.squidowl.halloy.png ''; meta = with lib; { description = \"IRC application\"; homepage = \"https://github.com/squidowl/halloy\"; changelog = \"https://github.com/squidowl/halloy/blob/${version}/CHANGELOG.md\"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; mainProgram = \"halloy\"; }; } "} {"_id":"doc-en-nixpkgs-d388a3b93282a22174deeef32fb4527e798d18df4b443ef5ea16f7e03e38e87d","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"ab_glyph\" version = \"0.2.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225\" dependencies = [ \"ab_glyph_rasterizer\", \"owned_ttf_parser\", ] [[package]] name = \"ab_glyph_rasterizer\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046\" [[package]] name = \"addr2line\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"ahash\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011\" dependencies = [ \"cfg-if\", \"getrandom\", \"once_cell\", \"version_check\", \"zerocopy\", ] [[package]] name = \"aho-corasick\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0\" dependencies = [ \"memchr\", ] [[package]] name = \"aliasable\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd\" [[package]] name = \"allocator-api2\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5\" [[package]] name = \"android-activity\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289\" dependencies = [ \"android-properties\", \"bitflags 2.4.2\", \"cc\", \"cesu8\", \"jni\", \"jni-sys\", \"libc\", \"log\", \"ndk\", \"ndk-context\", \"ndk-sys\", \"num_enum\", \"thiserror\", ] [[package]] name = \"android-properties\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04\" [[package]] name = \"android-tzdata\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0\" [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"approx\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6\" dependencies = [ \"num-traits\", ] [[package]] name = \"arrayref\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\" [[package]] name = \"arrayvec\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711\" [[package]] name = \"as-raw-xcb-connection\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b\" [[package]] name = \"ash\" version = \"0.37.3+1.3.251\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a\" dependencies = [ \"libloading 0.7.4\", ] [[package]] name = \"async-broadcast\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b\" dependencies = [ \"event-listener 2.5.3\", \"futures-core\", ] [[package]] name = \"async-channel\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3\" dependencies = [ \"concurrent-queue\", \"event-listener 5.2.0\", \"event-listener-strategy 0.5.0\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-executor\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c\" dependencies = [ \"async-lock 3.3.0\", \"async-task\", \"concurrent-queue\", \"fastrand 2.0.1\", \"futures-lite 2.2.0\", \"slab\", ] [[package]] name = \"async-fs\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06\" dependencies = [ \"async-lock 2.8.0\", \"autocfg\", \"blocking\", \"futures-lite 1.13.0\", ] [[package]] name = \"async-io\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af\" dependencies = [ \"async-lock 2.8.0\", \"autocfg\", \"cfg-if\", \"concurrent-queue\", \"futures-lite 1.13.0\", \"log\", \"parking\", \"polling 2.8.0\", \"rustix 0.37.27\", \"slab\", \"socket2 0.4.10\", \"waker-fn\", ] [[package]] name = \"async-io\" version = \"2.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884\" dependencies = [ \"async-lock 3.3.0\", \"cfg-if\", \"concurrent-queue\", \"futures-io\", \"futures-lite 2.2.0\", \"parking\", \"polling 3.5.0\", \"rustix 0.38.31\", \"slab\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"async-lock\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b\" dependencies = [ \"event-listener 2.5.3\", ] [[package]] name = \"async-lock\" version = \"3.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b\" dependencies = [ \"event-listener 4.0.3\", \"event-listener-strategy 0.4.0\", \"pin-project-lite\", ] [[package]] name = \"async-process\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88\" dependencies = [ \"async-io 1.13.0\", \"async-lock 2.8.0\", \"async-signal\", \"blocking\", \"cfg-if\", \"event-listener 3.1.0\", \"futures-lite 1.13.0\", \"rustix 0.38.31\", \"windows-sys 0.48.0\", ] [[package]] name = \"async-recursion\" version = \"1.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"async-signal\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5\" dependencies = [ \"async-io 2.3.2\", \"async-lock 2.8.0\", \"atomic-waker\", \"cfg-if\", \"futures-core\", \"futures-io\", \"rustix 0.38.31\", \"signal-hook-registry\", \"slab\", \"windows-sys 0.48.0\", ] [[package]] name = \"async-task\" version = \"4.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799\" [[package]] name = \"async-trait\" version = \"0.1.77\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"atomic-waker\" version = \"1.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0\" [[package]] name = \"autocfg\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\" [[package]] name = \"backtrace\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if\", \"libc\", \"miniz_oxide\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base64\" version = \"0.21.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567\" [[package]] name = \"bit-set\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1\" dependencies = [ \"bit-vec\", ] [[package]] name = \"bit-vec\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb\" [[package]] name = \"bit_field\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf\" [[package]] name = \"block\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\" [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array\", ] [[package]] name = \"block-sys\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7\" dependencies = [ \"objc-sys\", ] [[package]] name = \"block2\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68\" dependencies = [ \"block-sys\", \"objc2\", ] [[package]] name = \"blocking\" version = \"1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118\" dependencies = [ \"async-channel\", \"async-lock 3.3.0\", \"async-task\", \"fastrand 2.0.1\", \"futures-io\", \"futures-lite 2.2.0\", \"piper\", \"tracing\", ] [[package]] name = \"bumpalo\" version = \"3.15.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa\" [[package]] name = \"bytemuck\" version = \"1.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15\" dependencies = [ \"bytemuck_derive\", ] [[package]] name = \"bytemuck_derive\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"byteorder\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\" [[package]] name = \"bytes\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223\" [[package]] name = \"calloop\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298\" dependencies = [ \"bitflags 2.4.2\", \"log\", \"polling 3.5.0\", \"rustix 0.38.31\", \"slab\", \"thiserror\", ] [[package]] name = \"calloop-wayland-source\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02\" dependencies = [ \"calloop\", \"rustix 0.38.31\", \"wayland-backend\", \"wayland-client\", ] [[package]] name = \"cc\" version = \"1.0.90\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5\" dependencies = [ \"jobserver\", \"libc\", ] [[package]] name = \"cesu8\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"cfg_aliases\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e\" [[package]] name = \"cfg_aliases\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f\" [[package]] name = \"chrono\" version = \"0.4.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a\" dependencies = [ \"android-tzdata\", \"iana-time-zone\", \"js-sys\", \"num-traits\", \"serde\", \"wasm-bindgen\", \"windows-targets 0.52.4\", ] [[package]] name = \"clipboard-win\" version = \"5.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297\" dependencies = [ \"error-code\", ] [[package]] name = \"clipboard_macos\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95\" dependencies = [ \"objc\", \"objc-foundation\", \"objc_id\", ] [[package]] name = \"clipboard_wayland\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8\" dependencies = [ \"smithay-clipboard\", ] [[package]] name = \"clipboard_x11\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c\" dependencies = [ \"thiserror\", \"x11rb\", ] [[package]] name = \"cocoa\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"cocoa-foundation\", \"core-foundation\", \"core-graphics\", \"foreign-types 0.5.0\", \"libc\", \"objc\", ] [[package]] name = \"cocoa-foundation\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7\" dependencies = [ \"bitflags 1.3.2\", \"block\", \"core-foundation\", \"core-graphics-types\", \"libc\", \"objc\", ] [[package]] name = \"codespan-reporting\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e\" dependencies = [ \"termcolor\", \"unicode-width\", ] [[package]] name = \"color_quant\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\" [[package]] name = \"com\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6\" dependencies = [ \"com_macros\", ] [[package]] name = \"com_macros\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5\" dependencies = [ \"com_macros_support\", \"proc-macro2\", \"syn 1.0.109\", ] [[package]] name = \"com_macros_support\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"combine\" version = \"4.6.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4\" dependencies = [ \"bytes\", \"memchr\", ] [[package]] name = \"concurrent-queue\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"core-foundation\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"core-foundation-sys\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f\" [[package]] name = \"core-graphics\" version = \"0.23.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-graphics-types\", \"foreign-types 0.5.0\", \"libc\", ] [[package]] name = \"core-graphics-types\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"libc\", ] [[package]] name = \"cosmic-text\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75acbfb314aeb4f5210d379af45ed1ec2c98c7f1790bf57b8a4c562ac0c51b71\" dependencies = [ \"fontdb\", \"libm\", \"log\", \"rangemap\", \"rustc-hash\", \"rustybuzz\", \"self_cell\", \"swash\", \"sys-locale\", \"unicode-bidi\", \"unicode-linebreak\", \"unicode-script\", \"unicode-segmentation\", ] [[package]] name = \"cpufeatures\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504\" dependencies = [ \"libc\", ] [[package]] name = \"crc32fast\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa\" dependencies = [ \"cfg-if\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d\" dependencies = [ \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345\" [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array\", \"typenum\", ] [[package]] name = \"ctor\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c\" dependencies = [ \"quote\", \"syn 2.0.52\", ] [[package]] name = \"cursor-icon\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991\" [[package]] name = \"d3d12\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307\" dependencies = [ \"bitflags 2.4.2\", \"libloading 0.8.3\", \"winapi\", ] [[package]] name = \"data\" version = \"0.1.0\" dependencies = [ \"base64\", \"chrono\", \"dirs-next\", \"flate2\", \"futures\", \"iced_core\", \"irc\", \"itertools\", \"log\", \"palette\", \"rand\", \"rand_chacha\", \"seahash\", \"serde\", \"serde_json\", \"thiserror\", \"timeago\", \"tokio\", \"tokio-stream\", \"toml\", ] [[package]] name = \"deranged\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4\" dependencies = [ \"powerfmt\", ] [[package]] name = \"derivative\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer\", \"crypto-common\", ] [[package]] name = \"dirs-next\" version = \"2.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1\" dependencies = [ \"cfg-if\", \"dirs-sys-next\", ] [[package]] name = \"dirs-sys-next\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d\" dependencies = [ \"libc\", \"redox_users\", \"winapi\", ] [[package]] name = \"dispatch\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b\" [[package]] name = \"dlib\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412\" dependencies = [ \"libloading 0.8.3\", ] [[package]] name = \"downcast-rs\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650\" [[package]] name = \"drm\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde\" dependencies = [ \"bitflags 2.4.2\", \"bytemuck\", \"drm-ffi\", \"drm-fourcc\", \"rustix 0.38.31\", ] [[package]] name = \"drm-ffi\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6\" dependencies = [ \"drm-sys\", \"rustix 0.38.31\", ] [[package]] name = \"drm-fourcc\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4\" [[package]] name = \"drm-sys\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176\" dependencies = [ \"libc\", \"linux-raw-sys 0.6.4\", ] [[package]] name = \"either\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a\" [[package]] name = \"embed-resource\" version = \"2.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d\" dependencies = [ \"cc\", \"memchr\", \"rustc_version\", \"toml\", \"vswhom\", \"winreg\", ] [[package]] name = \"enumflags2\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d\" dependencies = [ \"enumflags2_derive\", \"serde\", ] [[package]] name = \"enumflags2_derive\" version = \"0.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"errno\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"error-code\" version = \"3.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b\" [[package]] name = \"etagere\" version = \"0.2.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"306960881d6c46bd0dd6b7f07442a441418c08d0d3e63d8d080b0f64c6343e4e\" dependencies = [ \"euclid\", \"svg_fmt\", ] [[package]] name = \"euclid\" version = \"0.22.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787\" dependencies = [ \"num-traits\", ] [[package]] name = \"event-listener\" version = \"2.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0\" [[package]] name = \"event-listener\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener\" version = \"4.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener\" version = \"5.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91\" dependencies = [ \"concurrent-queue\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"event-listener-strategy\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3\" dependencies = [ \"event-listener 4.0.3\", \"pin-project-lite\", ] [[package]] name = \"event-listener-strategy\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291\" dependencies = [ \"event-listener 5.2.0\", \"pin-project-lite\", ] [[package]] name = \"exr\" version = \"1.72.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4\" dependencies = [ \"bit_field\", \"flume\", \"half\", \"lebe\", \"miniz_oxide\", \"rayon-core\", \"smallvec\", \"zune-inflate\", ] [[package]] name = \"fast-srgb8\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1\" [[package]] name = \"fastrand\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be\" dependencies = [ \"instant\", ] [[package]] name = \"fastrand\" version = \"2.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5\" [[package]] name = \"fdeflate\" version = \"0.3.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"fern\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee\" dependencies = [ \"log\", ] [[package]] name = \"flate2\" version = \"1.0.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e\" dependencies = [ \"crc32fast\", \"miniz_oxide\", ] [[package]] name = \"flume\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181\" dependencies = [ \"spin\", ] [[package]] name = \"font-types\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b7f6040d337bd44434ab21fc6509154edf2cece88b23758d9d64654c4e7730b\" [[package]] name = \"fontconfig-parser\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d\" dependencies = [ \"roxmltree\", ] [[package]] name = \"fontdb\" version = \"0.15.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38\" dependencies = [ \"fontconfig-parser\", \"log\", \"memmap2 0.8.0\", \"slotmap\", \"tinyvec\", \"ttf-parser 0.19.2\", ] [[package]] name = \"foreign-types\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1\" dependencies = [ \"foreign-types-shared 0.1.1\", ] [[package]] name = \"foreign-types\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965\" dependencies = [ \"foreign-types-macros\", \"foreign-types-shared 0.3.1\", ] [[package]] name = \"foreign-types-macros\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"foreign-types-shared\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b\" [[package]] name = \"foreign-types-shared\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b\" [[package]] name = \"futures\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d\" [[package]] name = \"futures-executor\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", \"num_cpus\", ] [[package]] name = \"futures-io\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1\" [[package]] name = \"futures-lite\" version = \"1.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce\" dependencies = [ \"fastrand 1.9.0\", \"futures-core\", \"futures-io\", \"memchr\", \"parking\", \"pin-project-lite\", \"waker-fn\", ] [[package]] name = \"futures-lite\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba\" dependencies = [ \"fastrand 2.0.1\", \"futures-core\", \"futures-io\", \"parking\", \"pin-project-lite\", ] [[package]] name = \"futures-macro\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"futures-sink\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5\" [[package]] name = \"futures-task\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004\" [[package]] name = \"futures-util\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"gethostname\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818\" dependencies = [ \"libc\", \"windows-targets 0.48.5\", ] [[package]] name = \"getrandom\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5\" dependencies = [ \"cfg-if\", \"libc\", \"wasi\", ] [[package]] name = \"gif\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2\" dependencies = [ \"color_quant\", \"weezl\", ] [[package]] name = \"gimli\" version = \"0.28.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253\" [[package]] name = \"gl_generator\" version = \"0.14.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d\" dependencies = [ \"khronos_api\", \"log\", \"xml-rs\", ] [[package]] name = \"glam\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3\" [[package]] name = \"glow\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1\" dependencies = [ \"js-sys\", \"slotmap\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"glutin_wgl_sys\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead\" dependencies = [ \"gl_generator\", ] [[package]] name = \"glyphon\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a62d0338e4056db6a73221c2fb2e30619452f6ea9651bac4110f51b0f7a7581\" dependencies = [ \"cosmic-text\", \"etagere\", \"lru\", \"wgpu\", ] [[package]] name = \"gpu-alloc\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171\" dependencies = [ \"bitflags 2.4.2\", \"gpu-alloc-types\", ] [[package]] name = \"gpu-alloc-types\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4\" dependencies = [ \"bitflags 2.4.2\", ] [[package]] name = \"gpu-allocator\" version = \"0.25.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884\" dependencies = [ \"log\", \"presser\", \"thiserror\", \"winapi\", \"windows 0.52.0\", ] [[package]] name = \"gpu-descriptor\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c\" dependencies = [ \"bitflags 2.4.2\", \"gpu-descriptor-types\", \"hashbrown\", ] [[package]] name = \"gpu-descriptor-types\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c\" dependencies = [ \"bitflags 2.4.2\", ] [[package]] name = \"guillotiere\" version = \"0.6.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782\" dependencies = [ \"euclid\", \"svg_fmt\", ] [[package]] name = \"half\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e\" dependencies = [ \"cfg-if\", \"crunchy\", ] [[package]] name = \"halloy\" version = \"0.1.0\" dependencies = [ \"chrono\", \"data\", \"embed-resource\", \"fern\", \"iced\", \"image\", \"log\", \"notify-rust\", \"once_cell\", \"open\", \"palette\", \"thiserror\", \"tokio\", \"unicode-segmentation\", \"uuid\", ] [[package]] name = \"hashbrown\" version = \"0.14.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604\" dependencies = [ \"ahash\", \"allocator-api2\", ] [[package]] name = \"hassle-rs\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890\" dependencies = [ \"bitflags 2.4.2\", \"com\", \"libc\", \"libloading 0.8.3\", \"thiserror\", \"widestring\", \"winapi\", ] [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024\" [[package]] name = \"hex\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70\" [[package]] name = \"hexf-parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df\" [[package]] name = \"iana-time-zone\" version = \"0.1.60\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows-core 0.52.0\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f\" dependencies = [ \"cc\", ] [[package]] name = \"iced\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"iced_futures\", \"iced_renderer\", \"iced_widget\", \"iced_winit\", \"image\", \"thiserror\", ] [[package]] name = \"iced_core\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"bitflags 2.4.2\", \"glam\", \"log\", \"num-traits\", \"once_cell\", \"palette\", \"raw-window-handle\", \"smol_str\", \"thiserror\", \"web-time\", \"xxhash-rust\", ] [[package]] name = \"iced_futures\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"futures\", \"iced_core\", \"log\", \"tokio\", \"wasm-bindgen-futures\", \"wasm-timer\", ] [[package]] name = \"iced_graphics\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"bitflags 2.4.2\", \"bytemuck\", \"cosmic-text\", \"half\", \"iced_core\", \"iced_futures\", \"image\", \"kamadak-exif\", \"log\", \"once_cell\", \"raw-window-handle\", \"rustc-hash\", \"thiserror\", \"unicode-segmentation\", \"xxhash-rust\", ] [[package]] name = \"iced_renderer\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"iced_graphics\", \"iced_tiny_skia\", \"iced_wgpu\", \"log\", \"thiserror\", ] [[package]] name = \"iced_runtime\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"iced_core\", \"iced_futures\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"iced_tiny_skia\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"bytemuck\", \"cosmic-text\", \"iced_graphics\", \"kurbo\", \"log\", \"rustc-hash\", \"softbuffer\", \"tiny-skia\", \"xxhash-rust\", ] [[package]] name = \"iced_wgpu\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"bitflags 2.4.2\", \"bytemuck\", \"futures\", \"glam\", \"glyphon\", \"guillotiere\", \"iced_graphics\", \"log\", \"once_cell\", \"wgpu\", ] [[package]] name = \"iced_widget\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"iced_renderer\", \"iced_runtime\", \"num-traits\", \"ouroboros\", \"thiserror\", \"unicode-segmentation\", ] [[package]] name = \"iced_winit\" version = \"0.13.0-dev\" source = \"git+https://github.com/iced-rs/iced?rev=3d915d3cb30e5d08829aa2928676a53c505a601e#3d915d3cb30e5d08829aa2928676a53c505a601e\" dependencies = [ \"iced_graphics\", \"iced_runtime\", \"log\", \"thiserror\", \"tracing\", \"web-sys\", \"winapi\", \"window_clipboard\", \"winit\", ] [[package]] name = \"icrate\" version = \"0.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319\" dependencies = [ \"block2\", \"dispatch\", \"objc2\", ] [[package]] name = \"image\" version = \"0.24.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d\" dependencies = [ \"bytemuck\", \"byteorder\", \"color_quant\", \"exr\", \"gif\", \"jpeg-decoder\", \"num-traits\", \"png\", \"qoi\", \"tiff\", ] [[package]] name = \"indexmap\" version = \"2.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4\" dependencies = [ \"equivalent\", \"hashbrown\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if\", ] [[package]] name = \"io-lifetimes\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2\" dependencies = [ \"hermit-abi\", \"libc\", \"windows-sys 0.48.0\", ] [[package]] name = \"irc\" version = \"0.1.0\" dependencies = [ \"bytes\", \"futures\", \"irc_proto\", \"thiserror\", \"tokio\", \"tokio-native-tls\", \"tokio-util\", ] [[package]] name = \"irc_proto\" version = \"0.1.0\" dependencies = [ \"itertools\", \"nom\", \"thiserror\", ] [[package]] name = \"is-docker\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3\" dependencies = [ \"once_cell\", ] [[package]] name = \"is-wsl\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5\" dependencies = [ \"is-docker\", \"once_cell\", ] [[package]] name = \"isolang\" version = \"2.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe50d48c77760c55188549098b9a7f6e37ae980c586a24693d6b01c3b2010c3c\" dependencies = [ \"phf\", ] [[package]] name = \"itertools\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c\" [[package]] name = \"jni\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97\" dependencies = [ \"cesu8\", \"cfg-if\", \"combine\", \"jni-sys\", \"log\", \"thiserror\", \"walkdir\", \"windows-sys 0.45.0\", ] [[package]] name = \"jni-sys\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130\" [[package]] name = \"jobserver\" version = \"0.1.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6\" dependencies = [ \"libc\", ] [[package]] name = \"jpeg-decoder\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0\" dependencies = [ \"rayon\", ] [[package]] name = \"js-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"kamadak-exif\" version = \"0.5.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077\" dependencies = [ \"mutate_once\", ] [[package]] name = \"khronos-egl\" version = \"6.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76\" dependencies = [ \"libc\", \"libloading 0.8.3\", \"pkg-config\", ] [[package]] name = \"khronos_api\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc\" [[package]] name = \"kurbo\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440\" dependencies = [ \"arrayvec\", \"smallvec\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"lebe\" version = \"0.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8\" [[package]] name = \"libc\" version = \"0.2.153\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd\" [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if\", \"winapi\", ] [[package]] name = \"libloading\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19\" dependencies = [ \"cfg-if\", \"windows-targets 0.52.4\", ] [[package]] name = \"libm\" version = \"0.2.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058\" [[package]] name = \"libredox\" version = \"0.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8\" dependencies = [ \"bitflags 2.4.2\", \"libc\", \"redox_syscall 0.4.1\", ] [[package]] name = \"libredox\" version = \"0.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607\" dependencies = [ \"bitflags 2.4.2\", \"libc\", \"redox_syscall 0.4.1\", ] [[package]] name = \"linux-raw-sys\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519\" [[package]] name = \"linux-raw-sys\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c\" [[package]] name = \"linux-raw-sys\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4\" [[package]] name = \"lock_api\" version = \"0.4.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c\" [[package]] name = \"lru\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc\" dependencies = [ \"hashbrown\", ] [[package]] name = \"mac-notification-sys\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64\" dependencies = [ \"cc\", \"dirs-next\", \"objc-foundation\", \"objc_id\", \"time\", ] [[package]] name = \"malloc_buf\" version = \"0.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb\" dependencies = [ \"libc\", ] [[package]] name = \"memchr\" version = \"2.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149\" [[package]] name = \"memmap2\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed\" dependencies = [ \"libc\", ] [[package]] name = \"memmap2\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322\" dependencies = [ \"libc\", ] [[package]] name = \"memoffset\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4\" dependencies = [ \"autocfg\", ] [[package]] name = \"memoffset\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c\" dependencies = [ \"autocfg\", ] [[package]] name = \"metal\" version = \"0.27.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25\" dependencies = [ \"bitflags 2.4.2\", \"block\", \"core-graphics-types\", \"foreign-types 0.5.0\", \"log\", \"objc\", \"paste\", ] [[package]] name = \"minimal-lexical\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\" [[package]] name = \"miniz_oxide\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7\" dependencies = [ \"adler\", \"simd-adler32\", ] [[package]] name = \"mio\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c\" dependencies = [ \"libc\", \"wasi\", \"windows-sys 0.48.0\", ] [[package]] name = \"mutate_once\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b\" [[package]] name = \"naga\" version = \"0.19.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843\" dependencies = [ \"bit-set\", \"bitflags 2.4.2\", \"codespan-reporting\", \"hexf-parse\", \"indexmap\", \"log\", \"num-traits\", \"rustc-hash\", \"spirv\", \"termcolor\", \"thiserror\", \"unicode-xid\", ] [[package]] name = \"native-tls\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e\" dependencies = [ \"lazy_static\", \"libc\", \"log\", \"openssl\", \"openssl-probe\", \"openssl-sys\", \"schannel\", \"security-framework\", \"security-framework-sys\", \"tempfile\", ] [[package]] name = \"ndk\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7\" dependencies = [ \"bitflags 2.4.2\", \"jni-sys\", \"log\", \"ndk-sys\", \"num_enum\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"ndk-context\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b\" [[package]] name = \"ndk-sys\" version = \"0.5.0+25.2.9519653\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691\" dependencies = [ \"jni-sys\", ] [[package]] name = \"nix\" version = \"0.26.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b\" dependencies = [ \"bitflags 1.3.2\", \"cfg-if\", \"libc\", \"memoffset 0.7.1\", ] [[package]] name = \"nom\" version = \"7.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\" dependencies = [ \"memchr\", \"minimal-lexical\", ] [[package]] name = \"notify-rust\" version = \"4.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"827c5edfa80235ded4ab3fe8e9dc619b4f866ef16fe9b1c6b8a7f8692c0f2226\" dependencies = [ \"log\", \"mac-notification-sys\", \"serde\", \"tauri-winrt-notification\", \"zbus\", ] [[package]] name = \"num-conv\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9\" [[package]] name = \"num-traits\" version = \"0.2.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43\" dependencies = [ \"hermit-abi\", \"libc\", ] [[package]] name = \"num_enum\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845\" dependencies = [ \"num_enum_derive\", ] [[package]] name = \"num_enum_derive\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b\" dependencies = [ \"proc-macro-crate 3.1.0\", \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"objc\" version = \"0.2.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1\" dependencies = [ \"malloc_buf\", \"objc_exception\", ] [[package]] name = \"objc-foundation\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9\" dependencies = [ \"block\", \"objc\", \"objc_id\", ] [[package]] name = \"objc-sys\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c7c71324e4180d0899963fc83d9d241ac39e699609fc1025a850aadac8257459\" [[package]] name = \"objc2\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d\" dependencies = [ \"objc-sys\", \"objc2-encode\", ] [[package]] name = \"objc2-encode\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666\" [[package]] name = \"objc_exception\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4\" dependencies = [ \"cc\", ] [[package]] name = \"objc_id\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b\" dependencies = [ \"objc\", ] [[package]] name = \"object\" version = \"0.32.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"open\" version = \"5.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32\" dependencies = [ \"is-wsl\", \"libc\", \"pathdiff\", ] [[package]] name = \"openssl\" version = \"0.10.64\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f\" dependencies = [ \"bitflags 2.4.2\", \"cfg-if\", \"foreign-types 0.3.2\", \"libc\", \"once_cell\", \"openssl-macros\", \"openssl-sys\", ] [[package]] name = \"openssl-macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"openssl-probe\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\" [[package]] name = \"openssl-sys\" version = \"0.9.101\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff\" dependencies = [ \"cc\", \"libc\", \"pkg-config\", \"vcpkg\", ] [[package]] name = \"orbclient\" version = \"0.3.47\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166\" dependencies = [ \"libredox 0.0.2\", ] [[package]] name = \"ordered-stream\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50\" dependencies = [ \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"ouroboros\" version = \"0.18.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"97b7be5a8a3462b752f4be3ff2b2bf2f7f1d00834902e46be2a4d68b87b0573c\" dependencies = [ \"aliasable\", \"ouroboros_macro\", \"static_assertions\", ] [[package]] name = \"ouroboros_macro\" version = \"0.18.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b645dcde5f119c2c454a92d0dfa271a2a3b205da92e4292a68ead4bdbfde1f33\" dependencies = [ \"heck\", \"itertools\", \"proc-macro2\", \"proc-macro2-diagnostics\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"owned_ttf_parser\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7\" dependencies = [ \"ttf-parser 0.20.0\", ] [[package]] name = \"palette\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a\" dependencies = [ \"approx\", \"fast-srgb8\", \"palette_derive\", \"phf\", ] [[package]] name = \"palette_derive\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"parking\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae\" [[package]] name = \"parking_lot\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99\" dependencies = [ \"instant\", \"lock_api\", \"parking_lot_core 0.8.6\", ] [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core 0.9.9\", ] [[package]] name = \"parking_lot_core\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc\" dependencies = [ \"cfg-if\", \"instant\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"winapi\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e\" dependencies = [ \"cfg-if\", \"libc\", \"redox_syscall 0.4.1\", \"smallvec\", \"windows-targets 0.48.5\", ] [[package]] name = \"paste\" version = \"1.0.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c\" [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"percent-encoding\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e\" [[package]] name = \"phf\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc\" dependencies = [ \"phf_macros\", \"phf_shared\", ] [[package]] name = \"phf_generator\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0\" dependencies = [ \"phf_shared\", \"rand\", ] [[package]] name = \"phf_macros\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b\" dependencies = [ \"phf_generator\", \"phf_shared\", \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"phf_shared\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b\" dependencies = [ \"siphasher\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"piper\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4\" dependencies = [ \"atomic-waker\", \"fastrand 2.0.1\", \"futures-io\", ] [[package]] name = \"pkg-config\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec\" [[package]] name = \"png\" version = \"0.17.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1\" dependencies = [ \"bitflags 1.3.2\", \"crc32fast\", \"fdeflate\", \"flate2\", \"miniz_oxide\", ] [[package]] name = \"polling\" version = \"2.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce\" dependencies = [ \"autocfg\", \"bitflags 1.3.2\", \"cfg-if\", \"concurrent-queue\", \"libc\", \"log\", \"pin-project-lite\", \"windows-sys 0.48.0\", ] [[package]] name = \"polling\" version = \"3.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9\" dependencies = [ \"cfg-if\", \"concurrent-queue\", \"pin-project-lite\", \"rustix 0.38.31\", \"tracing\", \"windows-sys 0.52.0\", ] [[package]] name = \"powerfmt\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\" [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"presser\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa\" [[package]] name = \"proc-macro-crate\" version = \"1.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919\" dependencies = [ \"once_cell\", \"toml_edit 0.19.15\", ] [[package]] name = \"proc-macro-crate\" version = \"3.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284\" dependencies = [ \"toml_edit 0.21.1\", ] [[package]] name = \"proc-macro2\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"proc-macro2-diagnostics\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", \"version_check\", \"yansi\", ] [[package]] name = \"profiling\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58\" [[package]] name = \"qoi\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001\" dependencies = [ \"bytemuck\", ] [[package]] name = \"quick-xml\" version = \"0.30.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956\" dependencies = [ \"memchr\", ] [[package]] name = \"quick-xml\" version = \"0.31.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33\" dependencies = [ \"memchr\", ] [[package]] name = \"quote\" version = \"1.0.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"range-alloc\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab\" [[package]] name = \"rangemap\" version = \"1.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684\" [[package]] name = \"raw-window-handle\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544\" [[package]] name = \"rayon\" version = \"1.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2\" dependencies = [ \"crossbeam-deque\", \"crossbeam-utils\", ] [[package]] name = \"read-fonts\" version = \"0.15.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17ea23eedb4d938031b6d4343222444608727a6aa68ec355e13588d9947ffe92\" dependencies = [ \"font-types\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4\" dependencies = [ \"getrandom\", \"libredox 0.0.1\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata\", \"regex-syntax\", ] [[package]] name = \"regex-automata\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.8.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f\" [[package]] name = \"renderdoc-sys\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832\" [[package]] name = \"roxmltree\" version = \"0.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f\" [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver\", ] [[package]] name = \"rustix\" version = \"0.37.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2\" dependencies = [ \"bitflags 1.3.2\", \"errno\", \"io-lifetimes\", \"libc\", \"linux-raw-sys 0.3.8\", \"windows-sys 0.48.0\", ] [[package]] name = \"rustix\" version = \"0.38.31\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949\" dependencies = [ \"bitflags 2.4.2\", \"errno\", \"libc\", \"linux-raw-sys 0.4.13\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustybuzz\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2ee8fe2a8461a0854a37101fe7a1b13998d0cfa987e43248e81d2a5f4570f6fa\" dependencies = [ \"bitflags 1.3.2\", \"bytemuck\", \"libm\", \"smallvec\", \"ttf-parser 0.20.0\", \"unicode-bidi-mirroring\", \"unicode-ccc\", \"unicode-properties\", \"unicode-script\", ] [[package]] name = \"ryu\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1\" [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"schannel\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"sctk-adwaita\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550\" dependencies = [ \"ab_glyph\", \"log\", \"memmap2 0.9.4\", \"smithay-client-toolkit\", \"tiny-skia\", ] [[package]] name = \"seahash\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b\" [[package]] name = \"security-framework\" version = \"2.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de\" dependencies = [ \"bitflags 1.3.2\", \"core-foundation\", \"core-foundation-sys\", \"libc\", \"security-framework-sys\", ] [[package]] name = \"security-framework-sys\" version = \"2.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a\" dependencies = [ \"core-foundation-sys\", \"libc\", ] [[package]] name = \"self_cell\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba\" [[package]] name = \"semver\" version = \"1.0.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca\" [[package]] name = \"serde\" version = \"1.0.197\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_derive\" version = \"1.0.197\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"serde_json\" version = \"1.0.114\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_repr\" version = \"0.1.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"serde_spanned\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1\" dependencies = [ \"serde\", ] [[package]] name = \"sha1\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba\" dependencies = [ \"cfg-if\", \"cpufeatures\", \"digest\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1\" dependencies = [ \"libc\", ] [[package]] name = \"simd-adler32\" version = \"0.3.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe\" [[package]] name = \"siphasher\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d\" [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"slotmap\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a\" dependencies = [ \"version_check\", ] [[package]] name = \"smallvec\" version = \"1.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7\" [[package]] name = \"smithay-client-toolkit\" version = \"0.18.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a\" dependencies = [ \"bitflags 2.4.2\", \"calloop\", \"calloop-wayland-source\", \"cursor-icon\", \"libc\", \"log\", \"memmap2 0.9.4\", \"rustix 0.38.31\", \"thiserror\", \"wayland-backend\", \"wayland-client\", \"wayland-csd-frame\", \"wayland-cursor\", \"wayland-protocols\", \"wayland-protocols-wlr\", \"wayland-scanner\", \"xkeysym\", ] [[package]] name = \"smithay-clipboard\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d\" dependencies = [ \"libc\", \"smithay-client-toolkit\", \"wayland-backend\", ] [[package]] name = \"smol_str\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49\" dependencies = [ \"serde\", ] [[package]] name = \"socket2\" version = \"0.4.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"socket2\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"softbuffer\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"071916a85d1db274b4ed57af3a14afb66bd836ae7f82ebb6f1fd3455107830d9\" dependencies = [ \"as-raw-xcb-connection\", \"bytemuck\", \"cfg_aliases 0.2.0\", \"cocoa\", \"core-graphics\", \"drm\", \"fastrand 2.0.1\", \"foreign-types 0.5.0\", \"js-sys\", \"log\", \"memmap2 0.9.4\", \"objc\", \"raw-window-handle\", \"redox_syscall 0.4.1\", \"rustix 0.38.31\", \"tiny-xlib\", \"wasm-bindgen\", \"wayland-backend\", \"wayland-client\", \"wayland-sys\", \"web-sys\", \"windows-sys 0.52.0\", \"x11rb\", ] [[package]] name = \"spin\" version = \"0.9.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\" dependencies = [ \"lock_api\", ] [[package]] name = \"spirv\" version = \"0.3.0+sdk-1.3.268.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844\" dependencies = [ \"bitflags 2.4.2\", ] [[package]] name = \"static_assertions\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\" [[package]] name = \"strict-num\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731\" [[package]] name = \"svg_fmt\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f83ba502a3265efb76efb89b0a2f7782ad6f2675015d4ce37e4b547dda42b499\" [[package]] name = \"swash\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7\" dependencies = [ \"read-fonts\", \"yazi\", \"zeno\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.52\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"sys-locale\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0\" dependencies = [ \"libc\", ] [[package]] name = \"tauri-winrt-notification\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"006851c9ccefa3c38a7646b8cec804bb429def3da10497bfa977179869c3e8e2\" dependencies = [ \"quick-xml 0.30.0\", \"windows 0.51.1\", ] [[package]] name = \"tempfile\" version = \"3.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1\" dependencies = [ \"cfg-if\", \"fastrand 2.0.1\", \"rustix 0.38.31\", \"windows-sys 0.52.0\", ] [[package]] name = \"termcolor\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755\" dependencies = [ \"winapi-util\", ] [[package]] name = \"thiserror\" version = \"1.0.58\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.58\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"tiff\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e\" dependencies = [ \"flate2\", \"jpeg-decoder\", \"weezl\", ] [[package]] name = \"time\" version = \"0.3.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749\" dependencies = [ \"deranged\", \"num-conv\", \"powerfmt\", \"serde\", \"time-core\", ] [[package]] name = \"time-core\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3\" [[package]] name = \"timeago\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6\" dependencies = [ \"chrono\", \"isolang\", ] [[package]] name = \"tiny-skia\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab\" dependencies = [ \"arrayref\", \"arrayvec\", \"bytemuck\", \"cfg-if\", \"log\", \"png\", \"tiny-skia-path\", ] [[package]] name = \"tiny-skia-path\" version = \"0.11.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93\" dependencies = [ \"arrayref\", \"bytemuck\", \"strict-num\", ] [[package]] name = \"tiny-xlib\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4098d49269baa034a8d1eae9bd63e9fa532148d772121dace3bcd6a6c98eb6d\" dependencies = [ \"as-raw-xcb-connection\", \"ctor\", \"libloading 0.8.3\", \"tracing\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.36.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931\" dependencies = [ \"backtrace\", \"bytes\", \"libc\", \"mio\", \"num_cpus\", \"parking_lot 0.12.1\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2 0.5.6\", \"tokio-macros\", \"windows-sys 0.48.0\", ] [[package]] name = \"tokio-macros\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"tokio-native-tls\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2\" dependencies = [ \"native-tls\", \"tokio\", ] [[package]] name = \"tokio-stream\" version = \"0.1.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-util\" version = \"0.7.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"pin-project-lite\", \"tokio\", \"tracing\", ] [[package]] name = \"toml\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e\" dependencies = [ \"serde\", \"serde_spanned\", \"toml_datetime\", \"toml_edit 0.22.7\", ] [[package]] name = \"toml_datetime\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1\" dependencies = [ \"serde\", ] [[package]] name = \"toml_edit\" version = \"0.19.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421\" dependencies = [ \"indexmap\", \"toml_datetime\", \"winnow 0.5.40\", ] [[package]] name = \"toml_edit\" version = \"0.21.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1\" dependencies = [ \"indexmap\", \"toml_datetime\", \"winnow 0.5.40\", ] [[package]] name = \"toml_edit\" version = \"0.22.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992\" dependencies = [ \"indexmap\", \"serde\", \"serde_spanned\", \"toml_datetime\", \"winnow 0.6.5\", ] [[package]] name = \"tracing\" version = \"0.1.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef\" dependencies = [ \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"tracing-core\" version = \"0.1.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54\" dependencies = [ \"once_cell\", ] [[package]] name = \"ttf-parser\" version = \"0.19.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1\" [[package]] name = \"ttf-parser\" version = \"0.20.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4\" [[package]] name = \"typenum\" version = \"1.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\" [[package]] name = \"uds_windows\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9\" dependencies = [ \"memoffset 0.9.0\", \"tempfile\", \"winapi\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75\" [[package]] name = \"unicode-bidi-mirroring\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694\" [[package]] name = \"unicode-ccc\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1\" [[package]] name = \"unicode-ident\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b\" [[package]] name = \"unicode-linebreak\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f\" [[package]] name = \"unicode-properties\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291\" [[package]] name = \"unicode-script\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd\" [[package]] name = \"unicode-segmentation\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202\" [[package]] name = \"unicode-width\" version = \"0.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85\" [[package]] name = \"unicode-xid\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c\" [[package]] name = \"uuid\" version = \"1.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a\" dependencies = [ \"getrandom\", ] [[package]] name = \"vcpkg\" version = \"0.2.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426\" [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"vswhom\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b\" dependencies = [ \"libc\", \"vswhom-sys\", ] [[package]] name = \"vswhom-sys\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18\" dependencies = [ \"cc\", \"libc\", ] [[package]] name = \"waker-fn\" version = \"1.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690\" [[package]] name = \"walkdir\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8\" dependencies = [ \"cfg-if\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.52\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-futures\" version = \"0.4.42\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0\" dependencies = [ \"cfg-if\", \"js-sys\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96\" [[package]] name = \"wasm-timer\" version = \"0.2.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f\" dependencies = [ \"futures\", \"js-sys\", \"parking_lot 0.11.2\", \"pin-utils\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", ] [[package]] name = \"wayland-backend\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40\" dependencies = [ \"cc\", \"downcast-rs\", \"rustix 0.38.31\", \"scoped-tls\", \"smallvec\", \"wayland-sys\", ] [[package]] name = \"wayland-client\" version = \"0.31.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f\" dependencies = [ \"bitflags 2.4.2\", \"rustix 0.38.31\", \"wayland-backend\", \"wayland-scanner\", ] [[package]] name = \"wayland-csd-frame\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e\" dependencies = [ \"bitflags 2.4.2\", \"cursor-icon\", \"wayland-backend\", ] [[package]] name = \"wayland-cursor\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba\" dependencies = [ \"rustix 0.38.31\", \"wayland-client\", \"xcursor\", ] [[package]] name = \"wayland-protocols\" version = \"0.31.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4\" dependencies = [ \"bitflags 2.4.2\", \"wayland-backend\", \"wayland-client\", \"wayland-scanner\", ] [[package]] name = \"wayland-protocols-plasma\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479\" dependencies = [ \"bitflags 2.4.2\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-scanner\", ] [[package]] name = \"wayland-protocols-wlr\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6\" dependencies = [ \"bitflags 2.4.2\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-scanner\", ] [[package]] name = \"wayland-scanner\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283\" dependencies = [ \"proc-macro2\", \"quick-xml 0.31.0\", \"quote\", ] [[package]] name = \"wayland-sys\" version = \"0.31.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af\" dependencies = [ \"dlib\", \"log\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"web-sys\" version = \"0.3.67\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"web-time\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"weezl\" version = \"0.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082\" [[package]] name = \"wgpu\" version = \"0.19.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4b1213b52478a7631d6e387543ed8f642bc02c578ef4e3b49aca2a29a7df0cb\" dependencies = [ \"arrayvec\", \"cfg-if\", \"cfg_aliases 0.1.1\", \"js-sys\", \"log\", \"naga\", \"parking_lot 0.12.1\", \"profiling\", \"raw-window-handle\", \"smallvec\", \"static_assertions\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"web-sys\", \"wgpu-core\", \"wgpu-hal\", \"wgpu-types\", ] [[package]] name = \"wgpu-core\" version = \"0.19.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f9f6b033c2f00ae0bc8ea872c5989777c60bc241aac4e58b24774faa8b391f78\" dependencies = [ \"arrayvec\", \"bit-vec\", \"bitflags 2.4.2\", \"cfg_aliases 0.1.1\", \"codespan-reporting\", \"indexmap\", \"log\", \"naga\", \"once_cell\", \"parking_lot 0.12.1\", \"profiling\", \"raw-window-handle\", \"rustc-hash\", \"smallvec\", \"thiserror\", \"web-sys\", \"wgpu-hal\", \"wgpu-types\", ] [[package]] name = \"wgpu-hal\" version = \"0.19.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49f972c280505ab52ffe17e94a7413d9d54b58af0114ab226b9fc4999a47082e\" dependencies = [ \"android_system_properties\", \"arrayvec\", \"ash\", \"bit-set\", \"bitflags 2.4.2\", \"block\", \"cfg_aliases 0.1.1\", \"core-graphics-types\", \"d3d12\", \"glow\", \"glutin_wgl_sys\", \"gpu-alloc\", \"gpu-allocator\", \"gpu-descriptor\", \"hassle-rs\", \"js-sys\", \"khronos-egl\", \"libc\", \"libloading 0.8.3\", \"log\", \"metal\", \"naga\", \"ndk-sys\", \"objc\", \"once_cell\", \"parking_lot 0.12.1\", \"profiling\", \"range-alloc\", \"raw-window-handle\", \"renderdoc-sys\", \"rustc-hash\", \"smallvec\", \"thiserror\", \"wasm-bindgen\", \"web-sys\", \"wgpu-types\", \"winapi\", ] [[package]] name = \"wgpu-types\" version = \"0.19.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805\" dependencies = [ \"bitflags 2.4.2\", \"js-sys\", \"web-sys\", ] [[package]] name = \"widestring\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8\" [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"window_clipboard\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d\" dependencies = [ \"clipboard-win\", \"clipboard_macos\", \"clipboard_wayland\", \"clipboard_x11\", \"raw-window-handle\", \"thiserror\", ] [[package]] name = \"windows\" version = \"0.51.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9\" dependencies = [ \"windows-core 0.51.1\", \"windows-targets 0.48.5\", ] [[package]] name = \"windows\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be\" dependencies = [ \"windows-core 0.52.0\", \"windows-targets 0.52.4\", ] [[package]] name = \"windows-core\" version = \"0.51.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-core\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9\" dependencies = [ \"windows-targets 0.52.4\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-sys\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\" dependencies = [ \"windows-targets 0.52.4\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-targets\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\" dependencies = [ \"windows_aarch64_gnullvm 0.48.5\", \"windows_aarch64_msvc 0.48.5\", \"windows_i686_gnu 0.48.5\", \"windows_i686_msvc 0.48.5\", \"windows_x86_64_gnu 0.48.5\", \"windows_x86_64_gnullvm 0.48.5\", \"windows_x86_64_msvc 0.48.5\", ] [[package]] name = \"windows-targets\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b\" dependencies = [ \"windows_aarch64_gnullvm 0.52.4\", \"windows_aarch64_msvc 0.52.4\", \"windows_i686_gnu 0.52.4\", \"windows_i686_msvc 0.52.4\", \"windows_x86_64_gnu 0.52.4\", \"windows_x86_64_gnullvm 0.52.4\", \"windows_x86_64_msvc 0.52.4\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\" [[package]] name = \"windows_i686_gnu\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\" [[package]] name = \"windows_i686_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8\" [[package]] name = \"winit\" version = \"0.29.10\" source = \"git+https://github.com/iced-rs/winit.git?rev=b91e39ece2c0d378c3b80da7f3ab50e17bb798a5#b91e39ece2c0d378c3b80da7f3ab50e17bb798a5\" dependencies = [ \"ahash\", \"android-activity\", \"atomic-waker\", \"bitflags 2.4.2\", \"bytemuck\", \"calloop\", \"cfg_aliases 0.1.1\", \"core-foundation\", \"core-graphics\", \"cursor-icon\", \"icrate\", \"js-sys\", \"libc\", \"log\", \"memmap2 0.9.4\", \"ndk\", \"ndk-sys\", \"objc2\", \"once_cell\", \"orbclient\", \"percent-encoding\", \"raw-window-handle\", \"redox_syscall 0.3.5\", \"rustix 0.38.31\", \"sctk-adwaita\", \"smithay-client-toolkit\", \"smol_str\", \"unicode-segmentation\", \"wasm-bindgen\", \"wasm-bindgen-futures\", \"wayland-backend\", \"wayland-client\", \"wayland-protocols\", \"wayland-protocols-plasma\", \"web-sys\", \"web-time\", \"windows-sys 0.48.0\", \"x11-dl\", \"x11rb\", \"xkbcommon-dl\", ] [[package]] name = \"winnow\" version = \"0.5.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876\" dependencies = [ \"memchr\", ] [[package]] name = \"winnow\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8\" dependencies = [ \"memchr\", ] [[package]] name = \"winreg\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5\" dependencies = [ \"cfg-if\", \"windows-sys 0.48.0\", ] [[package]] name = \"x11-dl\" version = \"2.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f\" dependencies = [ \"libc\", \"once_cell\", \"pkg-config\", ] [[package]] name = \"x11rb\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a\" dependencies = [ \"as-raw-xcb-connection\", \"gethostname\", \"libc\", \"libloading 0.8.3\", \"once_cell\", \"rustix 0.38.31\", \"x11rb-protocol\", ] [[package]] name = \"x11rb-protocol\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34\" [[package]] name = \"xcursor\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911\" [[package]] name = \"xdg-home\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"xkbcommon-dl\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5\" dependencies = [ \"bitflags 2.4.2\", \"dlib\", \"log\", \"once_cell\", \"xkeysym\", ] [[package]] name = \"xkeysym\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621\" [[package]] name = \"xml-rs\" version = \"0.8.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a\" [[package]] name = \"xxhash-rust\" version = \"0.8.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03\" [[package]] name = \"yansi\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049\" [[package]] name = \"yazi\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1\" [[package]] name = \"zbus\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6\" dependencies = [ \"async-broadcast\", \"async-executor\", \"async-fs\", \"async-io 1.13.0\", \"async-lock 2.8.0\", \"async-process\", \"async-recursion\", \"async-task\", \"async-trait\", \"blocking\", \"byteorder\", \"derivative\", \"enumflags2\", \"event-listener 2.5.3\", \"futures-core\", \"futures-sink\", \"futures-util\", \"hex\", \"nix\", \"once_cell\", \"ordered-stream\", \"rand\", \"serde\", \"serde_repr\", \"sha1\", \"static_assertions\", \"tracing\", \"uds_windows\", \"winapi\", \"xdg-home\", \"zbus_macros\", \"zbus_names\", \"zvariant\", ] [[package]] name = \"zbus_macros\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5\" dependencies = [ \"proc-macro-crate 1.3.1\", \"proc-macro2\", \"quote\", \"regex\", \"syn 1.0.109\", \"zvariant_utils\", ] [[package]] name = \"zbus_names\" version = \"2.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d\" dependencies = [ \"serde\", \"static_assertions\", \"zvariant\", ] [[package]] name = \"zeno\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697\" [[package]] name = \"zerocopy\" version = \"0.7.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be\" dependencies = [ \"zerocopy-derive\", ] [[package]] name = \"zerocopy-derive\" version = \"0.7.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.52\", ] [[package]] name = \"zune-inflate\" version = \"0.2.54\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02\" dependencies = [ \"simd-adler32\", ] [[package]] name = \"zvariant\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db\" dependencies = [ \"byteorder\", \"enumflags2\", \"libc\", \"serde\", \"static_assertions\", \"zvariant_derive\", ] [[package]] name = \"zvariant_derive\" version = \"3.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9\" dependencies = [ \"proc-macro-crate 1.3.1\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"zvariant_utils\", ] [[package]] name = \"zvariant_utils\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] "} {"_id":"doc-en-nixpkgs-7eae78c9d61329af1a31944ac7997adfd3a3344ba14a729c45529dfa9d0c4ed7","title":"","text":" { lib , stdenv , darwin , fetchFromGitHub , copyDesktopItems , makeDesktopItem , libxkbcommon , openssl , pkg-config , rustPlatform , vulkan-loader , wayland , xorg }: rustPlatform.buildRustPackage rec { pname = \"halloy\"; version = \"2024.5\"; src = fetchFromGitHub { owner = \"squidowl\"; repo = \"halloy\"; rev = \"refs/tags/${version}\"; hash = \"sha256-F/yQYLYrq3MZFV6igQe4sQi84ChIKCCPdS5151nD6hs=\"; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"iced-0.13.0-dev\" = \"sha256-8L0AoHPwRUeCiJK/N0NTs1Nl4BX0wbM7SLgundhvra0=\"; \"winit-0.29.10\" = \"sha256-YoXJEvEhMvk3pK5EbXceVFeJEJLL6KTjiw0kBJxgHIE=\"; }; }; nativeBuildInputs = [ copyDesktopItems pkg-config ]; buildInputs = [ libxkbcommon openssl vulkan-loader xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit darwin.apple_sdk.frameworks.CoreFoundation darwin.apple_sdk.frameworks.CoreGraphics darwin.apple_sdk.frameworks.Cocoa darwin.apple_sdk.frameworks.Foundation darwin.apple_sdk.frameworks.Metal darwin.apple_sdk.frameworks.QuartzCore darwin.apple_sdk.frameworks.Security ] ++ lib.optionals stdenv.isLinux [ wayland ]; desktopItems = [ (makeDesktopItem { name = \"org.squidowl.halloy\"; desktopName = \"Halloy\"; comment = \"IRC client written in Rust\"; icon = \"org.squidowl.halloy\"; exec = pname; terminal = false; mimeTypes = [ \"x-scheme-handler/irc\" \"x-scheme-handler/ircs\" ]; categories = [ \"Network\" \"IRCClient\" ]; keywords = [ \"IM\" \"Chat\" ]; startupWMClass = \"org.squidowl.halloy\"; }) ]; postFixup = lib.optional stdenv.isLinux ( let rpathWayland = lib.makeLibraryPath [ wayland vulkan-loader libxkbcommon ]; in '' rpath=$(patchelf --print-rpath $out/bin/halloy) patchelf --set-rpath \"$rpath:${rpathWayland}\" $out/bin/halloy ''); postInstall = '' install -Dm644 assets/linux/icons/hicolor/128x128/apps/org.squidowl.halloy.png $out/share/icons/hicolor/128x128/apps/org.squidowl.halloy.png ''; meta = with lib; { description = \"IRC application\"; homepage = \"https://github.com/squidowl/halloy\"; changelog = \"https://github.com/squidowl/halloy/blob/${version}/CHANGELOG.md\"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; mainProgram = \"halloy\"; }; } "} {"_id":"doc-en-nixpkgs-ea1fd97df2a8f55085f49649cea6ba72600cd9219426d6af966168a87136dc11","title":"","text":"halftone = callPackage ../applications/graphics/halftone { }; halloy = callPackage ../applications/networking/irc/halloy { }; harminv = callPackage ../development/libraries/science/chemistry/harminv { }; igrep = callPackage ../tools/text/igrep {"} {"_id":"doc-en-nixpkgs-d6faff9c644b49b774092cdaae39e655b99d0eeff1edca757e4d540a2cb7e9ea","title":"","text":" { mkDerivation , lib , fetchFromGitLab , qmake , qtcharts , qtsvg , marble , qtwebengine , ldutils { mkDerivation, lib, fetchFromGitLab, gitUpdater, wrapQtAppsHook, cmake, marble, libsForQt5, }: mkDerivation rec { pname = \"zombietrackergps\"; version = \"1.10\"; version = \"1.15\"; src = fetchFromGitLab { owner = \"ldutils-projects\"; repo = pname; rev = \"v_${version}\"; sha256 = \"sha256-qRhCAOVWyDLD3WDptPRQVq+VwyFu83XQNaL5TMsGs4Y=\"; # latest revision is not tagged upstream, use commit sha in the meantime #rev = \"v_${version}\"; rev = \"cc75d5744965cc6973323f5bb77f00b0b0153dce\"; sha256 = \"sha256-z/LFNRFdQQFxEWyAjcuGezRbTsv8z6Q6fK8NLjP4HNM=\"; }; buildInputs = [ ldutils qtcharts qtsvg marble.dev qtwebengine ]; buildInputs = [ marble.dev ] ++ (with libsForQt5; [ qtbase qtcharts qtsvg qtwebengine ldutils ]); nativeBuildInputs = [ qmake cmake wrapQtAppsHook ]; prePatch = '' substituteInPlace ztgps.pro --replace \"../libldutils\" \"libldutils\" substituteInPlace tests.pro --replace \"../libldutils\" \"libldutils\" ln -s ${ldutils} libldutils ''; preConfigure = '' export LANG=en_US.UTF-8 export INSTALL_ROOT=$out ''; preInstall = '' substituteInPlace Makefile.ztgps --replace '$(INSTALL_ROOT)' \"\" substituteInPlace Makefile.art --replace '$(INSTALL_ROOT)' \"\" ''; postInstall = '' install -Dm644 build/rcc/*.rcc -t $out/share/zombietrackergps ''; cmakeFlags = [ \"-DLDUTILS_ROOT=${libsForQt5.ldutils}\" ]; qmakeFlags = [ \"ZombieTrackerGPS.pro\" ]; passthru.updateScript = gitUpdater { rev-prefix = \"v_\"; }; meta = with lib; { description = \"GPS track manager for Qt using KDE Marble maps\"; homepage = \"https://www.zombietrackergps.net/ztgps/\"; changelog = \"https://www.zombietrackergps.net/ztgps/history.html\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ sohalt ]; maintainers = with maintainers; [sohalt]; platforms = platforms.linux; broken = true; # doesn't build with latest Marble }; }"} {"_id":"doc-en-nixpkgs-208735633317f470871faf02c3939b2f2a1e2cee41944c41eab7cd565f79bd42","title":"","text":" { mkDerivation , lib , fetchFromGitLab , qtcharts , qtsvg , qmake { mkDerivation, lib, fetchFromGitLab, libsForQt5, cmake, }: mkDerivation rec { pname = \"ldutils\"; version = \"1.10\"; version = \"1.15\"; src = fetchFromGitLab { owner = \"ldutils-projects\"; repo = pname; rev = \"v_${version}\"; sha256 = \"sha256-fP+tZY+ayaeuxPvywO/639sNE+IwrxaEJ245q9HTOCU=\"; rev = \"4fc416f694ce888c5bd4c4432a7730bb6260475c\"; #rev = \"v_${version}\"; sha256 = \"sha256-UMDayvz9RlcR4HVJNn7tN4FKbiKAFRSPaK0osA6OGTI=\"; }; buildInputs = [ buildInputs = with libsForQt5.qt5; [ qtcharts qtsvg ]; nativeBuildInputs = [ qmake cmake ]; qmakeFlags = [ \"ldutils.pro\" ]; qmakeFlags = [\"ldutils.pro\"]; LDUTILS_LIB=placeholder \"out\"; LDUTILS_INCLUDE=placeholder \"out\"; LDUTILS_LIB = placeholder \"out\"; LDUTILS_INCLUDE = placeholder \"out\"; meta = with lib; { description = \"Headers and link library for other ldutils projects\"; homepage = \"https://gitlab.com/ldutils-projects/ldutils\"; license = licenses.gpl3Plus; maintainers = with maintainers; [ sohalt ]; maintainers = with maintainers; [sohalt]; platforms = platforms.linux; }; }"} {"_id":"doc-en-nixpkgs-409a2651ffe1fc92ba233151f2aed085f922f35dbcb39b5c10ec01217bd4c867","title":"","text":" { autoPatchelfHook , electron , fetchurl , lib , makeWrapper , squashfsTools , stdenv }: stdenv.mkDerivation rec { pname = \"authy\"; # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/authy?channel=stable' | jq '.download_url,.version' version = \"2.4.1\"; rev = \"21\"; src = fetchurl { url = \"https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_${rev}.snap\"; hash = \"sha256-a5z6Lwdgody88f7has/f2AMg9m9fGWsJSexZM6KUGOY=\"; }; nativeBuildInputs = [ autoPatchelfHook makeWrapper squashfsTools ]; unpackPhase = '' runHook preUnpack unsquashfs \"$src\" cd squashfs-root if ! grep -q '${version}' meta/snap.yaml; then echo \"Package version differs from version found in snap metadata:\" grep 'version: ' meta/snap.yaml echo \"While the nix package specifies: ${version}.\" echo \"You probably chose the wrong revision or forgot to update the nix version.\" exit 1 fi runHook postUnpack ''; installPhase = '' runHook preInstall mkdir -p $out/bin $out/share/applications $out/share/pixmaps/apps # Copy only what is needed cp -r resources* $out/ cp -r locales* $out/ cp meta/gui/authy.desktop $out/share/applications/ cp meta/gui/icon.png $out/share/pixmaps/authy.png # Replace icon name in Desktop file sed -i 's|''${SNAP}/meta/gui/icon.png|authy|g' \"$out/share/applications/authy.desktop\" runHook postInstall ''; postFixup = '' makeWrapper ${electron}/bin/electron $out/bin/${pname} --add-flags $out/resources/app.asar ''; meta = with lib; { homepage = \"https://www.authy.com\"; description = \"Twilio Authy two factor authentication desktop application\"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ iammrinal0 ]; platforms = [ \"x86_64-linux\" ]; mainProgram = \"authy\"; }; } "} {"_id":"doc-en-nixpkgs-5cbdb4935389221622ae66c734a7acc36d1e82e7097fb004e418165c3e3d84eb","title":"","text":"atomEnv = throw \"'atomEnv' has been removed because 'atom' is discontinued and deprecated. Consider using 'pulsar', a maintained fork\"; # Added 2023-10-01 atomPackages = throw \"'atomPackages' has been removed because 'atom' is discontinued and deprecated. Consider using 'pulsar', a maintained fork\"; # Added 2023-10-01 auditBlasHook = throw \"'auditBlasHook' has been removed since it never worked\"; # Added 2024-04-02 authy = throw \"'authy' has been removed since it reached end of life\"; # Added 2024-04-19 avldrums-lv2 = x42-avldrums; # Added 2020-03-29 awesome-4-0 = awesome; # Added 2022-05-05"} {"_id":"doc-en-nixpkgs-d291ebe6225a9a394d56fabb63bb40cfc6a9349368ca0a6e7ff2053f7a7c4f01","title":"","text":"assemblyscript = callPackage ../development/compilers/assemblyscript { }; authy = callPackage ../applications/misc/authy { }; authz0 = callPackage ../tools/security/authz0 { }; auth0-cli = callPackage ../tools/admin/auth0-cli { };"} {"_id":"doc-en-nixpkgs-bc1ca2e8f1118cc916f5c128d1f0b49003190b863ade03d5916a265bb232b35f","title":"","text":"buildInputs = [ erlang rebar makeWrapper ]; LOCALE_ARCHIVE = stdenv.lib.optionalString stdenv.isLinux \"${pkgs.glibcLocales}/lib/locale/locale-archive\"; LANG = \"en_US.UTF-8\"; LC_TYPE = \"en_US.UTF-8\";"} {"_id":"doc-en-nixpkgs-f08f69b8be39648b70f1df118cbaae101997f448fe18b2c2fa39bfaff383d5e5","title":"","text":"inherit debugInfo; buildFlags = if debugInfo then \"ERL_COMPILER_OPTIONS=debug_info\" else \"\"; then \"ERL_COMPILER_OPTIONS=debug_info\" else \"\"; preBuild = '' # The build process uses ./rebar. Link it to the nixpkgs rebar"} {"_id":"doc-en-nixpkgs-ef68a9077ff948206d291e0478bc8316b8151bdbd2dbe9d8a910713e8c3213f9","title":"","text":"let common = { name, npmBuildScript, installPhase }: buildNpmPackage rec { pname = name; version = \"2024.3.1\"; version = \"2024.3.2\"; nodejs = nodejs_18; src = fetchFromGitHub { owner = \"bitwarden\"; repo = \"directory-connector\"; rev = \"v${version}\"; hash = \"sha256-NbyjL6x/Ij5waYlIDNKrg7fDT+co/EcdCW4ZBJ6KV34=\"; hash = \"sha256-CB5HrT+p63zANg1SEoynk6hPPW5DcC9Qfo2+QDy2iwc=\"; }; postPatch = ''"} {"_id":"doc-en-nixpkgs-b55aae5c953b903f64e9fcaf0a981bb8d3f51e2861dedbe0d0b62e90885b3e57","title":"","text":" { lib, stdenv, fetchhg, pkg-config, makeBinaryWrapper, SDL2, glew, gtk3, testers, }: stdenv.mkDerivation (finalAttrs: { pname = \"blastem\"; version = \"0.6.2-unstable-2024-03-31\"; src = fetchhg { url = \"https://www.retrodev.com/repos/blastem\"; rev = \"48ab1e3e5df5\"; hash = \"sha256-UZl5fIE7LJqxwS8kFJ3xr8BJyHF60dnRNeA5k7lAuxg=\"; }; # will probably be fixed in https://github.com/NixOS/nixpkgs/pull/302481 postPatch = lib.optionalString stdenv.isDarwin '' substituteInPlace Makefile --replace-fail \"-flto\" \"\" ''; nativeBuildInputs = [ pkg-config makeBinaryWrapper ]; buildInputs = [ gtk3 SDL2 glew ]; # Note: menu.bin cannot be generated yet, because it would # need the `vasmm68k_mot` executable (part of vbcc for amigaos68k # Luckily, menu.bin doesn't need to be present for the emulator to function makeFlags = [ \"HOST_ZLIB=1\" ]; env.NIX_CFLAGS_COMPILE = \"-I${lib.getDev SDL2}/include/SDL2\"; installPhase = '' runHook preInstall # not sure if any executable other than blastem is really needed here install -Dm755 blastem dis zdis termhelper -t $out/share/blastem install -Dm644 gamecontrollerdb.txt default.cfg rom.db -t $out/share/blastem cp -r shaders $out/share/blastem/shaders # wrapping instead of sym-linking makes sure argv0 stays at the original location makeWrapper $out/share/blastem/blastem $out/bin/blastem runHook postInstall ''; passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; command = \"blastem -v\"; version = \"0.6.3-pre\"; # remove line when moving to a stable version }; meta = { description = \"The fast and accurate Genesis emulator\"; homepage = \"https://www.retrodev.com/blastem/\"; license = lib.licenses.gpl3Plus; mainProgram = \"blastem\"; maintainers = with lib.maintainers; [ tomasajt ]; platforms = [ \"i686-linux\" \"x86_64-linux\" \"x86_64-darwin\" ]; }; }) "} {"_id":"doc-en-nixpkgs-349946d2507153d38961d4a9ae327351b5aab0d2cf93d0d7e4c553a2c20306e9","title":"","text":"export HOME=$TMPDIR ''; dontWrapPythonPrograms = true; passthru = { shellPath = \"/bin/xonsh\"; python = python3; # To the wrapper"} {"_id":"doc-en-nixpkgs-d50107d838e6e7080f7a31f09dd3e433e9b45af024ab34fc1aede894064cdd5d","title":"","text":"--prefix LD_LIBRARY_PATH : ${libPath} ''; postInstall = '' postInstall = lib.optionalString stdenv.isDarwin '' mkdir -p $out/Applications cp -r extra/osx/Neovide.app $out/Applications ln -s $out/bin $out/Applications/Neovide.app/Contents/MacOS '' + lib.optionalString stdenv.isLinux '' for n in 16x16 32x32 48x48 256x256; do install -m444 -D \"assets/neovide-$n.png\" \"$out/share/icons/hicolor/$n/apps/neovide.png\""} {"_id":"doc-en-nixpkgs-ac5de9226f3fa8470659557bb41fa7e8fe8619a8fb3ac80400257b2778cee4d7","title":"","text":";; switch|boot|test|build|edit|repl|dry-build|dry-run|dry-activate|build-vm|build-vm-with-bootloader|list-generations) if [ \"$i\" = dry-run ]; then i=dry-build; fi if [ \"$i\" = list-generations ]; then buildNix= fast=1 fi # exactly one action mandatory, bail out if multiple are given if [ -n \"$action\" ]; then showSyntax; fi action=\"$i\""} {"_id":"doc-en-nixpkgs-e83e007db6d7c640bd5e0d26d550f0dde625c3c40f8c7c0ed79c59dbc3527b1c","title":"","text":"###### implementation config = mkIf cfg.enable { assertions = singleton { assertion = cfg.password == null || cfg.passwordFile == null; message = \"Cannot use both password and passwordFile for shadowsocks-libev\"; }; assertions = [ { # xor, make sure either password or passwordFile be set. # shadowsocks-libev not support plain/none encryption method # which indicated that password must set. assertion = let noPasswd = cfg.password == null; noPasswdFile = cfg.passwordFile == null; in (noPasswd && !noPasswdFile) || (!noPasswd && noPasswdFile); message = \"Option `password` or `passwordFile` must be set and cannot be set simultaneously\"; } ]; systemd.services.shadowsocks-libev = { description = \"shadowsocks-libev Daemon\";"} {"_id":"doc-en-nixpkgs-ffde5f0619f1789ec3937be25f776344afc43fca8984b0ea7c2d93f991888b9a","title":"","text":" { lib, stdenv, fetchFromGitHub, fetchpatch, bluez, cmake, dbus, libftdi1, nix-update-script, pkg-config, useLibFTDI ? true, useOpenMP ? true, buildBluetooth ? true, buildBluetoothLowEnergy ? true, buildONNX ? true, }: stdenv.mkDerivation (finalAttrs: { pname = \"brainflow\"; version = \"5.12.1\"; src = fetchFromGitHub { owner = \"brainflow-dev\"; repo = \"brainflow\"; rev = \"refs/tags/${finalAttrs.version}\"; hash = \"sha256-haQO03nkvLoXtFVe+C+yi+MwM0CFh6rLcLvU8fQ4k/w=\"; }; patches = [ # All of these are PRs that were merged into the upstream repository and will be included in the next release # These should be removed once the next version is released (fetchpatch { # Fixes a major issue that prevented the build from working at all (why was this not backported???) url = \"https://github.com/brainflow-dev/brainflow/commit/883b0cd08acb99d7b6e241e92fba2e9a363d17b1.patch\"; hash = \"sha256-QQd+BI3I65gfaNS/SKLjCoqbCwPCiTh+nh0tJAZM6hQ=\"; }) (fetchpatch { # Bumps the version of a python dependency that had a backwards-incompatible change url = \"https://github.com/brainflow-dev/brainflow/commit/ea23a6f0483ce4d6fdd7a82bace865356ee78d7f.patch\"; hash = \"sha256-dvMpxxRrnJQ9ADGagB1JhuoB9SNwn755wbHzW/3ECeo=\"; }) (fetchpatch { # Fixes an incorrect use of an environment variable during the build url = \"https://github.com/brainflow-dev/brainflow/commit/053b8c1253b686cbec49ab4adb47c9ee02d3f99a.patch\"; hash = \"sha256-Pfhe1ZvMagfVAGZqeWn1uHXgwlTtkOm+gyWuvC5/Sro=\"; }) ]; cmakeFlags = with lib; [ (cmakeBool \"USE_LIBFTDI\" useLibFTDI) (cmakeBool \"USE_OPENMP\" useOpenMP) (cmakeBool \"BUILD_OYMOTION_SDK\" false) # Needs a \"GFORCE_SDK\" (cmakeBool \"BUILD_BLUETOOTH\" buildBluetooth) (cmakeBool \"BUILD_BLE\" buildBluetoothLowEnergy) (cmakeBool \"BUILD_ONNX\" buildONNX) ]; buildInputs = [ dbus ] ++ lib.optional (buildBluetooth || buildBluetoothLowEnergy) bluez ++ lib.optional useLibFTDI libftdi1; nativeBuildInputs = [ cmake pkg-config ]; postPatch = '' find . -type f -name 'build.cmake' -exec sed -i 's/DESTINATION inc/DESTINATION include/g' {} ; ''; passthru.updateScript = nix-update-script { }; meta = { description = \"A library to obtain, parse and analyze data (EEG, EMG, ECG) from biosensors\"; homepage = \"https://brainflow.org/\"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pandapip1 ziguana ]; platforms = lib.platforms.all; }; }) "} {"_id":"doc-en-nixpkgs-eee6a1dc96c8b7f7eb51063311faf9cb8d1b000a1cbec5aeab142241c0e77bc0","title":"","text":" { buildPythonPackage, brainflow, nptyping, numpy, python, setuptools, }: buildPythonPackage { inherit (brainflow) pname version src patches meta ; pyproject = true; build-system = [ setuptools ]; dependencies = [ numpy nptyping ]; buildInputs = [ brainflow ]; postPatch = '' cd python_package ''; postInstall = '' mkdir -p \"$out/${python.sitePackages}/brainflow/lib/\" cp -Tr \"${brainflow}/lib\" \"$out/${python.sitePackages}/brainflow/lib/\" ''; pythonImportsCheck = [ \"brainflow\" ]; } "} {"_id":"doc-en-nixpkgs-ab4ca7dabde4d63c3d49db830f95313c4e107c09449db731734653833342329c","title":"","text":"bracex = callPackage ../development/python-modules/bracex { }; brainflow = callPackage ../development/python-modules/brainflow { inherit (pkgs) brainflow; }; braintree = callPackage ../development/python-modules/braintree { }; branca = callPackage ../development/python-modules/branca { };"} {"_id":"doc-en-nixpkgs-b352ad0a6c66758d1efa41142dfd7a2fab3ab1626fda4c5f21767fa6447bfe98","title":"","text":"{ lib , stdenvNoCC , fetchurl , requireFile , undmg , pname , version"} {"_id":"doc-en-nixpkgs-bcddbc2ac5f074ec2c8e69a4aa2a99d1e39a10e509b2c92bb366ffaea6efe022","title":"","text":"stdenvNoCC.mkDerivation (finalAttrs: { inherit pname version meta; src = fetchurl { url = \"https://downloads.realvnc.com/download/file/viewer.files/VNC-Viewer-${finalAttrs.version}-MacOSX-universal.dmg\"; sha256 = \"0k72fdnx1zmyi9z5n3lazc7s70gcddxq0s73akp0al0y9hzq9prh\"; src = requireFile rec { name = \"VNC-Viewer-${finalAttrs.version}-MacOSX-universal.dmg\"; url = \"https://downloads.realvnc.com/download/file/viewer.files/${name}\"; sha256 = \"0k72fdnx1zmyi9z5n3lazc7s70gcddxq0s73akp0al0y9hzq9prh\"; message= '' vnc-viewer can be downloaded from ${url}, but the download link require captcha, thus if you wish to use this application, you need to download it manually and use follow command to add downloaded files into nix-store $ nix-prefetch-url --type sha256 file:///path/to/${name} ''; }; sourceRoot = \".\";"} {"_id":"doc-en-nixpkgs-fb1537786dc0f9092070be2758a8378f35b3a9cb99abf25e481c980db40ced6c","title":"","text":"}; maintainers = with maintainers; [ emilytrau onedragon ]; platforms = [ \"x86_64-linux\" ] ++ platforms.darwin; hydraPlatforms = []; mainProgram = \"vncviewer\"; }; in"} {"_id":"doc-en-nixpkgs-d9cee549d7b7f5356608c656316c41514dbf9693a882841324461094434ccba0","title":"","text":"{ lib , stdenv , fetchurl , requireFile , autoPatchelfHook , rpmextract , libX11"} {"_id":"doc-en-nixpkgs-dd0a6c2d94dd1c033596e68512da9304ab9985b213f294b0be780e40507ba044","title":"","text":"inherit pname version; src = { \"x86_64-linux\" = fetchurl { url = \"https://downloads.realvnc.com/download/file/viewer.files/VNC-Viewer-${finalAttrs.version}-Linux-x64.rpm\"; \"x86_64-linux\" = requireFile rec { name = \"VNC-Viewer-${finalAttrs.version}-Linux-x64.rpm\"; url = \"https://downloads.realvnc.com/download/file/viewer.files/${name}\"; sha256 = \"sha256-Ull9iNi8NxB12YwEThWE0P9k1xOV2LZnebuRrVH/zwI=\"; message= '' vnc-viewer can be downloaded from ${url}, but the download link require captcha, thus if you wish to use this application, you need to download it manually and use follow command to add downloaded files into nix-store $ nix-prefetch-url --type sha256 file:///path/to/${name} ''; }; }.${stdenv.system} or (throw \"Unsupported system: ${stdenv.hostPlatform.system}\");"} {"_id":"doc-en-nixpkgs-eed8a018b2c16f84733004aa00f701f4498bac84393308c431decea9d0afca35","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"librsvg\"; version = \"2.57.92\"; version = \"2.58.0\"; outputs = [ \"out\" \"dev\" ] ++ lib.optionals withIntrospection [ \"devdoc\""} {"_id":"doc-en-nixpkgs-0bd28f8c09b9f46f1dabc17331f9889000de5c83fe48d37cc362dcb769631f04","title":"","text":"src = fetchurl { url = \"mirror://gnome/sources/librsvg/${lib.versions.majorMinor finalAttrs.version}/librsvg-${finalAttrs.version}.tar.xz\"; hash = \"sha256-Kiwwvqvzz91ApKbb7T+zPmd8ruXY8wR4gkm3Mee+OFI=\"; hash = \"sha256-18REqSZAa1l5C+DerhluGO0mBZ2lc/oaqeycp2WKVZw=\"; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit (finalAttrs) src; name = \"librsvg-deps-${finalAttrs.version}\"; hash = \"sha256-yJf3V2dPwI+RcDH6Lh/AhUgaisdbTnzdAFt+SeNw9NY=\"; hash = \"sha256-ta+3KkDtqTLGoKknUn89c+3XHzvcZyPFPFpgLH5f5uw=\"; # TODO: move this to fetchCargoTarball dontConfigure = true; };"} {"_id":"doc-en-nixpkgs-5c0498afeb24080a5f71f56cdc9ce5b4fb2cc5fa5659543993ea21ed7dc4489b","title":"","text":" { stdenv, lib, fetchFromGitHub, autoreconfHook }: { stdenv, lib, fetchurl, fetchzip, autoreconfHook, writeScript, fetchpatch , modelUrl ? \"\", modelHash ? \"\" # Allow overriding the model URL and hash }: stdenv.mkDerivation (rec { let modelVersionJSON = lib.importJSON ./model-version.json; # Copy from https://gitlab.xiph.org/xiph/rnnoise/-/raw/v${version}/model_version default_model_version = modelVersionJSON.version; # Either use the default model or the one provided by package override model_url = if (modelUrl == \"\") then \"https://media.xiph.org/rnnoise/models/rnnoise_data-${default_model_version}.tar.gz\" else modelUrl; model_hash = if (modelHash == \"\") then modelVersionJSON.hash else modelHash; in stdenv.mkDerivation (finalAttrs: { pname = \"rnnoise\"; version = \"2021-01-22\"; version = \"0.2\"; src = fetchzip { urls = [ \"https://gitlab.xiph.org/xiph/rnnoise/-/archive/v${finalAttrs.version}/rnnoise-v${finalAttrs.version}.tar.gz\" \"https://github.com/xiph/rnnoise/archive/v${finalAttrs.version}.tar.gz\" ]; hash = \"sha256-Qaf+0iOprq7ILRWNRkBjsniByctRa/lFVqiU5ZInF/Q=\"; }; patches = [ # remove when updating (fetchpatch { url = \"https://github.com/xiph/rnnoise/commit/372f7b4b76cde4ca1ec4605353dd17898a99de38.patch\"; hash = \"sha256-Dzikb59hjVxd1XIEj/Je4evxtGORkaNcqE+zxOJMSvs=\"; }) ]; src = fetchFromGitHub { owner = \"xiph\"; repo = \"rnnoise\"; rev = \"1cbdbcf1283499bbb2230a6b0f126eb9b236defd\"; sha256 = \"1y0rzgmvy8bf9a431garpm2w177s6ajgf79y5ymw4yb0pik57rwb\"; model = fetchurl { url = model_url; hash = model_hash; }; postPatch = '' tar xvomf ${finalAttrs.model} ''; nativeBuildInputs = [ autoreconfHook ]; postInstall = '' install -Dt $out/bin examples/.libs/rnnoise_demo ''; meta = with lib; { passthru.updateScript = writeScript \"update-rnnoise.sh\" '' #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl jq common-updater-scripts nix nix-prefetch findutils moreutils prefetch-sri() { nix-prefetch-url \"$1\" | xargs nix hash to-sri --type sha256 } res=\"$(curl ''${GITHUB_TOKEN:+-u \":$GITHUB_TOKEN\"} -sL \"https://api.github.com/repos/xiph/rnnoise/tags?per_page=1\")\" version=\"$(echo $res | jq '.[0].name | split(\"v\") | .[1]' --raw-output)\" update-source-version ${finalAttrs.pname} \"$version\" --ignore-same-hash model_version=$(curl -sL \"https://raw.githubusercontent.com/xiph/rnnoise/v$version/model_version\") model_url=\"https://media.xiph.org/rnnoise/models/rnnoise_data-$model_version.tar.gz\" model_hash=\"$(prefetch-sri $model_url)\" modelJson=pkgs/development/libraries/rnnoise/model-version.json jq --arg version \"$model_version\" --arg hash \"$model_hash\" '.version = $version | .hash = $hash' \"$modelJson\" | sponge \"$modelJson\" ''; meta = { description = \"Recurrent neural network for audio noise reduction\"; homepage = \"https://people.xiph.org/~jm/demo/rnnoise/\"; license = licenses.bsd3; maintainers = [ maintainers.nh2 ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ nh2 ]; mainProgram = \"rnnoise_demo\"; platforms = platforms.all; platforms = lib.platforms.all; }; })"} {"_id":"doc-en-nixpkgs-85f5120b46d8c644f57f2edd3af96a5d849c9add0f074e0cb439c9fdf1e68b4c","title":"","text":" { \"version\": \"0b50c45\", \"hash\": \"sha256-SsgcXAiE7EvVkHAmqq4WIJt7ds2df3GvWCCUovmPS0M=\" } "} {"_id":"doc-en-nixpkgs-61bb360ca1ebeb2d120956c9bdc6e2c6923afb6816591677dc25f2c1693a5c20","title":"","text":" { lib , stdenv , fetchFromGitHub , cmake , libqalculate , muparser , libarchive , python3Packages , qtbase , qtscxml , qtsvg , qtdeclarative , qtwayland , qt5compat , qttools , wrapQtAppsHook , nix-update-script , pkg-config { lib, stdenv, fetchFromGitHub, cmake, libqalculate, muparser, libarchive, python3Packages, qtbase, qtscxml, qtsvg, qtdeclarative, qtwayland, qt5compat, qttools, wrapQtAppsHook, nix-update-script, pkg-config, }: stdenv.mkDerivation (finalAttrs: { pname = \"albert\"; version = \"0.23.0\"; version = \"0.24.1\"; src = fetchFromGitHub { owner = \"albertlauncher\"; repo = \"albert\"; rev = \"v${finalAttrs.version}\"; sha256 = \"sha256-L6qHaksArgwySk6J7N5zamUDWh5qa6zTtPFdpxU2NTM=\"; sha256 = \"sha256-vlap8gTZYoQS70Co99bZ16Fv9eq1N3rH7skjwrLDWiM=\"; fetchSubmodules = true; };"} {"_id":"doc-en-nixpkgs-935caf578d7b7595337bed9c7cd0a150eabc035d782c8f49d4224999beb8e5b3","title":"","text":"wrapQtAppsHook ]; buildInputs = [ libqalculate libarchive muparser qtbase qtscxml qtsvg qtdeclarative qtwayland qt5compat qttools ] ++ (with python3Packages; [ python pybind11 ]); buildInputs = [ libqalculate libarchive muparser qtbase qtscxml qtsvg qtdeclarative qtwayland qt5compat qttools ] ++ (with python3Packages; [ python pybind11 ]); postPatch = '' find -type f -name CMakeLists.txt -exec sed -i {} -e '/INSTALL_RPATH/d' ; sed -i src/qtpluginprovider.cpp -e \"/QStringList dirs = {/a QFileInfo(\"$out/lib\").canonicalFilePath(),\" # WARN: This is necessary for albert to detect the package libraries. # Please check if the file below has changed upstream before updating. sed -i src/app/qtpluginprovider.cpp -e \"/QStringList install_paths;/a install_paths << QFileInfo(\"$out/lib\").canonicalFilePath();\" ''; postFixup = ''"} {"_id":"doc-en-nixpkgs-e96ba6620dbefdb8a919ddabf4225a552fcd098a4b4a58469688c76c8f49691d","title":"","text":"changelog = \"https://github.com/albertlauncher/albert/blob/${finalAttrs.src.rev}/CHANGELOG.md\"; # See: https://github.com/NixOS/nixpkgs/issues/279226 license = licenses.unfree; maintainers = with maintainers; [ ericsagnes synthetica ]; maintainers = with maintainers; [ ericsagnes synthetica eljamm ]; mainProgram = \"albert\"; platforms = platforms.linux; };"} {"_id":"doc-en-nixpkgs-ee216856d886c3efd5eaa17c562432ad88b49239a246c5b9b2a2d9ca48f0117d","title":"","text":" diff -rup rsync-3.2.7/configure.sh rsync-3.2.7-fixed/configure.sh --- rsync-3.2.7/configure.sh\t2022-10-20 17:57:22 +++ rsync-3.2.7-fixed/configure.sh\t2024-01-01 19:51:58 @@ -7706,7 +7706,7 @@ else $as_nop #include #include #include -main() +int main() { if (socket(AF_INET6, SOCK_STREAM, 0) < 0) exit(1); "} {"_id":"doc-en-nixpkgs-3cbc0b8820350e6dfcb21a7336cbed0508563b3b517762e324e21f54171f3e9e","title":"","text":"stdenv.mkDerivation rec { pname = \"rsync\"; version = \"3.2.7\"; version = \"3.3.0\"; src = fetchurl { # signed with key 0048 C8B0 26D4 C96F 0E58 9C2F 6C85 9FB1 4B96 A8C5 url = \"mirror://samba/rsync/src/rsync-${version}.tar.gz\"; sha256 = \"sha256-Tn2dP27RCHjFjF+3JKZ9rPS2qsc0CxPkiPstxBNG8rs=\"; hash = \"sha256-c5nppnCMMtZ4pypjIZ6W8jvgviM25Q/RNISY0HBB35A=\"; }; nativeBuildInputs = [ perl ]; patches = [ # https://github.com/WayneD/rsync/issues/511#issuecomment-1774612577 # original source: https://build.opensuse.org/package/view_file/network/rsync/rsync-fortified-strlcpy-fix.patch?expand=1&rev=3f8dd2f4a404c96c0f69176e60893714 ./rsync-fortified-strlcpy-fix.patch # https://github.com/WayneD/rsync/pull/558 ./configure.ac-fix-failing-IPv6-check.patch ]; buildInputs = [ libiconv zlib popt ] ++ lib.optional enableACLs acl ++ lib.optional enableZstd zstd"} {"_id":"doc-en-nixpkgs-88b33b74a6ba4d835a99953f13795a596c6a14c103cc872bb3e41ed074797c36","title":"","text":" From 1f83963f59960150e8c46112daa8411324c1f209 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 18 Aug 2023 08:26:20 +0200 Subject: [PATCH] exclude: fix crashes with fortified strlcpy() Fortified (-D_FORTIFY_SOURCE=2 for gcc) builds make strlcpy() crash when its third parameter (size) is larger than the buffer: $ rsync -FFXHav '--filter=merge global-rsync-filter' Align-37-43/ xxx sending incremental file list *** buffer overflow detected ***: terminated It's in the exclude code in setup_merge_file(): strlcpy(y, save, MAXPATHLEN); Note the 'y' pointer was incremented, so it no longer points to memory with MAXPATHLEN \"owned\" bytes. Fix it by remembering the number of copied bytes into the 'save' buffer and use that instead of MAXPATHLEN which is clearly incorrect. Fixes #511. --- exclude.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exclude.c b/exclude.c index ffe55b167..1a5de3b9e 100644 --- a/exclude.c +++ b/exclude.c @@ -720,7 +720,8 @@ static BOOL setup_merge_file(int mergelist_num, filter_rule *ex, parent_dirscan = True; while (*y) { char save[MAXPATHLEN]; -\t\tstrlcpy(save, y, MAXPATHLEN); +\t\t/* copylen is strlen(y) which is < MAXPATHLEN. +1 for 0 */ +\t\tsize_t copylen = strlcpy(save, y, MAXPATHLEN) + 1; *y = '0'; dirbuf_len = y - dirbuf; strlcpy(x, ex->pattern, MAXPATHLEN - (x - buf)); @@ -734,7 +735,7 @@ static BOOL setup_merge_file(int mergelist_num, filter_rule *ex, lp->head = NULL; } lp->tail = NULL; -\t\tstrlcpy(y, save, MAXPATHLEN); +\t\tstrlcpy(y, save, copylen); while ((*x++ = *y++) != '/') {} } parent_dirscan = False; "} {"_id":"doc-en-nixpkgs-761e2367708a05dfe38df876876dc12a9cbc56d1f600c566c284baeab4939614","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"calibre\"; version = \"7.8.0\"; version = \"7.9.0\"; src = fetchurl { url = \"https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz\"; hash = \"sha256-FxYuQzzuaWZihSsmeJc6ssG3VBr2YNEi3TkXyyymLUQ=\"; hash = \"sha256-Ilzv4HXW6ZmEVNUWQm04cHZ71FEgjfWVX9IvrfYCHIk=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-a89f6830be4504b50df2032735c35b2656571770f7c812b2d06b558222d7345e","title":"","text":"(fetchpatch { name = \"0001-only-plugin-update.patch\"; url = \"https://raw.githubusercontent.com/debian-calibre/calibre/debian/${finalAttrs.version}+ds-1/debian/patches/0001-only-plugin-update.patch\"; hash = \"sha256-uL1mSjgCl5ZRLbSuKxJM6XTfvVwog70F7vgKtQzQNEQ=\"; hash = \"sha256-mHZkUoVcoVi9XBOSvM5jyvpOTCcM91g9+Pa/lY6L5p8=\"; }) (fetchpatch { name = \"0007-Hardening-Qt-code.patch\";"} {"_id":"doc-en-nixpkgs-4a9af4ad266e431eb1fe12ff25b6330e779f109e0cb13b4cb4a0d7bff7f22230","title":"","text":"# THIS IS A GENERATED FILE. DO NOT EDIT! xorgserver = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, openssl, libX11, libXau, libxcb, xcbutil, xcbutilwm, xcbutilimage, xcbutilkeysyms, xcbutilrenderutil, libXdmcp, libXfixes, libxkbfile, testers }: stdenv.mkDerivation (finalAttrs: { pname = \"xorg-server\"; version = \"21.1.12\"; version = \"21.1.13\"; builder = ./builder.sh; src = fetchurl { url = \"mirror://xorg/individual/xserver/xorg-server-21.1.12.tar.xz\"; sha256 = \"03x954bygi6sdynk5yy3yvsfhg6i9gjhisn3x9jxvk5mw4mnw08y\"; url = \"mirror://xorg/individual/xserver/xorg-server-21.1.13.tar.xz\"; sha256 = \"033lvjihidc68v08izrr63va8jhkfmzcjg0d6rm26wizjkah4nml\"; }; hardeningDisable = [ \"bindnow\" \"relro\" ]; strictDeps = true;"} {"_id":"doc-en-nixpkgs-54478c28339939337e1a6a2db2caf1d52cb27a6cd3a818accfc8af2821f8f96d","title":"","text":"mirror://xorg/individual/util/makedepend-1.0.9.tar.xz mirror://xorg/individual/util/util-macros-1.20.0.tar.xz mirror://xorg/individual/util/xorg-cf-files-1.0.8.tar.xz mirror://xorg/individual/xserver/xorg-server-21.1.12.tar.xz mirror://xorg/individual/xserver/xorg-server-21.1.13.tar.xz "} {"_id":"doc-en-nixpkgs-079a014e615438d166ed2059d530d6a9bac412349c5019ce84a9f562fb9d35cf","title":"","text":", miniupnpc , zeromq , zlib , db48 , sqlite , qrencode , qtbase ? null"} {"_id":"doc-en-nixpkgs-6ca925028ca1918084bfc9a2cf9b08b6243fa17f0cf1dca7fd8187b0a163c0f8","title":"","text":"++ lib.optionals withGui [ wrapQtAppsHook ]; buildInputs = [ boost libevent miniupnpc zeromq zlib ] ++ lib.optionals withWallet [ db48 sqlite ] ++ lib.optionals withWallet [ sqlite ] ++ lib.optionals withGui [ qrencode qtbase qttools ]; postInstall = ''"} {"_id":"doc-en-nixpkgs-e1d4e45387b9302ed6fd8bca8b75c15adc94bd18ef1301e5f62c3ff520b58c14","title":"","text":"stdenv.mkDerivation rec { pname = \"binaryen\"; version = \"117\"; version = \"118\"; src = fetchFromGitHub { owner = \"WebAssembly\"; repo = \"binaryen\"; rev = \"version_${version}\"; hash = \"sha256-QYJkrvwcUWbFV5oQdP11JuVmfOTYaFWGQGksboQ1d58=\"; hash = \"sha256-akMW3S2/qUyLK8F77EtnaXPDXvIMpkGfNB2jOD6hQho=\"; }; nativeBuildInputs = [ cmake python3 ];"} {"_id":"doc-en-nixpkgs-18970fe1f59869e9270087f9a44d46d7a4f8d02031cd01a8806e4edc5bd2fb33","title":"","text":"homepage = \"https://github.com/WebAssembly/binaryen\"; description = \"Compiler infrastructure and toolchain library for WebAssembly, in C++\"; platforms = platforms.all; maintainers = with maintainers; [ asppsa ]; maintainers = with maintainers; [ asppsa willcohen ]; license = licenses.asl20; };"} {"_id":"doc-en-nixpkgs-5797939e603bdd247fb38bd51285a2e049e9fd388fcf1eb90919db52414fb461","title":"","text":"stdenv.mkDerivation rec { pname = \"emscripten\"; version = \"3.1.55\"; version = \"3.1.64\"; llvmEnv = symlinkJoin { name = \"emscripten-llvm-${version}\";"} {"_id":"doc-en-nixpkgs-42e2047bba5e8b244d17f5499ac365fa0916323e0e14677eb93e56fede1771a3","title":"","text":"name = \"emscripten-node-modules-${version}\"; inherit pname version src; npmDepsHash = \"sha256-7tZEZ7NN1jJBHa9G5sRz/ZpWJvgnTJj4i5EvQMsGQH4=\"; npmDepsHash = \"sha256-2dsIuB6P+Z3wflIsn6QaZvjHeHHGzsFAI3GcP3SfiP4=\"; dontBuild = true;"} {"_id":"doc-en-nixpkgs-61b6e5e42df7a1388ce5ae45de67a408575b79c5e38db4cd1de8bdf4c626bcda","title":"","text":"src = fetchFromGitHub { owner = \"emscripten-core\"; repo = \"emscripten\"; hash = \"sha256-3SqbkXI8xn4Zj3bDLCegxslYH5m/PkF6n/pPfm5z5VA=\"; hash = \"sha256-AbO1b4pxZ7I6n1dRzxhLC7DnXIUnaCK9SbLy96Qxqr0=\"; rev = version; };"} {"_id":"doc-en-nixpkgs-63d9a4fc22df66c91cb8c33c6f8fdebdc4db26e228c33c8d45d5ba8e2efdcd77","title":"","text":"patches = [ (substituteAll { src = ./0001-emulate-clang-sysroot-include-logic.patch; resourceDir = \"${llvmEnv}/lib/clang/18/\"; resourceDir = \"${llvmEnv}/lib/clang/${lib.versions.major llvmPackages.llvm.version}/\"; }) ];"} {"_id":"doc-en-nixpkgs-af12a810aa6d70200b6702dba7c0997285466dbaa70a8fbbedb9e62833e8d8ac","title":"","text":"patchShebangs . # emscripten 3.1.55 requires LLVM tip-of-tree instead of LLVM 18 sed -i -e \"s/EXPECTED_LLVM_VERSION = 19/EXPECTED_LLVM_VERSION = 18/g\" tools/shared.py # fixes cmake support sed -i -e \"s/print ('emcc (Emscript.*)/sys.stderr.write(1); sys.stderr.flush()/g\" emcc.py"} {"_id":"doc-en-nixpkgs-9e74cb624a8723a2d674ed3dada9df886c7375d7d7ca663f60bfbc9719baf05a","title":"","text":"easeprobe = callPackage ../tools/misc/easeprobe { }; emscripten = callPackage ../development/compilers/emscripten { llvmPackages = llvmPackages_18; llvmPackages = llvmPackages_git; }; emscriptenPackages = recurseIntoAttrs (callPackage ./emscripten-packages.nix { });"} {"_id":"doc-en-nixpkgs-7b83ecae780d015bf471d11aefb5d6da4023df60cb44ce17fd815470304a2178","title":"","text":"githubId = 887072; name = \"Alexander Lebedev\"; }; lebensterben = { name = \"Lucius Hu\"; github = \"lebensterben\"; githubId = 1222865; keys = [{ fingerprint = \"80C6 77F2 ED0B E732 3835 A8D3 7E47 4E82 E29B 5A7A\"; }]; }; lecoqjacob = { name = \"Jacob LeCoq\"; email = \"lecoqjacob@gmail.com\";"} {"_id":"doc-en-nixpkgs-b8a0eba23d48c9fd7f2ae11c08f086422984a28c3c4a624efe427435f5674f60","title":"","text":" { stdenvNoCC , fetchurl , lib }: stdenvNoCC.mkDerivation rec { pname = \"lxgw-wenkai-tc\"; version = \"1.330\"; src = fetchurl { url = \"https://github.com/lxgw/LxgwWenKaiTC/releases/download/v${version}/${pname}-v${version}.tar.gz\"; hash = \"sha256-qpX5shH1HbGMa287u/R1rMFgQeAUC0wwKFVD+QSTyho=\"; }; installPhase = '' runHook preInstall mkdir -p $out/share/fonts/truetype mv *.ttf $out/share/fonts/truetype runHook postInstall ''; meta = with lib; { homepage = \"https://github.com/lxgw/LxgwWenKaiTC\"; description = \"The Traditional Chinese Edition of LXGW WenKai.\"; license = licenses.ofl; platforms = platforms.all; maintainers = with maintainers; [ lebensterben ]; }; } "} {"_id":"doc-en-nixpkgs-8629c0e79c2f11cc91cda2f4369e83540bcb0dbc514612433effa60042f4364a","title":"","text":", buildPythonPackage , cargo , datasets , huggingface-hub , fetchFromGitHub , fetchurl , libiconv"} {"_id":"doc-en-nixpkgs-6f487c5a7d682ba38ac8fc2802d8b60d3705fd1789b6db0f7becee2787d80113","title":"","text":", openssl , pkg-config , pytestCheckHook , python , pythonOlder , requests , rustPlatform"} {"_id":"doc-en-nixpkgs-be36990f5fb5bee8a6440dedc353aa43e82bfd0440fd04c4dfafad81883e34ad","title":"","text":"}; sourceRoot = \"${src.name}/bindings/python\"; maturinBuildFlags = [ \"--interpreter ${python.executable}\" ]; nativeBuildInputs = [ pkg-config"} {"_id":"doc-en-nixpkgs-a819bfd3be9d765301bc6fb801305b86c5d717fddae1017f77e900b10a6cac3c","title":"","text":"dependencies = [ numpy huggingface-hub ]; nativeCheckInputs = ["} {"_id":"doc-en-nixpkgs-e3eeba2b6fa8b60df379a918b6e9a78d0bdd2510f9686a2b03fd9063b5d69a25","title":"","text":"lib.checkListOfEnum \"${pname}: size variants\" [ \"standard\" \"compact\" ] sizeVariants lib.checkListOfEnum \"${pname}: tweaks\" [ \"solid\" \"float\" \"round\" \"blur\" \"noborder\" \"square\" ] tweaks stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation (finalAttrs: { inherit pname; version = \"2023-06-20\"; version = \"2024-04-28\"; src = fetchFromGitHub { owner = \"vinceliuice\"; repo = pname; rev = version; hash = \"sha256-hUXlzLdcWeOHEJx3+vCMpxvJst6Rr8ISvlzlsUgCrhg=\"; repo = \"fluent-gtk-theme\"; rev = finalAttrs.version; hash = \"sha256-0zf3fHtWcrbT26jgwgsPEDDhBWErOkgXyvGwSWV8rGs=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-fe95cb1d932e8e5a33f06f2301d327622a7328df3f09f067e5d7d72feaddab99","title":"","text":"passthru.updateScript = gitUpdater { }; meta = with lib; { meta = { description = \"Fluent design gtk theme\"; homepage = \"https://github.com/vinceliuice/Fluent-gtk-theme\"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = [ maintainers.romildo ]; license = lib.licenses.gpl3Only; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ romildo ]; }; } }) "} {"_id":"doc-en-nixpkgs-e9a5dfd548e05999c85aad47ad756687b07c591ba0b424bb64199848579e510c","title":"","text":", hwdata , imagemagick_light , libXrandr , libdrm , libglvnd , libpulseaudio , libselinux"} {"_id":"doc-en-nixpkgs-d9503efdbd195f6291138a667b0fe84712b912f546305a8f593b9fb319c4fe7a","title":"","text":"in stdenv'.mkDerivation (finalAttrs: { pname = \"fastfetch\"; version = \"2.11.0\"; version = \"2.11.3\"; src = fetchFromGitHub { owner = \"fastfetch-cli\"; repo = \"fastfetch\"; rev = finalAttrs.version; hash = \"sha256-/j0dRnApP5PQV4qVkqM6WlFdSZHlBTheaoWXSd2YP5k=\"; hash = \"sha256-kKtJvGnPncosmwjfTKa14G5jQiSkzkURBATvBmavdys=\"; }; outputs = [ \"out\" \"man\" ];"} {"_id":"doc-en-nixpkgs-f4a6a1256c1fbaa8e50f5073f9c1a289ab16e3839c80835c8f90bb011f4b65d4","title":"","text":"ddcutil glib hwdata libdrm libpulseaudio libselinux libsepol"} {"_id":"doc-en-nixpkgs-4e43391e1618d00103956d9db967b719bc2e9b029cfa97f07428d71cc478671a","title":"","text":"(lib.cmakeBool \"ENABLE_XCB_RANDR\" x11Support) (lib.cmakeBool \"ENABLE_XFCONF\" (x11Support && (!stdenv.isDarwin))) (lib.cmakeBool \"ENABLE_XRANDR\" x11Support) ] ++ lib.optionals stdenv.isLinux [ (lib.cmakeOptionType \"filepath\" \"CUSTOM_PCI_IDS_PATH\" \"${hwdata}/share/hwdata/pci.ids\") (lib.cmakeOptionType \"filepath\" \"CUSTOM_AMDGPU_IDS_PATH\" \"${libdrm}/share/libdrm/amdgpu.ids\") ]; postInstall = ''"} {"_id":"doc-en-nixpkgs-61e6a383fafaa88d97c070870971061d8d3b43e68a54619afa56ad792c3d0586","title":"","text":", shadow , procps , nixosTests , fetchpatch }: let"} {"_id":"doc-en-nixpkgs-52a08c565640d14282f622328a0ae9555019571c3ac87b35dd8d35014af73a62","title":"","text":"}; vendorHash = \"sha256-pYeHqYd2cCOVQlD1r2lh//KC+732H0lj1fPDBr+W8qA=\"; patches = [ # Reverts \"cmd/tailscaled/tailscaled.service: revert recent hardening\" (fetchpatch { url = \"https://github.com/tailscale/tailscale/commit/2889fabaefc50040507ead652d6d2b212f476c2b.patch\"; hash = \"sha256-DPBrv7kjSVXhmptUGGzOkaP4iXi/Bym3lvqy4otL9HE=\"; revert = true; }) ]; nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ]; CGO_ENABLED = 0;"} {"_id":"doc-en-nixpkgs-b681951702e1d193fa0fcd5a6fd5e9a7ba078193735bd420a23dbbad5a1e93cc","title":"","text":" { lib, stdenv, fetchFromGitHub, makeWrapper, coreutils, findutils, getopt, gnugrep, gnused, sops, vault }: { lib, stdenv, fetchFromGitHub, makeWrapper, coreutils, findutils, getopt, gnugrep, gnused, sops }: stdenv.mkDerivation rec { pname = \"helm-secrets\";"} {"_id":"doc-en-nixpkgs-69c8fcbc3108c850597c8ce8cb9c21e7257828e05b10d58c565f19dfb0a9b6c3","title":"","text":"install -m644 -Dt $out/${pname} plugin.yaml cp -r scripts/* $out/${pname}/scripts wrapProgram $out/${pname}/scripts/run.sh --prefix PATH : ${lib.makeBinPath [ coreutils findutils getopt gnugrep gnused sops vault ]} --prefix PATH : ${lib.makeBinPath [ coreutils findutils getopt gnugrep gnused sops ]} runHook postInstall '';"} {"_id":"doc-en-nixpkgs-583a118121245f6153a05635eb91df022d7e59074c53ceba5236b6a86611bb87","title":"","text":" { lib, buildGoModule, fetchFromGitHub, testers, notation }: { lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, notation }: buildGoModule rec { pname = \"notation\";"} {"_id":"doc-en-nixpkgs-2e657c51a09f157d7cd5c703254197a0da42b2f08d92e2608b562b52f090afa9","title":"","text":"vendorHash = \"sha256-USkufc1dG4eyRfRJHSX4mVZHnvOc5onHenF98Aedac4=\"; nativeBuildInputs = [ installShellFiles ]; # This is a Go sub-module and cannot be built directly (e2e tests). excludedPackages = [ \"./test\" ];"} {"_id":"doc-en-nixpkgs-258a1767786771b296fbcf235904d7661c0f47acfe96b9853a9242c5fd1fe1a6","title":"","text":"\"-X github.com/notaryproject/notation/internal/version.BuildMetadata=\" ]; postInstall = '' installShellCompletion --cmd notation --bash <($out/bin/notation completion bash) --fish <($out/bin/notation completion fish) --zsh <($out/bin/notation completion zsh) ''; passthru.tests.version = testers.testVersion { package = notation; command = \"notation version\";"} {"_id":"doc-en-nixpkgs-89425663dd66ff53a0d9092a168140aae141d5bc9fe573209eda5a33a18ece95","title":"","text":" { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = \"kcl-cli\"; version = \"0.8.9\"; src = fetchFromGitHub { owner = \"kcl-lang\"; repo = \"cli\"; rev = \"v${version}\"; hash = \"sha256-slU3n7YCV5VfvXArzlcITb9epdu/gyXlAWq9KLjGdJA=\"; }; vendorHash = \"sha256-Xv8Tfq9Kb1xGFCWZQwBFDX9xZW9j99td/DUb7jBtkpE=\"; ldflags = [ \"-X=kcl-lang.io/cli/pkg/version.version=${version}\" ]; subPackages = [ \"cmd/kcl\" ]; meta = with lib; { description = \"Command line interface for KCL programming language\"; homepage = \"https://github.com/kcl-lang/cli\"; license = licenses.asl20; maintainers = with maintainers; [ peefy ]; mainProgram = \"kcl\"; }; } "} {"_id":"doc-en-nixpkgs-bf88d354490f8bef8c4980c4c28d32396df9e2628ff7963ddb3acb53d463342a","title":"","text":" { lib , buildGoModule , fetchFromGitHub , kclvm_cli , kclvm , makeWrapper , installShellFiles , }: buildGoModule rec { pname = \"kcl\"; version = \"0.8.9\"; src = fetchFromGitHub { owner = \"kcl-lang\"; repo = \"cli\"; rev = \"v${version}\"; hash = \"sha256-slU3n7YCV5VfvXArzlcITb9epdu/gyXlAWq9KLjGdJA=\"; }; vendorHash = \"sha256-Xv8Tfq9Kb1xGFCWZQwBFDX9xZW9j99td/DUb7jBtkpE=\"; ldflags = [ \"-w -s\" \"-X=kcl-lang.io/cli/pkg/version.version=v${version}\" ]; nativeBuildInputs = [ makeWrapper installShellFiles ]; buildInputs = [ kclvm kclvm_cli ]; subPackages = [ \"cmd/kcl\" ]; # env vars https://github.com/kcl-lang/kcl-go/blob/main/pkg/env/env.go#L29 postFixup = '' wrapProgram $out/bin/kcl --set PATH ${lib.makeBinPath [kclvm_cli]} --set KCL_LIB_HOME ${lib.makeLibraryPath [kclvm]} --set KCL_GO_DISABLE_INSTALL_ARTIFACT false ''; postInstall = '' installShellCompletion --cmd kcl --bash <($out/bin/kcl completion bash) --fish <($out/bin/kcl completion fish) --zsh <($out/bin/kcl completion zsh) ''; meta = with lib; { description = \"A command line interface for KCL programming language\"; homepage = \"https://github.com/kcl-lang/cli\"; license = licenses.asl20; platforms = platforms.linux; maintainers = with maintainers; [ selfuryon peefy ]; mainProgram = \"kcl\"; }; } "} {"_id":"doc-en-nixpkgs-e7edd72552ffaf3ef1bb273cebd5bf1a8908dfede26384c48899fbecfc021977","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"addr2line\" version = \"0.21.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb\" dependencies = [ \"gimli\", ] [[package]] name = \"adler\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\" [[package]] name = \"ahash\" version = \"0.7.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9\" dependencies = [ \"getrandom\", \"once_cell\", \"version_check\", ] [[package]] name = \"aho-corasick\" version = \"1.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916\" dependencies = [ \"memchr\", ] [[package]] name = \"always-assert\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127\" dependencies = [ \"log\", ] [[package]] name = \"android-tzdata\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0\" [[package]] name = \"android_system_properties\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\" dependencies = [ \"libc\", ] [[package]] name = \"anes\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299\" [[package]] name = \"annotate-snippets\" version = \"0.9.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e\" dependencies = [ \"unicode-width\", \"yansi-term\", ] [[package]] name = \"anstream\" version = \"0.6.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb\" dependencies = [ \"anstyle\", \"anstyle-parse\", \"anstyle-query\", \"anstyle-wincon\", \"colorchoice\", \"utf8parse\", ] [[package]] name = \"anstyle\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc\" [[package]] name = \"anstyle-parse\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c\" dependencies = [ \"utf8parse\", ] [[package]] name = \"anstyle-query\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"anstyle-wincon\" version = \"3.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7\" dependencies = [ \"anstyle\", \"windows-sys 0.52.0\", ] [[package]] name = \"anyhow\" version = \"1.0.81\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247\" dependencies = [ \"backtrace\", ] [[package]] name = \"arrayvec\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711\" [[package]] name = \"async-stream\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51\" dependencies = [ \"async-stream-impl\", \"futures-core\", \"pin-project-lite\", ] [[package]] name = \"async-stream-impl\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"atty\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\" dependencies = [ \"hermit-abi 0.1.19\", \"libc\", \"winapi\", ] [[package]] name = \"autocfg\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80\" [[package]] name = \"backtrace\" version = \"0.3.71\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d\" dependencies = [ \"addr2line\", \"cc\", \"cfg-if 1.0.0\", \"libc\", \"miniz_oxide\", \"object\", \"rustc-demangle\", ] [[package]] name = \"base-x\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270\" [[package]] name = \"base64\" version = \"0.13.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\" [[package]] name = \"bit-set\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1\" dependencies = [ \"bit-vec\", ] [[package]] name = \"bit-vec\" version = \"0.6.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb\" [[package]] name = \"bitflags\" version = \"1.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\" [[package]] name = \"bitflags\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1\" [[package]] name = \"bitmaps\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2\" dependencies = [ \"typenum\", ] [[package]] name = \"block-buffer\" version = \"0.7.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b\" dependencies = [ \"block-padding\", \"byte-tools\", \"byteorder\", \"generic-array 0.12.4\", ] [[package]] name = \"block-buffer\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4\" dependencies = [ \"generic-array 0.14.7\", ] [[package]] name = \"block-buffer\" version = \"0.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\" dependencies = [ \"generic-array 0.14.7\", ] [[package]] name = \"block-padding\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5\" dependencies = [ \"byte-tools\", ] [[package]] name = \"bstr\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223\" dependencies = [ \"lazy_static\", \"memchr\", \"regex-automata 0.1.10\", ] [[package]] name = \"bumpalo\" version = \"3.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c\" [[package]] name = \"byte-tools\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7\" [[package]] name = \"byteorder\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\" [[package]] name = \"bytes\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9\" [[package]] name = \"cast\" version = \"0.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5\" [[package]] name = \"cc\" version = \"1.0.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41\" [[package]] name = \"cfg-if\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822\" [[package]] name = \"cfg-if\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\" [[package]] name = \"chrono\" version = \"0.4.37\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e\" dependencies = [ \"android-tzdata\", \"iana-time-zone\", \"js-sys\", \"num-traits\", \"serde\", \"wasm-bindgen\", \"windows-targets 0.52.4\", ] [[package]] name = \"ciborium\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e\" dependencies = [ \"ciborium-io\", \"ciborium-ll\", \"serde\", ] [[package]] name = \"ciborium-io\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757\" [[package]] name = \"ciborium-ll\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9\" dependencies = [ \"ciborium-io\", \"half 2.4.1\", ] [[package]] name = \"clap\" version = \"2.34.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c\" dependencies = [ \"bitflags 1.3.2\", \"textwrap 0.11.0\", \"unicode-width\", ] [[package]] name = \"clap\" version = \"3.2.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123\" dependencies = [ \"bitflags 1.3.2\", \"clap_lex 0.2.4\", \"indexmap 1.9.3\", \"textwrap 0.16.1\", ] [[package]] name = \"clap\" version = \"4.5.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0\" dependencies = [ \"clap_builder\", ] [[package]] name = \"clap_builder\" version = \"4.5.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4\" dependencies = [ \"anstream\", \"anstyle\", \"clap_lex 0.7.0\", \"strsim 0.11.1\", ] [[package]] name = \"clap_lex\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5\" dependencies = [ \"os_str_bytes\", ] [[package]] name = \"clap_lex\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce\" [[package]] name = \"colorchoice\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7\" [[package]] name = \"compiler_base_error\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32e6a143200e9657a565b093fde64a590af93884d1f820829db6461de1ff0086\" dependencies = [ \"anyhow\", \"compiler_base_macros\", \"compiler_base_span\", \"fluent\", \"pretty_assertions\", \"rustc_errors\", \"rustc_span\", \"termcolor\", \"unic-langid\", \"walkdir\", ] [[package]] name = \"compiler_base_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"21900034f34b69f860a5ff66e0577b8e66d310090b04bf0334afea9a041e0cee\" [[package]] name = \"compiler_base_session\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67411f0b5421d9c9f045ec08c4d01fe3861197d11215d1e2e448be663aff9ad9\" dependencies = [ \"anyhow\", \"compiler_base_error\", \"compiler_base_span\", ] [[package]] name = \"compiler_base_span\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a42aae2adfa4b418441ede52835f3c96e9ca63d595f0ac861d94935757e9cb2e\" dependencies = [ \"rustc_span\", ] [[package]] name = \"console\" version = \"0.15.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb\" dependencies = [ \"encode_unicode\", \"lazy_static\", \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"const_fn\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935\" [[package]] name = \"core-foundation-sys\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f\" [[package]] name = \"cpufeatures\" version = \"0.2.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504\" dependencies = [ \"libc\", ] [[package]] name = \"criterion\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f\" dependencies = [ \"atty\", \"cast\", \"clap 2.34.0\", \"criterion-plot 0.4.5\", \"csv\", \"itertools\", \"lazy_static\", \"num-traits\", \"oorandom\", \"plotters\", \"rayon\", \"regex\", \"serde\", \"serde_cbor\", \"serde_derive\", \"serde_json\", \"tinytemplate\", \"walkdir\", ] [[package]] name = \"criterion\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb\" dependencies = [ \"anes\", \"atty\", \"cast\", \"ciborium\", \"clap 3.2.25\", \"criterion-plot 0.5.0\", \"itertools\", \"lazy_static\", \"num-traits\", \"oorandom\", \"plotters\", \"rayon\", \"regex\", \"serde\", \"serde_derive\", \"serde_json\", \"tinytemplate\", \"walkdir\", ] [[package]] name = \"criterion-plot\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876\" dependencies = [ \"cast\", \"itertools\", ] [[package]] name = \"criterion-plot\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1\" dependencies = [ \"cast\", \"itertools\", ] [[package]] name = \"crossbeam-channel\" version = \"0.5.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-deque\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d\" dependencies = [ \"crossbeam-epoch\", \"crossbeam-utils\", ] [[package]] name = \"crossbeam-epoch\" version = \"0.9.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e\" dependencies = [ \"crossbeam-utils\", ] [[package]] name = \"crossbeam-utils\" version = \"0.8.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345\" [[package]] name = \"crunchy\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\" [[package]] name = \"crypto-common\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\" dependencies = [ \"generic-array 0.14.7\", \"typenum\", ] [[package]] name = \"csv\" version = \"1.3.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe\" dependencies = [ \"csv-core\", \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"csv-core\" version = \"0.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70\" dependencies = [ \"memchr\", ] [[package]] name = \"dashmap\" version = \"5.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856\" dependencies = [ \"cfg-if 1.0.0\", \"hashbrown 0.14.3\", \"lock_api\", \"once_cell\", \"parking_lot_core 0.9.9\", ] [[package]] name = \"deranged\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4\" dependencies = [ \"powerfmt\", ] [[package]] name = \"diff\" version = \"0.1.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8\" [[package]] name = \"digest\" version = \"0.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5\" dependencies = [ \"generic-array 0.12.4\", ] [[package]] name = \"digest\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066\" dependencies = [ \"generic-array 0.14.7\", ] [[package]] name = \"digest\" version = \"0.10.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\" dependencies = [ \"block-buffer 0.10.4\", \"crypto-common\", ] [[package]] name = \"dirs\" version = \"5.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225\" dependencies = [ \"dirs-sys\", ] [[package]] name = \"dirs-sys\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c\" dependencies = [ \"libc\", \"option-ext\", \"redox_users\", \"windows-sys 0.48.0\", ] [[package]] name = \"discard\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0\" [[package]] name = \"displaydoc\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"dissimilar\" version = \"1.0.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632\" [[package]] name = \"either\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a\" [[package]] name = \"ena\" version = \"0.14.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1\" dependencies = [ \"log\", ] [[package]] name = \"encode_unicode\" version = \"0.3.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f\" [[package]] name = \"enquote\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06c36cb11dbde389f4096111698d8b567c0720e3452fd5ac3e6b4e47e1939932\" dependencies = [ \"thiserror\", ] [[package]] name = \"env_filter\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea\" dependencies = [ \"log\", \"regex\", ] [[package]] name = \"env_logger\" version = \"0.11.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9\" dependencies = [ \"anstream\", \"anstyle\", \"env_filter\", \"humantime\", \"log\", ] [[package]] name = \"equivalent\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\" [[package]] name = \"erased-serde\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b73807008a3c7f171cc40312f37d95ef0396e048b5848d775f54b1a4dd4a0d3\" dependencies = [ \"serde\", ] [[package]] name = \"errno\" version = \"0.3.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"expect-test\" version = \"1.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0\" dependencies = [ \"dissimilar\", \"once_cell\", ] [[package]] name = \"fancy-regex\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf\" dependencies = [ \"bit-set\", \"regex\", ] [[package]] name = \"fastrand\" version = \"2.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984\" [[package]] name = \"filetime\" version = \"0.2.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall 0.4.1\", \"windows-sys 0.52.0\", ] [[package]] name = \"fixedbitset\" version = \"0.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80\" [[package]] name = \"fluent\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7\" dependencies = [ \"fluent-bundle\", \"unic-langid\", ] [[package]] name = \"fluent-bundle\" version = \"0.15.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd\" dependencies = [ \"fluent-langneg\", \"fluent-syntax\", \"intl-memoizer\", \"intl_pluralrules\", \"rustc-hash\", \"self_cell 0.10.3\", \"smallvec\", \"unic-langid\", ] [[package]] name = \"fluent-langneg\" version = \"0.13.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94\" dependencies = [ \"unic-langid\", ] [[package]] name = \"fluent-syntax\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78\" dependencies = [ \"thiserror\", ] [[package]] name = \"form_urlencoded\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456\" dependencies = [ \"percent-encoding\", ] [[package]] name = \"fsevent-sys\" version = \"4.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2\" dependencies = [ \"libc\", ] [[package]] name = \"fslock\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"fst\" version = \"0.4.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a\" [[package]] name = \"futures\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-executor\", \"futures-io\", \"futures-sink\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-channel\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78\" dependencies = [ \"futures-core\", \"futures-sink\", ] [[package]] name = \"futures-core\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d\" [[package]] name = \"futures-executor\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d\" dependencies = [ \"futures-core\", \"futures-task\", \"futures-util\", ] [[package]] name = \"futures-io\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1\" [[package]] name = \"futures-macro\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"futures-sink\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5\" [[package]] name = \"futures-task\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004\" [[package]] name = \"futures-util\" version = \"0.3.30\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48\" dependencies = [ \"futures-channel\", \"futures-core\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures-task\", \"memchr\", \"pin-project-lite\", \"pin-utils\", \"slab\", ] [[package]] name = \"generational-arena\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"generic-array\" version = \"0.12.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd\" dependencies = [ \"typenum\", ] [[package]] name = \"generic-array\" version = \"0.14.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\" dependencies = [ \"typenum\", \"version_check\", ] [[package]] name = \"getrandom\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"wasi\", ] [[package]] name = \"gimli\" version = \"0.28.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253\" [[package]] name = \"glob\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\" [[package]] name = \"half\" version = \"1.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403\" [[package]] name = \"half\" version = \"2.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888\" dependencies = [ \"cfg-if 1.0.0\", \"crunchy\", ] [[package]] name = \"handlebars\" version = \"5.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b\" dependencies = [ \"log\", \"pest\", \"pest_derive\", \"serde\", \"serde_json\", \"thiserror\", ] [[package]] name = \"hashbrown\" version = \"0.12.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888\" [[package]] name = \"hashbrown\" version = \"0.14.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604\" [[package]] name = \"heck\" version = \"0.3.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c\" dependencies = [ \"unicode-segmentation\", ] [[package]] name = \"heck\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\" [[package]] name = \"hermit-abi\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\" dependencies = [ \"libc\", ] [[package]] name = \"hermit-abi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024\" [[package]] name = \"home\" version = \"0.5.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5\" dependencies = [ \"windows-sys 0.52.0\", ] [[package]] name = \"humantime\" version = \"2.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\" [[package]] name = \"iana-time-zone\" version = \"0.1.60\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141\" dependencies = [ \"android_system_properties\", \"core-foundation-sys\", \"iana-time-zone-haiku\", \"js-sys\", \"wasm-bindgen\", \"windows-core\", ] [[package]] name = \"iana-time-zone-haiku\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f\" dependencies = [ \"cc\", ] [[package]] name = \"idna\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6\" dependencies = [ \"unicode-bidi\", \"unicode-normalization\", ] [[package]] name = \"im-rc\" version = \"15.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe\" dependencies = [ \"bitmaps\", \"rand_core\", \"rand_xoshiro\", \"sized-chunks\", \"typenum\", \"version_check\", ] [[package]] name = \"indexmap\" version = \"1.9.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99\" dependencies = [ \"autocfg\", \"hashbrown 0.12.3\", \"rustc-rayon 0.5.0\", ] [[package]] name = \"indexmap\" version = \"2.2.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26\" dependencies = [ \"equivalent\", \"hashbrown 0.14.3\", ] [[package]] name = \"indoc\" version = \"2.0.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5\" [[package]] name = \"inkwell\" version = \"0.2.0\" source = \"git+https://github.com/TheDan64/inkwell?branch=master#4030f764f1c889f36429ac02ef32e04fcfa8ce33\" dependencies = [ \"either\", \"inkwell_internals\", \"libc\", \"llvm-sys\", \"once_cell\", \"parking_lot 0.12.1\", ] [[package]] name = \"inkwell_internals\" version = \"0.8.0\" source = \"git+https://github.com/TheDan64/inkwell?branch=master#4030f764f1c889f36429ac02ef32e04fcfa8ce33\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"inotify\" version = \"0.9.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff\" dependencies = [ \"bitflags 1.3.2\", \"inotify-sys\", \"libc\", ] [[package]] name = \"inotify-sys\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb\" dependencies = [ \"libc\", ] [[package]] name = \"insta\" version = \"1.38.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc\" dependencies = [ \"console\", \"lazy_static\", \"linked-hash-map\", \"similar\", ] [[package]] name = \"instant\" version = \"0.1.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c\" dependencies = [ \"cfg-if 1.0.0\", ] [[package]] name = \"intl-memoizer\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f\" dependencies = [ \"type-map\", \"unic-langid\", ] [[package]] name = \"intl_pluralrules\" version = \"7.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972\" dependencies = [ \"unic-langid\", ] [[package]] name = \"inventory\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767\" [[package]] name = \"itertools\" version = \"0.10.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473\" dependencies = [ \"either\", ] [[package]] name = \"itoa\" version = \"1.0.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b\" [[package]] name = \"jobserver\" version = \"0.1.28\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6\" dependencies = [ \"libc\", ] [[package]] name = \"jod-thread\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae\" [[package]] name = \"js-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d\" dependencies = [ \"wasm-bindgen\", ] [[package]] name = \"json-spanned-value\" version = \"0.2.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bb343fa4e3b1b22b344937deedac88da995abf139c2232cbeaa436c38380a210\" dependencies = [ \"serde\", \"serde_json\", ] [[package]] name = \"jsonrpc-core\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb\" dependencies = [ \"futures\", \"futures-executor\", \"futures-util\", \"log\", \"serde\", \"serde_derive\", \"serde_json\", ] [[package]] name = \"jsonrpc-stdio-server\" version = \"18.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6878586767497326eb3d011bd6dbb583e9f008b11528f82fd47798ec46bb6c26\" dependencies = [ \"futures\", \"jsonrpc-core\", \"log\", \"tokio\", \"tokio-util\", ] [[package]] name = \"kcl-language-server\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"chrono\", \"clap 4.5.4\", \"compiler_base_session\", \"crossbeam-channel\", \"dashmap\", \"env_logger\", \"im-rc\", \"indexmap 1.9.3\", \"kclvm-ast\", \"kclvm-config\", \"kclvm-driver\", \"kclvm-error\", \"kclvm-parser\", \"kclvm-query\", \"kclvm-sema\", \"kclvm-span\", \"kclvm-tools\", \"kclvm-utils\", \"kclvm-version\", \"log\", \"lsp-server\", \"lsp-types\", \"maplit\", \"parking_lot 0.12.1\", \"proc_macro_crate\", \"ra_ap_vfs\", \"ra_ap_vfs-notify\", \"ropey\", \"rustc-hash\", \"rustc_lexer\", \"salsa\", \"serde\", \"serde_json\", \"threadpool\", \"tokio\", \"tokio-test\", ] [[package]] name = \"kclvm\" version = \"0.8.7\" dependencies = [ \"kclvm-api\", \"kclvm-ast\", \"kclvm-cmd\", \"kclvm-compiler\", \"kclvm-config\", \"kclvm-driver\", \"kclvm-error\", \"kclvm-evaluator\", \"kclvm-loader\", \"kclvm-parser\", \"kclvm-query\", \"kclvm-runner\", \"kclvm-runtime\", \"kclvm-sema\", \"kclvm-tools\", \"kclvm-version\", ] [[package]] name = \"kclvm-api\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"criterion 0.4.0\", \"futures\", \"indexmap 1.9.3\", \"jsonrpc-stdio-server\", \"kcl-language-server\", \"kclvm-ast\", \"kclvm-ast-pretty\", \"kclvm-config\", \"kclvm-driver\", \"kclvm-error\", \"kclvm-loader\", \"kclvm-parser\", \"kclvm-query\", \"kclvm-runner\", \"kclvm-runtime\", \"kclvm-sema\", \"kclvm-tools\", \"kclvm-utils\", \"maplit\", \"once_cell\", \"prost\", \"prost-build\", \"prost-types\", \"prost-wkt\", \"prost-wkt-build\", \"prost-wkt-types\", \"protoc-bin-vendored\", \"serde\", \"serde_json\", \"serde_yaml\", \"tempfile\", \"tokio\", ] [[package]] name = \"kclvm-ast\" version = \"0.8.7\" dependencies = [ \"compiler_base_span\", \"kclvm-error\", \"kclvm-parser\", \"kclvm-span\", \"kclvm-utils\", \"serde\", \"serde_json\", \"thread_local\", \"uuid\", ] [[package]] name = \"kclvm-ast-pretty\" version = \"0.8.7\" dependencies = [ \"compiler_base_macros\", \"compiler_base_session\", \"fancy-regex\", \"indexmap 1.9.3\", \"kclvm-ast\", \"kclvm-error\", \"kclvm-parser\", \"pretty_assertions\", ] [[package]] name = \"kclvm-cmd\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"clap 4.5.4\", \"compiler_base_session\", \"kclvm-api\", \"kclvm-config\", \"kclvm-driver\", \"kclvm-error\", \"kclvm-parser\", \"kclvm-runner\", \"kclvm-runtime\", \"kclvm-tools\", \"kclvm-version\", ] [[package]] name = \"kclvm-compiler\" version = \"0.8.7\" dependencies = [ \"ahash\", \"bit-set\", \"bitflags 1.3.2\", \"fancy-regex\", \"indexmap 1.9.3\", \"inkwell\", \"kclvm-ast\", \"kclvm-error\", \"kclvm-runtime\", \"kclvm-sema\", \"once_cell\", \"phf\", \"time 0.2.27\", \"unicode_names2\", ] [[package]] name = \"kclvm-config\" version = \"0.8.7\" dependencies = [ \"ahash\", \"anyhow\", \"chrono\", \"dirs\", \"glob\", \"indexmap 1.9.3\", \"kclvm-ast\", \"kclvm-utils\", \"kclvm-version\", \"md-5 0.8.0\", \"pathdiff\", \"regex\", \"ron\", \"serde\", \"serde_json\", \"serde_yaml\", \"toml\", ] [[package]] name = \"kclvm-driver\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"glob\", \"kclvm-ast\", \"kclvm-config\", \"kclvm-parser\", \"kclvm-runtime\", \"kclvm-utils\", \"notify 6.1.1\", \"serde\", \"serde_json\", \"walkdir\", ] [[package]] name = \"kclvm-error\" version = \"0.8.7\" dependencies = [ \"annotate-snippets\", \"anyhow\", \"atty\", \"compiler_base_error\", \"compiler_base_macros\", \"compiler_base_session\", \"compiler_base_span\", \"indexmap 1.9.3\", \"kclvm-runtime\", \"kclvm-span\", \"serde_json\", \"termize\", \"tracing\", ] [[package]] name = \"kclvm-evaluator\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"generational-arena\", \"indexmap 1.9.3\", \"insta\", \"kclvm-ast\", \"kclvm-error\", \"kclvm-loader\", \"kclvm-parser\", \"kclvm-runtime\", \"kclvm-sema\", ] [[package]] name = \"kclvm-lexer\" version = \"0.8.7\" dependencies = [ \"expect-test\", \"kclvm-error\", \"rustc_lexer\", \"unic-emoji-char\", ] [[package]] name = \"kclvm-loader\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"indexmap 1.9.3\", \"insta\", \"kclvm-ast\", \"kclvm-ast-pretty\", \"kclvm-error\", \"kclvm-parser\", \"kclvm-query\", \"kclvm-sema\", \"maplit\", ] [[package]] name = \"kclvm-macros\" version = \"0.8.7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"synstructure\", ] [[package]] name = \"kclvm-parser\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"bstr\", \"compiler_base_error\", \"compiler_base_macros\", \"compiler_base_session\", \"compiler_base_span\", \"either\", \"enquote\", \"expect-test\", \"indexmap 1.9.3\", \"insta\", \"kclvm-ast\", \"kclvm-config\", \"kclvm-error\", \"kclvm-lexer\", \"kclvm-sema\", \"kclvm-span\", \"kclvm-utils\", \"num-bigint\", \"petgraph\", \"regex\", \"rustc_lexer\", \"serde\", \"serde_json\", \"tracing\", \"unicode_names2\", ] [[package]] name = \"kclvm-query\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"compiler_base_macros\", \"compiler_base_session\", \"indexmap 1.9.3\", \"kclvm-ast\", \"kclvm-ast-pretty\", \"kclvm-error\", \"kclvm-parser\", \"kclvm-sema\", \"maplit\", \"pretty_assertions\", ] [[package]] name = \"kclvm-runner\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"cc\", \"chrono\", \"compiler_base_macros\", \"compiler_base_session\", \"criterion 0.3.6\", \"glob\", \"indexmap 1.9.3\", \"kclvm-ast\", \"kclvm-compiler\", \"kclvm-config\", \"kclvm-driver\", \"kclvm-error\", \"kclvm-evaluator\", \"kclvm-parser\", \"kclvm-query\", \"kclvm-runtime\", \"kclvm-sema\", \"kclvm-utils\", \"kclvm-version\", \"libc\", \"libloading\", \"once_cell\", \"serde\", \"serde_json\", \"tempfile\", \"threadpool\", \"uuid\", \"walkdir\", ] [[package]] name = \"kclvm-runtime\" version = \"0.8.7\" dependencies = [ \"ahash\", \"base64\", \"bstr\", \"chrono\", \"fancy-regex\", \"generational-arena\", \"glob\", \"handlebars\", \"indexmap 1.9.3\", \"itertools\", \"kclvm_runtime_internal_macros\", \"lazy_static\", \"libc\", \"md5\", \"num-integer\", \"phf\", \"regex\", \"serde\", \"serde_json\", \"serde_yaml\", \"sha1\", \"sha2 0.9.9\", \"unic-ucd-bidi\", \"unic-ucd-category\", \"unicode-casing\", \"uuid\", ] [[package]] name = \"kclvm-sema\" version = \"0.8.7\" dependencies = [ \"ahash\", \"anyhow\", \"bit-set\", \"bitflags 1.3.2\", \"compiler_base_error\", \"compiler_base_macros\", \"compiler_base_session\", \"compiler_base_span\", \"criterion 0.3.6\", \"fancy-regex\", \"generational-arena\", \"indexmap 1.9.3\", \"kclvm-ast\", \"kclvm-ast-pretty\", \"kclvm-error\", \"kclvm-parser\", \"kclvm-runtime\", \"kclvm-span\", \"kclvm-utils\", \"lazy_static\", \"once_cell\", \"petgraph\", \"phf\", \"regex\", \"serde\", \"serde_json\", \"suggestions\", \"unicode_names2\", ] [[package]] name = \"kclvm-span\" version = \"0.8.7\" dependencies = [ \"compiler_base_span\", \"kclvm-macros\", \"parking_lot 0.11.2\", \"scoped-tls\", ] [[package]] name = \"kclvm-tools\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"compiler_base_session\", \"compiler_base_span\", \"criterion 0.3.6\", \"fancy-regex\", \"indexmap 1.9.3\", \"insta\", \"json-spanned-value\", \"kclvm-ast\", \"kclvm-ast-pretty\", \"kclvm-config\", \"kclvm-driver\", \"kclvm-error\", \"kclvm-parser\", \"kclvm-query\", \"kclvm-runner\", \"kclvm-runtime\", \"kclvm-sema\", \"kclvm-utils\", \"located_yaml\", \"once_cell\", \"pretty_assertions\", \"regex\", \"rustc_lexer\", \"serde_json\", \"serde_yaml\", \"walkdir\", ] [[package]] name = \"kclvm-utils\" version = \"0.8.7\" dependencies = [ \"anyhow\", \"fslock\", \"regex\", ] [[package]] name = \"kclvm-version\" version = \"0.8.7\" dependencies = [ \"vergen\", ] [[package]] name = \"kclvm_runtime_internal_macros\" version = \"0.5.0\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"kqueue\" version = \"1.0.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c\" dependencies = [ \"kqueue-sys\", \"libc\", ] [[package]] name = \"kqueue-sys\" version = \"1.0.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b\" dependencies = [ \"bitflags 1.3.2\", \"libc\", ] [[package]] name = \"lazy_static\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\" [[package]] name = \"libc\" version = \"0.2.153\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd\" [[package]] name = \"libloading\" version = \"0.7.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f\" dependencies = [ \"cfg-if 1.0.0\", \"winapi\", ] [[package]] name = \"libredox\" version = \"0.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d\" dependencies = [ \"bitflags 2.5.0\", \"libc\", ] [[package]] name = \"linked-hash-map\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f\" dependencies = [ \"serde\", ] [[package]] name = \"linux-raw-sys\" version = \"0.4.13\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c\" [[package]] name = \"llvm-sys\" version = \"120.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"624f2692f436769c7eb85a13eeca3f6fb9705a4b2bd0473ac9577c90f19e21ef\" dependencies = [ \"cc\", \"lazy_static\", \"libc\", \"regex\", \"semver 0.11.0\", ] [[package]] name = \"located_yaml\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9bc68ee6f87a1be7fdba1dcfd854528371aa84a8390279b5d7a99d5da82add76\" dependencies = [ \"linked-hash-map\", \"serde\", \"yaml-rust\", ] [[package]] name = \"lock_api\" version = \"0.4.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45\" dependencies = [ \"autocfg\", \"scopeguard\", ] [[package]] name = \"log\" version = \"0.4.21\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c\" [[package]] name = \"lsp-server\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"68a9b4c78d1c3f35c5864c90e9633377b5f374a4a4983ac64c30b8ae898f9305\" dependencies = [ \"crossbeam-channel\", \"log\", \"serde\", \"serde_json\", ] [[package]] name = \"lsp-types\" version = \"0.93.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9be6e9c7e2d18f651974370d7aff703f9513e0df6e464fd795660edc77e6ca51\" dependencies = [ \"bitflags 1.3.2\", \"serde\", \"serde_json\", \"serde_repr\", \"url\", ] [[package]] name = \"maplit\" version = \"1.0.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d\" [[package]] name = \"matches\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5\" [[package]] name = \"md-5\" version = \"0.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8\" dependencies = [ \"block-buffer 0.7.3\", \"digest 0.8.1\", \"opaque-debug 0.2.3\", ] [[package]] name = \"md-5\" version = \"0.10.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf\" dependencies = [ \"cfg-if 1.0.0\", \"digest 0.10.7\", ] [[package]] name = \"md5\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771\" [[package]] name = \"memchr\" version = \"2.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d\" [[package]] name = \"memmap2\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4\" dependencies = [ \"libc\", ] [[package]] name = \"miniz_oxide\" version = \"0.7.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7\" dependencies = [ \"adler\", ] [[package]] name = \"mio\" version = \"0.8.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c\" dependencies = [ \"libc\", \"log\", \"wasi\", \"windows-sys 0.48.0\", ] [[package]] name = \"miow\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123\" dependencies = [ \"windows-sys 0.42.0\", ] [[package]] name = \"multimap\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a\" [[package]] name = \"notify\" version = \"5.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486\" dependencies = [ \"bitflags 1.3.2\", \"crossbeam-channel\", \"filetime\", \"fsevent-sys\", \"inotify\", \"kqueue\", \"libc\", \"mio\", \"walkdir\", \"windows-sys 0.45.0\", ] [[package]] name = \"notify\" version = \"6.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d\" dependencies = [ \"bitflags 2.5.0\", \"crossbeam-channel\", \"filetime\", \"fsevent-sys\", \"inotify\", \"kqueue\", \"libc\", \"log\", \"mio\", \"walkdir\", \"windows-sys 0.48.0\", ] [[package]] name = \"num-bigint\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0\" dependencies = [ \"autocfg\", \"num-integer\", \"num-traits\", ] [[package]] name = \"num-conv\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9\" [[package]] name = \"num-integer\" version = \"0.1.46\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f\" dependencies = [ \"num-traits\", ] [[package]] name = \"num-traits\" version = \"0.2.18\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a\" dependencies = [ \"autocfg\", ] [[package]] name = \"num_cpus\" version = \"1.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43\" dependencies = [ \"hermit-abi 0.3.9\", \"libc\", ] [[package]] name = \"num_threads\" version = \"0.1.7\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9\" dependencies = [ \"libc\", ] [[package]] name = \"object\" version = \"0.32.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441\" dependencies = [ \"memchr\", ] [[package]] name = \"once_cell\" version = \"1.19.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\" [[package]] name = \"oorandom\" version = \"11.1.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575\" [[package]] name = \"opaque-debug\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c\" [[package]] name = \"opaque-debug\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381\" [[package]] name = \"option-ext\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d\" [[package]] name = \"os_str_bytes\" version = \"6.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1\" [[package]] name = \"parking_lot\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99\" dependencies = [ \"instant\", \"lock_api\", \"parking_lot_core 0.8.6\", ] [[package]] name = \"parking_lot\" version = \"0.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f\" dependencies = [ \"lock_api\", \"parking_lot_core 0.9.9\", ] [[package]] name = \"parking_lot_core\" version = \"0.8.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc\" dependencies = [ \"cfg-if 1.0.0\", \"instant\", \"libc\", \"redox_syscall 0.2.16\", \"smallvec\", \"winapi\", ] [[package]] name = \"parking_lot_core\" version = \"0.9.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e\" dependencies = [ \"cfg-if 1.0.0\", \"libc\", \"redox_syscall 0.4.1\", \"smallvec\", \"windows-targets 0.48.5\", ] [[package]] name = \"pathdiff\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd\" [[package]] name = \"percent-encoding\" version = \"2.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e\" [[package]] name = \"pest\" version = \"2.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95\" dependencies = [ \"memchr\", \"thiserror\", \"ucd-trie\", ] [[package]] name = \"pest_derive\" version = \"2.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c\" dependencies = [ \"pest\", \"pest_generator\", ] [[package]] name = \"pest_generator\" version = \"2.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd\" dependencies = [ \"pest\", \"pest_meta\", \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"pest_meta\" version = \"2.7.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca\" dependencies = [ \"once_cell\", \"pest\", \"sha2 0.10.8\", ] [[package]] name = \"petgraph\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9\" dependencies = [ \"fixedbitset\", \"indexmap 2.2.6\", ] [[package]] name = \"phf\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b2ac8b67553a7ca9457ce0e526948cad581819238f4a9d1ea74545851fa24f37\" dependencies = [ \"phf_macros\", \"phf_shared\", \"proc-macro-hack\", ] [[package]] name = \"phf_generator\" version = \"0.9.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d43f3220d96e0080cc9ea234978ccd80d904eafb17be31bb0f76daaea6493082\" dependencies = [ \"phf_shared\", \"rand\", ] [[package]] name = \"phf_macros\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b706f5936eb50ed880ae3009395b43ed19db5bff2ebd459c95e7bf013a89ab86\" dependencies = [ \"phf_generator\", \"phf_shared\", \"proc-macro-hack\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"phf_shared\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a68318426de33640f02be62b4ae8eb1261be2efbc337b60c54d845bf4484e0d9\" dependencies = [ \"siphasher\", ] [[package]] name = \"pin-project-lite\" version = \"0.2.14\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02\" [[package]] name = \"pin-utils\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\" [[package]] name = \"plotters\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45\" dependencies = [ \"num-traits\", \"plotters-backend\", \"plotters-svg\", \"wasm-bindgen\", \"web-sys\", ] [[package]] name = \"plotters-backend\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609\" [[package]] name = \"plotters-svg\" version = \"0.3.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab\" dependencies = [ \"plotters-backend\", ] [[package]] name = \"powerfmt\" version = \"0.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\" [[package]] name = \"ppv-lite86\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de\" [[package]] name = \"pretty_assertions\" version = \"1.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66\" dependencies = [ \"diff\", \"yansi\", ] [[package]] name = \"prettyplease\" version = \"0.1.25\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86\" dependencies = [ \"proc-macro2\", \"syn 1.0.109\", ] [[package]] name = \"proc-macro-hack\" version = \"0.5.20+deprecated\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068\" [[package]] name = \"proc-macro2\" version = \"1.0.79\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e\" dependencies = [ \"unicode-ident\", ] [[package]] name = \"proc_macro_crate\" version = \"0.1.0\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"prost\" version = \"0.11.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd\" dependencies = [ \"bytes\", \"prost-derive\", ] [[package]] name = \"prost-build\" version = \"0.11.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270\" dependencies = [ \"bytes\", \"heck 0.4.1\", \"itertools\", \"lazy_static\", \"log\", \"multimap\", \"petgraph\", \"prettyplease\", \"prost\", \"prost-types\", \"regex\", \"syn 1.0.109\", \"tempfile\", \"which\", ] [[package]] name = \"prost-derive\" version = \"0.11.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4\" dependencies = [ \"anyhow\", \"itertools\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"prost-types\" version = \"0.11.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13\" dependencies = [ \"prost\", ] [[package]] name = \"prost-wkt\" version = \"0.4.1\" dependencies = [ \"chrono\", \"inventory\", \"prost\", \"serde\", \"serde_derive\", \"serde_json\", \"typetag\", ] [[package]] name = \"prost-wkt-build\" version = \"0.4.1\" dependencies = [ \"heck 0.4.1\", \"prost\", \"prost-build\", \"prost-types\", \"quote\", ] [[package]] name = \"prost-wkt-types\" version = \"0.4.1\" dependencies = [ \"chrono\", \"prost\", \"prost-build\", \"prost-types\", \"prost-wkt\", \"prost-wkt-build\", \"protoc-bin-vendored\", \"regex\", \"serde\", \"serde_derive\", \"serde_json\", ] [[package]] name = \"protoc-bin-vendored\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"005ca8623e5633e298ad1f917d8be0a44bcf406bf3cde3b80e63003e49a3f27d\" dependencies = [ \"protoc-bin-vendored-linux-aarch_64\", \"protoc-bin-vendored-linux-ppcle_64\", \"protoc-bin-vendored-linux-x86_32\", \"protoc-bin-vendored-linux-x86_64\", \"protoc-bin-vendored-macos-x86_64\", \"protoc-bin-vendored-win32\", ] [[package]] name = \"protoc-bin-vendored-linux-aarch_64\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8fb9fc9cce84c8694b6ea01cc6296617b288b703719b725b8c9c65f7c5874435\" [[package]] name = \"protoc-bin-vendored-linux-ppcle_64\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"02d2a07dcf7173a04d49974930ccbfb7fd4d74df30ecfc8762cf2f895a094516\" [[package]] name = \"protoc-bin-vendored-linux-x86_32\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d54fef0b04fcacba64d1d80eed74a20356d96847da8497a59b0a0a436c9165b0\" [[package]] name = \"protoc-bin-vendored-linux-x86_64\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b8782f2ce7d43a9a5c74ea4936f001e9e8442205c244f7a3d4286bd4c37bc924\" [[package]] name = \"protoc-bin-vendored-macos-x86_64\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b5de656c7ee83f08e0ae5b81792ccfdc1d04e7876b1d9a38e6876a9e09e02537\" [[package]] name = \"protoc-bin-vendored-win32\" version = \"3.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9653c3ed92974e34c5a6e0a510864dab979760481714c172e0a34e437cb98804\" [[package]] name = \"quote\" version = \"1.0.35\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef\" dependencies = [ \"proc-macro2\", ] [[package]] name = \"ra_ap_paths\" version = \"0.0.149\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d780b450680460bd7ea3e2483dcf15a3ac0ce0ec028696caa342c577d65e5506\" [[package]] name = \"ra_ap_stdx\" version = \"0.0.149\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d776542bf771f4fdf40c21ced864bf213924d8a60d580c970715818471ebd74c\" dependencies = [ \"always-assert\", \"libc\", \"miow\", \"winapi\", ] [[package]] name = \"ra_ap_vfs\" version = \"0.0.149\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e8cd60adecd0947e1dd41a3077713381aa0cdcba6dc8777300d7d5b83b9fbe84\" dependencies = [ \"fst\", \"indexmap 1.9.3\", \"ra_ap_paths\", \"ra_ap_stdx\", \"rustc-hash\", ] [[package]] name = \"ra_ap_vfs-notify\" version = \"0.0.149\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a680f2dbd796844ebeaa2a4d01ae209f412ddc2981f6512ab8bc9b471156e6cd\" dependencies = [ \"crossbeam-channel\", \"jod-thread\", \"notify 5.2.0\", \"ra_ap_paths\", \"ra_ap_vfs\", \"tracing\", \"walkdir\", ] [[package]] name = \"rand\" version = \"0.8.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\" dependencies = [ \"libc\", \"rand_chacha\", \"rand_core\", ] [[package]] name = \"rand_chacha\" version = \"0.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\" dependencies = [ \"ppv-lite86\", \"rand_core\", ] [[package]] name = \"rand_core\" version = \"0.6.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\" dependencies = [ \"getrandom\", ] [[package]] name = \"rand_xoshiro\" version = \"0.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa\" dependencies = [ \"rand_core\", ] [[package]] name = \"rayon\" version = \"1.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa\" dependencies = [ \"either\", \"rayon-core\", ] [[package]] name = \"rayon-core\" version = \"1.12.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2\" dependencies = [ \"crossbeam-deque\", \"crossbeam-utils\", ] [[package]] name = \"redox_syscall\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_syscall\" version = \"0.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa\" dependencies = [ \"bitflags 1.3.2\", ] [[package]] name = \"redox_users\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891\" dependencies = [ \"getrandom\", \"libredox\", \"thiserror\", ] [[package]] name = \"regex\" version = \"1.10.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-automata 0.4.6\", \"regex-syntax\", ] [[package]] name = \"regex-automata\" version = \"0.1.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\" [[package]] name = \"regex-automata\" version = \"0.4.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea\" dependencies = [ \"aho-corasick\", \"memchr\", \"regex-syntax\", ] [[package]] name = \"regex-syntax\" version = \"0.8.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56\" [[package]] name = \"ron\" version = \"0.7.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a\" dependencies = [ \"base64\", \"bitflags 1.3.2\", \"serde\", ] [[package]] name = \"ropey\" version = \"1.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5\" dependencies = [ \"smallvec\", \"str_indices\", ] [[package]] name = \"rustc-demangle\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\" [[package]] name = \"rustc-hash\" version = \"1.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\" [[package]] name = \"rustc-rayon\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9974ab223660e61c1b4e7b43b827379df286736ca988308ce7e16f59f2d89246\" dependencies = [ \"crossbeam-deque\", \"either\", \"rustc-rayon-core 0.3.2\", ] [[package]] name = \"rustc-rayon\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710\" dependencies = [ \"either\", \"rustc-rayon-core 0.5.0\", ] [[package]] name = \"rustc-rayon-core\" version = \"0.3.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"564bfd27be8db888d0fa76aa4335e7851aaed0c2c11ad1e93aeb9349f6b88500\" dependencies = [ \"crossbeam-deque\", \"crossbeam-utils\", \"lazy_static\", \"num_cpus\", ] [[package]] name = \"rustc-rayon-core\" version = \"0.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f\" dependencies = [ \"crossbeam-channel\", \"crossbeam-deque\", \"crossbeam-utils\", \"num_cpus\", ] [[package]] name = \"rustc_data_structures\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a38bae9c6afa27015bcaa2869e03bb111ecf0d0e0edc2da559a91d4057174c9a\" dependencies = [ \"arrayvec\", \"bitflags 1.3.2\", \"cfg-if 0.1.10\", \"ena\", \"indexmap 1.9.3\", \"jobserver\", \"libc\", \"memmap2\", \"parking_lot 0.12.1\", \"rustc-hash\", \"rustc-rayon 0.3.2\", \"rustc-rayon-core 0.3.2\", \"stable_deref_trait\", \"tempfile\", \"tracing\", \"winapi\", ] [[package]] name = \"rustc_errors\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00299b1841816d2c41129e6d4f86b0b446ee387e8203871c2551e1c405b1243c\" dependencies = [ \"termcolor\", \"winapi\", ] [[package]] name = \"rustc_lexer\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5\" dependencies = [ \"unicode-xid\", ] [[package]] name = \"rustc_span\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"043e9cc06c53de1f6a125e41e4b915d23a130241610a114ad4fe4f654617eae4\" dependencies = [ \"cfg-if 0.1.10\", \"md-5 0.10.6\", \"rustc_data_structures\", \"scoped-tls\", \"sha-1\", \"sha2 0.10.8\", \"tracing\", \"unicode-width\", ] [[package]] name = \"rustc_version\" version = \"0.2.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a\" dependencies = [ \"semver 0.9.0\", ] [[package]] name = \"rustc_version\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366\" dependencies = [ \"semver 1.0.22\", ] [[package]] name = \"rustix\" version = \"0.38.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89\" dependencies = [ \"bitflags 2.5.0\", \"errno\", \"libc\", \"linux-raw-sys\", \"windows-sys 0.52.0\", ] [[package]] name = \"rustversion\" version = \"1.0.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47\" [[package]] name = \"ryu\" version = \"1.0.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1\" [[package]] name = \"salsa\" version = \"0.16.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4b84d9f96071f3f3be0dc818eae3327625d8ebc95b58da37d6850724f31d3403\" dependencies = [ \"crossbeam-utils\", \"indexmap 1.9.3\", \"lock_api\", \"log\", \"oorandom\", \"parking_lot 0.11.2\", \"rustc-hash\", \"salsa-macros\", \"smallvec\", ] [[package]] name = \"salsa-macros\" version = \"0.16.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"cd3904a4ba0a9d0211816177fd34b04c7095443f8cdacd11175064fe541c8fe2\" dependencies = [ \"heck 0.3.3\", \"proc-macro2\", \"quote\", \"syn 1.0.109\", ] [[package]] name = \"same-file\" version = \"1.0.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\" dependencies = [ \"winapi-util\", ] [[package]] name = \"scoped-tls\" version = \"1.0.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\" [[package]] name = \"scopeguard\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\" [[package]] name = \"self_cell\" version = \"0.10.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d\" dependencies = [ \"self_cell 1.0.3\", ] [[package]] name = \"self_cell\" version = \"1.0.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba\" [[package]] name = \"semver\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403\" dependencies = [ \"semver-parser 0.7.0\", ] [[package]] name = \"semver\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6\" dependencies = [ \"semver-parser 0.10.2\", ] [[package]] name = \"semver\" version = \"1.0.22\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca\" [[package]] name = \"semver-parser\" version = \"0.7.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3\" [[package]] name = \"semver-parser\" version = \"0.10.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7\" dependencies = [ \"pest\", ] [[package]] name = \"serde\" version = \"1.0.197\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2\" dependencies = [ \"serde_derive\", ] [[package]] name = \"serde_cbor\" version = \"0.11.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5\" dependencies = [ \"half 1.8.3\", \"serde\", ] [[package]] name = \"serde_derive\" version = \"1.0.197\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"serde_json\" version = \"1.0.115\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd\" dependencies = [ \"itoa\", \"ryu\", \"serde\", ] [[package]] name = \"serde_repr\" version = \"0.1.19\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"serde_yaml\" version = \"0.9.34+deprecated\" dependencies = [ \"anyhow\", \"indexmap 2.2.6\", \"indoc\", \"itoa\", \"ryu\", \"serde\", \"serde_derive\", \"unsafe-libyaml\", ] [[package]] name = \"sha-1\" version = \"0.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c\" dependencies = [ \"cfg-if 1.0.0\", \"cpufeatures\", \"digest 0.10.7\", ] [[package]] name = \"sha1\" version = \"0.6.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770\" dependencies = [ \"sha1_smol\", ] [[package]] name = \"sha1_smol\" version = \"1.0.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012\" [[package]] name = \"sha2\" version = \"0.9.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800\" dependencies = [ \"block-buffer 0.9.0\", \"cfg-if 1.0.0\", \"cpufeatures\", \"digest 0.9.0\", \"opaque-debug 0.3.1\", ] [[package]] name = \"sha2\" version = \"0.10.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8\" dependencies = [ \"cfg-if 1.0.0\", \"cpufeatures\", \"digest 0.10.7\", ] [[package]] name = \"signal-hook-registry\" version = \"1.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1\" dependencies = [ \"libc\", ] [[package]] name = \"similar\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640\" [[package]] name = \"siphasher\" version = \"0.3.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d\" [[package]] name = \"sized-chunks\" version = \"0.6.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e\" dependencies = [ \"bitmaps\", \"typenum\", ] [[package]] name = \"slab\" version = \"0.4.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\" dependencies = [ \"autocfg\", ] [[package]] name = \"smallvec\" version = \"1.13.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67\" [[package]] name = \"socket2\" version = \"0.5.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871\" dependencies = [ \"libc\", \"windows-sys 0.52.0\", ] [[package]] name = \"stable_deref_trait\" version = \"1.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3\" [[package]] name = \"standback\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff\" dependencies = [ \"version_check\", ] [[package]] name = \"stdweb\" version = \"0.4.20\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5\" dependencies = [ \"discard\", \"rustc_version 0.2.3\", \"stdweb-derive\", \"stdweb-internal-macros\", \"stdweb-internal-runtime\", \"wasm-bindgen\", ] [[package]] name = \"stdweb-derive\" version = \"0.5.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef\" dependencies = [ \"proc-macro2\", \"quote\", \"serde\", \"serde_derive\", \"syn 1.0.109\", ] [[package]] name = \"stdweb-internal-macros\" version = \"0.2.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11\" dependencies = [ \"base-x\", \"proc-macro2\", \"quote\", \"serde\", \"serde_derive\", \"serde_json\", \"sha1\", \"syn 1.0.109\", ] [[package]] name = \"stdweb-internal-runtime\" version = \"0.1.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0\" [[package]] name = \"str_indices\" version = \"0.4.3\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c\" [[package]] name = \"strsim\" version = \"0.10.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\" [[package]] name = \"strsim\" version = \"0.11.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\" [[package]] name = \"suggestions\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5441c382482e49aaac2c3ea9cbcd24290531246e879ee94af5dfc4b144f11e80\" dependencies = [ \"strsim 0.10.0\", ] [[package]] name = \"syn\" version = \"1.0.109\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"syn\" version = \"2.0.58\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687\" dependencies = [ \"proc-macro2\", \"quote\", \"unicode-ident\", ] [[package]] name = \"synstructure\" version = \"0.12.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 1.0.109\", \"unicode-xid\", ] [[package]] name = \"tempfile\" version = \"3.10.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1\" dependencies = [ \"cfg-if 1.0.0\", \"fastrand\", \"rustix\", \"windows-sys 0.52.0\", ] [[package]] name = \"termcolor\" version = \"1.4.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755\" dependencies = [ \"winapi-util\", ] [[package]] name = \"termize\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295\" dependencies = [ \"libc\", \"winapi\", ] [[package]] name = \"textwrap\" version = \"0.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060\" dependencies = [ \"unicode-width\", ] [[package]] name = \"textwrap\" version = \"0.16.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9\" [[package]] name = \"thiserror\" version = \"1.0.58\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297\" dependencies = [ \"thiserror-impl\", ] [[package]] name = \"thiserror-impl\" version = \"1.0.58\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"thread_local\" version = \"1.1.8\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c\" dependencies = [ \"cfg-if 1.0.0\", \"once_cell\", ] [[package]] name = \"threadpool\" version = \"1.8.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa\" dependencies = [ \"num_cpus\", ] [[package]] name = \"time\" version = \"0.2.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242\" dependencies = [ \"const_fn\", \"libc\", \"standback\", \"stdweb\", \"time-macros 0.1.1\", \"version_check\", \"winapi\", ] [[package]] name = \"time\" version = \"0.3.34\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749\" dependencies = [ \"deranged\", \"itoa\", \"libc\", \"num-conv\", \"num_threads\", \"powerfmt\", \"serde\", \"time-core\", \"time-macros 0.2.17\", ] [[package]] name = \"time-core\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3\" [[package]] name = \"time-macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1\" dependencies = [ \"proc-macro-hack\", \"time-macros-impl\", ] [[package]] name = \"time-macros\" version = \"0.2.17\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774\" dependencies = [ \"num-conv\", \"time-core\", ] [[package]] name = \"time-macros-impl\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f\" dependencies = [ \"proc-macro-hack\", \"proc-macro2\", \"quote\", \"standback\", \"syn 1.0.109\", ] [[package]] name = \"tinystr\" version = \"0.7.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece\" dependencies = [ \"displaydoc\", ] [[package]] name = \"tinytemplate\" version = \"1.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc\" dependencies = [ \"serde\", \"serde_json\", ] [[package]] name = \"tinyvec\" version = \"1.6.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50\" dependencies = [ \"tinyvec_macros\", ] [[package]] name = \"tinyvec_macros\" version = \"0.1.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\" [[package]] name = \"tokio\" version = \"1.37.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787\" dependencies = [ \"backtrace\", \"bytes\", \"libc\", \"mio\", \"num_cpus\", \"parking_lot 0.12.1\", \"pin-project-lite\", \"signal-hook-registry\", \"socket2\", \"tokio-macros\", \"windows-sys 0.48.0\", ] [[package]] name = \"tokio-macros\" version = \"2.2.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"tokio-stream\" version = \"0.1.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af\" dependencies = [ \"futures-core\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"tokio-test\" version = \"0.4.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7\" dependencies = [ \"async-stream\", \"bytes\", \"futures-core\", \"tokio\", \"tokio-stream\", ] [[package]] name = \"tokio-util\" version = \"0.6.10\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507\" dependencies = [ \"bytes\", \"futures-core\", \"futures-sink\", \"log\", \"pin-project-lite\", \"tokio\", ] [[package]] name = \"toml\" version = \"0.5.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234\" dependencies = [ \"serde\", ] [[package]] name = \"tracing\" version = \"0.1.40\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef\" dependencies = [ \"pin-project-lite\", \"tracing-attributes\", \"tracing-core\", ] [[package]] name = \"tracing-attributes\" version = \"0.1.27\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"tracing-core\" version = \"0.1.32\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54\" dependencies = [ \"once_cell\", ] [[package]] name = \"type-map\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46\" dependencies = [ \"rustc-hash\", ] [[package]] name = \"typenum\" version = \"1.17.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\" [[package]] name = \"typetag\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf\" dependencies = [ \"erased-serde\", \"inventory\", \"once_cell\", \"serde\", \"typetag-impl\", ] [[package]] name = \"typetag-impl\" version = \"0.2.16\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", ] [[package]] name = \"ucd-trie\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9\" [[package]] name = \"unic-char-property\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221\" dependencies = [ \"unic-char-range\", ] [[package]] name = \"unic-char-range\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc\" [[package]] name = \"unic-common\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc\" [[package]] name = \"unic-emoji-char\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d\" dependencies = [ \"unic-char-property\", \"unic-char-range\", \"unic-ucd-version\", ] [[package]] name = \"unic-langid\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516\" dependencies = [ \"unic-langid-impl\", \"unic-langid-macros\", ] [[package]] name = \"unic-langid-impl\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6\" dependencies = [ \"tinystr\", ] [[package]] name = \"unic-langid-macros\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c854cefb82ff2816410ce606acbad1b3af065140907b29be9229040752b83ec\" dependencies = [ \"proc-macro-hack\", \"tinystr\", \"unic-langid-impl\", \"unic-langid-macros-impl\", ] [[package]] name = \"unic-langid-macros-impl\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fea2a4c80deb4fb3ca51f66b5e2dd91e3642bbce52234bcf22e41668281208e4\" dependencies = [ \"proc-macro-hack\", \"quote\", \"syn 2.0.58\", \"unic-langid-impl\", ] [[package]] name = \"unic-ucd-bidi\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d1d568b51222484e1f8209ce48caa6b430bf352962b877d592c29ab31fb53d8c\" dependencies = [ \"unic-char-property\", \"unic-char-range\", \"unic-ucd-version\", ] [[package]] name = \"unic-ucd-category\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0\" dependencies = [ \"matches\", \"unic-char-property\", \"unic-char-range\", \"unic-ucd-version\", ] [[package]] name = \"unic-ucd-version\" version = \"0.9.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4\" dependencies = [ \"unic-common\", ] [[package]] name = \"unicode-bidi\" version = \"0.3.15\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75\" [[package]] name = \"unicode-casing\" version = \"0.1.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"623f59e6af2a98bdafeb93fa277ac8e1e40440973001ca15cf4ae1541cd16d56\" [[package]] name = \"unicode-ident\" version = \"1.0.12\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b\" [[package]] name = \"unicode-normalization\" version = \"0.1.23\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5\" dependencies = [ \"tinyvec\", ] [[package]] name = \"unicode-segmentation\" version = \"1.11.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202\" [[package]] name = \"unicode-width\" version = \"0.1.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85\" [[package]] name = \"unicode-xid\" version = \"0.2.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c\" [[package]] name = \"unicode_names2\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87d6678d7916394abad0d4b19df4d3802e1fd84abd7d701f39b75ee71b9e8cf1\" [[package]] name = \"unsafe-libyaml\" version = \"0.2.11\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861\" [[package]] name = \"url\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633\" dependencies = [ \"form_urlencoded\", \"idna\", \"percent-encoding\", \"serde\", ] [[package]] name = \"utf8parse\" version = \"0.2.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a\" [[package]] name = \"uuid\" version = \"1.8.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0\" dependencies = [ \"getrandom\", \"serde\", ] [[package]] name = \"vergen\" version = \"8.3.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525\" dependencies = [ \"anyhow\", \"cfg-if 1.0.0\", \"rustc_version 0.4.0\", \"rustversion\", \"time 0.3.34\", ] [[package]] name = \"version_check\" version = \"0.9.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f\" [[package]] name = \"walkdir\" version = \"2.5.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b\" dependencies = [ \"same-file\", \"winapi-util\", ] [[package]] name = \"wasi\" version = \"0.11.0+wasi-snapshot-preview1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\" [[package]] name = \"wasm-bindgen\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8\" dependencies = [ \"cfg-if 1.0.0\", \"wasm-bindgen-macro\", ] [[package]] name = \"wasm-bindgen-backend\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da\" dependencies = [ \"bumpalo\", \"log\", \"once_cell\", \"proc-macro2\", \"quote\", \"syn 2.0.58\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-macro\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726\" dependencies = [ \"quote\", \"wasm-bindgen-macro-support\", ] [[package]] name = \"wasm-bindgen-macro-support\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7\" dependencies = [ \"proc-macro2\", \"quote\", \"syn 2.0.58\", \"wasm-bindgen-backend\", \"wasm-bindgen-shared\", ] [[package]] name = \"wasm-bindgen-shared\" version = \"0.2.92\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96\" [[package]] name = \"web-sys\" version = \"0.3.69\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef\" dependencies = [ \"js-sys\", \"wasm-bindgen\", ] [[package]] name = \"which\" version = \"4.4.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7\" dependencies = [ \"either\", \"home\", \"once_cell\", \"rustix\", ] [[package]] name = \"winapi\" version = \"0.3.9\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\" dependencies = [ \"winapi-i686-pc-windows-gnu\", \"winapi-x86_64-pc-windows-gnu\", ] [[package]] name = \"winapi-i686-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\" [[package]] name = \"winapi-util\" version = \"0.1.6\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596\" dependencies = [ \"winapi\", ] [[package]] name = \"winapi-x86_64-pc-windows-gnu\" version = \"0.4.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\" [[package]] name = \"windows-core\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9\" dependencies = [ \"windows-targets 0.52.4\", ] [[package]] name = \"windows-sys\" version = \"0.42.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.45.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0\" dependencies = [ \"windows-targets 0.42.2\", ] [[package]] name = \"windows-sys\" version = \"0.48.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\" dependencies = [ \"windows-targets 0.48.5\", ] [[package]] name = \"windows-sys\" version = \"0.52.0\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\" dependencies = [ \"windows-targets 0.52.4\", ] [[package]] name = \"windows-targets\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071\" dependencies = [ \"windows_aarch64_gnullvm 0.42.2\", \"windows_aarch64_msvc 0.42.2\", \"windows_i686_gnu 0.42.2\", \"windows_i686_msvc 0.42.2\", \"windows_x86_64_gnu 0.42.2\", \"windows_x86_64_gnullvm 0.42.2\", \"windows_x86_64_msvc 0.42.2\", ] [[package]] name = \"windows-targets\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\" dependencies = [ \"windows_aarch64_gnullvm 0.48.5\", \"windows_aarch64_msvc 0.48.5\", \"windows_i686_gnu 0.48.5\", \"windows_i686_msvc 0.48.5\", \"windows_x86_64_gnu 0.48.5\", \"windows_x86_64_gnullvm 0.48.5\", \"windows_x86_64_msvc 0.48.5\", ] [[package]] name = \"windows-targets\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b\" dependencies = [ \"windows_aarch64_gnullvm 0.52.4\", \"windows_aarch64_msvc 0.52.4\", \"windows_i686_gnu 0.52.4\", \"windows_i686_msvc 0.52.4\", \"windows_x86_64_gnu 0.52.4\", \"windows_x86_64_gnullvm 0.52.4\", \"windows_x86_64_msvc 0.52.4\", ] [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\" [[package]] name = \"windows_aarch64_gnullvm\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\" [[package]] name = \"windows_aarch64_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675\" [[package]] name = \"windows_i686_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f\" [[package]] name = \"windows_i686_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\" [[package]] name = \"windows_i686_gnu\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3\" [[package]] name = \"windows_i686_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060\" [[package]] name = \"windows_i686_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\" [[package]] name = \"windows_i686_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\" [[package]] name = \"windows_x86_64_gnu\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\" [[package]] name = \"windows_x86_64_gnullvm\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.42.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.48.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\" [[package]] name = \"windows_x86_64_msvc\" version = \"0.52.4\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8\" [[package]] name = \"yaml-rust\" version = \"0.4.5\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85\" dependencies = [ \"linked-hash-map\", ] [[package]] name = \"yansi\" version = \"0.5.1\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec\" [[package]] name = \"yansi-term\" version = \"0.1.2\" source = \"registry+https://github.com/rust-lang/crates.io-index\" checksum = \"fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1\" dependencies = [ \"winapi\", ] "} {"_id":"doc-en-nixpkgs-4de2aa9abd8ee230a3f858d7a0ed26faf3c9492f8ffaf763c4ccc6a845aeebbd","title":"","text":" diff --git a/api/build.rs b/api/build.rs index 617c1b9a..20d728e3 100644 --- a/api/build.rs +++ b/api/build.rs @@ -5,10 +5,10 @@ use prost_wkt_build::{FileDescriptorSet, Message}; /// According to the file kclvm/spec/gpyrpc/gpyrpc.proto, automatically generate /// the corresponding rust source file to the directory src/model fn main() { - std::env::set_var( - \"PROTOC\", - protoc_bin_vendored::protoc_bin_path().unwrap().as_os_str(), - ); + // std::env::set_var( + // \"PROTOC\", + // protoc_bin_vendored::protoc_bin_path().unwrap().as_os_str(), + // ); let out = PathBuf::from(env::var(\"OUT_DIR\").unwrap()); let descriptor_file = out.join(\"kclvm_service_descriptor.bin\"); diff --git b/third-party/prost-wkt/wkt-types/build.rs a/third-party/prost-wkt/wkt-types/build.rs index e49222d5..a933ddf4 100644 --- a/third-party/prost-wkt/wkt-types/build.rs +++ b/third-party/prost-wkt/wkt-types/build.rs @@ -13,10 +13,10 @@ use regex::Regex; fn main() { //hack: set protoc_bin_vendored::protoc_bin_path() to PROTOC - std::env::set_var( - \"PROTOC\", - protoc_bin_vendored::protoc_bin_path().unwrap().as_os_str(), - ); + // std::env::set_var( + // \"PROTOC\", + // protoc_bin_vendored::protoc_bin_path().unwrap().as_os_str(), + // ); let dir = PathBuf::from(env::var(\"OUT_DIR\").unwrap()); process_prost_pbtime(&dir); "} {"_id":"doc-en-nixpkgs-e96e80e13c078f6fcf44dfcbfefc57d3395442aad45ec8bb764395dd81b30ebf","title":"","text":" { lib , rustPlatform , fetchFromGitHub , protobuf , pkg-config , }: rustPlatform.buildRustPackage rec { pname = \"kclvm\"; version = \"0.8.7\"; src = fetchFromGitHub { owner = \"kcl-lang\"; repo = \"kcl\"; rev = \"v${version}\"; hash = \"sha256-ieGpuNkzT6AODZYUcEanb7Jpb+PXclnQ9KkdmlehK0o=\"; }; sourceRoot = \"source/kclvm\"; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { \"inkwell-0.2.0\" = \"sha256-JxSlhShb3JPhsXK8nGFi2uGPp8XqZUSiqniLBrhr+sM=\"; }; }; nativeBuildInputs = [ pkg-config protobuf ]; patches = [ ./enable_protoc_env.patch ]; PROTOC = \"${protobuf}/bin/protoc\"; PROTOC_INCLUDE = \"${protobuf}/include\"; meta = with lib; { description = \"A high-performance implementation of KCL written in Rust that uses LLVM as the compiler backend\"; homepage = \"https://github.com/kcl-lang/kcl\"; license = licenses.asl20; platforms = platforms.linux; maintainers = with maintainers; [ selfuryon peefy ]; }; } "} {"_id":"doc-en-nixpkgs-bf04ec1f69e07a95577ce0a3e81adb15c90ecc0d3a0a02192fe85c167106fdd0","title":"","text":" # This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = \"kclvm_cli\" version = \"0.8.7\" "} {"_id":"doc-en-nixpkgs-8bdd69af912dacc05e1f8b3b27e936018972eab8bae3aeb0ab872733c75ee879","title":"","text":" --- /dev/null\t2024-03-29 17:01:59.989114590 +0100 +++ cli/Cargo.lock\t2024-04-17 13:27:32.243365234 +0200 @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = \"kclvm_cli\" +version = \"0.8.7\" "} {"_id":"doc-en-nixpkgs-8b4036fef0bee65f7498b0a234be8c3034c86412f87ddf20580601b5f6c8af3a","title":"","text":" { lib , rustPlatform , fetchFromGitHub , kclvm }: rustPlatform.buildRustPackage rec { pname = \"kclvm_cli\"; version = \"0.8.7\"; src = fetchFromGitHub { owner = \"kcl-lang\"; repo = \"kcl\"; rev = \"v${version}\"; hash = \"sha256-ieGpuNkzT6AODZYUcEanb7Jpb+PXclnQ9KkdmlehK0o=\"; }; sourceRoot = \"source/cli\"; cargoLock.lockFile = ./Cargo.lock; cargoPatches = [ ./cargo_lock.patch ]; buildInputs = [ kclvm ]; meta = with lib; { description = \"A high-performance implementation of KCL written in Rust that uses LLVM as the compiler backend\"; homepage = \"https://github.com/kcl-lang/kcl\"; license = licenses.asl20; platforms = platforms.linux; maintainers = with maintainers; [ selfuryon peefy ]; mainProgram = \"kclvm_cli\"; }; } "} {"_id":"doc-en-nixpkgs-412fd138250200df0d9f7e6eeb1a3733a67a8bd96182ff3cda2bf7f80cd20005","title":"","text":"}: let version = \"15.0\"; version = \"15.1\"; fetchData = { suffix, hash }: stdenvNoCC.mkDerivation { pname = \"unicode-emoji-${suffix}\";"} {"_id":"doc-en-nixpkgs-866e02b61b10a894aac583aa4b4bb205cef407e68223bc48180a13ab3111a30f","title":"","text":"srcs = { emoji-sequences = fetchData { suffix = \"sequences\"; hash = \"sha256-XCIi2KQy2JagMaaML1SwT79HsPzi5phT8euKPpRetW0=\"; hash = \"sha256-63LJEV41BPu+HIYhthn4eUcaRszFbi9EVBe3wcrQUNE=\"; }; emoji-test = fetchData { suffix = \"test\"; hash = \"sha256-hEXyOsg4jglr4Z0CYuFPzv+Fb/Ugk/I1bciUhfGoU9s=\"; hash = \"sha256-2HbuJJqijqp2z6bfqnAoR6jROwYqpIjUZdA5XugTftk=\"; }; emoji-zwj-sequences = fetchData { suffix = \"zwj-sequences\"; hash = \"sha256-/jV/kRe3dGZ2Bjdl1YcTft+bJZA6eSvVSTW/CFZ5EYI=\"; hash = \"sha256-mnagPcrPzY+b/gjEnI2QtVGCuXfLzIemlOioGT77Dlc=\"; }; }; in"} {"_id":"doc-en-nixpkgs-fd47d6fdc014d46b0f589ba3c1cbbbc7d2d91c4f20b4632f63d19ffa44da3504","title":"","text":"}: let pname = \"feishin\"; version = \"0.6.1\"; version = \"0.7.1\"; src = fetchFromGitHub { owner = \"jeffvli\"; repo = pname; rev = \"v${version}\"; hash = \"sha256-Nj8GwrH49ph14xvJldj5GQR4mlt9unCPEcgLrsH/sx8=\"; hash = \"sha256-eNGHrSF/MgRHh0CVc0l8denZIbAnPXwFCZJZcvF+Xtc=\"; }; electron = electron_27;"} {"_id":"doc-en-nixpkgs-a390f51888efdf848ea76cb9bc567a5f4ba21a0da41a0bd81f78b0587cdd15d5","title":"","text":"inherit pname version; inherit src; npmDepsHash = \"sha256-+pr9fWg/9kxkYMmthtqhjgF6MOomSQxVCO5V8tHHRdE=\"; npmDepsHash = \"sha256-7oh5bl5APAvzb/TxHMUP/saRWLwuP9xqGvn7/RDhFk8=\"; npmFlags = [ \"--legacy-peer-deps\" ]; makeCacheWritable = true;"} {"_id":"doc-en-nixpkgs-671286d01d709be2c4944e9009533af4d9e3970a230cf19262629caab1c27ff3","title":"","text":"inherit version; src = \"${src}/release/app\"; npmDepsHash = \"sha256-MRwKxe1hoFs5bPXT6K/UspSDs9XBdcRJGvxGlTKExp4=\"; npmDepsHash = \"sha256-NgWPr3mctn7f6X2JFsbdNNHkN84RRlLAywqfbyahCQw=\"; npmFlags = [ \"--ignore-scripts\" ]; dontNpmBuild = true;"} {"_id":"doc-en-nixpkgs-489a0c4a1bef047b79dec14f0ffc5ba0096873e395e6f65b52767d84d7c77996","title":"","text":", vala , wrapGAppsHook3 , glib , glib-networking , gtk3 , json-glib , libappindicator"} {"_id":"doc-en-nixpkgs-7ed71fefa83b42e2e62b451b124d88fd0635c9d54d3693ccbfa9c75cc9d92909","title":"","text":"buildInputs = [ glib glib-networking # see #311066 gtk3 json-glib libappindicator"} {"_id":"doc-en-nixpkgs-f32d49eeb7b4de2c63479462793b2af63657aa10df7dfd1d4058441917c9957b","title":"","text":", vala , wrapGAppsHook , glib , glib-networking , gtk3 , json-glib , libappindicator"} {"_id":"doc-en-nixpkgs-81849d43d054991b04d4cd84db3ad35cb8768bd037d71abed0c649050561b05b","title":"","text":" { stdenv , lib , fetchurl , asciidoc , docbook-xsl-nons , docbook_xml_dtd_45 , gettext , itstool , libxslt , gexiv2 , tracker , meson , mesonEmulatorHook , ninja , pkg-config , vala , wrapGAppsNoGuiHook , bzip2 , dbus , exempi , giflib , glib , gnome , gst_all_1 , icu , json-glib , libcue , libexif , libgsf , libgxps , libiptcdata , libjpeg , libosinfo , libpng , libseccomp , libtiff , libuuid , libxml2 , networkmanager , poppler , systemd , taglib , upower , totem-pl-parser , e2fsprogs }: stdenv.mkDerivation (finalAttrs: { pname = \"tracker-miners\"; version = \"3.7.3\"; src = fetchurl { url = \"mirror://gnome/sources/tracker-miners/${lib.versions.majorMinor finalAttrs.version}/tracker-miners-${finalAttrs.version}.tar.xz\"; hash = \"sha256-50OIFUtcGXtLfuQvDc6MX7vd1NNhCT74jU+zA+M9pf4=\"; }; nativeBuildInputs = [ asciidoc docbook-xsl-nons docbook_xml_dtd_45 gettext glib itstool libxslt meson ninja pkg-config vala wrapGAppsNoGuiHook ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ]; # TODO: add libenca, libosinfo buildInputs = [ bzip2 dbus exempi giflib gexiv2 totem-pl-parser tracker gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly gst_all_1.gstreamer gst_all_1.gst-libav icu json-glib libcue libexif libgsf libgxps libiptcdata libjpeg libosinfo libpng libtiff libuuid libxml2 poppler taglib ] ++ lib.optionals stdenv.isLinux [ libseccomp networkmanager systemd upower ] ++ lib.optionals stdenv.isDarwin [ e2fsprogs ]; mesonFlags = [ # TODO: tests do not like our sandbox \"-Dfunctional_tests=false\" # libgrss is unmaintained and has no new releases since 2015, and an open # security issue since then. Despite a patch now being availab, we're opting # to be safe due to the general state of the project \"-Dminer_rss=false\" ] ++ lib.optionals (!stdenv.isLinux) [ \"-Dbattery_detection=none\" \"-Dnetwork_manager=disabled\" \"-Dsystemd_user_services=false\" ]; postInstall = '' glib-compile-schemas \"$out/share/glib-2.0/schemas\" ''; passthru = { updateScript = gnome.updateScript { packageName = \"tracker-miners\"; }; }; meta = { homepage = \"https://gitlab.gnome.org/GNOME/tracker-miners\"; description = \"Desktop-neutral user information store, search tool and indexer\"; maintainers = lib.teams.gnome.members; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; }; }) "} {"_id":"doc-en-nixpkgs-9f1c187ae80e02752661f01d98dffe728885ce198fbbd149aa464f268a05038f","title":"","text":" { stdenv , lib , fetchurl , asciidoc , docbook-xsl-nons , docbook_xml_dtd_45 , gettext , itstool , libxslt , gexiv2 , tracker , meson , mesonEmulatorHook , ninja , pkg-config , vala , wrapGAppsNoGuiHook , bzip2 , dbus , exempi , giflib , glib , gnome , gst_all_1 , icu , json-glib , libcue , libexif , libgsf , libgxps , libiptcdata , libjpeg , libosinfo , libpng , libseccomp , libtiff , libuuid , libxml2 , networkmanager , poppler , systemd , taglib , upower , totem-pl-parser , e2fsprogs }: stdenv.mkDerivation rec { pname = \"tracker-miners\"; version = \"3.7.2\"; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz\"; hash = \"sha256-608rKIoMvp5hSHHLAEgnRGHP4cuEZ6yBexAtOHPby6U=\"; }; nativeBuildInputs = [ asciidoc docbook-xsl-nons docbook_xml_dtd_45 gettext glib itstool libxslt meson ninja pkg-config vala wrapGAppsNoGuiHook ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ]; # TODO: add libenca, libosinfo buildInputs = [ bzip2 dbus exempi giflib gexiv2 totem-pl-parser tracker gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly gst_all_1.gstreamer gst_all_1.gst-libav icu json-glib libcue libexif libgsf libgxps libiptcdata libjpeg libosinfo libpng libtiff libuuid libxml2 poppler taglib ] ++ lib.optionals stdenv.isLinux [ libseccomp networkmanager systemd upower ] ++ lib.optionals stdenv.isDarwin [ e2fsprogs ]; mesonFlags = [ # TODO: tests do not like our sandbox \"-Dfunctional_tests=false\" # libgrss is unmaintained and has no new releases since 2015, and an open # security issue since then. Despite a patch now being availab, we're opting # to be safe due to the general state of the project \"-Dminer_rss=false\" ] ++ lib.optionals (!stdenv.isLinux) [ \"-Dbattery_detection=none\" \"-Dnetwork_manager=disabled\" \"-Dsystemd_user_services=false\" ]; postInstall = '' glib-compile-schemas \"$out/share/glib-2.0/schemas\" ''; passthru = { updateScript = gnome.updateScript { packageName = pname; }; }; meta = with lib; { homepage = \"https://gitlab.gnome.org/GNOME/tracker-miners\"; description = \"Desktop-neutral user information store, search tool and indexer\"; maintainers = teams.gnome.members; license = licenses.gpl2Plus; platforms = platforms.unix; }; } "} {"_id":"doc-en-nixpkgs-30d590b889ebdffe7e9125220a8705a2794d45aaaa1f009c324c17a7fd569e41","title":"","text":"tracker = callPackage ../development/libraries/tracker { }; tracker-miners = callPackage ../development/libraries/tracker-miners { }; tracy = callPackage ../development/tools/tracy { }; trivy = callPackage ../tools/admin/trivy { };"} {"_id":"doc-en-nixpkgs-c538aa078e627dd17a6a4d198934b3e3a052c28a755fb86526ff79a5ad990686","title":"","text":" { lib , stdenvNoCC , fetchFromGitHub , rename { lib, stdenvNoCC, fetchFromGitHub, rename, unstableGitUpdater, }: stdenvNoCC.mkDerivation { pname = \"material-symbols\"; version = \"unstable-2023-11-17\"; version = \"4.0.0-unstable-2024-05-17\"; src = fetchFromGitHub { owner = \"google\"; repo = \"material-design-icons\"; rev = \"a90037f80d7db37279a7c1d863559e247ed81b05\"; hash = \"sha256-96nEvc9eBuAncPUun3JBeg+KW2GqT3mQNgdOCVdhEM0=\"; rev = \"ace1af08508a6562ef05055a606cf44ea583ce3b\"; hash = \"sha256-d5lojgYCXCcvcSfLWfcSKFsBGKB6Si/XreRqpkEKsa0=\"; sparseCheckout = [ \"variablefont\" ]; };"} {"_id":"doc-en-nixpkgs-a03e79bcf324d88680863e6ef6a3a8dd04eab782f8aacfb5f2012f129841995e","title":"","text":"runHook postInstall ''; meta = with lib; { passthru.updateScript = unstableGitUpdater { }; meta = { description = \"Material Symbols icons by Google\"; homepage = \"https://fonts.google.com/icons\"; downloadPage = \"https://github.com/google/material-design-icons\"; license = lib.licenses.asl20; maintainers = with maintainers; [ fufexan ]; platforms = platforms.all; maintainers = with lib.maintainers; [ fufexan luftmensch-luftmensch ]; platforms = lib.platforms.all; }; }"} {"_id":"doc-en-nixpkgs-a6ad9491d2b754defa7b532a1329e2a1d5f7cee409b4b50cddfd3526bd0830ee","title":"","text":"src = fetchFromGitHub { owner = \"geoffreybennett\"; repo = pname; repo = \"alsa-scarlett-gui\"; rev = version; sha256 = \"sha256-+74JRQn2xwgPHZSrp5b+uny0+aLnsFvx/cOKIdj4J40=\"; hash = \"sha256-+74JRQn2xwgPHZSrp5b+uny0+aLnsFvx/cOKIdj4J40=\"; }; NIX_CFLAGS_COMPILE = [ \"-Wno-error=deprecated-declarations\" ]; makeFlags = [ \"DESTDIR=${out}\" \"PREFIX=''\" ]; sourceRoot = \"${src.name}/src\"; postPatch = '' substituteInPlace file.c --replace-fail \"/usr/sbin/alsactl\" \"${alsa-utils}/bin/alsactl\" ''; nativeBuildInputs = [ pkg-config wrapGAppsHook4 makeWrapper ]; buildInputs = [ gtk4 alsa-lib openssl ]; postInstall = '' wrapProgram $out/bin/alsa-scarlett-gui --prefix PATH : ${lib.makeBinPath [ alsa-utils ]} substituteInPlace $out/share/applications/vu.b4.alsa-scarlett-gui.desktop --replace \"Exec=/bin/alsa-scarlett-gui\" \"Exec=$out/bin/alsa-scarlett-gui\" --replace-fail \"Exec=/bin/alsa-scarlett-gui\" \"Exec=$out/bin/alsa-scarlett-gui\" ''; # causes redefinition of _FORTIFY_SOURCE"} {"_id":"doc-en-nixpkgs-ddac645a530a199ec7d8768af6d759e9baf823a44fcadea1555704864218c1fb","title":"","text":"free = false; }; cc-by-nd-40 = { spdxId = \"CC-BY-ND-4.0\"; fullName = \"Creative Commons Attribution-No Derivative Works v4.0\"; free = false; }; cc-by-sa-10 = { spdxId = \"CC-BY-SA-1.0\"; fullName = \"Creative Commons Attribution Share Alike 1.0\";"} {"_id":"doc-en-nixpkgs-e62a05ff6652f49ce2ad0271667600eb5341b08023e43417f7bff96b56f02c49","title":"","text":" { lib, stdenv, electron, yarn, fixup-yarn-lock, fetchFromGitHub, fetchYarnDeps, nodejs, typescript, makeWrapper, makeDesktopItem, copyDesktopItems, }: let electronDist = electron + (if stdenv.isDarwin then \"/Applications\" else \"/libexec/electron\"); in # NOTE mqtt-explorer has 3 yarn subpackages and uses relative links # between them, which makes it hard to package them via 3 `mkYarnPackage` # since the resulting `node_modules` directories don't have the same structure # as if they were installed directly. Hence why we opted to use a # `stdenv.mkDerivation` instead. stdenv.mkDerivation rec { # NOTE official app name is `MQTT-Explorer` but to suffice nixpkgs conventions # we opted to use `mqtt-explorer` instead. pname = \"mqtt-explorer\"; version = \"0.4.0-beta.6\"; src = fetchFromGitHub { owner = \"thomasnordquist\"; repo = \"MQTT-Explorer\"; rev = \"v${version}\"; hash = \"sha256-oFS4RnuWQoicPemZbPBAp8yQjRbhAyo/jiaw8V0MBAo=\"; }; offlineCache = fetchYarnDeps { yarnLock = \"${src}/yarn.lock\"; hash = \"sha256-yEL6Vb1Yry3Vns2GF0aagGksRwsCgXR5ZfmrDPxeqos=\"; }; offlineCacheApp = fetchYarnDeps { yarnLock = \"${src}/app/yarn.lock\"; hash = \"sha256-4oGWBXZHdN+wSpn3fPzTdpaIcywAVdFVYmsOIhcgvUE=\"; }; offlineCacheBackend = fetchYarnDeps { yarnLock = \"${src}/backend/yarn.lock\"; hash = \"sha256-gg6KrcQz7MdIgFdlbuGiDf/tVd7lSOjwXFIq56tpaTc=\"; }; nativeBuildInputs = [ nodejs yarn typescript fixup-yarn-lock makeWrapper ] ++ lib.optionals (!stdenv.isDarwin) [ copyDesktopItems ]; env.ELECTRON_SKIP_BINARY_DOWNLOAD = \"1\"; # disable code signing on macos # https://github.com/electron-userland/electron-builder/blob/77f977435c99247d5db395895618b150f5006e8f/docs/code-signing.md#how-to-disable-code-signing-during-the-build-process-on-macos postConfigure = lib.optionalString stdenv.isDarwin '' export CSC_IDENTITY_AUTO_DISCOVERY=false ''; configurePhase = '' runHook preConfigure # Yarn writes cache directories etc to $HOME. export HOME=$TMPDIR fixup-yarn-lock yarn.lock yarn config --offline set yarn-offline-mirror $offlineCache yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts --no-progress pushd app fixup-yarn-lock yarn.lock yarn config --offline set yarn-offline-mirror $offlineCacheApp yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts --no-progress popd pushd backend fixup-yarn-lock yarn.lock yarn config --offline set yarn-offline-mirror $offlineCacheApp yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts --no-progress popd patchShebangs {node_modules,app/node_modules,backend/node_modules} cp -r ${electronDist} electron-dist chmod -R u+w electron-dist runHook postConfigure ''; buildPhase = '' runHook preBuild tsc && cd app && yarn --offline run build && cd .. yarn --offline run electron-builder --dir -c.electronDist=electron-dist -c.electronVersion=${electron.version} runHook postBuild ''; installPhase = '' runHook preInstall ${lib.optionalString (!stdenv.isDarwin) '' mkdir -p \"$out/share/mqtt-explorer\"/{app,icons/hicolor} cp -r build/*-unpacked/{locales,resources{,.pak}} \"$out/share/mqtt-explorer/app\" for file in res/appx/Square44x44Logo.targetsize-*_altform-unplated.png; do size=$(echo \"$file\" | sed -n 's/.*targetsize-([0-9]*)_altform-unplated.png/1/p') install -Dm644 \"$file\" \"$out/share/icons/hicolor/''${size}x''${size}/apps/mqtt-explorer.png\" done makeWrapper '${electron}/bin/electron' \"$out/bin/mqtt-explorer\" --add-flags \"$out/share/mqtt-explorer/app/resources/app.asar\" --add-flags \"''${NIXOS_OZONE_WL:+''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}\" --set-default ELECTRON_FORCE_IS_PACKAGED 1 --set-default ELECTRON_IS_DEV 0 --inherit-argv0 ''} ${lib.optionalString stdenv.isDarwin '' mkdir -p $out/{Applications,bin} mv \"build/mac/MQTT Explorer.app\" $out/Applications makeWrapper \"$out/Applications/MQTT Explorer.app/Contents/MacOS/MQTT Explorer\" $out/bin/mqtt-explorer ''} runHook postInstall ''; doCheck = true; checkPhase = '' export ELECTRON_OVERRIDE_DIST_PATH=electron-dist/ yarn test:app --offline yarn test:backend --offline unset ELECTRON_OVERRIDE_DIST_PATH ''; desktopItems = [ (makeDesktopItem { name = pname; exec = meta.mainProgram; icon = \"mqtt-explorer\"; desktopName = \"MQTT Explorer\"; genericName = \"MQTT Protocol Client\"; comment = meta.description; type = \"Application\"; categories = [ \"Development\" \"Utility\" \"Network\" ]; startupWMClass = \"mqtt-explorer\"; }) ]; meta = with lib; { description = \"An all-round MQTT client that provides a structured topic overview\"; homepage = \"https://github.com/thomasnordquist/MQTT-Explorer\"; changelog = \"https://github.com/thomasnordquist/MQTT-Explorer/releases/tag/v${version}\"; license = licenses.cc-by-nd-40; maintainers = with maintainers; [ tsandrini ]; platforms = electron.meta.platforms; mainProgram = \"mqtt-explorer\"; }; } "} {"_id":"doc-en-nixpkgs-1f945cda6356c0ae97ac63c3a1c5986e147beb1e24026e53ebc9fdc9b9342478","title":"","text":" { stdenv, intltool, fetchurl, python { stdenv, intltool, fetchurl, python, autoreconfHook , pkgconfig, gtk3, glib , makeWrapper, itstool, libxml2, docbook_xsl , gnome3, librsvg, gdk_pixbuf, libxslt }:"} {"_id":"doc-en-nixpkgs-f503fc1a4f35957981fae647c21b54bda02025b2bef9a68f1cbd680a120203e7","title":"","text":"propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; nativeBuildInputs = [ pkgconfig ]; buildInputs = [ gtk3 glib intltool itstool libxml2 python gnome3.gsettings_desktop_schemas makeWrapper docbook_xsl gdk_pixbuf gnome3.defaultIconTheme librsvg libxslt ]; nativeBuildInputs = [ pkgconfig intltool itstool makeWrapper docbook_xsl libxslt # reconfiguration autoreconfHook gnome3.gnome_common gnome3.yelp_tools ]; buildInputs = [ gtk3 glib libxml2 python gnome3.gsettings_desktop_schemas gdk_pixbuf gnome3.defaultIconTheme librsvg ]; enableParallelBuilding = true; patches = [ # https://bugzilla.gnome.org/show_bug.cgi?id=782161 (fetchurl { url = https://bugzilla.gnome.org/attachment.cgi?id=351054; sha256 = \"093wjjj40027pkqqnm14jb2dp2i2m8p1bayqx1lw18pq66c8fahn\"; }) ]; preFixup = '' wrapProgram \"$out/bin/glade\" --set GDK_PIXBUF_MODULE_FILE \"$GDK_PIXBUF_MODULE_FILE\" "} {"_id":"doc-en-nixpkgs-01bd508e08cab7fdd35f6475c490dcaf943d78bdecf674a73a98e181efb8b90c","title":"","text":" { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { pname = \"zoraxy\"; version = \"3.0.5\"; src = fetchFromGitHub { owner = \"tobychui\"; repo = \"zoraxy\"; rev = \"refs/tags/${version}\"; sha256 = \"sha256-bTd6IwzVYxs1xvoy7AdB7WTGfgtHJI+qM3335OWkOEo=\"; }; sourceRoot = \"${src.name}/src\"; vendorHash = \"sha256-YI6LSccPDnVhGyPIEFIF41ex0WJlHtb3nP+8+1G/LA0=\"; checkFlags = let # Skip tests that require network access skippedTests = [ \"TestExtractIssuerNameFromPEM\" \"TestReplaceLocationHost\" \"TestReplaceLocationHostRelative\" \"TestHandleTraceRoute\" \"TestHandlePing\" ]; in [ \"-skip=^${builtins.concatStringsSep \"$|^\" skippedTests}$\" ]; meta = { description = \"A general purpose HTTP reverse proxy and forwarding tool written in Go\"; homepage = \"https://zoraxy.arozos.com/\"; changelog = \"https://github.com/tobychui/zoraxy/blob/v${version}/CHANGELOG.md\"; license = lib.licenses.agpl3Only; maintainers = [ lib.maintainers.luftmensch-luftmensch ]; mainProgram = \"zoraxy\"; }; } "} {"_id":"doc-en-nixpkgs-7a3064263f8fe36033f58999751600616a51ca45a9c82ec38aa2a5f5230a87e1","title":"","text":"## Backward Incompatibilities {#sec-release-24.11-incompatibilities} - Create the first release note entry in this section! - `nvimpager` was updated to version 0.13.0, which changes the order of user and nvimpager settings: user commands in `-c` and `--cmd` now override the respective default settings because they are executed later. ## Other Notable Changes {#sec-release-24.11-notable-changes}"} {"_id":"doc-en-nixpkgs-bd542845bc1e61b77ad470b899fff8ef1c3a0cb6680c81740dc149377a3ba85c","title":"","text":"stdenv.mkDerivation rec { pname = \"nvimpager\"; version = \"0.12.0\"; version = \"0.13.0\"; src = fetchFromGitHub { owner = \"lucc\"; repo = pname; rev = \"v${version}\"; sha256 = \"sha256-RmpPWS9gnBnR+Atw6uzBmeDSgoTOFSdKzHoJ84O+gyA=\"; sha256 = \"sha256-Au9rRZMZfU4qHi/ng6JO8FnMpySKDbKzr75SBPY3QiA=\"; }; buildInputs = ["} {"_id":"doc-en-nixpkgs-0a2b8a59b586514a00b0ab9c0f963477b3b2a88cef14ba77c8517b83843f72fc","title":"","text":"buildFlags = [ \"nvimpager.configured\" \"nvimpager.1\" ]; preBuild = '' patchShebangs nvimpager substituteInPlace nvimpager --replace ':-nvim' ':-${neovim}/bin/nvim' substituteInPlace nvimpager --replace-fail ':-nvim' ':-${lib.getExe neovim}' ''; doCheck = true; nativeCheckInputs = [ lua51Packages.busted util-linux neovim ]; # filter out one test that fails in the sandbox of nix checkPhase = let exclude-tags = if stdenv.isDarwin then \"nix,mac\" else \"nix\"; in '' runHook preCheck make test BUSTED='busted --output TAP --exclude-tags=${exclude-tags}' runHook postCheck # filter out one test that fails in the sandbox of nix or with neovim v0.10 # or on macOS preCheck = '' checkFlagsArray+=('BUSTED=busted --output TAP --exclude-tags=${\"nix,v10\" + lib.optionalString stdenv.isDarwin \",mac\"}') ''; meta = with lib; {"} {"_id":"doc-en-nixpkgs-9ed2090f1e1200e2e68e925d7c1ab11d9cf60ea80666f9cae3201e7f885d0ee0","title":"","text":"meta.maintainers = with maintainers; [ etu stunkymonkey mattchrist ]; options.services.freshrss = { enable = mkEnableOption \"FreshRSS feed reader\"; enable = mkEnableOption \"FreshRSS RSS aggregator and reader with php-fpm backend.\"; package = mkPackageOption pkgs \"freshrss\" { };"} {"_id":"doc-en-nixpkgs-3ff056355f8228f28670561e38c05e41580f17560b70ad928da46202b779df31","title":"","text":"type = types.str; default = poolName; description = '' Name of the phpfpm pool to use and setup. If not specified, a pool will be created Name of the php-fpm pool to use and setup. If not specified, a pool will be created with default values. ''; };"} {"_id":"doc-en-nixpkgs-17da19f9ec1b38d2c8d639f17f0fb4a7b8d621c6574ca7a5390aac83a3f850dd","title":"","text":"x86_64-darwin-version = \"4.38.121\"; x86_64-darwin-sha256 = \"1w0s6j8z8961sv4y00jxpy5gjlj0dswyxs15c7isb26ii11nn1i2\"; x86_64-linux-version = \"4.38.121\"; x86_64-linux-sha256 = \"0qp7wxmdg2lpvbx7gshgbqxf7jjvgnwx20cfjwgw6wwzanb0gi96\"; x86_64-linux-version = \"4.38.125\"; x86_64-linux-sha256 = \"sha256-BJeFXZ8STbMCmGvYRoFsfsyIpGukQkuwv0m2NzE+89c=\"; aarch64-darwin-version = \"4.38.121\"; aarch64-darwin-sha256 = \"161z947p7a2d7584hybl77chab8y027cqpph2hd2s4b5k6bchkj5\";"} {"_id":"doc-en-nixpkgs-dab70d266a816ac8c912fd095314b24c655ee88d50189727d456b25609cb23c7","title":"","text":"# for finding the extra packages we need to add python ${./python}/find_package_implications.py \"${closureYaml}\" '${lib.generators.toJSON {} packageImplications}' extra_package_names.txt # git config --global --add safe.directory '/nix' # Work around new git security features added in git 2.44.1 # See https://github.com/NixOS/nixpkgs/issues/315890 git config --global --add safe.directory '*' export JULIA_PKG_USE_CLI_GIT=\"true\" # At time of writing, this appears to be the only way to turn precompiling's"} {"_id":"doc-en-nixpkgs-8d7a1967735775bdd61167e6e8d449e423c7608db66f491c722c54d9fe8ba154","title":"","text":"{ description = \"Set up the state directory for FreshRSS before use\"; wantedBy = [ \"multi-user.target\" ]; serviceConfig = defaultServiceConfig //{ Type = \"oneshot\"; User = \"freshrss\"; Group = \"freshrss\"; StateDirectory = \"freshrss\"; WorkingDirectory = cfg.package; serviceConfig = defaultServiceConfig // { RemainAfterExit = true; }; restartIfChanged = true; environment = { DATA_PATH = cfg.dataDir; };"} {"_id":"doc-en-nixpkgs-e89e95faef5ad75df4ecbeb7a55d4b98d91a73c98eadde4b6a8a754e7d161c84","title":"","text":"environment = { DATA_PATH = cfg.dataDir; }; serviceConfig = defaultServiceConfig //{ serviceConfig = defaultServiceConfig // { ExecStart = \"${cfg.package}/app/actualize_script.php\"; }; };"} {"_id":"doc-en-nixpkgs-bae2d13cad1e0c0f29f1795660878f777d827191a8bdfa1cf8a11168e69ebb9e","title":"","text":", pantheon }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"epiphany\"; version = \"46.0\"; version = \"46.1\"; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz\"; hash = \"sha256-9DSPLPUcB8DBBtEwFy1NI/LNQGh3Hh3gB7dYyireVmA=\"; url = \"mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz\"; hash = \"sha256-Jg+BRp7WR0bCsRQ/Lzi+3NloR3hlZ7CX2fcv072dsUI=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-d0df9485cf6a403f112c91cdf01ac961c082641aeee9a08a356c18035a1d44b3","title":"","text":"passthru = { updateScript = gnome.updateScript { packageName = pname; packageName = \"epiphany\"; }; };"} {"_id":"doc-en-nixpkgs-d4cfebb7874333dcea5e3dc5ee3ad847012df34808389e87b5c9d3d0e0e56d23","title":"","text":"license = licenses.gpl3Plus; platforms = platforms.linux; }; } }) "} {"_id":"doc-en-nixpkgs-a22bbd75c6640d73085a35e1719765e3d838e9b23f505a609f8370b43fbc72c7","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"gdm\"; version = \"46.0\"; version = \"46.2\"; outputs = [ \"out\" \"dev\" ]; src = fetchurl { url = \"mirror://gnome/sources/gdm/${lib.versions.major finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}.tar.xz\"; hash = \"sha256-jWy1IXbspItrvxz+L9rgjZZ3taDyvKYA3uRgTeDdHvw=\"; hash = \"sha256-TuNFQioWU3FQzYQkUM2lKyyoaYS8Ue4gzcAl3PS9Jos=\"; }; mesonFlags = ["} {"_id":"doc-en-nixpkgs-50445a51ef9eaea3dab1c7498efad4aa1122ef1f1ab9f9a96817f682dd24a0e0","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"gnome-control-center\"; version = \"46.1\"; version = \"46.2\"; src = fetchurl { url = \"mirror://gnome/sources/gnome-control-center/${lib.versions.major finalAttrs.version}/gnome-control-center-${finalAttrs.version}.tar.xz\"; hash = \"sha256-gXkkIwGd7aHSoHTB7Pan5u8xcsCcvm9NeZWktd6igxI=\"; hash = \"sha256-YzXGy4Fk5XTbUh//Yc+j36pV8dtmrjvKAnUKGT4cTz0=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-5f07d9870efe3e6dc55cc36b94cfe3d41d729de3de79372c23f7871e5433935e","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"gtksourceview\"; version = \"5.12.0\"; version = \"5.12.1\"; outputs = [ \"out\" \"dev\" \"devdoc\" ]; src = let inherit (finalAttrs) pname version; in fetchurl { url = \"mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz\"; hash = \"sha256-2vMv9dMVDWOFkX01A6hbngR7oViysDB5MUycAIE/oB8=\"; src = fetchurl { url = \"mirror://gnome/sources/gtksourceview/${lib.versions.majorMinor finalAttrs.version}/gtksourceview-${finalAttrs.version}.tar.xz\"; hash = \"sha256-hMgqrZhcWq2ufOp4BJBKdjQeyCsmjUZZTBpHjzm0LB8=\"; }; patches = ["} {"_id":"doc-en-nixpkgs-c6aa7bbbcd2bb931971caa127879852ba21dc24d9bb2eee7cc32b5dd28747f9d","title":"","text":", gnome }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = \"libdex\"; version = \"0.6.0\"; version = \"0.6.1\"; outputs = [ \"out\" \"dev\" \"devdoc\" ]; src = fetchurl { url = \"mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz\"; hash = \"sha256-HojSsAYo5Ya3I7f7pRXM6XUvrxISLN5aPA1biDmYUio=\"; url = \"mirror://gnome/sources/libdex/${lib.versions.majorMinor finalAttrs.version}/libdex-${finalAttrs.version}.tar.xz\"; hash = \"sha256-0XbeZXhXHjKowLYDtqWhP6X4f7a1RCV1s47FrxaxepI=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-63908cc406a827ed5f0996225c17f92cf4a0a90f7f6bcdf1851cbd790bbae08a","title":"","text":"description = \"Library supporting deferred execution for GNOME and GTK\"; homepage = \"https://gitlab.gnome.org/GNOME/libdex\"; maintainers = teams.gnome.members; platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin; license = licenses.lgpl21Plus; }; } }) "} {"_id":"doc-en-nixpkgs-e9f4319d095aee37e6ada7e61bec9be148a9b8b16830cfe7ca562ace02751e79","title":"","text":"sourceVersion = { major = \"3\"; minor = \"12\"; patch = \"3\"; patch = \"4\"; suffix = \"\"; }; hash = \"sha256-Vr/vH9/BIhzmcg5DpmHj60F4XdkUzplpjYx4lq9L2qE=\"; hash = \"sha256-9tQZpth0OrJnAIAbSQjSbZfouYbhT5XeMbMt4rDnlVQ=\"; inherit (darwin) configd; inherit passthruFun; };"} {"_id":"doc-en-nixpkgs-a1a7a895c8f358293646a43297890140932baba39f6f08870fd95fe7b7eaba2e","title":"","text":" { lib , stdenv , fetchFromGitLab , writeText , bluez , cjson , cmake , dbus , doxygen , eigen , elfutils , ffmpeg , glslang , gst-plugins-base , gstreamer , hidapi , libbsd , libdrm , libffi , libGL , libjpeg , librealsense , libsurvive , libunwind , libusb1 , libuv , libuvc , libv4l , libXau , libxcb , libXdmcp , libXext , libXrandr , onnxruntime , opencv4 , openhmd , openvr , orc , pcre2 , pkg-config , python3 , SDL2 , shaderc , tracy , udev , vulkan-headers , vulkan-loader , wayland , wayland-protocols , wayland-scanner , zlib , zstd , nixosTests # Set as 'false' to build monado without service support, i.e. allow VR # applications linking against libopenxr_monado.so to use OpenXR standalone # instead of via the monado-service program. For more information see: # https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled , serviceSupport ? true }: stdenv.mkDerivation { pname = \"monado\"; version = \"unstable-2024-01-02\"; src = fetchFromGitLab { domain = \"gitlab.freedesktop.org\"; owner = \"monado\"; repo = \"monado\"; rev = \"bfa1c16ff9fc759327ca251a5d086b958b1a3b8a\"; hash = \"sha256-wXRwOs9MkDre/VeW686DzmvKjX0qCSS13MILbYQD6OY=\"; }; nativeBuildInputs = [ cmake doxygen glslang pkg-config python3 ]; cmakeFlags = [ (lib.cmakeBool \"XRT_FEATURE_SERVICE\" serviceSupport) (lib.cmakeBool \"XRT_OPENXR_INSTALL_ABSOLUTE_RUNTIME_PATH\" true) (lib.cmakeBool \"XRT_HAVE_TRACY\" true) (lib.cmakeBool \"XRT_FEATURE_TRACING\" true) (lib.cmakeBool \"XRT_HAVE_STEAM\" true) ]; buildInputs = [ bluez cjson dbus eigen elfutils ffmpeg gst-plugins-base gstreamer hidapi libbsd libdrm libffi libGL libjpeg librealsense libsurvive libunwind libusb1 libuv libuvc libv4l libXau libxcb libXdmcp libXext libXrandr onnxruntime opencv4 openhmd openvr orc pcre2 SDL2 shaderc tracy udev vulkan-headers vulkan-loader wayland wayland-protocols wayland-scanner zlib zstd ]; # known disabled drivers/features: # - DRIVER_DEPTHAI - Needs depthai-core https://github.com/luxonis/depthai-core (See https://github.com/NixOS/nixpkgs/issues/292618) # - DRIVER_ILLIXR - needs ILLIXR headers https://github.com/ILLIXR/ILLIXR (See https://github.com/NixOS/nixpkgs/issues/292661) # - DRIVER_ULV2 - Needs proprietary Leapmotion SDK https://api.leapmotion.com/documentation/v2/unity/devguide/Leap_SDK_Overview.html (See https://github.com/NixOS/nixpkgs/issues/292624) # - DRIVER_ULV5 - Needs proprietary Leapmotion SDK https://api.leapmotion.com/documentation/v2/unity/devguide/Leap_SDK_Overview.html (See https://github.com/NixOS/nixpkgs/issues/292624) # Help openxr-loader find this runtime setupHook = writeText \"setup-hook\" '' export XDG_CONFIG_DIRS=@out@/etc/xdg''${XDG_CONFIG_DIRS:+:''${XDG_CONFIG_DIRS}} ''; passthru.tests = { basic-service = nixosTests.monado; }; meta = with lib; { description = \"Open source XR runtime\"; homepage = \"https://monado.freedesktop.org/\"; license = licenses.boost; maintainers = with maintainers; [ Scrumplex expipiplus1 prusnak ]; platforms = platforms.linux; mainProgram = \"monado-cli\"; }; } "} {"_id":"doc-en-nixpkgs-636cfae9b3d18d069a57285fb290b8fa06d346b81c5bdf8af91132804fdfc803","title":"","text":" { lib , stdenv , fetchFromGitLab , writeText , bluez , cjson , cmake , dbus , doxygen , eigen , elfutils , glslang , gst-plugins-base , gstreamer , hidapi , libbsd , libdrm , libffi , libGL , libjpeg , librealsense , libsurvive , libunwind , libusb1 , libuv , libuvc , libv4l , libXau , libxcb , libXdmcp , libXext , libXrandr , nix-update-script , onnxruntime , opencv4 , openhmd , openvr , orc , pcre2 , pkg-config , python3 , SDL2 , shaderc , tracy , udev , vulkan-headers , vulkan-loader , wayland , wayland-protocols , wayland-scanner , zlib , zstd , nixosTests # Set as 'false' to build monado without service support, i.e. allow VR # applications linking against libopenxr_monado.so to use OpenXR standalone # instead of via the monado-service program. For more information see: # https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled , serviceSupport ? true }: stdenv.mkDerivation (finalAttrs: { pname = \"monado\"; version = \"24.0.0\"; src = fetchFromGitLab { domain = \"gitlab.freedesktop.org\"; owner = \"monado\"; repo = \"monado\"; rev = \"refs/tags/v${finalAttrs.version}\"; hash = \"sha256-lFy0VvaLD4Oyu2TZJnaIWjuaJUZjGGDJS0VsRfIUpcc=\"; }; nativeBuildInputs = [ cmake doxygen glslang pkg-config python3 ]; cmakeFlags = [ (lib.cmakeBool \"XRT_FEATURE_SERVICE\" serviceSupport) (lib.cmakeBool \"XRT_OPENXR_INSTALL_ABSOLUTE_RUNTIME_PATH\" true) (lib.cmakeBool \"XRT_HAVE_TRACY\" true) (lib.cmakeBool \"XRT_FEATURE_TRACING\" true) (lib.cmakeBool \"XRT_HAVE_STEAM\" true) ]; buildInputs = [ bluez cjson dbus eigen elfutils gst-plugins-base gstreamer hidapi libbsd libdrm libffi libGL libjpeg librealsense libsurvive libunwind libusb1 libuv libuvc libv4l libXau libxcb libXdmcp libXext libXrandr onnxruntime opencv4 openhmd openvr orc pcre2 SDL2 shaderc tracy udev vulkan-headers vulkan-loader wayland wayland-protocols wayland-scanner zlib zstd ]; # known disabled drivers/features: # - DRIVER_DEPTHAI - Needs depthai-core https://github.com/luxonis/depthai-core (See https://github.com/NixOS/nixpkgs/issues/292618) # - DRIVER_ILLIXR - needs ILLIXR headers https://github.com/ILLIXR/ILLIXR (See https://github.com/NixOS/nixpkgs/issues/292661) # - DRIVER_ULV2 - Needs proprietary Leapmotion SDK https://api.leapmotion.com/documentation/v2/unity/devguide/Leap_SDK_Overview.html (See https://github.com/NixOS/nixpkgs/issues/292624) # - DRIVER_ULV5 - Needs proprietary Leapmotion SDK https://api.leapmotion.com/documentation/v2/unity/devguide/Leap_SDK_Overview.html (See https://github.com/NixOS/nixpkgs/issues/292624) # Help openxr-loader find this runtime setupHook = writeText \"setup-hook\" '' export XDG_CONFIG_DIRS=@out@/etc/xdg''${XDG_CONFIG_DIRS:+:''${XDG_CONFIG_DIRS}} ''; passthru = { updateScript = nix-update-script { }; tests.basic-service = nixosTests.monado; }; meta = with lib; { description = \"Open source XR runtime\"; homepage = \"https://monado.freedesktop.org/\"; license = licenses.boost; maintainers = with maintainers; [ Scrumplex expipiplus1 prusnak ]; platforms = platforms.linux; mainProgram = \"monado-cli\"; }; }) "} {"_id":"doc-en-nixpkgs-c75b7f5a3253e454a7fa414fc9c0cbd4bb28177324e87637213c3771f0fa9da6","title":"","text":"monetdb = callPackage ../servers/sql/monetdb { }; monado = callPackage ../applications/graphics/monado { monado = callPackage ../by-name/mo/monado/package.nix { inherit (gst_all_1) gstreamer gst-plugins-base; };"} {"_id":"doc-en-nixpkgs-1873c56d669c72a7e297119d0e1f5c6f614df2d8affa2869aa77156108b0c1f3","title":"","text":"description = \"Set of files that have to be linked into the initrd\"; example = literalExpression '' { \"/etc/hostname\".text = \"mymachine\"; \"/etc/machine-id\".source = /etc/machine-id; } ''; default = {};"} {"_id":"doc-en-nixpkgs-bbc1ade964ec18e2eac644a5c6eb19300f5470261eb2221a104e97bf7e0c137d","title":"","text":"\"/etc/os-release\".source = config.boot.initrd.osRelease; \"/etc/initrd-release\".source = config.boot.initrd.osRelease; # For systemd-journald's _HOSTNAME field; needs to be set early, cannot be backfilled. \"/etc/hostname\".text = config.networking.hostName; } // optionalAttrs (config.environment.etc ? \"modprobe.d/nixos.conf\") { \"/etc/modprobe.d/nixos.conf\".source = config.environment.etc.\"modprobe.d/nixos.conf\".source; };"} {"_id":"doc-en-nixpkgs-58fbf368b1dc79d0eca73d63809922d27a46ebefa9ce17749656e58b85aa0a8a","title":"","text":"inherit hostPath containerPath; options = mountOptions; }; jqAddMountExpression = \".containerEdits.mounts[.containerEdits.mounts | length] |= . +\"; allJqMounts = lib.concatMap (mount: [\"${lib.getExe jq} '${jqAddMountExpression} ${builtins.toJSON (mkMount mount)}'\"]) mounts; mountToCommand = mount: \"additionalMount \"${mount.hostPath}\" \"${mount.containerPath}\" '${builtins.toJSON mount.mountOptions}'\"; mountsToCommands = mounts: if (builtins.length mounts) == 0 then \"cat\" else (lib.strings.concatMapStringsSep \" | n\" mountToCommand mounts); in writeScriptBin \"nvidia-cdi-generator\" ''"} {"_id":"doc-en-nixpkgs-8e7fd99420a0b27564770c25d98cc9f74734dc3cd1264ae52d9c72bbc0776026","title":"","text":"--nvidia-ctk-path ${lib.getExe' nvidia-container-toolkit \"nvidia-ctk\"} } cdiGenerate | ${lib.concatStringsSep \" | \" allJqMounts} > $RUNTIME_DIRECTORY/nvidia-container-toolkit.json function additionalMount { local hostPath=\"$1\" local containerPath=\"$2\" local mountOptions=\"$3\" if [ -e \"$hostPath\" ]; then ${lib.getExe jq} \".containerEdits.mounts[.containerEdits.mounts | length] = { \"hostPath\": \"$hostPath\", \"containerPath\": \"$containerPath\", \"options\": $mountOptions }\" else echo \"Mount $hostPath ignored: could not find path in the host machine\" >&2 cat fi } cdiGenerate | ${mountsToCommands mounts} > $RUNTIME_DIRECTORY/nvidia-container-toolkit.json ''"} {"_id":"doc-en-nixpkgs-03732e36c84d1539d944c5f9cdf6b4e29d74bdd4ceeda38f8b4038bcc70d8c53","title":"","text":"/usr/local/nvidia/lib64. ''; }; package = lib.mkPackageOption pkgs \"nvidia-container-toolkit\" { }; }; };"} {"_id":"doc-en-nixpkgs-1c751bfaa1a5f3023f7a087ee6d2eeb093ea37535e89f1f67bbabb02445ecf0f","title":"","text":"let script = pkgs.callPackage ./cdi-generate.nix { inherit (config.hardware.nvidia-container-toolkit) mounts; nvidia-container-toolkit = config.hardware.nvidia-container-toolkit.package; nvidia-driver = config.hardware.nvidia.package; deviceNameStrategy = config.hardware.nvidia-container-toolkit.device-name-strategy; };"} {"_id":"doc-en-nixpkgs-9dd5435dc08d7f00aa4fdec1279dbecdc3f94b75f606030522476214f9967a6b","title":"","text":"ntfy-sh = handleTest ./ntfy-sh.nix {}; ntfy-sh-migration = handleTest ./ntfy-sh-migration.nix {}; ntpd-rs = handleTest ./ntpd-rs.nix {}; nvidia-container-toolkit = runTest ./nvidia-container-toolkit.nix; nvmetcfg = handleTest ./nvmetcfg.nix {}; nzbget = handleTest ./nzbget.nix {}; nzbhydra2 = handleTest ./nzbhydra2.nix {};"} {"_id":"doc-en-nixpkgs-df6ae40967acb12853d12cd542613c22585bf0ce3b892889a680dc3ab59db7d0","title":"","text":" { pkgs, lib, ... }: let testCDIScript = pkgs.writeShellScriptBin \"test-cdi\" '' die() { echo \"$1\" exit 1 } check_file_referential_integrity() { echo \"checking $1 referential integrity\" ( ${pkgs.glibc.bin}/bin/ldd \"$1\" | ${lib.getExe pkgs.gnugrep} \"not found\" &> /dev/null ) && return 1 return 0 } check_directory_referential_integrity() { ${lib.getExe pkgs.findutils} \"$1\" -type f -print0 | while read -d $'0' file; do if [[ $(${lib.getExe pkgs.file} \"$file\" | ${lib.getExe pkgs.gnugrep} ELF) ]]; then check_file_referential_integrity \"$file\" || exit 1 else echo \"skipping $file: not an ELF file\" fi done } check_directory_referential_integrity \"/usr/bin\" || exit 1 check_directory_referential_integrity \"${pkgs.addDriverRunpath.driverLink}\" || exit 1 check_directory_referential_integrity \"/usr/local/nvidia\" || exit 1 ''; testContainerImage = pkgs.dockerTools.buildImage { name = \"cdi-test\"; tag = \"latest\"; config = { Cmd = [ (lib.getExe testCDIScript) ]; }; copyToRoot = with pkgs.dockerTools; [ usrBinEnv binSh ]; }; emptyCDISpec = '' { \"cdiVersion\": \"0.5.0\", \"kind\": \"nvidia.com/gpu\", \"devices\": [ { \"name\": \"all\", \"containerEdits\": { \"deviceNodes\": [ { \"path\": \"/dev/urandom\" } ], \"hooks\": [], \"mounts\": [] } } ], \"containerEdits\": { \"deviceNodes\": [], \"hooks\": [], \"mounts\": [] } } ''; nvidia-container-toolkit = { enable = true; package = pkgs.stdenv.mkDerivation { pname = \"nvidia-ctk-dummy\"; version = \"1.0.0\"; dontUnpack = true; dontBuild = true; inherit emptyCDISpec; passAsFile = [ \"emptyCDISpec\" ]; installPhase = '' mkdir -p $out/bin $out/share/nvidia-container-toolkit cp \"$emptyCDISpecPath\" \"$out/share/nvidia-container-toolkit/spec.json\" echo -n \"$emptyCDISpec\" > \"$out/bin/nvidia-ctk\"; cat << EOF > \"$out/bin/nvidia-ctk\" #!${pkgs.runtimeShell} cat \"$out/share/nvidia-container-toolkit/spec.json\" EOF chmod +x $out/bin/nvidia-ctk ''; meta.mainProgram = \"nvidia-ctk\"; }; }; in { name = \"nvidia-container-toolkit\"; meta = with lib.maintainers; { maintainers = [ ereslibre ]; }; defaults = { config, ... }: { environment.systemPackages = with pkgs; [ jq ]; virtualisation.diskSize = lib.mkDefault 10240; virtualisation.containers.enable = lib.mkDefault true; hardware = { inherit nvidia-container-toolkit; nvidia = { open = true; package = config.boot.kernelPackages.nvidiaPackages.stable.open; }; graphics.enable = lib.mkDefault true; }; }; nodes = { no-gpus = { virtualisation.containers.enable = false; hardware.graphics.enable = false; }; one-gpu = { pkgs, ... }: { environment.systemPackages = with pkgs; [ podman ]; hardware.graphics.enable = true; }; one-gpu-invalid-host-paths = { hardware.nvidia-container-toolkit.mounts = [ { hostPath = \"/non-existant-path\"; containerPath = \"/some/path\"; } ]; }; }; testScript = '' start_all() with subtest(\"Generate an empty CDI spec for a machine with no Nvidia GPUs\"): no_gpus.wait_for_unit(\"nvidia-container-toolkit-cdi-generator.service\") no_gpus.succeed(\"cat /var/run/cdi/nvidia-container-toolkit.json | jq\") with subtest(\"Podman loads the generated CDI spec for a machine with an Nvidia GPU\"): one_gpu.wait_for_unit(\"nvidia-container-toolkit-cdi-generator.service\") one_gpu.succeed(\"cat /var/run/cdi/nvidia-container-toolkit.json | jq\") one_gpu.succeed(\"podman load < ${testContainerImage}\") print(one_gpu.succeed(\"podman run --pull=never --device=nvidia.com/gpu=all -v /run/opengl-driver:/run/opengl-driver:ro cdi-test:latest\")) # Issue: https://github.com/NixOS/nixpkgs/issues/319201 with subtest(\"The generated CDI spec skips specified non-existant paths in the host\"): one_gpu_invalid_host_paths.wait_for_unit(\"nvidia-container-toolkit-cdi-generator.service\") one_gpu_invalid_host_paths.fail(\"grep 'non-existant-path' /var/run/cdi/nvidia-container-toolkit.json\") ''; } "} {"_id":"doc-en-nixpkgs-469252accfbcb5b80b5aa768dcb73f833b2f760c34f9994edab738c5a8907a15","title":"","text":" { lib, stdenvNoCC, fetchFromGitHub, gitUpdater, gnome-themes-extra, gtk-engine-murrine, jdupes, sassc, themeVariants ? [ ], # default: blue colorVariants ? [ ], # default: all sizeVariants ? [ ], # default: standard tweaks ? [ ], }: let pname = \"fluent-gtk-theme\"; in lib.checkListOfEnum \"${pname}: theme variants\" [ \"default\" \"purple\" \"pink\" \"red\" \"orange\" \"yellow\" \"green\" \"teal\" \"grey\" \"all\" ] themeVariants lib.checkListOfEnum \"${pname}: color variants\" [ \"standard\" \"light\" \"dark\" ] colorVariants lib.checkListOfEnum \"${pname}: size variants\" [ \"standard\" \"compact\" ] sizeVariants lib.checkListOfEnum \"${pname}: tweaks\" [ \"solid\" \"float\" \"round\" \"blur\" \"noborder\" \"square\" ] tweaks stdenvNoCC.mkDerivation (finalAttrs: { inherit pname; version = \"2024-06-12\"; src = fetchFromGitHub { owner = \"vinceliuice\"; repo = \"fluent-gtk-theme\"; rev = finalAttrs.version; hash = \"sha256-ONhW68UUrFiv5hxkR7XI8U/5+qM+tYLIS2OM05pqJi0=\"; }; nativeBuildInputs = [ jdupes sassc ]; buildInputs = [ gnome-themes-extra ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ]; postPatch = '' patchShebangs install.sh ''; installPhase = '' runHook preInstall name= HOME=\"$TMPDIR\" ./install.sh ${lib.optionalString (themeVariants != [ ]) \"--theme \" + builtins.toString themeVariants} ${lib.optionalString (colorVariants != [ ]) \"--color \" + builtins.toString colorVariants} ${lib.optionalString (sizeVariants != [ ]) \"--size \" + builtins.toString sizeVariants} ${lib.optionalString (tweaks != [ ]) \"--tweaks \" + builtins.toString tweaks} --icon nixos --dest $out/share/themes jdupes --quiet --link-soft --recurse $out/share runHook postInstall ''; passthru.updateScript = gitUpdater { }; meta = { description = \"Fluent design gtk theme\"; changelog = \"https://github.com/vinceliuice/Fluent-gtk-theme/releases/tag/${finalAttrs.version}\"; homepage = \"https://github.com/vinceliuice/Fluent-gtk-theme\"; license = lib.licenses.gpl3Only; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ luftmensch-luftmensch romildo ]; }; }) "} {"_id":"doc-en-nixpkgs-5ee4e8dc1f1f7ff12b912e66a3557d57ba5163f9bc7f6af85d6ccb6017c226a0","title":"","text":" { lib , stdenvNoCC , fetchFromGitHub , gitUpdater , gnome-themes-extra , gtk-engine-murrine , jdupes , sassc , themeVariants ? [] # default: blue , colorVariants ? [] # default: all , sizeVariants ? [] # default: standard , tweaks ? [] }: let pname = \"fluent-gtk-theme\"; in lib.checkListOfEnum \"${pname}: theme variants\" [ \"default\" \"purple\" \"pink\" \"red\" \"orange\" \"yellow\" \"green\" \"teal\" \"grey\" \"all\" ] themeVariants lib.checkListOfEnum \"${pname}: color variants\" [ \"standard\" \"light\" \"dark\" ] colorVariants lib.checkListOfEnum \"${pname}: size variants\" [ \"standard\" \"compact\" ] sizeVariants lib.checkListOfEnum \"${pname}: tweaks\" [ \"solid\" \"float\" \"round\" \"blur\" \"noborder\" \"square\" ] tweaks stdenvNoCC.mkDerivation (finalAttrs: { inherit pname; version = \"2024-04-28\"; src = fetchFromGitHub { owner = \"vinceliuice\"; repo = \"fluent-gtk-theme\"; rev = finalAttrs.version; hash = \"sha256-0zf3fHtWcrbT26jgwgsPEDDhBWErOkgXyvGwSWV8rGs=\"; }; nativeBuildInputs = [ jdupes sassc ]; buildInputs = [ gnome-themes-extra ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ]; postPatch = '' patchShebangs install.sh ''; installPhase = '' runHook preInstall name= HOME=\"$TMPDIR\" ./install.sh ${lib.optionalString (themeVariants != []) \"--theme \" + builtins.toString themeVariants} ${lib.optionalString (colorVariants != []) \"--color \" + builtins.toString colorVariants} ${lib.optionalString (sizeVariants != []) \"--size \" + builtins.toString sizeVariants} ${lib.optionalString (tweaks != []) \"--tweaks \" + builtins.toString tweaks} --icon nixos --dest $out/share/themes jdupes --quiet --link-soft --recurse $out/share runHook postInstall ''; passthru.updateScript = gitUpdater { }; meta = { description = \"Fluent design gtk theme\"; homepage = \"https://github.com/vinceliuice/Fluent-gtk-theme\"; license = lib.licenses.gpl3Only; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ romildo ]; }; }) "} {"_id":"doc-en-nixpkgs-6fc0de2cf9266111eb0b6b110c469fb79b8c53ccd7a652490b8fbc5c798dfa4d","title":"","text":"flat-remix-gtk = callPackage ../data/themes/flat-remix-gtk { }; flat-remix-gnome = callPackage ../data/themes/flat-remix-gnome { }; fluent-gtk-theme = callPackage ../data/themes/fluent-gtk-theme { }; fluent-icon-theme = callPackage ../data/icons/fluent-icon-theme { }; font-awesome_4 = (callPackage ../data/fonts/font-awesome { }).v4;"} {"_id":"doc-en-nixpkgs-375433de96d6bfbd5ada89919988bb9ee1014a7e70865b623667ef9215b6a94f","title":"","text":"platforms = []; source = { remotes = [\"https://rubygems.org\"]; sha256 = \"sha256-CQioY4HZ+XOCRoDfTgp1QidmJy8DscDknbfnnCPbETU=\"; sha256 = \"0428ady49qssmnmwnafzrjvyba8mzbridsgblv7c7kmd0vqgfn99\"; type = \"gem\"; }; version = \"3.2.8\"; version = \"3.3.0\"; }; rmagick = { dependencies = [\"observer\" \"pkg-config\"];"} {"_id":"doc-en-nixpkgs-7af8102138f8791705668f393cb45ee0f93d2447cce62dd483ec20b5176721c0","title":"","text":", nodejs , npmHooks , makeBinaryWrapper , shellcheck }: stdenv.mkDerivation (finalAttrs: {"} {"_id":"doc-en-nixpkgs-bff62d6893ed8b7d003231612c08226bf46b649c5995e12d10ea2a704f2cc426","title":"","text":"# Create the executable, based upon what happens in npmHooks.npmInstallHook makeWrapper ${lib.getExe nodejs} $out/bin/bash-language-server --prefix PATH : ${lib.makeBinPath [ shellcheck ]} --inherit-argv0 --add-flags $out/lib/bash-language-server/out/cli.js"} {"_id":"doc-en-nixpkgs-300bc75f930ff4ed197b86245a17e4c01fa005a79cd768e9ee9924b1d2cba35d","title":"","text":"\"@webassemblyjs/wasm-text-gen-1.11.1\" = \"wasmgen\"; \"@webassemblyjs/wast-refmt-1.11.1\" = \"wast-refmt\"; aws-cdk = \"cdk\"; bash-language-server = \"bash-language-server\"; cdk8s-cli = \"cdk8s\"; cdktf-cli = \"cdktf\"; clipboard-cli = \"clipboard\";"} {"_id":"doc-en-nixpkgs-47bec76d3e2ad7218dc1db1ea4831fa45f191f7e748b5d79fbddb9c0aea78e5a","title":"","text":"bypassCache = true; reconstructLock = true; }; bash-language-server = nodeEnv.buildNodePackage { name = \"bash-language-server\"; packageName = \"bash-language-server\"; version = \"5.3.4\"; src = fetchurl { url = \"https://registry.npmjs.org/bash-language-server/-/bash-language-server-5.3.4.tgz\"; sha512 = \"9GEzJVOOyU7ZQbDI/uFc8N9FGuun6UZv1qB9bNUbehIb1gA4pOpkIYtqtfSq0XQSO25hMp8d/tzsmFJmeX+dQg==\"; }; dependencies = [ sources.\"@nodelib/fs.scandir-2.1.5\" sources.\"@nodelib/fs.stat-2.0.5\" sources.\"@nodelib/fs.walk-1.2.8\" sources.\"braces-3.0.3\" sources.\"domino-2.1.6\" sources.\"encoding-0.1.13\" sources.\"fast-glob-3.3.2\" sources.\"fastq-1.17.1\" sources.\"fill-range-7.1.1\" sources.\"fuzzy-search-3.2.1\" sources.\"glob-parent-5.1.2\" sources.\"iconv-lite-0.6.3\" sources.\"is-extglob-2.1.1\" sources.\"is-glob-4.0.3\" sources.\"is-number-7.0.0\" sources.\"merge2-1.4.1\" sources.\"micromatch-4.0.7\" sources.\"node-fetch-2.7.0\" sources.\"picomatch-2.3.1\" sources.\"queue-microtask-1.2.3\" sources.\"reusify-1.0.4\" sources.\"run-parallel-1.2.0\" sources.\"safer-buffer-2.1.2\" sources.\"to-regex-range-5.0.1\" sources.\"tr46-0.0.3\" sources.\"turndown-7.1.3\" sources.\"vscode-jsonrpc-8.0.2\" sources.\"vscode-languageserver-8.0.2\" sources.\"vscode-languageserver-protocol-3.17.2\" sources.\"vscode-languageserver-textdocument-1.0.11\" sources.\"vscode-languageserver-types-3.17.2\" sources.\"web-tree-sitter-0.22.5\" sources.\"webidl-conversions-3.0.1\" sources.\"whatwg-url-5.0.0\" sources.\"zod-3.22.4\" ]; buildInputs = globalBuildInputs; meta = { description = \"A language server for Bash\"; homepage = \"https://github.com/bash-lsp/bash-language-server#readme\"; license = \"MIT\"; }; production = true; bypassCache = true; reconstructLock = true; }; bower = nodeEnv.buildNodePackage { name = \"bower\"; packageName = \"bower\";"} {"_id":"doc-en-nixpkgs-5dfb05b164b212b15b723af292be466b864e3689f7338bbb3ee130a2e1993395","title":"","text":"}; }; bash-language-server = prev.bash-language-server.override { nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ]; postInstall = '' wrapProgram \"$out/bin/bash-language-server\" --prefix PATH : ${lib.makeBinPath [ pkgs.shellcheck ]} ''; }; bower2nix = prev.bower2nix.override { nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ]; postInstall = ''"} {"_id":"doc-en-nixpkgs-325e0fcc295c9679947b5082436ce3ec815e01763ecd9c12a6f7a80eeedd4eb7","title":"","text":"((buildMozillaMach rec { pname = \"floorp\"; packageVersion = \"11.13.3\"; packageVersion = \"11.14.1\"; applicationName = \"Floorp\"; binaryName = \"floorp\"; branding = \"browser/branding/official\";"} {"_id":"doc-en-nixpkgs-e73a45a5bb8a8c46342c84621bc573ffdea77d34f58315dfea02f4ca7becf5cf","title":"","text":"allowAddonSideload = true; # Must match the contents of `browser/config/version.txt` in the source tree version = \"115.12.0\"; version = \"115.13.0\"; src = fetchFromGitHub { owner = \"Floorp-Projects\"; repo = \"Floorp\"; fetchSubmodules = true; rev = \"v${packageVersion}\"; hash = \"sha256-9EDTVckSqv/nyDi4qjMd54I69WiqM8v6om7zQLT+pQc=\"; hash = \"sha256-PhI+hIypPF6W5RJIXhCAXblSJNwgYavfCgdQozDSXG0=\"; }; extraConfigureFlags = ["} {"_id":"doc-en-nixpkgs-f4994ef936295903fff5e319fc8113e4c04ff653807dfb2a339933cfb6111cd8","title":"","text":"\"--with-unsigned-addon-scopes=app,system\" ]; extraPostPatch = '' # Fix .desktop files for PWAs generated by Floorp; they hardcode /usr/bin # https://github.com/NixOS/nixpkgs/issues/314115 substituteInPlace floorp/browser/base/content/modules/ssb/LinuxSupport.mjs --replace-fail /usr/bin/floorp floorp ''; updateScript = ./update.sh; meta = {"} {"_id":"doc-en-nixpkgs-d0712685f7f72ee4e0277a4b601939b1a09a4f39bb3131f2d8a89a883b7ecf97","title":"","text":" diff --git a/src/config.hpp b/src/config.hpp index 6e7439b..ae01462 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -4,8 +4,6 @@ Runtime configuration can be disabled by deleting #define RUNTIME_CONFIG */ -#define RUNTIME_CONFIG - // Current\t\t\t\t\t\t\t\tDefault inline bool starthidden = false;\t\t// false inline bool searchbar = true;\t\t\t// true "} {"_id":"doc-en-nixpkgs-cf81125e2f310de16b6fa0fc611084d7990fcdd9067579e9c773418ad2724c75","title":"","text":" diff --git a/Makefile b/Makefile index f0b6baf..71033a5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SRCS +=\t$(wildcard src/*.cpp) OBJS = $(SRCS:.cpp=.o) DESTDIR = $(HOME)/.local -CXXFLAGS = -march=native -mtune=native -Os -s -Wall -flto=auto -fno-exceptions +CXXFLAGS = -Os -s -Wall -flto=auto -fno-exceptions CXXFLAGS += $(shell pkg-config --cflags $(PKGS)) LDFLAGS += $(shell pkg-config --libs $(PKGS)) -Wl,--gc-sections "} {"_id":"doc-en-nixpkgs-3d84f5e1d7e8ba47cf3dc0b4ad527d7d4730f146c421a967989f54e5584b1dce","title":"","text":" { stdenv, lib, fetchFromGitHub, pkg-config, git, gtkmm4, gtk4-layer-shell, wrapGAppsHook4, unstableGitUpdater, }: stdenv.mkDerivation { pname = \"sysmenu\"; version = \"unstable-2024-06-13\"; src = fetchFromGitHub { owner = \"System64fumo\"; repo = \"sysmenu\"; rev = \"0b891e5d27f286b867d4a0984ee284a3456de851\"; hash = \"sha256-zI6dmS+ZqcGrG/joWouqrMNQfTRflP677kYJLJEWTBc=\"; }; patches = [ ./001-no-runtime-config.patch ./002-cflags-fix.patch ]; nativeBuildInputs = [ pkg-config git wrapGAppsHook4 ]; buildInputs = [ gtkmm4 gtk4-layer-shell ]; installPhase = '' runHook preInstall install -Dm755 sysmenu $out/bin/sysmenu runHook postInstall ''; passthru.updateScript = unstableGitUpdater { }; meta = { description = \"Simple program launcher using GTK4\"; homepage = \"https://github.com/System64fumo/sysmenu\"; license = lib.licenses.wtfpl; mainProgram = \"sysmenu\"; maintainers = with lib.maintainers; [ matteopacini ]; platforms = lib.platforms.linux; }; } "} {"_id":"doc-en-nixpkgs-0a5828ff69c4f11a1ad15f49371ce86f9a72c801ab528ae57b02979232fa74e8","title":"","text":" From f76ad4da12e6a65550d564bb626a1429ae75433a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= Date: Thu, 9 May 2024 23:52:47 +0200 Subject: [PATCH 1/2] `check_for_key` before `ask_for_passphrase` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit let's always first check if there is already a key in the keyring available before we try to get the key from some more involved means. Fixes: #261 Signed-off-by: Thomas Mühlbacher --- src/commands/mount.rs | 13 +++++++++++-- src/key.rs | 4 +++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/commands/mount.rs b/src/commands/mount.rs index 9414c77f..34a741cb 100644 --- a/src/commands/mount.rs +++ b/src/commands/mount.rs @@ -344,8 +344,17 @@ fn cmd_mount_inner(opt: Cli) -> anyhow::Result<()> { if block_devices_to_mount.len() == 0 { Err(anyhow::anyhow!(\"No device found from specified parameters\"))?; } - // Check if the filesystem's master key is encrypted - if unsafe { bcachefs::bch2_sb_is_encrypted_and_locked(block_devices_to_mount[0].sb) } { + + let key_name = CString::new(format!( + \"bcachefs:{}\", + block_devices_to_mount[0].sb().uuid() + )) + .unwrap(); + + // Check if the filesystem's master key is encrypted and we don't have a key + if unsafe { bcachefs::bch2_sb_is_encrypted_and_locked(block_devices_to_mount[0].sb) } + && !key::check_for_key(&key_name)? + { // First by password_file, if available let fallback_to_unlock_policy = if let Some(passphrase_file) = &opt.passphrase_file { match key::read_from_passphrase_file(&block_devices_to_mount[0], passphrase_file.as_path()) { diff --git a/src/key.rs b/src/key.rs index d0018805..568b3cdb 100644 --- a/src/key.rs +++ b/src/key.rs @@ -58,7 +58,7 @@ impl fmt::Display for UnlockPolicy { } } -fn check_for_key(key_name: &std::ffi::CStr) -> anyhow::Result { +pub fn check_for_key(key_name: &std::ffi::CStr) -> anyhow::Result { use bch_bindgen::keyutils::{self, keyctl_search}; let key_name = key_name.to_bytes_with_nul().as_ptr() as *const _; let key_type = c_str!(\"user\"); @@ -86,10 +86,12 @@ fn wait_for_unlock(uuid: &uuid::Uuid) -> anyhow::Result<()> { } } +// blocks indefinitely if no input is available on stdin fn ask_for_passphrase(sb: &bch_sb_handle) -> anyhow::Result<()> { let passphrase = if stdin().is_terminal() { rpassword::prompt_password(\"Enter passphrase: \")? } else { + info!(\"Trying to read passphrase from stdin...\"); let mut line = String::new(); stdin().read_line(&mut line)?; line From 734ccc58f42c3cccb0960bdd84808839e2b62ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= Date: Sun, 12 May 2024 19:39:19 +0200 Subject: [PATCH 2/2] fix unfortunate typo causes mounting encrypted devices to become stuck in a busy loop. --- include/crypto/skcipher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/crypto/skcipher.h b/include/crypto/skcipher.h index 70905a5a..833729dc 100644 --- a/include/crypto/skcipher.h +++ b/include/crypto/skcipher.h @@ -112,7 +112,7 @@ static inline void skcipher_request_set_sync_tfm(struct skcipher_request *req, skcipher_request_set_tfm(req, &tfm->base); } -#define skcipher_request_set_callback(...) do {} while (9) +#define skcipher_request_set_callback(...) do {} while (0) static inline void skcipher_request_set_crypt( struct skcipher_request *req, "} {"_id":"doc-en-nixpkgs-ef3e831d6adfd7cbcb3e46f1d82652ec2fecb9275d0c90ecbfd79050ad83a7e3","title":"","text":"stdenv.mkDerivation (finalAttrs: { pname = \"bcachefs-tools\"; version = \"1.7.0-unstable-2024-05-09\"; version = \"1.9.2\"; src = fetchFromGitHub { owner = \"koverstreet\"; repo = \"bcachefs-tools\"; # FIXME: switch to a tagged release once available > 1.7.0 # Fix for https://github.com/NixOS/nixpkgs/issues/313350 rev = \"3ac510f6a41feb1b695381fa30869d557c00b822\"; hash = \"sha256-ZmkeYPiCy7vkXnMFbtUF4761K+I+Ef7UbmSY7dJG09U=\"; rev = \"refs/tags/v${finalAttrs.version}\"; hash = \"sha256-1GsRBAVAfD0SAM1gk8W+bX7MtxunGKOLtXweL4rrf9Q=\"; }; nativeBuildInputs = ["} {"_id":"doc-en-nixpkgs-2251ace367dcb1580027334e227630e83e00edae4da2dc7d2b75da2a9299fb35","title":"","text":"cargoDeps = rustPlatform.fetchCargoTarball { src = finalAttrs.src; hash = \"sha256-RsRz/nb8L+pL1U4l6RnvqeDFddPvcBFH4wdV7G60pxA=\"; hash = \"sha256-rabiNqw4hg0Js8VadxfkhNLIsrKfMuoKa5lFIfSMNPY=\"; }; makeFlags = ["} {"_id":"doc-en-nixpkgs-f50eab586b3e553bf7810a155a3e9ea67dec740c4a4e48fdd72721f879d39fa2","title":"","text":"# FIXME: Try enabling this once the default linux kernel is at least 6.7 doCheck = false; # needs bcachefs module loaded on builder patches = [ # code refactoring of bcachefs-tools broke reading passphrases from stdin (vs. terminal) # upstream issue https://github.com/koverstreet/bcachefs-tools/issues/261 ./fix-encrypted-boot.patch # https://github.com/koverstreet/bcachefs-tools/pull/305 (fetchpatch { name = \"use-ar-var-in-makefile.patch\"; url = \"https://github.com/koverstreet/bcachefs-tools/commit/91e67ab2bd48fa135a1f5109b23899a4f1019a03.patch\"; sha256 = \"sha256-nB4Tgcwa8eeasIDQ4rrYORie/X8LMuCSRi+WJNw+R/U=\"; }) ]; postPatch = '' substituteInPlace Makefile --replace-fail \"target/release/bcachefs\" \"target/${stdenv.hostPlatform.rust.rustcTargetSpec}/release/bcachefs\""} {"_id":"doc-en-nixpkgs-d9cbcc851aeda40d465741d4983249bfe5b66fd70a1a6da93a25ee5bc38a680c","title":"","text":"#!/usr/bin/env nix-shell #! nix-shell -I nixpkgs=../../../.. -i python3 -p bundix bundler nix-update nix nix-universal-prefetch python3 python3Packages.requests python3Packages.click python3Packages.click-log python3Packages.packaging prefetch-yarn-deps git #! nix-shell -I nixpkgs=../../../.. -i python3 -p bundix bundler nix-update nix python3 python3Packages.requests python3Packages.click python3Packages.click-log python3Packages.packaging prefetch-yarn-deps git import click import click_log"} {"_id":"doc-en-nixpkgs-0c73b5cde3e5606950fc67344dacb1dd3e48d945f2de6b43e5bf3069d43e3a79","title":"","text":"reverse=True, ) return versions def get_git_hash(self, rev: str): return ( subprocess.check_output( [ \"nix-universal-prefetch\", \"fetchFromGitLab\", \"--owner\", self.owner, \"--repo\", self.repo, \"--rev\", rev, \"nix-prefetch-url\", \"--unpack\", f\"https://gitlab.com/{self.owner}/{self.repo}/-/archive/{rev}/{self.repo}-{rev}.tar.gz\", ] ) .decode(\"utf-8\")"} {"_id":"doc-en-nixpkgs-cf6d3e40e20201d04757e87fa3f37063a204e0500757f65982a371b69dd058d0","title":"","text":", stdenv , callPackage , fetchFromGitHub , fetchpatch , makeWrapper , nixosTests , python3Packages"} {"_id":"doc-en-nixpkgs-8e9c38e1f2498bbc48bf4ede5ece6269fb8f5a654486a4260d74a9d4471e20b2","title":"","text":"inherit version src; pyproject = true; patches = [ # Pull in https://github.com/mealie-recipes/mealie/pull/4002 manually until # it lands in an upstream mealie release. # See https://github.com/NixOS/nixpkgs/issues/321623. ( fetchpatch { url = \"https://github.com/mealie-recipes/mealie/commit/65ece35966120479db903785b22e9f2645f72aa4.patch\"; hash = \"sha256-4Nc0dFJrZ7ElN9rrq+CFpayKsrRjRd24fYraUFTzcH8=\"; }) ]; build-system = with pythonpkgs; [ poetry-core ]; nativeBuildInputs = [ makeWrapper ];"} {"_id":"doc-en-nixpkgs-6e042e19ced60f6239530d3d968045a54481df28607bd77b31860c16be37a32c","title":"","text":"platforms = platforms.linux; }; }; # FIXME: check if this downgrade is still required when bumping gerbolyze # https://github.com/jaseg/gerbolyze/issues/47 resvg' = resvg.overrideAttrs (old: rec { version = \"0.41.0\"; src = old.src.override { rev = \"v${version}\"; hash = \"sha256-plZiyEiBWeV2mwTsNK5Je8Axs/hcHH8aV2VpOix6QCY=\"; }; cargoDeps = old.cargoDeps.overrideAttrs (lib.const { name = \"${old.pname}-${version}-vendor.tar.gz\"; inherit src; outputHash = \"sha256-U7xzb9e9wh9XbLvlYQ0ofIjH8FuSzVcrXnrehQmZgww=\"; }); }); in python3Packages.buildPythonApplication rec { inherit version src; pname = \"gerbolyze\";"} {"_id":"doc-en-nixpkgs-a2c9e9e6949866e2c8532397b02f58038dc799542d9d410898f7dc557360afe5","title":"","text":"python3Packages.python-slugify python3Packages.lxml python3Packages.gerbonara resvg resvg' svg-flatten ];"} {"_id":"doc-en-nixpkgs-e2f89c55aa7e3c17d60be8ea8cb9a2906f09af46e3e343328aff4eb6aac88739","title":"","text":"pythonImportsCheck = [ \"gerbolyze\" ]; nativeCheckInputs = [ python3Packages.pytestCheckHook resvg svg-flatten ]; nativeCheckInputs = [ python3Packages.pytestCheckHook resvg' svg-flatten ]; meta = with lib; { description = \"Directly render SVG overlays into Gerber and Excellon files\";"} {"_id":"doc-en-nixpkgs-906e1a9427e9c287a5872d1cbe1a3c10f0422ea209da9592c44db5dd69c1fe2d","title":"","text":", blueprint-compiler , libxml2 , libshumate , gst_all_1 , darwin }:"} {"_id":"doc-en-nixpkgs-5da284173d71bd5b4fe86aa8801240713dda8cb06b3fc208fa93dc96ed996782","title":"","text":"libadwaita-paperplane tdlib-paperplane rlottie-paperplane gst_all_1.gstreamer gst_all_1.gst-libav gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Foundation ];"} {"_id":"doc-en-nixpkgs-13d6faa064f970939c25f1754672a9a84b8a0a99da40be58ef8e9824fcb06469","title":"","text":"
Autojump autojump needs the shell integration to be useful but unlike other systems, nix doesn't have a standard share directory location. This is why a autojump-share script is shipped that prints the location of the shared folder. This can then be used in the .bashrc like this: source \"$(autojump-share)/autojump.bash\"
"} {"_id":"doc-en-nixpkgs-59d651e9d2cdd7ec3d8fcfec51df00168b7ea1459fa17d3af90816d173895e10","title":"","text":"mkdir -p \"$out/etc/bash_completion.d\" cp -v $out/share/autojump/autojump.bash \"$out/etc/bash_completion.d\" # FIXME: What's the right place for `autojump.zsh'? # This can be used as a workaround in .zshrc: # . $HOME/.nix-profile/share/autojump/autojump.zsh cat <