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" 10depends: [ 11 "dune" {>= "2.8"} 12 "prbnmcn-dagger" {= version} 13 "prbnmcn-stats" {>= "0.0.8"} 14 "qcheck" {>= "0.17"} 15 "qcheck-alcotest" {>= "0.18.1"} 16 "prbnmcn-dagger-gsl" {= version} 17 "prbnmcn-dagger-stats" {= version} 18 "prbnmcn-gnuplot" {= "0.0.5"} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 36url { 37 src: 38 "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.5.tar.gz" 39 checksum: [ 40 "md5=d3d86327b3092678c431b5bc887d9dd6" 41 "sha512=4a5c781c7e20b10f7f74fa6138901acc3d9c9017a0ff1f003c913d1acbfdcae84156c004283ed656c01f7c2ca23b8cbef3a853cdfb265b64838b89fd9d5024ba" 42 ] 43}