this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25942 from igarnier/opam-publish-prbnmcn-dagger.0.0.5

4 packages from igarnier/prbnmcn-dagger at 0.0.5

authored by

Anil Madhavapeddy and committed by
GitHub
ea3e5b6f 980d5f24

+159
+36
packages/prbnmcn-dagger-gsl/prbnmcn-dagger-gsl.0.0.5/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Probabilistic programming library: GSL-based samplers" 4 + description: "dagger probabilistic programming library: GSL samplers" 5 + maintainer: ["igarnier@protonmail.com"] 6 + authors: ["Ilias Garnier"] 7 + license: "MIT" 8 + homepage: "http://github.com/igarnier/prbnmcn-dagger" 9 + bug-reports: "http://github.com/igarnier/prbnmcn-dagger" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "prbnmcn-dagger" {= version} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 29 + url { 30 + src: 31 + "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.5.tar.gz" 32 + checksum: [ 33 + "md5=d3d86327b3092678c431b5bc887d9dd6" 34 + "sha512=4a5c781c7e20b10f7f74fa6138901acc3d9c9017a0ff1f003c913d1acbfdcae84156c004283ed656c01f7c2ca23b8cbef3a853cdfb265b64838b89fd9d5024ba" 35 + ] 36 + }
+38
packages/prbnmcn-dagger-stats/prbnmcn-dagger-stats.0.0.5/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Probabilistic programming library: prbnmcn-stats-based samplers" 4 + description: 5 + "dagger probabilistic programming library: prbnmcn-stats samplers" 6 + maintainer: ["igarnier@protonmail.com"] 7 + authors: ["Ilias Garnier"] 8 + license: "MIT" 9 + homepage: "http://github.com/igarnier/prbnmcn-dagger" 10 + bug-reports: "http://github.com/igarnier/prbnmcn-dagger" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "prbnmcn-dagger" {= version} 14 + "prbnmcn-stats" {>= "0.0.8"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 31 + url { 32 + src: 33 + "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.5.tar.gz" 34 + checksum: [ 35 + "md5=d3d86327b3092678c431b5bc887d9dd6" 36 + "sha512=4a5c781c7e20b10f7f74fa6138901acc3d9c9017a0ff1f003c913d1acbfdcae84156c004283ed656c01f7c2ca23b8cbef3a853cdfb265b64838b89fd9d5024ba" 37 + ] 38 + }
+43
packages/prbnmcn-dagger-test/prbnmcn-dagger-test.0.0.5/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Probabilistic programming library: tests" 4 + description: "dagger probabilistic programming library: tests" 5 + maintainer: ["igarnier@protonmail.com"] 6 + authors: ["Ilias Garnier"] 7 + license: "MIT" 8 + homepage: "http://github.com/igarnier/prbnmcn-dagger" 9 + bug-reports: "http://github.com/igarnier/prbnmcn-dagger" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "prbnmcn-dagger" {= version} 13 + "prbnmcn-stats" {>= "0.0.8"} 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.5"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 36 + url { 37 + src: 38 + "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.5.tar.gz" 39 + checksum: [ 40 + "md5=d3d86327b3092678c431b5bc887d9dd6" 41 + "sha512=4a5c781c7e20b10f7f74fa6138901acc3d9c9017a0ff1f003c913d1acbfdcae84156c004283ed656c01f7c2ca23b8cbef3a853cdfb265b64838b89fd9d5024ba" 42 + ] 43 + }
+42
packages/prbnmcn-dagger/prbnmcn-dagger.0.0.5/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Probabilistic programming library" 4 + description: """ 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, including: 6 + - sequential Monte Carlo (SMC) 7 + - single-site lightweight Metropolis-Hastings""" 8 + maintainer: ["igarnier@protonmail.com"] 9 + authors: ["Ilias Garnier"] 10 + license: "MIT" 11 + tags: ["statistics"] 12 + homepage: "http://github.com/igarnier/prbnmcn-dagger" 13 + bug-reports: "http://github.com/igarnier/prbnmcn-dagger" 14 + depends: [ 15 + "dune" {>= "2.8"} 16 + "ocaml" {>= "5.0.0"} 17 + "domainslib" {>= "0.5"} 18 + "prbnmcn-cgrph" {= "0.0.2"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 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 + ] 34 + dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger" 35 + url { 36 + src: 37 + "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.5.tar.gz" 38 + checksum: [ 39 + "md5=d3d86327b3092678c431b5bc887d9dd6" 40 + "sha512=4a5c781c7e20b10f7f74fa6138901acc3d9c9017a0ff1f003c913d1acbfdcae84156c004283ed656c01f7c2ca23b8cbef3a853cdfb265b64838b89fd9d5024ba" 41 + ] 42 + }