Skip to content

Commit d69432a

Browse files
authored
Merge pull request #24127 from igarnier/opam-publish-prbnmcn-stats.0.0.7
Package prbnmcn-stats.0.0.7
2 parents bd43f1a + 2fe0367 commit d69432a

File tree

1 file changed

+41
-0
lines changed
  • packages/prbnmcn-stats/prbnmcn-stats.0.0.7

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Basic statistics"
4+
description:
5+
"This package provides some samplers, PDFs and basic statistical functions."
6+
maintainer: ["igarnier@protonmail.com"]
7+
authors: ["Ilias Garnier"]
8+
license: "MIT"
9+
homepage: "http://github.com/igarnier/prbnmcn-stats"
10+
bug-reports: "http://github.com/igarnier/prbnmcn-stats"
11+
depends: [
12+
"dune" {>= "2.8"}
13+
"ocaml" {>= "4.14"}
14+
"qcheck" {>= "0.17" & with-test}
15+
"ocamlgraph" {>= "2.0.0" & with-test}
16+
"prbnmcn-basic-structures" {= "0.0.1"}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/igarnier/prbnmcn-stats"
34+
url {
35+
src:
36+
"https://github.com/igarnier/prbnmcn-stats/archive/refs/tags/0.0.7.tar.gz"
37+
checksum: [
38+
"md5=e58b95efe09d9bd752bbf0ca1f14e599"
39+
"sha512=42d951ac0f53246a0e20493939aa5316b4ebe27eda49101f54d6f006d17bf869bdb25ebd46bd03e9f57363d793db44c7950c39585c83818c7b6519f510e41857"
40+
]
41+
}

0 commit comments

Comments
 (0)