Skip to content

Commit

Permalink
Add opam manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriath committed Oct 14, 2024
1 parent 70a0f60 commit dea521b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/opam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "2.2.1",
"description": "Opam is a source-based package manager for OCaml.",
"homepage": "https://github.com/ocaml/opam",
"license": "LGPL-2.1",
"architecture": {
"64bit": {
"url": "https://github.com/ocaml/opam/releases/download/2.2.1/opam-2.2.1-x86_64-windows.exe",
"hash": "6aecd4dd221e2e283874652aa3577a9677cc417ecb79dac8aac9ceee1b790fe1"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ocaml/opam/releases/download/v$version/opam-$version-x86_64-windows.exe"
}
},
"bin": [
[
"opam-$version-x86_64-windows.exe",
"opam"
]
]
},
"bin": [
[
"opam-2.2.1-x86_64-windows.exe",
"opam"
]
]
}

0 comments on commit dea521b

Please sign in to comment.