-
## Question
Have anyone ever tried running DreamCoder-ARC in Kaggle's offline competition environment? If so, what would be the best way to prepare the environment (Python packages, PyPy, OCaml, etc.…
-
When trying to build the project in a dev container, we seem to get the following linking-related error:
```
# dune build @fmt @runtest @doc
File "lib/dune", line 41, characters 0-123:
41 | (m…
-
Even simple OCaml programs depend on bits written in C, via the runtime or the FFI, and all bytecode OCaml programs are run by an interpreter written in C. C11 has so-called “catch-fire” semantics for…
gadmm updated
3 weeks ago
-
Please make sure your issue is not addressed in the [FAQ](https://fbinfer.com/docs/support#troubleshooting).
Please include the following information:
- [x] The version of infer from `infer --vers…
-
**esy version:** 0.6.4
**Operating System:** macOS 10.14
**Issue:** Esy is unable to resolve dependencies for Bap, specifically `core_kernel`.
`core_kernel` lists two version specifier formats:…
-
## Issue description
Some of my personal projects use versions ` 0.19.0` and `0.20.0` of [opium](https://github.com/rgrinberg/opium) and the one available at `ocamlPackages` is [` 0.18.0`](https://g…
-
How can I configure the iocaml kernel to start the underlying ocaml toplevel with additional parameters ?
I just managed to run jupyter with iocaml-kernel with Arthur Charguéraud compiler 4.02.0+impr…
-
For packages that depend on a specific version of the linux kernel. The current alternative (see link below) is to depend on versions of some distributions but
a. does not work for rolling distros …
-
I've got OCaml 4.01 on my RPi and I'm trying to build ocaml-rpi by running make.
When it runs:
ocamlopt -output-obj -o ocaml.o Thread.ml Time.ml Framebuffer.ml foo.ml
gcc -O2 -fpic -nostdlib -std=g…
-
The upgrade I just attempted died in a rather mysterious way.
```
[ERROR] Actions cancelled because of Sys_error("No such file or directory")
The former state can be restored with:
opam switch impor…