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" 6doc: "https://ocsigen.org/lwt/dev/api/Lwt_domain" 7bug-reports: "https://github.com/ocsigen/lwt/issues" 8 9authors: [ 10 "Sudha Parimala" 11] 12maintainer: [ 13 "Sudha Parimala" 14] 15dev-repo: "git+https://github.com/ocsigen/lwt.git" 16 17depends: [ 18 "dune" {>= "1.8.0"} 19 "lwt" {>= "3.0.0"} 20 "ocaml" {>= "4.08"} 21 "domainslib" {>= "0.3.2" & < "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/archive/5.6.0.tar.gz" 30 checksum: [ 31 "md5=e63979ee40a80d5b9e9e5545f33323b4" 32 "sha512=d616389bc9e0da11f25843ab7541ac2d40c9543700a89455f14115b339bbe58cef2b8acf0ae97fd54e15a4cb93149cfe1ebfda301aa93933045f76b7d9344160" 33 ] 34}