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.7"} 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.4.tar.gz" 39 checksum: [ 40 "md5=4a41b2cea5eda7fbbe93a009b8dcee9a" 41 "sha512=cd747365c7cbdbc3c4c3a7fe39daea1ffbf7dd38a047f1eff01f6dc0b5a71635219f911b35110a6cf4935fc92189dcb8012ed6ba5718f74bb291142fb18878db" 42 ] 43}