Skip to content

Commit

Permalink
Merge pull request ocaml#24390 from igarnier/opam-publish-prbnmcn-dag…
Browse files Browse the repository at this point in the history
…ger.0.0.4

4 packages from igarnier/prbnmcn-dagger at 0.0.4
  • Loading branch information
kit-ty-kate committed Sep 13, 2023
2 parents a35c84f + 00c0cde commit c3c61cf
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/prbnmcn-dagger-gsl/prbnmcn-dagger-gsl.0.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Probabilistic programming library: GSL-based samplers"
description: "dagger probabilistic programming library: GSL samplers"
maintainer: ["igarnier@protonmail.com"]
authors: ["Ilias Garnier"]
license: "MIT"
homepage: "http://github.com/igarnier/prbnmcn-dagger"
bug-reports: "http://github.com/igarnier/prbnmcn-dagger"
depends: [
"dune" {>= "2.8"}
"prbnmcn-dagger" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
url {
src:
"https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.4.tar.gz"
checksum: [
"md5=4a41b2cea5eda7fbbe93a009b8dcee9a"
"sha512=cd747365c7cbdbc3c4c3a7fe39daea1ffbf7dd38a047f1eff01f6dc0b5a71635219f911b35110a6cf4935fc92189dcb8012ed6ba5718f74bb291142fb18878db"
]
}
38 changes: 38 additions & 0 deletions packages/prbnmcn-dagger-stats/prbnmcn-dagger-stats.0.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Probabilistic programming library: prbnmcn-stats-based samplers"
description:
"dagger probabilistic programming library: prbnmcn-stats samplers"
maintainer: ["igarnier@protonmail.com"]
authors: ["Ilias Garnier"]
license: "MIT"
homepage: "http://github.com/igarnier/prbnmcn-dagger"
bug-reports: "http://github.com/igarnier/prbnmcn-dagger"
depends: [
"dune" {>= "2.8"}
"prbnmcn-dagger" {= version}
"prbnmcn-stats" {>= "0.0.7"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
url {
src:
"https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.4.tar.gz"
checksum: [
"md5=4a41b2cea5eda7fbbe93a009b8dcee9a"
"sha512=cd747365c7cbdbc3c4c3a7fe39daea1ffbf7dd38a047f1eff01f6dc0b5a71635219f911b35110a6cf4935fc92189dcb8012ed6ba5718f74bb291142fb18878db"
]
}
43 changes: 43 additions & 0 deletions packages/prbnmcn-dagger-test/prbnmcn-dagger-test.0.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Probabilistic programming library: tests"
description: "dagger probabilistic programming library: tests"
maintainer: ["igarnier@protonmail.com"]
authors: ["Ilias Garnier"]
license: "MIT"
homepage: "http://github.com/igarnier/prbnmcn-dagger"
bug-reports: "http://github.com/igarnier/prbnmcn-dagger"
depends: [
"dune" {>= "2.8"}
"prbnmcn-dagger" {= version}
"prbnmcn-stats" {>= "0.0.7"}
"qcheck" {>= "0.17"}
"qcheck-alcotest" {>= "0.18.1"}
"prbnmcn-dagger-gsl" {= version}
"prbnmcn-dagger-stats" {= version}
"prbnmcn-gnuplot" {= "0.0.5"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
url {
src:
"https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.4.tar.gz"
checksum: [
"md5=4a41b2cea5eda7fbbe93a009b8dcee9a"
"sha512=cd747365c7cbdbc3c4c3a7fe39daea1ffbf7dd38a047f1eff01f6dc0b5a71635219f911b35110a6cf4935fc92189dcb8012ed6ba5718f74bb291142fb18878db"
]
}
42 changes: 42 additions & 0 deletions packages/prbnmcn-dagger/prbnmcn-dagger.0.0.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Probabilistic programming library"
description: """
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:
- sequential Monte Carlo (SMC)
- single-site lightweight Metropolis-Hastings"""
maintainer: ["igarnier@protonmail.com"]
authors: ["Ilias Garnier"]
license: "MIT"
tags: ["statistics"]
homepage: "http://github.com/igarnier/prbnmcn-dagger"
bug-reports: "http://github.com/igarnier/prbnmcn-dagger"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "5.0.0"}
"domainslib" {>= "0.5"}
"prbnmcn-cgrph" {= "0.0.2"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/igarnier/prbnmcn-dagger"
url {
src:
"https://github.com/igarnier/prbnmcn-dagger/archive/refs/tags/0.0.4.tar.gz"
checksum: [
"md5=4a41b2cea5eda7fbbe93a009b8dcee9a"
"sha512=cd747365c7cbdbc3c4c3a7fe39daea1ffbf7dd38a047f1eff01f6dc0b5a71635219f911b35110a6cf4935fc92189dcb8012ed6ba5718f74bb291142fb18878db"
]
}

0 comments on commit c3c61cf

Please sign in to comment.