this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/async_udp" 5bug-reports: "https://github.com/janestreet/async_udp/issues" 6dev-repo: "git+https://github.com/janestreet/async_udp.git" 7license: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.08.0"} 13 "async" {>= "v0.12" & < "v0.13"} 14 "ppx_jane" {>= "v0.12" & < "v0.13"} 15 "dune" {>= "1.5.1"} 16] 17synopsis: "Monadic concurrency library" 18description: " 19Part of Jane Street's Core library 20The Core suite of libraries is an industrial strength alternative to 21OCaml's standard library that was developed by Jane Street, the 22largest industrial user of OCaml. 23" 24url { 25 src: "https://github.com/janestreet/async_udp/archive/v0.12.0.tar.gz" 26 checksum: [ 27 "sha256=48c83025b2c55e90b53d8895fb2bd0bfff1cdd248110dd21088887ab2f83641e" 28 "md5=4b3dc3eab6dde2d14788a9bb305585f9" 29 ] 30}