mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-14 23:55:15 +00:00
24 lines
781 B
JSON
24 lines
781 B
JSON
{
|
|
"version": "2.4.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.4.0/opam-2.4.0-x86_64-windows.exe#/opam.exe",
|
|
"hash": "fb95167951efc4c7b195a8f50269b591f8227f171731fd081a30d5f2f7601a3f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|