Divooka.CoreEngine
0.0.6
dotnet add package Divooka.CoreEngine --version 0.0.6
NuGet\Install-Package Divooka.CoreEngine -Version 0.0.6
<PackageReference Include="Divooka.CoreEngine" Version="0.0.6" />
<PackageVersion Include="Divooka.CoreEngine" Version="0.0.6" />
<PackageReference Include="Divooka.CoreEngine" />
paket add Divooka.CoreEngine --version 0.0.6
#r "nuget: Divooka.CoreEngine, 0.0.6"
#addin nuget:?package=Divooka.CoreEngine&version=0.0.6
#tool nuget:?package=Divooka.CoreEngine&version=0.0.6
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
andDivooka.Multimedia.Types
.
Product | Versions 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. |
-
net8.0
- Divooka.Core (>= 0.0.6)
- Divooka.Interface.Serialization (>= 0.0.6)
- Divooka.Multimedia.Types (>= 0.0.6)
- K4os.Compression.LZ4.Streams (>= 1.3.8)
- YamlDotNet (>= 16.3.0)
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.