Skip to content

Commit 0b274f7

Browse files
authored
Merge pull request ocaml#22502 from vbmithr/release-dtc-pb-1.0
[new release] dtc-pb (1.0)
2 parents b56e127 + 70e2453 commit 0b274f7

File tree

1 file changed

+30
-0
lines changed
  • packages/dtc-pb/dtc-pb.1.0

1 file changed

+30
-0
lines changed

packages/dtc-pb/dtc-pb.1.0/opam

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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"

0 commit comments

Comments
 (0)