this repo has no description

[new release] fuseau (2 packages) (0.1)

CHANGES:

- initial release.

Changed files
+84
packages
fuseau
fuseau.0.1
fuseau-lwt
fuseau-lwt.0.1
+41
packages/fuseau-lwt/fuseau-lwt.0.1/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Lwt backend for Fuseau"
+
maintainer: ["Simon Cruanes"]
+
authors: ["Simon Cruanes"]
+
license: "MIT"
+
tags: ["fuseau" "lwt"]
+
homepage: "https://github.com/c-cube/fuseau"
+
bug-reports: "https://github.com/c-cube/fuseau/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"trace" {>= "0.6"}
+
"lwt"
+
"base-unix"
+
"trace-tef" {with-test}
+
"fuseau" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/c-cube/fuseau.git"
+
url {
+
src:
+
"https://github.com/c-cube/fuseau/releases/download/v0.1/fuseau-0.1.tbz"
+
checksum: [
+
"sha256=8a9339d239aa371d0c4aceb23d7601a1b7da8f42d84542cee30669cc95addb6a"
+
"sha512=fa656c7311371344f0c6ebf08c666afc33296558ccc678ed87baf2f9ba54035cd4c5caca4257212416296fcdbdfc1687c46cc2ebea3548c792ea72602b85b832"
+
]
+
}
+
x-commit-hash: "861d497ea5eb906484de8a67705efefdeb59b091"
+43
packages/fuseau/fuseau.0.1/opam
···
···
+
opam-version: "2.0"
+
synopsis: "A simple IO and concurrency library for OCaml 5"
+
maintainer: ["Simon Cruanes"]
+
authors: ["Simon Cruanes"]
+
license: "MIT"
+
tags: ["await" "effects" "event-loop" "thread-local-storage"]
+
homepage: "https://github.com/c-cube/fuseau"
+
bug-reports: "https://github.com/c-cube/fuseau/issues"
+
depends: [
+
"ocaml" {>= "5.0"}
+
"dune" {>= "3.0"}
+
"mtime" {>= "2.0"}
+
"trace" {>= "0.6"}
+
"trace-tef" {with-test}
+
"mdx" {with-test}
+
"thread-local-storage"
+
"odoc" {with-doc}
+
]
+
depopts: ["moonpool"]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/c-cube/fuseau.git"
+
url {
+
src:
+
"https://github.com/c-cube/fuseau/releases/download/v0.1/fuseau-0.1.tbz"
+
checksum: [
+
"sha256=8a9339d239aa371d0c4aceb23d7601a1b7da8f42d84542cee30669cc95addb6a"
+
"sha512=fa656c7311371344f0c6ebf08c666afc33296558ccc678ed87baf2f9ba54035cd4c5caca4257212416296fcdbdfc1687c46cc2ebea3548c792ea72602b85b832"
+
]
+
}
+
x-commit-hash: "861d497ea5eb906484de8a67705efefdeb59b091"