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" {>= "2.1.0"} 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] 42dev-repo: "git+https://github.com/savonet/ocaml-srt.git" 43conflicts: [ "ocaml-option-bytecode-only" ] 44x-maintenance-intent: ["(latest)"] 45url { 46 src: "https://github.com/savonet/ocaml-srt/archive/refs/tags/v0.3.3.tar.gz" 47 checksum: [ 48 "md5=f4e1964b40b4ee25a0370148a41b5b89" 49 "sha512=567aa2dd05ca9d1b20dcf81bc8d38dc21d0e7e9f75b8f54097f98c33656ae237f22d70eac7505f15a14ed4ecf1da38f45176b2a0900b623c770802656005230b" 50 ] 51}