this repo has no description
1opam-version: "2.0" 2 3synopsis: "Helpers for using Domainslib with Lwt" 4license: "MIT" 5homepage: "https://github.com/ocsigen/lwt_domain" 6doc: "https://ocsigen.org/lwt/dev/api/Lwt_domain" 7bug-reports: "https://github.com/ocsigen/lwt_domain/issues" 8 9authors: [ 10 "Sudha Parimala" 11] 12maintainer: [ 13 "Sudha Parimala" 14] 15dev-repo: "git+https://github.com/ocsigen/lwt_domain.git" 16 17depends: [ 18 "dune" {>= "1.8.0"} 19 "lwt" {>= "5.6.0"} 20 "ocaml" {>= "5.0.0"} 21 "domainslib" {>= "0.5.0"} 22 "base-domains" 23] 24 25build: [ 26 ["dune" "build" "-p" name "-j" jobs] 27] 28url { 29 src: "https://github.com/ocsigen/lwt_domain/archive/0.3.0.tar.gz" 30 checksum: [ 31 "md5=fe61f6dd09f8ef735b26c990c41c097b" 32 "sha512=db01ca6d6acffe7eb51961d5a200e6fee25c099b422fd49d5e89ff90c3fbe3e80a044eabbf9a77a89feeaf1cbb56708457efe0cc827eb49643e571e82e3d1cdf" 33 ] 34}