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"
21 "domainslib" {>= "0.3.2" & < "0.5.0"}
22]
23
24build: [
25 ["dune" "build" "-p" name "-j" jobs]
26]
27url {
28 src: "https://github.com/ocsigen/lwt/archive/refs/tags/5.5.0.tar.gz"
29 checksum: [
30 "md5=94272fac89c5bf21a89c102b8a8f35a5"
31 "sha512=8951b94555e930634375816d71815b9d85daad6ffb7dab24864661504d11be26575ab0b237196c54693efa372a9b69cdc1d5068a20a250dc0bbb4a3c03c5fda1"
32 ]
33}