this repo has no description

3 packages from ELLIOTTCABLE/ocaml-ambient-context at 0.1.0

Changed files
+124
packages
ambient-context
ambient-context.0.1.0
ambient-context-eio
ambient-context-eio.0.1.0
ambient-context-lwt
ambient-context-lwt.0.1.0
+41
packages/ambient-context-eio/ambient-context-eio.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Storage backend for ambient-context using Eio's continuation-local storage"
+
maintainer: "ELLIOTTCABLE <opam@ell.io>"
+
authors: "ELLIOTTCABLE"
+
license: "MIT"
+
homepage: "https://github.com/ELLIOTTCABLE/ocaml-ambient-context"
+
bug-reports: "https://github.com/ELLIOTTCABLE/ocaml-ambient-context/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "5.0"}
+
"ambient-context" {= version}
+
"eio"
+
"alcotest" {with-test}
+
"alcotest-lwt" {with-test}
+
"bisect_ppx" {with-test}
+
"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/ELLIOTTCABLE/ocaml-ambient-context.git"
+
url {
+
src:
+
"https://github.com/ELLIOTTCABLE/ocaml-ambient-context/archive/refs/tags/v0.1.0.tar.gz"
+
checksum: [
+
"md5=0171c39c3b15aa567df33792d177314a"
+
"sha512=0ef177d42e120fb174350ebc9db7d87106d9509d0c9f7f49dfce3bbf424259a1ec8f9bbf1b6a8faecff10544a7530a5d1d4d2fffdfc3f4a39c34c119540a28b2"
+
]
+
}
+41
packages/ambient-context-lwt/ambient-context-lwt.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Storage backend for ambient-context using Lwt's sequence-associated storage"
+
maintainer: "ELLIOTTCABLE <opam@ell.io>"
+
authors: "ELLIOTTCABLE"
+
license: "MIT"
+
homepage: "https://github.com/ELLIOTTCABLE/ocaml-ambient-context"
+
bug-reports: "https://github.com/ELLIOTTCABLE/ocaml-ambient-context/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.08"}
+
"ambient-context" {= version}
+
"lwt"
+
"alcotest" {with-test}
+
"alcotest-lwt" {with-test}
+
"bisect_ppx" {with-test}
+
"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/ELLIOTTCABLE/ocaml-ambient-context.git"
+
url {
+
src:
+
"https://github.com/ELLIOTTCABLE/ocaml-ambient-context/archive/refs/tags/v0.1.0.tar.gz"
+
checksum: [
+
"md5=0171c39c3b15aa567df33792d177314a"
+
"sha512=0ef177d42e120fb174350ebc9db7d87106d9509d0c9f7f49dfce3bbf424259a1ec8f9bbf1b6a8faecff10544a7530a5d1d4d2fffdfc3f4a39c34c119540a28b2"
+
]
+
}
+42
packages/ambient-context/ambient-context.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Abstraction over thread-local / continuation-local storage mechanisms for communication with transitive dependencies"
+
maintainer: "ELLIOTTCABLE <opam@ell.io>"
+
authors: "ELLIOTTCABLE"
+
license: "MIT"
+
homepage: "https://github.com/ELLIOTTCABLE/ocaml-ambient-context"
+
bug-reports: "https://github.com/ELLIOTTCABLE/ocaml-ambient-context/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.08"}
+
"alcotest" {with-test}
+
"bisect_ppx" {with-test}
+
"odig" {with-doc}
+
"ocaml-lsp-server" {with-dev-setup}
+
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
+
"odoc" {with-doc}
+
]
+
depopts: ["hmap"]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ELLIOTTCABLE/ocaml-ambient-context.git"
+
url {
+
src:
+
"https://github.com/ELLIOTTCABLE/ocaml-ambient-context/archive/refs/tags/v0.1.0.tar.gz"
+
checksum: [
+
"md5=0171c39c3b15aa567df33792d177314a"
+
"sha512=0ef177d42e120fb174350ebc9db7d87106d9509d0c9f7f49dfce3bbf424259a1ec8f9bbf1b6a8faecff10544a7530a5d1d4d2fffdfc3f4a39c34c119540a28b2"
+
]
+
}