this repo has no description
1opam-version: "2.0" 2maintainer: "Marshall Roch <mroch@fb.com>" 3authors: ["Marshall Roch <mroch@fb.com>"] 4homepage: "https://github.com/flowtype/ocaml-vlq" 5doc: "https://github.com/flowtype/ocaml-vlq" 6license: "MIT" 7dev-repo: "git+https://github.com/flowtype/ocaml-vlq.git" 8bug-reports: "https://github.com/flowtype/ocaml-vlq/issues" 9depends: [ 10 "ocaml" 11 "jbuilder" {>= "1.0+beta7"} 12 "ounit" {with-test & >= "2.0.0"} 13] 14build: [ 15 ["jbuilder" "build" "-p" name "-j" jobs] 16 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 17] 18synopsis: "A simple library for encoding variable-length quantities." 19url { 20 src: 21 "https://github.com/flowtype/ocaml-vlq/releases/download/v0.2.0/vlq-0.2.0.tbz" 22 checksum: [ 23 "sha256=d955106eff0305b74ec4885b6e2c8de21eb0c0e7f0a942bda05c08e3974192bb" 24 "md5=919d71bd8644dd4290749810e96fb443" 25 ] 26}