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: 5 "A 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." 6maintainer: ["igarnier@protonmail.com"] 7authors: ["Ilias Garnier"] 8license: "MIT" 9homepage: "http://github.com/igarnier/prbnmcn-dagger" 10bug-reports: "http://github.com/igarnier/prbnmcn-dagger" 11depends: [ 12 "dune" {>= "2.8"} 13 "pringo" {>= "1.3"} 14 "prbnmcn-cgrph" {= "0.0.2"} 15 "odoc" {with-doc} 16] 17conflicts: [ 18 "ocaml-variants" {= "4.12.0+domains+effects" | = "5.1.1+effect-syntax"} 19 "ocaml-compiler" {= "5.3.0~alpha1"} 20] 21build-env: OCAMLPARAM = "_,w=-46,keywords=5.2" 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: "https://github.com/igarnier/prbnmcn-dagger/archive/0.0.2.tar.gz" 39 checksum: [ 40 "md5=d3453c4f3dfe1b7b2e979e6ab03c7a1e" 41 "sha512=a0f3f9190b23a408724d24bf47fb5c5fd9b4fdefa4d3b19bbc67117aa20fb7799045d9046a535365772f131947c2bd931d756226a9571fba84201e713a87e8ca" 42 ] 43}