Skip to content

Commit 4c56f81

Browse files
authored
Merge pull request ocaml#27841 from toots/opam-publish-srt.0.3.4
Package srt.0.3.4
2 parents dad336f + e1f6aeb commit 4c56f81

File tree

1 file changed

+51
-0
lines changed
  • packages/srt/srt.0.3.4

1 file changed

+51
-0
lines changed

packages/srt/srt.0.3.4/opam

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Binding for the Secure, Reliable, Transport protocol library"
4+
description: """
5+
Secure Reliable Transport (SRT) is an open source transport technology
6+
that optimizes streaming performance across unpredictable networks, such
7+
as the Internet.
8+
This package provides OCaml bindings to the C implementation library.
9+
"""
10+
maintainer: ["The Savonet Team <[email protected]>"]
11+
authors: ["The Savonet Team <[email protected]>"]
12+
license: "GPL-2.0-or-later"
13+
homepage: "https://github.com/savonet/ocaml-srt"
14+
bug-reports: "https://github.com/savonet/ocaml-srt/issues"
15+
depends: [
16+
"conf-srt" {build}
17+
"conf-pkg-config" {build}
18+
"ocaml" {>= "4.12"}
19+
"dune" {>= "3.6"}
20+
"dune-configurator" {build}
21+
"ocamlfind"
22+
"ctypes" {>= "0.21.1"}
23+
"ctypes-foreign" {>= "0.21.1"}
24+
"integers"
25+
"posix-socket" {>= "3.0.0"}
26+
"odoc" {with-doc}
27+
]
28+
build: [
29+
["dune" "subst"] {dev}
30+
[
31+
"dune"
32+
"build"
33+
"-p"
34+
name
35+
"-j"
36+
jobs
37+
"@install"
38+
"@runtest" {with-test}
39+
"@doc" {with-doc}
40+
]
41+
]
42+
dev-repo: "git+https://github.com/savonet/ocaml-srt.git"
43+
x-maintenance-intent: ["(latest)"]
44+
conflicts: [ "ocaml-option-bytecode-only" ]
45+
url {
46+
src: "https://github.com/savonet/ocaml-srt/archive/refs/tags/v0.3.4.tar.gz"
47+
checksum: [
48+
"md5=faf0f616ca3a6aebb9896df8aeedd807"
49+
"sha512=250e385736933ea5b73c86208b7a3a63dfea425f50abeea98d88508a893c040d4f0ce7a3ae8e37dd99ee942911f92df382a45bd088da179c37df2ca1398d314d"
50+
]
51+
}

0 commit comments

Comments
 (0)