this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Binding for the Secure, Reliable, Transport protocol library"
4description: """
5Secure Reliable Transport (SRT) is an open source transport technology
6that optimizes streaming performance across unpredictable networks, such
7as the Internet.
8This package provides OCaml bindings to the C implementation library.
9"""
10maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
11authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
12license: "GPL-2.0-or-later"
13homepage: "https://github.com/savonet/ocaml-srt"
14bug-reports: "https://github.com/savonet/ocaml-srt/issues"
15depends: [
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"
26 "odoc" {with-doc}
27]
28build: [
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]
42conflicts: [ "ocaml-option-bytecode-only" ]
43dev-repo: "git+https://github.com/savonet/ocaml-srt.git"
44url {
45 src: "https://github.com/savonet/ocaml-srt/archive/refs/tags/v0.3.1.tar.gz"
46 checksum: [
47 "md5=e2f9071118027d9e3b8ffcac1ff6db74"
48 "sha512=78e33a69dcfc9f5682e4276c1e375557070d0020665f449e9d279c595b123e1a91424349abdb96913490b86a6a05294abed4e1d8ccdc760635ad40c461e036e5"
49 ]
50}