this repo has no description

Merge pull request #22502 from vbmithr/release-dtc-pb-1.0

[new release] dtc-pb (1.0)

Kate 0b274f7f b56e1276

Changed files
+30
packages
dtc-pb
dtc-pb.1.0
+30
packages/dtc-pb/dtc-pb.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
+
authors: ["Vincent Bernardoff <vb@luminar.eu.org>"]
+
homepage: "https://github.com/deepmarker/ocaml-dtc-pb"
+
doc: "https://deepmarker.github.io/ocaml-dtc-pb/doc"
+
license: "ISC"
+
dev-repo: "git+https://github.com/deepmarker/ocaml-dtc-pb.git"
+
bug-reports: "https://github.com/deepmarker/ocaml-dtc-pb/issues"
+
depends: [
+
"dune" {>= "3.4"}
+
"piqi" {>= "0.7.7"}
+
"piqilib" {>= "0.6.15"}
+
"ocplib-endian" {>= "1.0"}
+
"conf-protoc"
+
]
+
build: [ "dune" "build" "-j" jobs "-p" name ]
+
run-test: [ "dune" "runtest" "-j" jobs "-p" name ]
+
synopsis:"DTC Protocol library autogenerated from Protobuf description"
+
description:"""The Data and Trading Communications Protocol
+
(abbreviated DTC Protocol) is an open communications protocol for the
+
financial market trading community."""
+
url {
+
src:
+
"https://github.com/deepmarker/ocaml-dtc-pb/releases/download/1.0/dtc-pb-1.0.tbz"
+
checksum: [
+
"sha256=454b0da42a59b4d5a06e76a6936742dde5cace333a908b84ae951411fedd0636"
+
"sha512=452e8d06de1b0a9cfae0744c6192e3520ce613c32abeb873ac26cb546654b643e41fcb09e9dc0111b30d2b44db732633e969ee181393b99828a577262bf2bbca"
+
]
+
}
+
x-commit-hash: "4889614a3770e4eb5ff02bbec1fbdfe4417106b5"