this repo has no description

Merge pull request #22215 from raphael-proust/release-odds-1-1-and-odds-1-2

release odds.1.1, odds.1.2

Kate 788a7f1f e2921db3

Changed files
+52
packages
odds
odds.1.1
odds.1.2
+26
packages/odds/odds.1.1/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Raphaël Proust"
+
authors: ["Raphaël Proust"]
+
dev-repo: "git+https://github.com/raphael-proust/odds.git"
+
license: "ISC"
+
homepage: "https://github.com/raphael-proust/odds"
+
bug-reports: "https://github.com/raphael-proust/odds"
+
tags: ["games" "dice" "random"]
+
depends: [
+
"dune" { >= "3.0.0" }
+
"ocaml" { >= "5.0.0" }
+
"menhir" { build }
+
"cmdliner" { >= "1.1.1" }
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
synopsis: "Dice roller"
+
url {
+
src: "https://github.com/raphael-proust/odds/archive/refs/tags/1.1.tar.gz"
+
checksum: [
+
"md5=c68c327bbac61c6b1e828ea8a881e2f6"
+
"sha256=26c64f175a1a242aea24fe46a481f508c709909a54f155c52727e4deac75fc67"
+
"sha512=5ed5a18f8e1a29852f6a09d3ac443b3a0f98aec97691e4a94efd1e5de61beb77f5e125290e8597678dee808ed8324eafdfa408edd8085d03625e98be08aaa07e"
+
]
+
}
+26
packages/odds/odds.1.2/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Raphaël Proust"
+
authors: ["Raphaël Proust"]
+
dev-repo: "git+https://github.com/raphael-proust/odds.git"
+
license: "ISC"
+
homepage: "https://github.com/raphael-proust/odds"
+
bug-reports: "https://github.com/raphael-proust/odds"
+
tags: ["games" "dice" "random"]
+
depends: [
+
"dune" { >= "3.0.0" }
+
"ocaml" { >= "5.0.0" }
+
"menhir" { build }
+
"cmdliner" { >= "1.1.1" }
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
synopsis: "Dice roller"
+
url {
+
src: "https://github.com/raphael-proust/odds/archive/refs/tags/1.2.tar.gz"
+
checksum: [
+
"md5=17fb0a345940e7386c6fa3be25257cf3"
+
"sha256=1ff1811686f83a278739761bc016ff2ef255385226a77ca00eb9276831755950"
+
"sha512=05317be9d6ecc613afb9ec6c702da2869f8e73b24bf2568087f3ae8c02454b14a105b4e10248d48803631abf8ddf60f2931931e704adf5f7631e41184848474b"
+
]
+
}