File tree Expand file tree Collapse file tree 4 files changed +159
-0
lines changed
prbnmcn-dagger-gsl/prbnmcn-dagger-gsl.0.0.6
prbnmcn-dagger-stats/prbnmcn-dagger-stats.0.0.6
prbnmcn-dagger-test/prbnmcn-dagger-test.0.0.6
prbnmcn-dagger/prbnmcn-dagger.0.0.6 Expand file tree Collapse file tree 4 files changed +159
-0
lines changed Original file line number Diff line number Diff line change 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+ 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.6.tar.gz"
32+ checksum: [
33+ "md5=737f9e0a0647afa4cc55d6b75e62faec"
34+ "sha512=d29223e5830454c102a4423f2799006f73abb75a5137c677665bbb8ae6adf2909fc982cc072fb7c51dd81b4b3d0faac5cc00e630a0a3be2d99554910a6b4bd31"
35+ ]
36+ }
Original file line number Diff line number Diff line change 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+ 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.6.tar.gz"
34+ checksum: [
35+ "md5=737f9e0a0647afa4cc55d6b75e62faec"
36+ "sha512=d29223e5830454c102a4423f2799006f73abb75a5137c677665bbb8ae6adf2909fc982cc072fb7c51dd81b4b3d0faac5cc00e630a0a3be2d99554910a6b4bd31"
37+ ]
38+ }
Original file line number Diff line number Diff line change 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+ 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.6.tar.gz"
39+ checksum: [
40+ "md5=737f9e0a0647afa4cc55d6b75e62faec"
41+ "sha512=d29223e5830454c102a4423f2799006f73abb75a5137c677665bbb8ae6adf2909fc982cc072fb7c51dd81b4b3d0faac5cc00e630a0a3be2d99554910a6b4bd31"
42+ ]
43+ }
Original file line number Diff line number Diff line change 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+ 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.6.tar.gz"
38+ checksum: [
39+ "md5=737f9e0a0647afa4cc55d6b75e62faec"
40+ "sha512=d29223e5830454c102a4423f2799006f73abb75a5137c677665bbb8ae6adf2909fc982cc072fb7c51dd81b4b3d0faac5cc00e630a0a3be2d99554910a6b4bd31"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments