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 "ctypes-foreign" 22 "ocamlfind" 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/v0.2.2.tar.gz" 44 checksum: [ 45 "md5=f68152b856758f6f6e74c986fbfe6190" 46 "sha512=05fa8294af8e649879cc8f06a34d1c1d62c1064d5638ac5fbdccd69d36f1edf4ac5df581913c63d6ce9ec468cad3a51cfa0e9a74560dec7e7b7c7f3b098299be" 47 ] 48}