opam-version: "2.0"
maintainer: "Valentin Reis <fre@freux.fr>"
authors: ["Valentin Reis <fre@freux.fr>"]
homepage: "http://freux.fr/obandit"
doc: "http://freux.fr/obandit/doc"
license: "ISC"
dev-repo: "git+http://git.freux.fr/cgit/obandit.git"
bug-reports: "ocaml@freux.fr"
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "batteries"
]
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
    {with-test}
  ["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
synopsis: "Ocaml Multi-Armed Bandits"
description: """
Obandit is an OCaml module for basic multi-armed bandits. It supports the
EXP3, UCB1 and Epsilon-greedy algorithms.

Obandit is distributed under the ISC license."""
url {
  src: "https://github.com/freuk/obandit/archive/v0.1.42.tar.gz"
  checksum: "md5=aa6b32c5706d6d71c30fdc7e9316405f"
}
