Skip to content

v1.4.0-rc.52

Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 03 Jun 10:02
· 72 commits to main since this release
4915ab9

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.52/LiterLlm-rs.artifactbundle.zip",
    checksum: "b183eef0a8a5c1bcbe323e80d60e7df426ee2a05e767330ff1bf84108b892489"
)

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.52")) is not supported because tags carry the placeholder file.

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

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.52/liter-llm-zig-v1.4.0-rc.52.tar.gz\",\n        .hash = \"liter_llm-1.4.0-rc.52-Jfgk_HsxAQAc7xht3VGWynEZfiLQ9TCpiLE_lFZPVGMW\",\n    },\n},\n```\n