[PR #5] [CLOSED] Add Prebuilt Binaries #212

Closed
opened 2026-03-02 23:45:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/5
Author: @lazuee
Created: 7/30/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 55bb927 added prebuilt binaries
  • 7b476a4 fix: filter optionalDependencies by current package name
  • b19a270 chore: run native build before lib build in build script

📊 Changes

4 files changed (+322 additions, -37 deletions)

View changed files

📝 package.json (+5 -4)
scripts/build.mjs (+145 -0)
scripts/publish.mjs (+154 -0)
📝 src/zig.ts (+18 -33)

📄 Description

Publish prebuilt binaries instead of building it manually


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/5 **Author:** [@lazuee](https://github.com/lazuee) **Created:** 7/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`55bb927`](https://github.com/anomalyco/opentui/commit/55bb92792a5885b76c0c0196a9cc31ec45d3fa04) added prebuilt binaries - [`7b476a4`](https://github.com/anomalyco/opentui/commit/7b476a4bb91743518456811cec034f67ce4f0954) fix: filter optionalDependencies by current package name - [`b19a270`](https://github.com/anomalyco/opentui/commit/b19a27033ef287405ae6850c5256f3420a5e1ebc) chore: run native build before lib build in build script ### 📊 Changes **4 files changed** (+322 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+5 -4) ➕ `scripts/build.mjs` (+145 -0) ➕ `scripts/publish.mjs` (+154 -0) 📝 `src/zig.ts` (+18 -33) </details> ### 📄 Description Publish prebuilt binaries instead of building it manually --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:45:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#212
No description provided.