Skip to content

Commit

Permalink
✨ feat(uiua.json): add mani for uiua
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveMaple committed Mar 8, 2024
1 parent 168e700 commit 6fabcac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bucket/uiua.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "1.4.2.1",
"description": "Uiua (pronounced \"wee-wuh\") is a stack-based array programming language.",
"homepage": "https://github.com/uiua-lang/uiua",
"license": "MIT",
"url": "https://github.com/uiua-lang/uiua/releases/download/0.9.5/uiua-bin-x86_64-pc-windows-msvc.zip",
"hash": "b6fd63c4bb2c1bf31eb8abbcc45f10c484bc979968ab653920bc1f5d551442af",
"bin": [
[
"uiua.exe",
"uiua"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/uiua-lang/uiua/releases/download/$version/uiua-bin-x86_64-pc-windows-msvc.zip"
}
}

0 comments on commit 6fabcac

Please sign in to comment.