this repo has no description

Package lwt_domain.0.3.0

Changed files
+34
packages
lwt_domain
lwt_domain.0.3.0
+34
packages/lwt_domain/lwt_domain.0.3.0/opam
···
+
opam-version: "2.0"
+
+
synopsis: "Helpers for using Domainslib with Lwt"
+
license: "MIT"
+
homepage: "https://github.com/ocsigen/lwt_domain"
+
doc: "https://ocsigen.org/lwt/dev/api/Lwt_domain"
+
bug-reports: "https://github.com/ocsigen/lwt_domain/issues"
+
+
authors: [
+
"Sudha Parimala"
+
]
+
maintainer: [
+
"Sudha Parimala"
+
]
+
dev-repo: "git+https://github.com/ocsigen/lwt_domain.git"
+
+
depends: [
+
"dune" {>= "1.8.0"}
+
"lwt" {>= "5.6.0"}
+
"ocaml" {>= "5.0.0"}
+
"domainslib" {>= "0.5.0"}
+
"base-domains"
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src: "https://github.com/ocsigen/lwt_domain/archive/0.3.0.tar.gz"
+
checksum: [
+
"md5=fe61f6dd09f8ef735b26c990c41c097b"
+
"sha512=db01ca6d6acffe7eb51961d5a200e6fee25c099b422fd49d5e89ff90c3fbe3e80a044eabbf9a77a89feeaf1cbb56708457efe0cc827eb49643e571e82e3d1cdf"
+
]
+
}