this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Probabilistic programming library" 4description: """ 5A library for probabilistic programming. It takes the form of a signature for a monadic language exposing sampling and scoring primitives together with inference algorithms implementing that signature, including: 6- sequential Monte Carlo (SMC) 7- single-site lightweight Metropolis-Hastings""" 8maintainer: ["igarnier@protonmail.com"] 9authors: ["Ilias Garnier"] 10license: "MIT" 11tags: ["statistics"] 12homepage: "http://github.com/igarnier/prbnmcn-dagger" 13bug-reports: "http://github.com/igarnier/prbnmcn-dagger" 14depends: [ 15 "dune" {>= "2.8"} 16 "ocaml" {>= "5.0.0"} 17 "domainslib" {>= "0.5"} 18 "prbnmcn-cgrph" {= "0.0.2"} 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 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 35url { 36 src: 37 "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.6.tar.gz" 38 checksum: [ 39 "md5=737f9e0a0647afa4cc55d6b75e62faec" 40 "sha512=d29223e5830454c102a4423f2799006f73abb75a5137c677665bbb8ae6adf2909fc982cc072fb7c51dd81b4b3d0faac5cc00e630a0a3be2d99554910a6b4bd31" 41 ] 42}