opam-version: "2.0"
synopsis: "UCB1 algorithm for multi-armed bandits"
description: "UCB1 algorithm for multi-armed bandits"
maintainer: ["igarnier@protonmail.com"]
authors: ["Ilias Garnier"]
license: "MIT"
homepage: "http://github.com/igarnier/prbnmcn-ucb1"
bug-reports: "http://github.com/igarnier/prbnmcn-ucb1"
depends: [
  "dune" {>= "2.6"}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://gitlab.com/igarnier/monorepo.git"
url {
  src: "https://github.com/igarnier/prbnmcn-ucb1/archive/0.0.1.tar.gz"
  checksum: [
    "md5=11852d8a2b832fd812051e4f751bf4a2"
    "sha512=eb06575e045e76baf547be094354ae868c2705ae4c9101a3e653d019213b313da10ba35560e792faad2476e79b70541944475a24140b7f55f7b9e51299075486"
  ]
}
