1 { lib, buildDunePackage, fetchurl }:
4 pname = "atdgen-codec-runtime";
8 url = "https://github.com/ahrefs/atd/releases/download/${version}/atdts-${version}.tbz";
9 sha256 = "sha256-d9J0CaTp2sQbnKLp6mCDbGwYAIsioVer7ftaLSSFCZg=";
13 description = "Runtime for atdgen generated bucklescript converters";
14 homepage = "https://github.com/ahrefs/atd";
15 maintainers = [ lib.maintainers.vbgl ];
16 license = lib.licenses.mit;