Typst.Native.Runtime
0.2.0
dotnet add package Typst.Native.Runtime --version 0.2.0
NuGet\Install-Package Typst.Native.Runtime -Version 0.2.0
<PackageReference Include="Typst.Native.Runtime" Version="0.2.0" />
<PackageVersion Include="Typst.Native.Runtime" Version="0.2.0" />
<PackageReference Include="Typst.Native.Runtime" />
paket add Typst.Native.Runtime --version 0.2.0
#r "nuget: Typst.Native.Runtime, 0.2.0"
#:package Typst.Native.Runtime@0.2.0
#addin nuget:?package=Typst.Native.Runtime&version=0.2.0
#tool nuget:?package=Typst.Native.Runtime&version=0.2.0
Typst.Native.Runtime
Pre-built native libraries (typst_ffi) for the Typst.Native package.
This package is a dependency of Typst.Native and is not intended to be referenced directly.
Install Typst.Native instead:
dotnet add package Typst.Native
Contents
This package bundles the typst_ffi shared library for the following platforms:
| Runtime | RID | Library |
|---|---|---|
| Windows x64 | win-x64 |
typst_ffi.dll |
| Linux x64 | linux-x64 |
libtypst_ffi.so |
| Linux ARM64 | linux-arm64 |
libtypst_ffi.so |
| macOS x64 | osx-x64 |
libtypst_ffi.dylib |
| macOS ARM64 | osx-arm64 |
libtypst_ffi.dylib |
The correct binary is automatically copied to the output directory at build time via the included MSBuild targets.
License
MIT. See the repository for details.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Typst.Native.Runtime:
| Package | Downloads |
|---|---|
|
Typst.Native
.NET bindings for Typst — compile Typst documents to PDF, SVG, and PNG directly from .NET without external dependencies. |
GitHub repositories
This package is not used by any popular GitHub repositories.