this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Probabilistic programming library"
4description: """
5A library for probabilistic programming. It takes the form of a signature for a monadic language exposing sampling and scoring primitives together with inference algorithms implementing that signature, including:
6- sequential Monte Carlo (SMC)
7- single-site lightweight Metropolis-Hastings"""
8maintainer: ["igarnier@protonmail.com"]
9authors: ["Ilias Garnier"]
10license: "MIT"
11tags: ["statistics"]
12homepage: "http://github.com/igarnier/prbnmcn-dagger"
13bug-reports: "http://github.com/igarnier/prbnmcn-dagger"
14depends: [
15 "dune" {>= "2.8"}
16 "ocaml" {>= "5.0.0"}
17 "domainslib" {>= "0.5"}
18 "prbnmcn-cgrph" {= "0.0.2"}
19 "odoc" {with-doc}
20]
21conflicts: [
22 "ocaml-variants" {= "5.1.1+effect-syntax"}
23 "ocaml-compiler" {= "5.3.0~alpha1"}
24]
25build-env: OCAMLPARAM = "_,w=-46,keywords=5.2"
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
40url {
41 src:
42 "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.4.tar.gz"
43 checksum: [
44 "md5=4a41b2cea5eda7fbbe93a009b8dcee9a"
45 "sha512=cd747365c7cbdbc3c4c3a7fe39daea1ffbf7dd38a047f1eff01f6dc0b5a71635219f911b35110a6cf4935fc92189dcb8012ed6ba5718f74bb291142fb18878db"
46 ]
47}