File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/dtc-pb/dtc-pb.1.0 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Vincent Bernardoff <
[email protected] >"
3+ authors: ["Vincent Bernardoff <
[email protected] >"]
4+ homepage: "https://github.com/deepmarker/ocaml-dtc-pb"
5+ doc: "https://deepmarker.github.io/ocaml-dtc-pb/doc"
6+ license: "ISC"
7+ dev-repo: "git+https://github.com/deepmarker/ocaml-dtc-pb.git"
8+ bug-reports: "https://github.com/deepmarker/ocaml-dtc-pb/issues"
9+ depends: [
10+ "dune" {>= "3.4"}
11+ "piqi" {>= "0.7.7"}
12+ "piqilib" {>= "0.6.15"}
13+ "ocplib-endian" {>= "1.0"}
14+ "conf-protoc"
15+ ]
16+ build: [ "dune" "build" "-j" jobs "-p" name ]
17+ run-test: [ "dune" "runtest" "-j" jobs "-p" name ]
18+ synopsis:"DTC Protocol library autogenerated from Protobuf description"
19+ description:"""The Data and Trading Communications Protocol
20+ (abbreviated DTC Protocol) is an open communications protocol for the
21+ financial market trading community."""
22+ url {
23+ src:
24+ "https://github.com/deepmarker/ocaml-dtc-pb/releases/download/1.0/dtc-pb-1.0.tbz"
25+ checksum: [
26+ "sha256=454b0da42a59b4d5a06e76a6936742dde5cace333a908b84ae951411fedd0636"
27+ "sha512=452e8d06de1b0a9cfae0744c6192e3520ce613c32abeb873ac26cb546654b643e41fcb09e9dc0111b30d2b44db732633e969ee181393b99828a577262bf2bbca"
28+ ]
29+ }
30+ x-commit-hash: "4889614a3770e4eb5ff02bbec1fbdfe4417106b5"
You can’t perform that action at this time.
0 commit comments