1 { lib, stdenv, fetchFromGitHub, ocaml, findlib
5 stdenv.mkDerivation rec {
6 pname = "ocaml${ocaml.version}-dum";
9 src = fetchFromGitHub {
13 sha256 = "0yrxl97szjc0s2ghngs346x3y0xszx2chidgzxk93frjjpsr1mlr";
16 nativeBuildInputs = [ ocaml findlib ];
17 propagatedBuildInputs = [ easy-format ];
21 createFindlibDestdir = true;
24 homepage = "https://github.com/mjambon/dum";
25 description = "Inspect the runtime representation of arbitrary OCaml values";
26 license = licenses.lgpl21Plus;
27 maintainers = [ maintainers.alexfmpe ];