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" {>= "4.01.0"} 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.1.0/vlq-0.1.0.tbz" 22 checksum: [ 23 "sha256=18eb13991b3e333349783764cae4fbd3e2653517273abce2a7a58226cf9b6454" 24 "md5=42ed0c589207fb2b6c77834070eba4ea" 25 ] 26}