-
```json
"ocaml.repl.useUtop": false,
"ocaml.repl.path": "${userHome}/.opam/default/bin/dune",
"ocaml.repl.args": ["utop"],
```
I can't force plugin to run `dune utop` with custom `$…
-
Hi,
I am trying to package sail to Debian.
But I got a very strange issue:
```
E: Error: unit Base64__Unsafe exported in sail-plugins but already exported by libbase64-ocaml-dev/libbase64-ocam…
-
When building Coq theories with plugins depending on OCaml libraries (everything being in a dune workspace) it seems like dune sometimes fails to place `.cmxs` files for transitive dependencies where …
-
I use Soupault as a library (from opam), and as I'm much more familiar with OCaml, I wonder if one could provide plugins directly as `.ml` files.
Besides familiarity, this could also lead to some p…
-
Thanks for working on onivim2. I already purchased the license two weeks ago:)
I am personally a fan of reasonml/ocaml. I understand currently the priority is supporting visual studio code's plugin…
-
Hey! Thanks for the awesome work :)
One reason I'm interested in this project is because LSP support for ReasonML is not working as expected on react components. So I tried cloning [this template]…
-
## Why?
The main repo sees very little activity and maintenance. There are some unanswered issues and unmerged pull requests there.
## Solution
I believe we should vendor ocaml-protoc-plugin in a…
-
## Expected Behavior
`dune utop` works
## Actual Behavior
```
dune utop
Building ocaml.5.2.0
File "_build/default", line 1, characters 0-0:
Error: Library "utop" not found.
…
-
**What version of `prettier-plugin-tailwindcss` are you using?**
Latest - v0.6.8
**What version of Tailwind CSS are you using?**
Latest - v3.3.3
**What version of Node.js are you using…
-
Here is a minimized version of my project's opam file:
```
opam-version: "2.0"
maintainer: "foo@bar.baz"
depends: [
"bisect_ppx" {with-test}
"dune" {>= "3.4"}
"ocaml" {>= "5.0.0"}
"oca…