1 { lib, buildDunePackage, fetchurl, cppo }:
4 pname = "merlin-extend";
10 url = "https://github.com/let-def/merlin-extend/releases/download/v${version}/merlin-extend-v${version}.tbz";
11 sha256 = "0hvc4mz92x3rl2dxwrhvhzwl4gilnyvvwcqgr45vmdpyjyp3dwn2";
16 nativeBuildInputs = [ cppo ];
19 homepage = "https://github.com/let-def/merlin-extend";
20 description = "SDK to extend Merlin";
21 license = licenses.mit;