opam-version: "2.0" synopsis: "Storage backend for ambient-context using Eio's continuation-local storage" maintainer: "ELLIOTTCABLE " 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" ] }