13 buildDunePackage rec {
19 minimalOCamlVersion = "4.08";
21 src = fetchFromGitHub {
25 sha256 = "sha256-jPyVMxjeh9+xu0dD1gelAxcOhxouKczyvzVoKZ5oSrs=";
28 # Finds R and Rmathlib separatley
31 url = "https://github.com/pveber/ocaml-r/commit/aa96dc5.patch";
32 sha256 = "sha256-xW33W2ciesyUkDKEH08yfOXv0wP0V6X80or2/n2Nrb4=";
47 checkInputs = [ alcotest ];
50 description = "OCaml bindings for the R interpreter";
51 inherit (src.meta) homepage;
52 license = lib.licenses.gpl3;
53 maintainers = [ lib.maintainers.bcdarwin ];