{"library":"ocaml","title":"OCaml","description":"OCaml compiler packaged for esy. This package provides the OCaml compiler and standard library for use with esy, a package manager for native development. Version 5.3.0 is the current stable release. It is not intended for direct npm consumption but as a dependency for esy-based projects. Key differentiator: it enables OCaml development within the npm/JavaScript ecosystem via esy.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install ocaml"],"cli":null},"imports":["// Not importable directly; use esy package manager"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"{\n  \"name\": \"my-ocaml-project\",\n  \"version\": \"1.0.0\",\n  \"esy\": {\n    \"build\": \"dune build\"\n  },\n  \"dependencies\": {\n    \"@opam/dune\": \"*\",\n    \"ocaml\": \"~5.3.0\"\n  }\n}","lang":"javascript","description":"Minimal esy project configuration to use OCaml 5.3.0.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}