Pamoja.Native 0.1.17

dotnet add package Pamoja.Native --version 0.1.17
                    
NuGet\Install-Package Pamoja.Native -Version 0.1.17
                    
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="Pamoja.Native" Version="0.1.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pamoja.Native" Version="0.1.17" />
                    
Directory.Packages.props
<PackageReference Include="Pamoja.Native" />
                    
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 Pamoja.Native --version 0.1.17
                    
#r "nuget: Pamoja.Native, 0.1.17"
                    
#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 Pamoja.Native@0.1.17
                    
#: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=Pamoja.Native&version=0.1.17
                    
Install as a Cake Addin
#tool nuget:?package=Pamoja.Native&version=0.1.17
                    
Install as a Cake Tool

Pamoja.Native

The compiled pamoja engine for .NET, bundled for win-x64, linux-x64, linux-arm64, osx-x64, and osx-arm64, and the P/Invoke contract every Pamoja package builds on: Pamoja.Native.Interop.NativeMethods mirrors the generated C header one-to-one. It also carries the marshalling a facade needs to use that contract: the safe handle type, the status helpers, owned strings, and PamojaException, which every failed native call raises and which sits in the root Pamoja namespace so a facade sees it without a using. It is one library that carries every capability; the capability packages are facades over it, so picking packages narrows the API you depend on, not the size of the engine.

You do not install this package directly. Every Pamoja.<Capability> package and the Pamoja metapackage depend on it. The interop layer stays available for anything a facade does not cover.

Documentation

License

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (31)

Showing the top 5 NuGet packages that depend on Pamoja.Native:

Package Downloads
Pamoja.Core

The pamoja engine's surface for .NET: the runtime version and the transport every link implements, the counterpart of the pamoja-core crate.

Pamoja.Ladder

Cheapest reachable link first, buffering to a store when every link is down.

Pamoja.Codec

CBOR, JSON, and raw codecs behind one trait, delta and varint batch packing, and an f32 quantizer for metered links.

Pamoja.Gpio

I2C address frames with reserved-range checks, the four SPI clock modes, and active-high or active-low pins.

Pamoja.Bus

An in-memory typed publish and subscribe event bus.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.17 212 9/6/2026
0.1.16 243 9/5/2026
0.1.15 241 9/5/2026