1 { lib, fetchurl, buildDunePackage, ocaml, alcotest, ppxlib }:
10 url = "https://github.com/johnwhitington/${pname}/releases/download/${version}/ppx_blob-${version}.tbz";
11 sha256 = "sha256-drobFwMTKd/a3aP5CX/08WhvgS1CkARH6zo+nSiwl08=";
14 checkInputs = [ alcotest ];
15 propagatedBuildInputs = [ ppxlib ];
16 doCheck = lib.versionAtLeast ocaml.version "4.08";
19 homepage = "https://github.com/johnwhitington/ppx_blob";
20 description = "OCaml ppx to include binary data from a file as a string";
21 license = licenses.unlicense;