File tree Expand file tree Collapse file tree 4 files changed +159
-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 +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.3.tar.gz"
32+ checksum: [
33+ "md5=3fb82cc81ef81557f3325ef2c8611e35"
34+ "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28"
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.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+ "@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.3.tar.gz"
34+ checksum: [
35+ "md5=3fb82cc81ef81557f3325ef2c8611e35"
36+ "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28"
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.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+ available: [ arch != "x86_32" & arch != "arm32" & arch != "ppc32" ]
22+ build: [
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+ ]
36+ dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
37+ url {
38+ src:
39+ "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.3.tar.gz"
40+ checksum: [
41+ "md5=3fb82cc81ef81557f3325ef2c8611e35"
42+ "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28"
43+ ]
44+ }
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+ "@doc" {with-doc}
31+ ]
32+ ]
33+ dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
34+ url {
35+ src:
36+ "https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.3.tar.gz"
37+ checksum: [
38+ "md5=3fb82cc81ef81557f3325ef2c8611e35"
39+ "sha512=41498634a1872cfd98afea4e35d8ffff08e444cd1a8dffd5d2a8aea57dc7578129c4832929fb6bf03c0f2edbfe1f85949533cf2e574273449ff526af1975aa28"
40+ ]
41+ }
You can’t perform that action at this time.
0 commit comments