-
Trying to compile `mccs` with the `5.3` branch (https://github.com/ocaml/ocaml/commit/a4e7cbdb54204979294dfd0c0f801d342939246d) breaks with the following error message at least on macOS:
```
File "s…
-
/// BUG F* can't find Three either as WrapOCaml.Three or Three !!
/// This works above for enum One which is only trivially different.
/// It works in language server but not with either a recent
…
-
Hi
I try to install this package on macos and I get the following errors:
## opam install opam-check-npm-deps
```
> opam install opam-check-npm-deps
The following actions will be performed:
…
-
1. Add [rewatch](https://github.com/teamwalnut/rewatch) to compiler repo + CI + the rescript npm package (as an experimental alternative to bsb)
2. Use rewatch to build the standard libraries (OCaml …
-
* OCaml is 4.06.1
```bash
➜ block_of_ocaml_2 git:(master) make
ocamlfind ocamldep my_parse.mli > ._bcdi/my_parse.di
ocamlfind ocamldep main.ml > ._d/main.d
ocamlfind ocamldep my_compile.ml >…
xlisp updated
5 years ago
-
https://cgit.freebsd.org/ports/tree/devel/ocaml-opam/files
* The two ocaml compiler patches can be fixed by simply upgrading to 4.14.2
* The addition of `CC="$(CC)"` to `make compiler` sounds ok t…
-
**Describe the bug**
opam-nix selects `ocaml 5.0.0~rc1` over `ocaml 5.0.0` when using `ocaml-base-compiler = "*"`
**To Reproduce**
- Clone https://github.com/brendanzab/language-garden.git and …
-
```
$ opam switch create test ocaml-base-compiler.5.0.0~beta1
$ opam repo add alpha git+https://github.com/kit-ty-kate/opam-alpha-repository
$ opam pin git+https://github.com/kit-ty-kate/mirage#500…
-
According to `opam ci` there are opam solver failures on two versions of the prof_spacetime package:
```
$ opam ci log prof_spacetime.0.1.0 --compiler=4.05
====> prof_spacetime.0.1.0 4.05 Debia…
lpw25 updated
3 months ago
-
Given the following contents in `test.ml`:
```
type t = string
[@@deriving show]
let () =
print_endline (show "foo")
```
And a ppx binary to do the transforms:
```
$ ocamlfind opt -…