opam-version: "2.0"
bug-reports:  "https://github.com/LaurentMazare/ocaml-tqdm/issues"
homepage:     "https://github.com/LaurentMazare/ocaml-tqdm"
dev-repo:     "git+https://github.com/LaurentMazare/ocaml-tqdm.git"
maintainer:   "Laurent Mazare <lmazare@gmail.com>"
authors:      [ "Laurent Mazare" ]

build: [["dune" "build" "-j" jobs "-p" name]]

depends: [
  "base" {>= "v0.12.0" & < "v0.15"}
  "dune" {>= "1.3.0"}
  "ocaml" {>= "4.07"}
  "ocaml-compiler-libs"
  "stdio" {< "v0.15"}
]

synopsis: "OCaml library for progress bars"
description: """
A simple OCaml library to display and update progress bars inspired
by Python tqdm library.
"""

url {
  src: "https://github.com/LaurentMazare/ocaml-tqdm/archive/0.1b.tar.gz"
  checksum: [
    "md5=6a771915d961838305e42ded3a2aa82b"
    "sha512=15030dc123aa42cddff5a853720ca1a000d4f1b7e7fae2caba5509647378e1287574f23d771998627ddab777615af9fb433fa4c36e4c8b9ff93e0e08b10f1816"
  ]
}
