aerospike-client-c-dependencies 1.0.3

dotnet add package aerospike-client-c-dependencies --version 1.0.3
                    
NuGet\Install-Package aerospike-client-c-dependencies -Version 1.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="aerospike-client-c-dependencies" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="aerospike-client-c-dependencies" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="aerospike-client-c-dependencies" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add aerospike-client-c-dependencies --version 1.0.3
                    
#r "nuget: aerospike-client-c-dependencies, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package aerospike-client-c-dependencies@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=aerospike-client-c-dependencies&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=aerospike-client-c-dependencies&version=1.0.3
                    
Install as a Cake Tool

Aerospike Third Party Dependencies

This package contains Windows third-party libraries and header files that are prerequisites for the Aerospike C client build. This package is only designed to help build the Aerospike C client library on Windows.

Separate deployment packages (aerospike-client-c, aerospike-client-c-libuv and aerospike-client-c-libevent) are used to build customer applications with Aerospike.

libuv 1.15.0

libuv is required if using async methods and libuv is the chosen event framework. libuv is the recommended event framework on Windows.

  • include
    • tree.h
    • uv.h
    • uv-errno.h
    • uv-threadpool.h
    • uv-version.h
    • uv-win.h
  • lib/x64
    • Debug/libuv.dll
    • Debug/libuv.lib
    • Debug/libuv.pdb
    • Release/libuv.dll
    • Release/libuv.lib

libevent 2.1.8

libevent is required if using async methods and libevent is the chosen event framework.

  • include
    • evdns.h
    • event.h
    • evhttp.h
    • evrpc.h
    • evutil.h
    • event2 folder
  • lib/x64
    • Debug/event_core.dll
    • Debug/event_core.lib
    • Debug/event_core.pdb
    • Release/event_core.dll
    • Release/event_core.lib

pthreads 2.10.0

Pthreads are required.

  • include
    • pthread.h
    • sched.h
    • semaphore.h
    • _ptw32.h
  • lib/x64
    • Debug/pthreadVC2d.dll
    • Debug/pthreadVC2d.lib
    • Debug/pthreadVC2d.pdb
    • Release/pthreadVC2.dll
    • Release/pthreadVC2.lib

zlib 1.2.8.8

zlib is required.

  • include
    • crc32.h
    • deflate.h
    • gzguts.h
    • inffast.h
    • inffixed.h
    • inflate.h
    • inftrees.h
    • trees.h
    • zconf.h
    • zlib.h
    • zutil.h
  • lib/x64
    • Debug/zlibd.dll
    • Debug/zlibd.lib
    • Debug/zlibd.pdb
    • Release/zlib.dll
    • Release/zlib.lib

getopt 1.0.2

getopt is required for aerospike-test, examples and benchmark programs that parse command-line arguments.

  • include
    • getopt.h
  • lib/x64
    • Debug/getopt.dll
    • Debug/getopt.lib
    • Debug/getopt.pdb
    • Release/getopt.dll
    • Release/getopt.lib
Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3 148 7/8/2025
1.0.2 16,994 10/11/2023
1.0.1 20,359 12/5/2017
1.0.0 2,619 11/16/2017