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.4"} 19 "odoc" {with-doc} 20] 21available: [ arch != "x86_32" & arch != "arm32" & arch != "ppc32" ] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 37url { 38 src: 39 "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.3.tar.gz" 40 checksum: [ 41 "md5=3fb82cc81ef81557f3325ef2c8611e35" 42 "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28" 43 ] 44}