opam-version: "2.0"
name: "ambient-context"
version: "0.1.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"
  ]
}
