this repo has no description

Package srt.0.3.3

Changed files
+50
packages
srt
srt.0.3.3
+50
packages/srt/srt.0.3.3/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-or-later"
+
homepage: "https://github.com/savonet/ocaml-srt"
+
bug-reports: "https://github.com/savonet/ocaml-srt/issues"
+
depends: [
+
"conf-srt" {build}
+
"conf-pkg-config" {build}
+
"ocaml" {>= "4.12"}
+
"dune" {>= "3.6"}
+
"dune-configurator" {build}
+
"ocamlfind"
+
"ctypes" {>= "0.21.1"}
+
"ctypes-foreign" {>= "0.21.1"}
+
"integers"
+
"posix-socket" {>= "2.1.0"}
+
"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"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src: "https://github.com/savonet/ocaml-srt/archive/refs/tags/v0.3.3.tar.gz"
+
checksum: [
+
"md5=f4e1964b40b4ee25a0370148a41b5b89"
+
"sha512=567aa2dd05ca9d1b20dcf81bc8d38dc21d0e7e9f75b8f54097f98c33656ae237f22d70eac7505f15a14ed4ecf1da38f45176b2a0900b623c770802656005230b"
+
]
+
}