Skip to content

Commit dd77068

Browse files
authored
Merge pull request ocaml#23456 from toots/opam-publish-srt.0.3.0
Package srt.0.3.0
2 parents 80640e8 + 6146c04 commit dd77068

File tree

1 file changed

+47
-0
lines changed
  • packages/srt/srt.0.3.0

1 file changed

+47
-0
lines changed

packages/srt/srt.0.3.0/opam

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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-only"
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+
"dune" {>= "2.8"}
19+
"dune-configurator" {build}
20+
"ctypes"
21+
"ctypes-foreign"
22+
"integers"
23+
"posix-socket"
24+
"odoc" {with-doc}
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
name
33+
"-j"
34+
jobs
35+
"@install"
36+
"@runtest" {with-test}
37+
"@doc" {with-doc}
38+
]
39+
]
40+
dev-repo: "git+https://github.com/savonet/ocaml-srt.git"
41+
url {
42+
src: "https://github.com/savonet/ocaml-srt/archive/refs/tags/v0.3.0.tar.gz"
43+
checksum: [
44+
"md5=7f4ccc71036fb5c8365690ccdec0498c"
45+
"sha512=a79286afeed4f8ef161b9fe1f32e54581ef658f25975727351478b0a1fe16975f5c5b47f247dae4909df73f75ce8022b2201c1272f78528bf11efe8507174820"
46+
]
47+
}

0 commit comments

Comments
 (0)