Skip to content

Commit

Permalink
Merge pull request #27337 from toots/opam-publish-srt.0.3.3
Browse files Browse the repository at this point in the history
Package srt.0.3.3
  • Loading branch information
mseri authored Feb 5, 2025
2 parents a02b389 + de34cbb commit bb41a3b
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions packages/srt/srt.0.3.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# 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 <[email protected]>"]
authors: ["The Savonet Team <[email protected]>"]
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"
conflicts: [ "ocaml-option-bytecode-only" ]
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"
]
}

0 comments on commit bb41a3b

Please sign in to comment.