this repo has no description
1opam-version: "2.0"
2synopsis: "A simple IO and concurrency library for OCaml 5"
3maintainer: ["Simon Cruanes"]
4authors: ["Simon Cruanes"]
5license: "MIT"
6tags: ["await" "effects" "event-loop" "thread-local-storage"]
7homepage: "https://github.com/c-cube/fuseau"
8bug-reports: "https://github.com/c-cube/fuseau/issues"
9depends: [
10 "ocaml" {>= "5.0"}
11 "dune" {>= "3.0"}
12 "mtime" {>= "2.0"}
13 "trace" {>= "0.6"}
14 "trace-tef" {with-test}
15 "mdx" {with-test}
16 "thread-local-storage" {< "0.2"}
17 "odoc" {with-doc}
18]
19depopts: ["moonpool"]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/c-cube/fuseau.git"
35url {
36 src:
37 "https://github.com/c-cube/fuseau/releases/download/v0.1/fuseau-0.1.tbz"
38 checksum: [
39 "sha256=8a9339d239aa371d0c4aceb23d7601a1b7da8f42d84542cee30669cc95addb6a"
40 "sha512=fa656c7311371344f0c6ebf08c666afc33296558ccc678ed87baf2f9ba54035cd4c5caca4257212416296fcdbdfc1687c46cc2ebea3548c792ea72602b85b832"
41 ]
42}
43x-commit-hash: "861d497ea5eb906484de8a67705efefdeb59b091"