Skip to content

Commit d39ee46

Browse files
authored
Merge pull request #28539 from mfreeman451/opam-publish-proton.1.0.16
Package proton.1.0.16
2 parents 9e8b020 + 838b60f commit d39ee46

File tree

1 file changed

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

1 file changed

+54
-0
lines changed

packages/proton/proton.1.0.16/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" {>= "2.0.2"}
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.16.tar.gz"
50+
checksum: [
51+
"md5=bb8633cd20b9ce970e69755dd92ab3eb"
52+
"sha512=cac47c278d751eeb44d5a3457b23ced1681a9dc813184068513d842848c8016d18b97c21d16350471ede7989994c86cc7cbcec4c3682b4e9e0925c1073620357"
53+
]
54+
}

0 commit comments

Comments
 (0)