Fuaran.Core.Ops 0.25.0

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

Fuaran.Core.Ops — the skeleton-five structural ops (InsertChild/RemoveNode/MoveNode/ReorderChildren/Batch) and the recoverable error-envelope contract (name the failure, enumerate the valid alternatives) — the AI-feedback protocol. Per-kind property ops stay domain-side. FSharp.Core only.

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 (29)

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

Package Downloads
Fuaran.Core.Function

Fuaran.Core.Function — the artifact-function protocol (Phase 181): generic signature / apply / curry / compose over a domain-witness record, under the three laws — totality (bounded iteration only), hygiene (lexical hole-addressing, capture-avoiding), and a mandatory two-axis effect/determinism signature joined componentwise through composition. FSharp.Core only.

Fuaran.UI.Ops

Fuaran tree-op apply engine — §4g op vocabulary + Result-returning apply against typed Node<'Msg> trees, with §4d AI-recovery-shaped error payloads. The JSON decoder is default-deny by shape: an undeclared or malformed emission is refused with a typed DecodeError carrying a stable code and a path, and a payload breaching the wire format's §21 resource limits is refused as LIMIT_EXCEEDED before the recursion that would breach them. Apache-2.0 licensed.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.28.0 111 9/20/2026
0.27.0 77 9/19/2026
0.26.0 449 9/17/2026
0.25.0 108 9/15/2026
0.24.0 452 9/15/2026
0.23.0 143 9/13/2026
0.22.0 640 9/12/2026
0.21.0 2,228 9/7/2026
0.20.0 424 9/5/2026
0.19.0 235 9/4/2026
0.18.0 2,287 9/2/2026
0.17.0 147 9/2/2026
0.15.0 148 8/28/2026
0.14.0 150 8/27/2026
0.13.0 168 8/26/2026
0.12.0 181 8/21/2026
0.11.0 2,399 8/21/2026
0.6.0 508 8/21/2026
0.3.0 565 8/19/2026
0.2.1 2,540 7/31/2026
Loading failed