SlimLO.NativeAssets.macOS
0.1.3
See the version list below for details.
dotnet add package SlimLO.NativeAssets.macOS --version 0.1.3
NuGet\Install-Package SlimLO.NativeAssets.macOS -Version 0.1.3
<PackageReference Include="SlimLO.NativeAssets.macOS" Version="0.1.3" />
<PackageVersion Include="SlimLO.NativeAssets.macOS" Version="0.1.3" />
<PackageReference Include="SlimLO.NativeAssets.macOS" />
paket add SlimLO.NativeAssets.macOS --version 0.1.3
#r "nuget: SlimLO.NativeAssets.macOS, 0.1.3"
#:package SlimLO.NativeAssets.macOS@0.1.3
#addin nuget:?package=SlimLO.NativeAssets.macOS&version=0.1.3
#tool nuget:?package=SlimLO.NativeAssets.macOS&version=0.1.3
SlimLO.NativeAssets.macOS
Native macOS runtime for the SlimLO DOCX-to-PDF converter.
This package contains the pre-built native binaries for macOS arm64 (Apple Silicon) and x64 (Intel):
- libmergedlo.dylib — Minimal, LTO-optimized LibreOffice engine (~62 MB) containing only the Writer engine, UNO framework, and DOCX/PDF conversion path
- libslimlo.dylib — SlimLO C API layer
- slimlo_worker — Process-isolated worker binary for crash-resilient conversion
- Supporting libraries, UNO registries, and configuration files
Uses the Quartz VCL backend and CoreText for font rendering. Built from vanilla LibreOffice source with 30 idempotent patch scripts — not a fork.
Installation
This package is consumed automatically by the SlimLO managed package. Add both to your project:
<PackageReference Include="SlimLO" Version="0.1.0" />
<PackageReference Include="SlimLO.NativeAssets.macOS" Version="0.1.0"
Condition="$([MSBuild]::IsOSPlatform('OSX'))" />
System Dependencies
No additional system dependencies required. macOS system frameworks provide everything needed.
Architectures
| Runtime Identifier | Architecture |
|---|---|
osx-arm64 |
Apple Silicon (M1, M2, M3, M4) |
osx-x64 |
Intel Mac |
License
MPL-2.0. See GitHub repository for full details.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.