this repo has no description
1opam-version: "2.0" 2bug-reports: "https://github.com/LaurentMazare/ocaml-tqdm/issues" 3homepage: "https://github.com/LaurentMazare/ocaml-tqdm" 4dev-repo: "git+https://github.com/LaurentMazare/ocaml-tqdm.git" 5maintainer: "Laurent Mazare <lmazare@gmail.com>" 6authors: [ "Laurent Mazare" ] 7 8build: [["dune" "build" "-j" jobs "-p" name]] 9 10depends: [ 11 "base" {>= "v0.12.0"} 12 "dune" {>= "1.3.0"} 13 "ocaml" {>= "4.07"} 14 "ocaml-compiler-libs" 15 "stdio" 16] 17 18synopsis: "OCaml library for progress bars" 19description: """ 20A simple OCaml library to display and update progress bars inspired 21by Python tqdm library. 22""" 23 24url { 25 src: "https://github.com/LaurentMazare/ocaml-tqdm/archive/0.1b.tar.gz" 26 checksum: [ 27 "md5=6a771915d961838305e42ded3a2aa82b" 28 "sha512=15030dc123aa42cddff5a853720ca1a000d4f1b7e7fae2caba5509647378e1287574f23d771998627ddab777615af9fb433fa4c36e4c8b9ff93e0e08b10f1816" 29 ] 30}