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";
14 nativeBuildInputs = [ cppo ];
17 homepage = "https://github.com/let-def/merlin-extend";
18 description = "SDK to extend Merlin";
19 license = licenses.mit;