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] 21conflicts: [ 22 "ocaml-variants" {= "5.1.1+effect-syntax"} 23 "ocaml-compiler" {= "5.3.0~alpha1"} 24] 25build-env: OCAMLPARAM = "_,w=-46,keywords=5.2" 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 40url { 41 src: 42 "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.5.tar.gz" 43 checksum: [ 44 "md5=d3d86327b3092678c431b5bc887d9dd6" 45 "sha512=4a5c781c7e20b10f7f74fa6138901acc3d9c9017a0ff1f003c913d1acbfdcae84156c004283ed656c01f7c2ca23b8cbef3a853cdfb265b64838b89fd9d5024ba" 46 ] 47}