Fuaran.Core.OpStream 0.29.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fuaran.Core.OpStream --version 0.29.0
                    
NuGet\Install-Package Fuaran.Core.OpStream -Version 0.29.0
                    
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="Fuaran.Core.OpStream" Version="0.29.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fuaran.Core.OpStream" Version="0.29.0" />
                    
Directory.Packages.props
<PackageReference Include="Fuaran.Core.OpStream" />
                    
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 Fuaran.Core.OpStream --version 0.29.0
                    
#r "nuget: Fuaran.Core.OpStream, 0.29.0"
                    
#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 Fuaran.Core.OpStream@0.29.0
                    
#: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=Fuaran.Core.OpStream&version=0.29.0
                    
Install as a Cake Addin
#tool nuget:?package=Fuaran.Core.OpStream&version=0.29.0
                    
Install as a Cake Tool

Fuaran.Core.OpStream — append-only hash-chained op stream + deterministic replay + JSONL persistence, generic over an (apply, encode, decode) witness. The highest-genericity core layer; the linear spine the branching-DAG generalisation builds on. FSharp.Core only; encode Fable-clean, decode .NET-guarded.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on Fuaran.Core.OpStream:

Package Downloads
Fuaran.UI.OpStream.Abstractions

Fuaran op-stream — type contract, canonical-JSON encoder, hash-chain primitive, and sink interface. The durable / replayable counterpart to the Fuaran.UI.Ops apply engine: every applied TreeOp surfaces as a hash-chained OpRecord against the configured IOpStreamSink. CanonicalJson.encodeNode doubles as the AI pre-emit self-check encoder (Fable-compatible). Apache-2.0 licensed.

Fuaran.UI.OpStream.Replay

Op-stream replay engine — folds OpRecord sequences through the Fuaran.UI.Ops apply engine to reconstruct any tree state. Companion to Fuaran.UI.OpStream.Abstractions. Apache-2.0 licensed.

Fuaran.Core.OpStream.Dag

Fuaran.Core.OpStream.Dag — a content-addressed branching/merging op-DAG over the same StreamWitness as the linear Fuaran.Core.OpStream: append/fork onto any node, merge two heads into a convergent node, verifyDag (parent-link integrity), and deterministic replay-to-head over a topological order. The linear op-stream is untouched (linear consumers take no new dependency). FSharp.Core only, Fable-clean.

Fuaran.Core.Lease

Fuaran.Core.Lease — a generic lease/claim strand: claims over an abstract resource axis (Claim / Release / Expire) with a total apply / canApply where a conflicting claim is a typed rejection enumerating the current holder and the overlapping resources, a canonical wire codec, and a Fuaran.Core.OpStream StreamWitness — so lease history is an append-only, hash-chained, replayable, tamper-evident stream. The resource axis reuses Fuaran.Core.Tree's IdWitness (no new witness shape); expiry takes time as data (the host supplies "now"; Core reads no clock), so replay is deterministic. Generalises the coordination a multi-agent dispatcher hand-rolls. FSharp.Core only, Fable-clean.

Fuaran.Core.Column.Ops

Fuaran.Core.Column.Ops — a columnar op-algebra over Fuaran.Core.Column's Table (SetCell / SetColumn / InsertColumn / RemoveColumn / AppendRows / ApplyTransform) with a total apply / canApply, a partial invert (undo/redo), a structural Diff, a canonical wire codec, and a Fuaran.Core.OpStream StreamWitness — so table edits become an append-only, hash-chained, replayable, tamper-evident stream (the columnar analogue of the tree op-stream). No base type, no new witness field (the op DU is self-contained over Table; OpStream stays generic over its (apply, encode, decode) witness). FSharp.Core only, Fable-clean.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.30.0 0 9/23/2026
0.29.0 102 9/21/2026
0.28.0 433 9/20/2026
0.27.0 139 9/19/2026
0.26.0 518 9/17/2026
0.25.0 137 9/15/2026
0.24.0 455 9/15/2026
0.23.0 131 9/13/2026
0.22.0 571 9/12/2026
0.21.0 2,037 9/7/2026
0.20.0 409 9/5/2026
0.19.0 219 9/4/2026
0.18.0 2,048 9/2/2026
0.17.0 130 9/2/2026
0.15.0 135 8/28/2026
0.14.0 137 8/27/2026
0.13.0 150 8/26/2026
0.12.0 165 8/21/2026
0.11.0 2,100 8/21/2026
0.6.0 404 8/21/2026
Loading failed