this repo has no description
1opam-version: "2.0"
2maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
3authors: "Vincent Bernardoff <vb@luminar.eu.org>"
4homepage: "https://github.com/vbmithr/ocaml-msgpck"
5license: "ISC"
6dev-repo: "git+https://github.com/vbmithr/ocaml-msgpck.git"
7bug-reports: "https://github.com/vbmithr/ocaml-msgpck/issues"
8depends: [
9 "dune" {>= "1.11.4"}
10 "msgpck" {= version}
11 "ocplib-json-typed" {>= "0.7.1"}
12 "ocaml" {>= "4.08.0"}
13]
14build:[ "dune" "build" "-p" name "-j" jobs ]
15synopsis: "Fast MessagePack (http://msgpack.org) library -- ocplib-json-typed interface"
16description: """
17Interface between msgpck and ocplib-json-typed.
18"""
19x-commit-hash: "7735a303d700c24066e733448276a0677f438449"
20url {
21 src:
22 "https://github.com/vbmithr/ocaml-msgpck/releases/download/1.6/msgpck-1.6.tbz"
23 checksum: [
24 "sha256=e1050dfe8f9deb305df28de50e3fed6f533c396065a086320cbd5e6a6eedbd65"
25 "sha512=a7daf208f5e493b75c1f2456554fcf2a14902ecc9107e19d362726a3d6d944f79e2c854483f6392e9df4c30ae88c3a216a17f1bdb9f592f4909fa1f1804d677d"
26 ]
27}