Skip to content

Commit 8f1686c

Browse files
authored
Merge pull request #28497 from mfreeman451/opam-publish-proton.1.0.14
Package proton.1.0.14
2 parents 6ebd410 + e4e6e87 commit 8f1686c

File tree

1 file changed

+53
-0
lines changed
  • packages/proton/proton.1.0.14

1 file changed

+53
-0
lines changed

packages/proton/proton.1.0.14/opam

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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"
19+
"tls-lwt"
20+
"ca-certs"
21+
"x509" {>= "1.0.0"}
22+
"cstruct"
23+
"ptime"
24+
"domain-name"
25+
"mirage-crypto"
26+
"alcotest"
27+
{with-test & ("os_distribution" != "debian" | "os_version" != "12")}
28+
"odoc" {with-doc}
29+
]
30+
build: [
31+
["dune" "subst"] {dev}
32+
[
33+
"dune"
34+
"build"
35+
"-p"
36+
name
37+
"-j"
38+
jobs
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
]
44+
dev-repo: "git+https://github.com/mfreeman451/proton-ocaml-driver.git"
45+
x-maintenance-intent: ["(latest)"]
46+
url {
47+
src:
48+
"https://github.com/mfreeman451/proton-ocaml-driver/archive/refs/tags/1.0.14.tar.gz"
49+
checksum: [
50+
"md5=454bd0918006df2e970c69e6884f1764"
51+
"sha512=86638eea8c3a97ec3cf465c1e6756434c1d472097f2fc7f6e0057e1bfc3b59a83cb9c5bfa966404356e13cf1ac1ea6a3baddd1aec8d926973a44a8d03031a3f4"
52+
]
53+
}

0 commit comments

Comments
 (0)