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] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 32url { 33 src: "https://github.com/igarnier/prbnmcn-dagger/archive/0.0.1.tar.gz" 34 checksum: [ 35 "md5=304d489ed3e9605fcd7fe3f86c2e9dca" 36 "sha512=f8f632e381c6b1d111ee8a03e142994f2c59ddabdbb5c3fef86c7c41a95ad4835c4ea4a893fa18e2f6522b92be8fd9b499c12b21a008bc647a85277ba5bccc5e" 37 ] 38}