this repo has no description
1opam-version: "2.0" 2synopsis: "A simple library for encoding variable-length quantities" 3maintainer: "Marshall Roch <mroch@fb.com>" 4authors: "Marshall Roch <mroch@fb.com>" 5license: "MIT" 6homepage: "https://github.com/flowtype/ocaml-vlq" 7doc: "https://github.com/flowtype/ocaml-vlq" 8bug-reports: "https://github.com/flowtype/ocaml-vlq/issues" 9depends: [ 10 "ocaml" {< "5.0.0"} 11 "dune" {>= "2.0"} 12 "ounit2" {with-test} 13] 14build: [ 15 ["dune" "build" "-p" name "-j" jobs] 16 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17] 18dev-repo: "git+https://github.com/flowtype/ocaml-vlq.git" 19description: """ 20A simple library for encoding variable-length quantities. 21""" 22x-commit-hash: "d162cbae7032660c1235051933d1b6aa83210428" 23url { 24 src: 25 "https://github.com/flowtype/ocaml-vlq/releases/download/v0.2.1/vlq-v0.2.1.tbz" 26 checksum: [ 27 "sha256=b16745cd826a30fa44cdb314b3d26eb9c262826bfe18b61eaedd024ce04d990b" 28 "sha512=f8bc74970009c685315d641358f7a6a6b959c9ba621a98c3149335199c9e0c59233f60add59f025c20f26a02c30ca9b3a18790614110d39c6960c40013dc63fc" 29 ] 30}