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""" 19url { 20 src: 21 "https://github.com/vbmithr/ocaml-msgpck/releases/download/1.5/msgpck-1.5.tbz" 22 checksum: [ 23 "sha256=c29b85458c6ce1ed141877ebe15d71f7d0c6051a2890f5157b242b3eb6b570a0" 24 "sha512=96e1cd55b2e68d082b48b760beb7efcb48b481f75a65778ba498f79c879cea7a2841aea3b0fb49284131ae9a9558faa7589e4b02b8959094be755ed1872ba850" 25 ] 26}