Files
Vincent Laporte eec6d815c9 ocamlPackages.yojson: 2.2.2 → 3.0.0
ocamlPackages.atdgen-codec-runtime: 2.16.0 → 3.0.1
2025-12-12 06:35:52 +01:00

20 lines
267 B
Nix

{
buildDunePackage,
eio,
linol,
}:
buildDunePackage {
pname = "linol-eio";
inherit (linol) version src;
propagatedBuildInputs = [
eio
linol
];
meta = linol.meta // {
description = "LSP server library (with Eio for concurrency)";
};
}