Skip to content

Commit df7f06f

Browse files
committed
[new release] dtc-pb (1.0)
CHANGES: Mon Nov 14 22:13:11 CET 2022 * Initial public release
1 parent 88d0c6b commit df7f06f

File tree

1 file changed

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

1 file changed

+37
-0
lines changed

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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" {>= "2.3.1"}
11+
"piqi" {>= "0.7.7"}
12+
"piqilib" {>= "0.6.15"}
13+
"ocplib-endian" {>= "1.0"}
14+
]
15+
depexts: [
16+
[ "protobuf-compiler" ] { os-family = "debian" }
17+
[ "protobuf-compiler" ] { os-family = "fedora" }
18+
[ "protobuf-devel" ] { os-family = "suse" }
19+
[ "protobuf" ] { os-distribution = "alpine" }
20+
[ "protobuf" ] { os-family = "arch" }
21+
[ "protobuf" ] { os-family = "bsd" }
22+
]
23+
build: [ "dune" "build" "-j" jobs "-p" name ]
24+
run-test: [ "dune" "runtest" "-j" jobs "-p" name ]
25+
synopsis:"DTC Protocol library autogenerated from Protobuf description"
26+
description:"""The Data and Trading Communications Protocol
27+
(abbreviated DTC Protocol) is an open communications protocol for the
28+
financial market trading community."""
29+
url {
30+
src:
31+
"https://github.com/deepmarker/ocaml-dtc-pb/releases/download/1.0/dtc-pb-1.0.tbz"
32+
checksum: [
33+
"sha256=454b0da42a59b4d5a06e76a6936742dde5cace333a908b84ae951411fedd0636"
34+
"sha512=452e8d06de1b0a9cfae0744c6192e3520ce613c32abeb873ac26cb546654b643e41fcb09e9dc0111b30d2b44db732633e969ee181393b99828a577262bf2bbca"
35+
]
36+
}
37+
x-commit-hash: "4889614a3770e4eb5ff02bbec1fbdfe4417106b5"

0 commit comments

Comments
 (0)