{
  "name": "js_deep",
  "bsc-flags": "-g",
  "ocaml-flags": ["-g", "-bin-annot"],
  "warnings": {
    "number": "-6+7-26-27-32..40-28-44-45",
    "error": "+8"
  },
  "sources": [
    {"dir": "src"}
  ],
  "ocaml-dependencies": ["compiler-libs", "unix", "bigarray", "str"],
  "public": ["Main"],
  "entries": [{
    "backend": "native",
    "main-module": "Js_deep"
  }],
  "refmt": 3
}
