mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
24 lines
781 B
JSON
24 lines
781 B
JSON
{
|
|
"version": "2.5.0",
|
|
"description": "opam is a source-based package manager for OCaml.",
|
|
"homepage": "https://opam.ocaml.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ocaml/opam/releases/download/2.5.0/opam-2.5.0-x86_64-windows.exe#/opam.exe",
|
|
"hash": "bb2f4fc1d13ea1ff66d8263c5c0f04412d0225030ed9ef5445d11f3d07b2f379"
|
|
}
|
|
},
|
|
"bin": "opam.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ocaml/opam"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ocaml/opam/releases/download/$version/opam-$version-x86_64-windows.exe#/opam.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|