this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Formally verified sampling from discrete probability distributions" 4description: 5 "See the [paper](https://arxiv.org/abs/2211.06747) (to appear in PLDI'23) and [Github repository](https://github.com/bagnalla/zar)." 6maintainer: ["Alexander Bagnall <abagnalla@gmail.com>"] 7authors: ["Alexander Bagnall"] 8license: "MIT" 9tags: ["zar" "random" "sampler" "verified" "coq" "discrete"] 10homepage: "https://github.com/bagnalla/ocamlzar" 11bug-reports: "https://github.com/bagnalla/ocamlzar/issues" 12depends: [ 13 "ocaml" {>= "4.08"} 14 "dune" {>= "3.7"} 15 "alcotest" {with-test} 16 "qcheck" {with-test & >= "0.15"} 17 "qcheck-alcotest" {with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/bagnalla/ocamlzar.git" 35url { 36 src: 37 "https://github.com/bagnalla/ocamlzar/releases/download/0.9.2/zar-0.9.2.tbz" 38 checksum: [ 39 "sha256=2a7a509909c8f6c477a17729098d7ae4d3a6c3dea2eb711079abe751d3cd95a0" 40 "sha512=501aae0bae51d4a48fbc96118641d1eb5ca414cb187cf007cf9f5308b9a34226ba571a3c6019aa008d1afb85735fe389263d54289d75416377745a6f09e4f2b8" 41 ] 42} 43x-commit-hash: "86c1bf56b6becb50fc89f16321fd281009ad8382"