this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Abstraction over thread-local / continuation-local storage mechanisms for communication with transitive dependencies"
4maintainer: "ELLIOTTCABLE <opam@ell.io>"
5authors: "ELLIOTTCABLE"
6license: "MIT"
7homepage: "https://github.com/ELLIOTTCABLE/ocaml-ambient-context"
8bug-reports: "https://github.com/ELLIOTTCABLE/ocaml-ambient-context/issues"
9depends: [
10 "dune" {>= "3.6"}
11 "ocaml" {>= "4.08"}
12 "alcotest" {with-test}
13 "bisect_ppx" {with-test}
14 "odig" {with-doc}
15 "ocaml-lsp-server" {with-dev-setup}
16 "ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
17 "odoc" {with-doc}
18]
19depopts: ["hmap"]
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/ELLIOTTCABLE/ocaml-ambient-context.git"
35url {
36 src:
37 "https://github.com/ELLIOTTCABLE/ocaml-ambient-context/archive/refs/tags/v0.1.0.tar.gz"
38 checksum: [
39 "md5=0171c39c3b15aa567df33792d177314a"
40 "sha512=0ef177d42e120fb174350ebc9db7d87106d9509d0c9f7f49dfce3bbf424259a1ec8f9bbf1b6a8faecff10544a7530a5d1d4d2fffdfc3f4a39c34c119540a28b2"
41 ]
42}