this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27337 from toots/opam-publish-srt.0.3.3

Package srt.0.3.3

authored by

Marcello Seri and committed by
GitHub
bb41a3bf a02b3899

+51
+51
packages/srt/srt.0.3.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Binding for the Secure, Reliable, Transport protocol library" 4 + description: """ 5 + Secure Reliable Transport (SRT) is an open source transport technology 6 + that optimizes streaming performance across unpredictable networks, such 7 + as the Internet. 8 + This package provides OCaml bindings to the C implementation library. 9 + """ 10 + maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 11 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 12 + license: "GPL-2.0-or-later" 13 + homepage: "https://github.com/savonet/ocaml-srt" 14 + bug-reports: "https://github.com/savonet/ocaml-srt/issues" 15 + depends: [ 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 + ] 28 + build: [ 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 + ] 42 + dev-repo: "git+https://github.com/savonet/ocaml-srt.git" 43 + conflicts: [ "ocaml-option-bytecode-only" ] 44 + x-maintenance-intent: ["(latest)"] 45 + url { 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 + }