this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Probabilistic programming library: tests"
4description: "dagger probabilistic programming library: tests"
5maintainer: ["igarnier@protonmail.com"]
6authors: ["Ilias Garnier"]
7license: "MIT"
8homepage: "http://github.com/igarnier/prbnmcn-dagger"
9bug-reports: "http://github.com/igarnier/prbnmcn-dagger"
10available: arch != "s390x"
11depends: [
12 "dune" {>= "2.8"}
13 "prbnmcn-dagger" {= version}
14 "prbnmcn-stats" {= "0.0.4"}
15 "qcheck" {>= "0.17"}
16 "qcheck-alcotest" {>= "0.18.1"}
17 "prbnmcn-dagger-gsl" {= version}
18 "prbnmcn-dagger-stats" {= version}
19 "prbnmcn-gnuplot" {= version}
20 "odoc" {with-doc}
21]
22dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@run_dagger_tests" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37url {
38 src: "https://github.com/igarnier/prbnmcn-dagger/archive/0.0.2.tar.gz"
39 checksum: [
40 "md5=d3453c4f3dfe1b7b2e979e6ab03c7a1e"
41 "sha512=a0f3f9190b23a408724d24bf47fb5c5fd9b4fdefa4d3b19bbc67117aa20fb7799045d9046a535365772f131947c2bd931d756226a9571fba84201e713a87e8ca"
42 ]
43}