16 stdenv.mkDerivation rec {
17 pname = "ocaml${ocaml.version}-bos";
21 url = "https://erratique.ch/software/bos/releases/bos-${version}.tbz";
22 sha256 = "sha256-2NYueGsQ1pfgRXIFqO7eqifrzJDxhV8Y3xkMrC49jzc=";
31 buildInputs = [ topkg ];
32 propagatedBuildInputs = [
42 inherit (topkg) buildPhase installPhase;
45 description = "Basic OS interaction for OCaml";
46 homepage = "https://erratique.ch/software/bos";
47 license = lib.licenses.isc;
48 maintainers = [ lib.maintainers.vbgl ];
49 inherit (ocaml.meta) platforms;