Skip to content

v1.4.0-rc.56

Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 04 Jun 00:34
· 182 commits to main since this release
v1.4.0-rc.56
16c8b46

Swift Package Manager

The Swift binding is distributed as a pre-built artifact bundle. No Rust toolchain required.

Recommended — use .binaryTarget directly in your Package.swift:

.binaryTarget(
    name: "LiterLlm",
    url: "https://github.com/kreuzberg-dev/liter-llm/releases/download/v1.4.0-rc.56/LiterLlm-rs.artifactbundle.zip",
    checksum: "dcb75ab770fbd2aa4974b68dfac6c2e6f0f0cfaa80a41e595458beb83ed6704a"
)

Alternative — download the prebuilt Package.swift for this release:

The repository's checked-in Package.swift uses placeholder values on main; the release-attached Package.swift above has them substituted for this version. SPM tag-URL pinning (.package(url: ..., from: "1.4.0-rc.56")) is not supported because tags carry the placeholder file.

Artifact bundle: LiterLlm-rs.artifactbundle.zip
Checksum: dcb75ab770fbd2aa4974b68dfac6c2e6f0f0cfaa80a41e595458beb83ed6704a

Zig

Add to your build.zig.zon:

.dependencies = .{
    .liter-llm-zig = .{\n        .url = \"https://github.com/kreuzberg-dev/liter-llm/releases/download/v1.4.0-rc.56/liter-llm-zig-v1.4.0-rc.56.tar.gz\",\n        .hash = \"liter_llm-1.4.0-rc.56-Jfgk_HsxAQAXc4UVh8HmYtY3A_HdHv6Yaqb9z7JUnAy1\",\n    },\n},\n```\n