this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] zar (0.9.3)

CHANGES:

* Use Seq.t instead of stream type, memoize default bit streams,
change init/seed functions, and include stateful 'sampler'
interface.

Alex f332ea15 78a61e00

+43
+43
packages/zar/zar.0.9.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Formally verified sampling from discrete probability distributions" 4 + description: 5 + "See the [paper](https://arxiv.org/abs/2211.06747) (to appear in PLDI'23) and [Github repository](https://github.com/bagnalla/zar)." 6 + maintainer: ["Alexander Bagnall <abagnalla@gmail.com>"] 7 + authors: ["Alexander Bagnall"] 8 + license: "MIT" 9 + tags: ["zar" "random" "sampler" "verified" "coq" "discrete"] 10 + homepage: "https://github.com/bagnalla/ocamlzar" 11 + bug-reports: "https://github.com/bagnalla/ocamlzar/issues" 12 + depends: [ 13 + "ocaml" {>= "4.08"} 14 + "dune" {>= "3.7"} 15 + "alcotest" {with-test} 16 + "qcheck" {with-test} 17 + "qcheck-alcotest" {with-test} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 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 + ] 34 + dev-repo: "git+https://github.com/bagnalla/ocamlzar.git" 35 + url { 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 + } 43 + x-commit-hash: "f528b20fedcb2e4e06a079fa7c27ce84c62d68ce"