opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_durable" bug-reports: "https://github.com/janestreet/async_durable/issues" dev-repo: "git+https://github.com/janestreet/async_durable.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_durable/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "async_kernel" {>= "v0.17" & < "v0.18"} "async_rpc_kernel" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "core_kernel" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Durable connections for use with async" description: " Async_durable helps recover from errors when connections can be easily be recreated. " url { src: "https://github.com/janestreet/async_durable/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=649fa946f3cb7a3df8e198129981e4d8a891c6d2e645a1e6d213a2cc2a358938" }