this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Probabilistic programming library: prbnmcn-stats-based samplers"
4description:
5 "dagger probabilistic programming library: prbnmcn-stats samplers"
6maintainer: ["igarnier@protonmail.com"]
7authors: ["Ilias Garnier"]
8license: "MIT"
9homepage: "http://github.com/igarnier/prbnmcn-dagger"
10bug-reports: "http://github.com/igarnier/prbnmcn-dagger"
11depends: [
12 "dune" {>= "2.8"}
13 "prbnmcn-dagger" {= version}
14 "prbnmcn-stats" {>= "0.0.7" & < "0.0.8"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
31url {
32 src:
33 "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.4.tar.gz"
34 checksum: [
35 "md5=4a41b2cea5eda7fbbe93a009b8dcee9a"
36 "sha512=cd747365c7cbdbc3c4c3a7fe39daea1ffbf7dd38a047f1eff01f6dc0b5a71635219f911b35110a6cf4935fc92189dcb8012ed6ba5718f74bb291142fb18878db"
37 ]
38}