{
  "name": "@reason-native-web/h2-lwt",
  "version": "0.6.1002",
  "license": "BSD-3-clause",
  "homepage": "https://github.com/reason-native-web/vendor",
  "bugs": { "url": "https://github.com/reason-native-web/vendor/issues" },
  "esy": {
    "build": "dune build --only-packages=h2-lwt --profile=release -j 4 --root=./ocaml-h2",
    "install": "esy-installer #{self.target_dir / 'default' / 'h2-lwt.install'}"
  },
  "files": ["ocaml-h2"],
  "dependencies": {
    "ocaml": ">=4.6.0",
    "@reason-native-web/h2": "^0.6.1000",
    "@opam/dune": ">=1.7.0",
    "@opam/lwt": "*",
    "@reason-native-web/gluten-lwt": "^0.2.1"
  }
}
