Skip to content

Commit 11b6180

Browse files
authored
Merge pull request #28595 from mfreeman451/opam-publish-proton.1.0.17
Package proton.1.0.17
2 parents 73002e3 + 6f6a32f commit 11b6180

File tree

1 file changed

+54
-0
lines changed
  • packages/proton/proton.1.0.17

1 file changed

+54
-0
lines changed

packages/proton/proton.1.0.17/opam

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"High-performance OCaml driver for Timeplus Proton (ClickHouse native protocol)"
5+
description:
6+
"A feature-rich OCaml driver for Timeplus Proton, supporting streaming queries, async inserts, compression (LZ4/ZSTD), TLS security, connection pooling, and rich data types including Arrays, Maps, Enums, and DateTime64."
7+
maintainer: ["mfreeman451"]
8+
authors: ["mfreeman451"]
9+
license: "MIT"
10+
homepage: "https://github.com/mfreeman451/proton-ocaml-driver"
11+
bug-reports: "https://github.com/mfreeman451/proton-ocaml-driver/issues"
12+
depends: [
13+
"dune" {>= "3.20"}
14+
"ocaml" {>= "4.14.0"}
15+
"lz4"
16+
"zstd"
17+
"lwt"
18+
"tls" {>= "2.0.2"}
19+
"tls-lwt" {>= "2.0.2"}
20+
"ca-certs"
21+
"x509" {>= "1.0.0"}
22+
"cstruct"
23+
"ptime"
24+
"domain-name"
25+
"mirage-crypto" {>= "1.2.0" & < "3.0.0"}
26+
"conf-gmp" {build & >= "4"}
27+
"alcotest"
28+
{with-test & ("os_distribution" != "debian" | "os_version" != "12")}
29+
"odoc" {with-doc}
30+
]
31+
build: [
32+
["dune" "subst"] {dev}
33+
[
34+
"dune"
35+
"build"
36+
"-p"
37+
name
38+
"-j"
39+
jobs
40+
"@install"
41+
"@runtest" {with-test}
42+
"@doc" {with-doc}
43+
]
44+
]
45+
dev-repo: "git+https://github.com/mfreeman451/proton-ocaml-driver.git"
46+
x-maintenance-intent: ["(latest)"]
47+
url {
48+
src:
49+
"https://github.com/mfreeman451/proton-ocaml-driver/archive/refs/tags/1.0.17.tar.gz"
50+
checksum: [
51+
"md5=38ccc8c422ab3b432b44a8dabe437635"
52+
"sha512=5b7ab9c308b631ee3be02b3520edf276e95954825c89e7621af4d05099a1fa2041a8dbbc46145aef2635b9b6301f21aed3556f02f4714cbbed145bbabd9a0a77"
53+
]
54+
}

0 commit comments

Comments
 (0)