10 buildDunePackage rec {
14 url = "https://github.com/dbuenzli/asetmap/archive/refs/tags/v${version}.tar.gz";
15 sha256 = "051ky0k62xp4inwi6isif56hx5ggazv4jrl7s5lpvn9cj8329frj";
20 nativeBuildInputs = [ topkg findlib ocamlbuild ocaml ];
21 buildInputs = [ topkg ];
23 inherit (topkg) buildPhase installPhase;
25 meta = { inherit (ocaml.meta) platforms; };