Skip to content

Commit

Permalink
Merge pull request ocaml#19328 from mroch/release-vlq-0.2.1
Browse files Browse the repository at this point in the history
[new release] vlq (0.2.1)
  • Loading branch information
kit-ty-kate authored Aug 25, 2021
2 parents 5ddf263 + 46ae277 commit ac6e1b7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/vlq/vlq.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
synopsis: "A simple library for encoding variable-length quantities"
maintainer: "Marshall Roch <[email protected]>"
authors: "Marshall Roch <[email protected]>"
license: "MIT"
homepage: "https://github.com/flowtype/ocaml-vlq"
doc: "https://github.com/flowtype/ocaml-vlq"
bug-reports: "https://github.com/flowtype/ocaml-vlq/issues"
depends: [
"ocaml"
"dune" {>= "2.0"}
"ounit2" {with-test}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/flowtype/ocaml-vlq.git"
description: """
A simple library for encoding variable-length quantities.
"""
x-commit-hash: "d162cbae7032660c1235051933d1b6aa83210428"
url {
src:
"https://github.com/flowtype/ocaml-vlq/releases/download/v0.2.1/vlq-v0.2.1.tbz"
checksum: [
"sha256=b16745cd826a30fa44cdb314b3d26eb9c262826bfe18b61eaedd024ce04d990b"
"sha512=f8bc74970009c685315d641358f7a6a6b959c9ba621a98c3149335199c9e0c59233f60add59f025c20f26a02c30ca9b3a18790614110d39c6960c40013dc63fc"
]
}

0 comments on commit ac6e1b7

Please sign in to comment.