{
    "version": "2.5.1",
    "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.1/opam-2.5.1-x86_64-windows.exe#/opam.exe",
            "hash": "b3e72e15333cbddfce4b70e3b0840c3cf142e6b56bd6f3d6c3cd96f30b7626d7"
        }
    },
    "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"
            }
        }
    }
}
