this repo has no description

Merge pull request #22141 from toots/opam-publish-srt.0.2.2

Package srt.0.2.2

Changed files
+47
packages
srt
srt.0.2.2
+47
packages/srt/srt.0.2.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Binding for the Secure, Reliable, Transport protocol library"
+
description: """
+
Secure Reliable Transport (SRT) is an open source transport technology
+
that optimizes streaming performance across unpredictable networks, such
+
as the Internet.
+
This package provides OCaml bindings to the C implementation library.
+
"""
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0"
+
homepage: "https://github.com/savonet/ocaml-srt"
+
bug-reports: "https://github.com/savonet/ocaml-srt/issues"
+
depends: [
+
"conf-srt" {build}
+
"conf-pkg-config" {build}
+
"dune" {>= "2.8"}
+
"dune-configurator" {build}
+
"ctypes"
+
"ctypes-foreign"
+
"integers"
+
"posix-socket"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-srt.git"
+
url {
+
src: "https://github.com/savonet/ocaml-srt/archive/v0.2.2.tar.gz"
+
checksum: [
+
"md5=f68152b856758f6f6e74c986fbfe6190"
+
"sha512=05fa8294af8e649879cc8f06a34d1c1d62c1064d5638ac5fbdccd69d36f1edf4ac5df581913c63d6ce9ec468cad3a51cfa0e9a74560dec7e7b7c7f3b098299be"
+
]
+
}