1 { lib, stdenv, fetchzip, ocaml, findlib }:
8 name = "${pname}-${version}";
11 url = "https://github.com/mjambon/${pname}/archive/v${version}.tar.gz";
12 sha256 = "00ga7mrlycjc99gzp3bgx6iwhf7i6j8856f8xzrf1yas7zwzgzm9";
15 buildInputs = [ ocaml findlib ];
17 createFindlibDestdir = true;
23 description = "A high-level and functional interface to the Format module of the OCaml standard library";
24 homepage = "https://github.com/ocaml-community/${pname}";
25 license = licenses.bsd3;
26 maintainers = [ maintainers.vbgl ];