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"
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 "dune" {>= "2.8"}
19 "dune-configurator" {build}
20 "ctypes"
21 "integers"
22 "posix-socket"
23 "ocamlfind"
24 "odoc" {with-doc}
25]
26build: [
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]
40dev-repo: "git+https://github.com/savonet/ocaml-srt.git"
41url {
42 src: "https://github.com/savonet/ocaml-srt/archive/v0.2.1.tar.gz"
43 checksum: [
44 "md5=e2ee5b48a664e76929420574e5801ccb"
45 "sha512=17892b641930e0804aa187f41670038174e38d23c7748705af5c94bf68d9e0efe34d38fc4972cffe526be2ef6ebfc3cbf0edaf54baad83b17a3292430657f7a4"
46 ]
47}