active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs. Homepage: https://dot.net/core Depends: dotnet-hostfxr-3.1 (>= 3.1.25), dotnet-runtime-deps-3.1 (>= 3.1.25) SHA256: a0d0d0fbbab9b9daf11923e9cbaa91f9501881a2a71235ae79038d8f46cc928c Size: 21306090 Filename: pool/main/d/dotnet-runtime-3.1/dotnet-runtime-3.1.25-x64.deb Package: blobfuse2 Version: 2.0.1 Architecture: amd64 Section: default Priority: optional Installed-Size: 27863 Maintainer: Blobfuse v-Team Description: An user-space filesystem for interacting with Azure Storage Homepage: https://github.com/Azure/azure-storage-fuse Depends: fuse3 Vendor: none License: unknown SHA256: a2b80fb5f373aaabbfe6be13185f01f2476ae8fc9fad6f63a1bf39e8d1995fbb Size: 13151180 Filename: pool/main/b/blobfuse2/blobfuse2-2.0.1-Ubuntu-20.04-x86-64.deb Package: azapi2azurerm Version: 1.1.0 Architecture: amd64 Section: default Priority: optional Installed-Size: 20596 Maintainer: henglu Description: A tool to migrate terraform resources from azapi to azurerm Homepage: https://github.com/Azure/azapi2azurerm Vendor: none License: MPL-2.0 SHA256: 3d76c30d08189db164b13f34a39bfb57e8a79700effa18024b9d1fcd2aa66673 Size: 6702890 Filename: pool/main/a/azapi2azurerm/azapi2azurerm-1.1.0-1-amd64.deb Package: libdeliveryoptimization-dev Version: 1.0.0 Architecture: amd64 Section: devel Priority: optional Installed-Size: 41 Maintainer: docloss@microsoft.com Description: The DO SDK is a Microsoft project for enabling IPC through native C++ code with the Delivery Optimization Agent for Linux # Delivery Optimization Client . This repository contains source code for the following DO components: . * Agent * SDK * Plug-ins . ## Agent . Delivery Optimization HTTP downloader with Microsoft Connected Cache support. . ## SDK . Library for enabling inter-process communication (IPC) with deliveryoptimization clients through native C++ code. . ## Plug-ins . Add-on that enables APT downloads to go through Delivery Optimization Agent. It is a required component only on devices that must download APT packages via a Microsoft Connected Cache instance. During install, it replaces itself as APT's HTTP(S) transport mechanism, thus receiving all APT downloads requests. . ## Getting Started . Follow the development machine setup on each desktop you'd like to use. . ### Development Machine Setup . Clone the repository locally from terminal: . ```markdown > cd (to working directory of your choosing) > git clone https://github.com/microsoft/do-client ``` . Run the appropriate bootstrapper depending on development machine platform: . ```markdown > cd build/bootstrap ``` . ### Building DO client components **NOTICE:** **If you are modifying this project and distributing your own custom build, please modify the DO_BUILDER_IDENTIFIER cmake variable located in https://github.com/microsoft/do-client/blob/main/CMakeLists.txt** . After setting up your development machine, navigate back into the project root . ```markdown > cd ``` . We provide an easy-to-use python script for building our client components from the project root, you can inspect build.py for additional build flags On debian-based systems, run this command to build the client and package it as a .deb file . ```markdown > python3 build/build.py --project agent --package-for deb ``` . Run this command to build the sdk . ```markdown > python3 build/build.py --project sdk --package-for deb ``` . In order to build the plugin, you must build & install the sdk, an easy way to do this is to install the the packages you produced in the previous two steps . Navigate to the build output directory for the agent and install the agent package . ```markdown > cd /tmp/build-deliveryoptimization-agent/linux-debug/ > sudo apt-get install ./deliveryoptimization-agent*.deb ``` . The sdk produces a runtime and development package, in this case you'll want to inst