opam-version: "2.0"
homepage: "https://github.com/ahrefs/lwt_named_threads"
dev-repo: "git+https://github.com/ahrefs/lwt_named_threads.git"
bug-reports: "https://github.com/ahrefs/lwt_named_threads/issues"
authors: "Dmitry Grebeniuk <gdsfh1@gmail.com>"
maintainer: "Dmitry Grebeniuk <gdsfh1@gmail.com>"
tags: ["org:ahrefs"]
build: [[make "all"]]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "lwt_named_threads"]]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "lwt" {< "5.0.0"}
  "extlib"
  "objsize"
]
synopsis:
  "Library to attach names and logs to Lwt threads (for debug/trace/objsize)"
flags: light-uninstall
url {
  src: "https://github.com/ahrefs/lwt_named_threads/archive/v0.1.tar.gz"
  checksum: "md5=c6e8b1cc49c845485d6b8b9b4d6fc07b"
}
