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.14"}
14 "dune" {>= "3.7"}
15 "alcotest" {with-test}
16 "qcheck" {with-test}
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.3/zar-0.9.3.tbz"
38 checksum: [
39 "sha256=5fcb728b1c22dd8417e6fac5018f18de1b53e03bb008813ba0c6903c6276d8db"
40 "sha512=ca40c9ee51bff74ffbae80dd8d84dccee3a9d5e605b2aab965285f1e4f9aadc9cd1c74fc14dcdc331589c3b9aaf1857e4f642273908b196650402cd8e27de707"
41 ]
42}
43x-commit-hash: "f528b20fedcb2e4e06a079fa7c27ce84c62d68ce"