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-only" 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 "ocamlfind" 21 "ctypes" 22 "ctypes-foreign" 23 "integers" 24 "posix-socket" 25 "odoc" {with-doc} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40] 41dev-repo: "git+https://github.com/savonet/ocaml-srt.git" 42url { 43 src: "https://github.com/savonet/ocaml-srt/archive/refs/tags/v0.3.0.tar.gz" 44 checksum: [ 45 "md5=7f4ccc71036fb5c8365690ccdec0498c" 46 "sha512=a79286afeed4f8ef161b9fe1f32e54581ef658f25975727351478b0a1fe16975f5c5b47f247dae4909df73f75ce8022b2201c1272f78528bf11efe8507174820" 47 ] 48}