Divooka.CoreEngine 0.0.6

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

Divooka.CoreEngine

CoreEngine provides the document model for Parcel NExT - i.e. basic types and protocol implementations conforming to DiOS and DiDS, and provides graph resolving algorithms. It does not involve any runtime specific code; It does NOT provide anything related to module loading and function implementation. On the other hand, it does provide a bunch of "helper" classes that might be used throughout other Divooka packages (We will refactor those whenever appropriate to avoid depending on Divooka.CoreEngine).

Notice this package must be AOT. Notice in general we do not expose this module directly to the front-end use, aka. it's not part of PSL.

Depiste being implemented in C#, this module should not be C#-tied and should be as general/abstract as possible - it mostly provides common sharable constructs that should be universal irrelevant of programming language. We try our best to eliminate external dependencies when we can! What's more, this module might need to be open-sourced to support extension development by third-party developers. We also try to keep a lean interface, so for non-.Net platforms it's easier for them to adopt a protocol based compatibility.

Dependencies:

  • K4os.Compression.LZ4.Streams
  • YamlDotNet
  • Divooka.Interface.Serialization
  • Divooka.Multimedia.Types
  • Divooka.Core

Changelog

  • v0.0.6: Sync with Divooka.Core, Divooka.Interface.Serialization and Divooka.Multimedia.Types.
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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Divooka.CoreEngine:

Package Downloads
Divooka.Infrastructure.DevelopmentWebServer

A lightweight "it just works" HTTP web server.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.6 214 6/13/2025

This is intended for plugin and development use in the Divooka™ platform.