File tree Expand file tree Collapse file tree 4 files changed +161
-0
lines changed
prbnmcn-dagger-gsl/prbnmcn-dagger-gsl.0.0.3
prbnmcn-dagger-stats/prbnmcn-dagger-stats.0.0.3
prbnmcn-dagger-test/prbnmcn-dagger-test.0.0.3
prbnmcn-dagger/prbnmcn-dagger.0.0.3 Expand file tree Collapse file tree 4 files changed +161
-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+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
30+ url {
31+ src:
32+ "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.3.tar.gz"
33+ checksum: [
34+ "md5=3fb82cc81ef81557f3325ef2c8611e35"
35+ "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28"
36+ ]
37+ }
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.7"}
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+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
32+ url {
33+ src:
34+ "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.3.tar.gz"
35+ checksum: [
36+ "md5=3fb82cc81ef81557f3325ef2c8611e35"
37+ "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28"
38+ ]
39+ }
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.7"}
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.4"}
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.3.tar.gz"
39+ checksum: [
40+ "md5=3fb82cc81ef81557f3325ef2c8611e35"
41+ "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28"
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+ "prbnmcn-cgrph" {= "0.0.2"}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "@install"
30+ "@runtest" {with-test}
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.3.tar.gz"
38+ checksum: [
39+ "md5=3fb82cc81ef81557f3325ef2c8611e35"
40+ "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments