{
  "name": "@reason-native-web/gluten",
  "version": "0.2.1",
  "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=gluten --profile=release -j 4 --root=./gluten",
    "install": "esy-installer #{self.target_dir / 'default' / 'gluten.install'}"
  },
  "files": ["gluten"],
  "dependencies": {
    "ocaml": ">=4.6.0",
    "@opam/dune": ">=1.7.0",
    "@opam/bigstringaf": ">=0.4.0",
    "@reason-native-web/h1": "^1.2.0"
  }
}
