csdl.Native
1.2.0
dotnet add package csdl.Native --version 1.2.0
NuGet\Install-Package csdl.Native -Version 1.2.0
<PackageReference Include="csdl.Native" Version="1.2.0" />
paket add csdl.Native --version 1.2.0
#r "nuget: csdl.Native, 1.2.0"
// Install csdl.Native as a Cake Addin #addin nuget:?package=csdl.Native&version=1.2.0 // Install csdl.Native as a Cake Tool #tool nuget:?package=csdl.Native&version=1.2.0
csdl.Native
Native libraries for csdl.
Overview
csdl requires two native libraries to function as-expected, libcsdl
and libtorrent
. libtorrent
provides the main functionality, while libcsdl
re-exposes the required functions in a C-style interface, which is required to be able to interact with the library.
For 99% of cases, this library should not be referenced directly and csdl should be used instead.
Requirements
libcsdl and libtorrent are built to work on as many systems as possible. All builds produce an x86_64
and arm64
edition.
- macOS: Big Sur 11 or later
- Linux: Ubuntu 20.04 or later
- Windows: Windows 10.0.14393.6796 or later
License
libcsdl
is provided under the Apache 2.0 license, while libtorrent
used BSD 3-Clause. Please refer to license.md for more information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on csdl.Native:
Package | Downloads |
---|---|
csdl
A .NET wrapper for libtorrent. |
GitHub repositories
This package is not used by any popular GitHub repositories.