opam-version: "2.0"
synopsis: "1D histogram sketching"
description:
  "Bentov implements an algorithm which approximates a 1D histogram as data is streamed over it."
maintainer: ["mika@illouz.net"]
authors: ["Mika Illouz"]
license: "BSD"
homepage: "https://github.com/barko/bentov"
doc: "https://barko.github.io/bentov/"
bug-reports: "https://github.com/barko/bentov/issues"
depends: [
  "dune" {> "1.5"}
  "cmdliner" {>= "1.0.4"}
  "ocaml" {>= "4.08.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@doc" {with-doc}
  ]
]

dev-repo: "git+https://github.com/barko/bentov.git"
url {
  src: "https://github.com/barko/bentov/releases/download/1/bentov-1.tbz"
  checksum: [
    "sha256=9dd08f88b554ee5d8127f683cd4530773763091d692c86b7ddd4794a0fbad8e3"
    "sha512=622efa18f1a5a3c2968953570ac30d37d9871e011c7d340cc11d3ced35ee2f8327e8bd1016e964e15536a4ff0c500a5b76ebb525d35a52cc81d03b997f45464f"
  ]
}
