this repo has no description
1opam-version: "2.0"
2homepage: "https://github.com/ahrefs/lwt_named_threads"
3dev-repo: "git+https://github.com/ahrefs/lwt_named_threads.git"
4bug-reports: "https://github.com/ahrefs/lwt_named_threads/issues"
5authors: "Dmitry Grebeniuk <gdsfh1@gmail.com>"
6maintainer: "Dmitry Grebeniuk <gdsfh1@gmail.com>"
7tags: ["org:ahrefs"]
8build: [[make "all"]]
9install: [[make "install"]]
10remove: [["ocamlfind" "remove" "lwt_named_threads"]]
11depends: [
12 "ocaml" {>= "4.02.0"}
13 "ocamlfind" {build}
14 "lwt" {< "5.0.0"}
15 "extlib"
16 "objsize"
17]
18synopsis:
19 "Library to attach names and logs to Lwt threads (for debug/trace/objsize)"
20flags: light-uninstall
21url {
22 src: "https://github.com/ahrefs/lwt_named_threads/archive/v0.1.tar.gz"
23 checksum: [
24 "sha256=cf8fb3348f15f75e2f63c5d72b99b94e5408132e5d8d3321746619ee35bcedd1"
25 "md5=c6e8b1cc49c845485d6b8b9b4d6fc07b"
26 ]
27}