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" 43url { 44 src: "https://github.com/savonet/ocaml-srt/archive/refs/tags/v0.3.2.tar.gz" 45 checksum: [ 46 "md5=55364d6214f9b847040ff2d2715d8c09" 47 "sha512=8051282fbfcf271d388e46dea6d3816ac9928fd456ca1ead50b9248d2c092c54dc2325bb76cb3e47fddfbaab9c5cb396cf55b0423a1fda4bf65ceb8197993030" 48 ] 49}